1. 57b30ae workqueue: reimplement cancel_delayed_work() using try_to_grab_pending() by Tejun Heo · 14 years ago
  2. e0aecdd workqueue: use irqsafe timer for delayed_work by Tejun Heo · 14 years ago
  3. 56e6a08 Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-3.7 by Tejun Heo · 14 years ago
  4. c5f66e9 timer: Implement TIMER_IRQSAFE by Tejun Heo · 14 years ago
  5. fc68399 timer: Clean up timer initializers by Tejun Heo · 14 years ago
  6. e52b1db timer: Generalize timer->base flags handling by Tejun Heo · 14 years ago
  7. 3b07e9c workqueue: deprecate system_nrt[_freezable]_wq by Tejun Heo · 14 years ago
  8. ae930e0 workqueue: gut system_nrt[_freezable]_wq() by Tejun Heo · 14 years ago
  9. 606a502 workqueue: gut flush[_delayed]_work_sync() by Tejun Heo · 14 years ago
  10. dbf2576 workqueue: make all workqueues non-reentrant by Tejun Heo · 14 years ago
  11. 044c782 workqueue: fix checkpatch issues by Valentin Ilie · 14 years ago
  12. 7635d2f workqueue: use system_highpri_wq for unbind_work by Joonsoo Kim · 14 years ago
  13. e2b6a6d workqueue: use system_highpri_wq for highpri workers in rebind_workers() by Joonsoo Kim · 14 years ago
  14. 1aabe90 workqueue: introduce system_highpri_wq by Joonsoo Kim · 14 years ago
  15. e42986d workqueue: change value of lcpu in __queue_delayed_work_on() by Joonsoo Kim · 14 years ago
  16. b75cac9 workqueue: correct req_cpu in trace_workqueue_queue_work() by Joonsoo Kim · 14 years ago
  17. 330dad5 workqueue: use enum value to set array size of pools in gcwq by Joonsoo Kim · 14 years ago
  18. 23657bb workqueue: add missing wmb() in clear_work_data() by Tejun Heo · 14 years ago
  19. 1265057 workqueue: fix CPU binding of flush_delayed_work[_sync]() by Tejun Heo · 14 years ago
  20. 8376fe2 workqueue: implement mod_delayed_work[_on]() by Tejun Heo · 14 years ago
  21. bbb68df workqueue: mark a work item being canceled as such by Tejun Heo · 14 years ago
  22. 36e227d workqueue: reorganize try_to_grab_pending() and __cancel_timer_work() by Tejun Heo · 14 years ago
  23. 7beb2ed workqueue: factor out __queue_delayed_work() from queue_delayed_work_on() by Tejun Heo · 14 years ago
  24. b549007 workqueue: introduce WORK_OFFQ_FLAG_* by Tejun Heo · 14 years ago
  25. bf4ede0 workqueue: move try_to_grab_pending() upwards by Tejun Heo · 14 years ago
  26. 715f130 workqueue: fix zero @delay handling of queue_delayed_work_on() by Tejun Heo · 14 years ago
  27. 5746982 workqueue: unify local CPU queueing handling by Tejun Heo · 14 years ago
  28. d8e794d workqueue: set delayed_work->timer function on initialization by Tejun Heo · 14 years ago
  29. 8930cab workqueue: disable irq while manipulating PENDING by Tejun Heo · 14 years ago
  30. 959d1af workqueue: add missing smp_wmb() in process_one_work() by Tejun Heo · 14 years ago
  31. d4283e9 workqueue: make queueing functions return bool by Tejun Heo · 14 years ago
  32. 0a13c00 workqueue: reorder queueing functions so that _on() variants are on top by Tejun Heo · 14 years ago
  33. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 14 years ago
  34. 2d53492 Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  35. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 14 years ago
  36. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 14 years ago
  37. 907aed4 mm: allow PF_MEMALLOC from softirq context by Mel Gorman · 14 years ago
  38. 9adb62a mm/hotplug: correctly setup fallback zonelists when creating new pgdat by Jiang Liu · 14 years ago
  39. c255a45 memcg: rename config variables by Andrew Morton · 14 years ago
  40. 3965c9a mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads by Wanpeng Li · 14 years ago
  41. 44de9d0 mm: account the total_vm in the vm_stat_account() by Huang Shijie · 14 years ago
  42. bca1a5c Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  43. 65fed8f resource: make sure requested range is included in the root range by Octavian Purdila · 14 years ago
  44. 25353b3 taskstats: check nla_reserve() return by Alan Cox · 14 years ago
  45. fd4b616 sysctl: suppress kmemleak messages by Steven Rostedt · 14 years ago
  46. 63dca8d kdump: append newline to the last lien of vmcoreinfo note by Vivek Goyal · 14 years ago
  47. f19b9f7 fork: fix error handling in dup_task() by Akinobu Mita · 14 years ago
  48. 87bec58 revert "sched: Fix fork() error path to not crash" by Andrew Morton · 14 years ago
  49. b2412b7 fork: use vma_pages() to simplify the code by Huang Shijie · 14 years ago
  50. 0f20784 kmod: avoid deadlock from recursive kmod call by Tetsuo Handa · 14 years ago
  51. 79c743d kernel/kmod.c: document call_usermodehelper_fns() a bit by Andrew Morton · 14 years ago
  52. 088a52a printk: only look for prefix levels in kernel messages by Joe Perches · 14 years ago
  53. acc8fa41 printk: add generic functions to find KERN_<LEVEL> headers by Joe Perches · 14 years ago
  54. cdf5344 kmsg: /dev/kmsg - properly return possible copy_from_user() failure by Kay Sievers · 14 years ago
  55. b57b44a kernel/sys.c: avoid argv_free(NULL) by Andrew Morton · 14 years ago
  56. 45226e9 NMI watchdog: fix for lockup detector breakage on resume by Sameer Nanda · 14 years ago
  57. 190320c panic: fix a possible deadlock in panic() by Vikram Mulukutla · 14 years ago
  58. 54b5019 coredump: warn about unsafe suid_dumpable / core_pattern combo by Kees Cook · 14 years ago
  59. f1fd75b prctl: remove redunant assignment of "error" to zero by Sasikantha babu · 14 years ago
  60. 194f8dc uprobes: __replace_page() needs munlock_vma_page() by Oleg Nesterov · 14 years ago
  61. 57683f7 uprobes: Rename vma_address() and make it return "unsigned long" by Oleg Nesterov · 14 years ago
  62. f4d6dfe uprobes: Fix register_for_each_vma()->vma_address() check by Oleg Nesterov · 14 years ago
  63. cb113b4 uprobes: Introduce vaddr_to_offset(vma, vaddr) by Oleg Nesterov · 14 years ago
  64. 891c397 uprobes: Teach build_probe_list() to consider the range by Oleg Nesterov · 14 years ago
  65. aefd893 uprobes: Fix overflow in vma_address()/find_active_uprobe() by Oleg Nesterov · 14 years ago
  66. 2fd611a uprobes: Suppress uprobe_munmap() from mmput() by Oleg Nesterov · 14 years ago
  67. 665605a uprobes: Uprobe_mmap/munmap needs list_for_each_entry_safe() by Oleg Nesterov · 14 years ago
  68. 9f92448 uprobes: Clean up and document write_opcode()->lock_page(old_page) by Oleg Nesterov · 14 years ago
  69. 089ba99 uprobes: Kill write_opcode()->lock_page(new_page) by Oleg Nesterov · 14 years ago
  70. c517ee7 uprobes: __replace_page() should not use page_address_in_vma() by Oleg Nesterov · 14 years ago
  71. f403072 uprobes: Don't recheck vma/f_mapping in write_opcode() by Oleg Nesterov · 14 years ago
  72. a51d9ea fs: add link restriction audit reporting by Kees Cook · 14 years ago
  73. 800179c fs: add link restrictions by Kees Cook · 14 years ago
  74. 8ded2bb posix_types.h: Cleanup stale __NFDBITS and related definitions by Josh Boyer · 14 years ago
  75. 7907163 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  76. fa93669 Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 14 years ago
  77. b13bc8d Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 14 years ago
  78. 895dd92 sched: Deliver sched_switch events to the current task by Andrew Vagin · 14 years ago
  79. f5a1ad0 irqdomain: Improve diagnostics when a domain mapping fails by Mark Brown · 14 years ago
  80. 4c0946c irqdomain: eliminate slow-path revmap lookups by Grant Likely · 14 years ago
  81. 6aeea3e Merge remote-tracking branch 'origin' into irqdomain/next by Grant Likely · 14 years ago
  82. bdc0077 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 14 years ago
  83. 614a6d43 Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 14 years ago
  84. a08489c Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  85. 6dd53aa Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 14 years ago
  86. f14121a Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linux by Linus Torvalds · 14 years ago
  87. 3c4cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 14 years ago
  88. 8323f26 sched: Fix race in task_group() by Peter Zijlstra · 14 years ago
  89. 88b8dac sched: Improve balance_cpu() to consider other cpus in its group as target of (pinned) task by Srivatsa Vaddagiri · 14 years ago
  90. bbf18b1 sched: Reset loop counters if all tasks are pinned and we need to redo load balance by Prashanth Nageshappa · 14 years ago
  91. 85c1e7d sched: Reorder 'struct lb_env' members to reduce its size by Prashanth Nageshappa · 14 years ago
  92. 970e178 sched: Improve scalability via 'CPU buddies', which withstand random perturbations by Mike Galbraith · 14 years ago
  93. a1cd2b1 cpusets: Remove/update outdated comments by Srivatsa S. Bhat · 14 years ago
  94. 7ddf96b cpusets, hotplug: Restructure functions that are invoked during hotplug by Srivatsa S. Bhat · 14 years ago
  95. 80d1fa6 cpusets, hotplug: Implement cpuset tree traversal in a helper function by Srivatsa S. Bhat · 14 years ago
  96. d35be8b CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resume by Srivatsa S. Bhat · 14 years ago
  97. a66d2c8 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 14 years ago
  98. 7100e50 Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 14 years ago
  99. a2d4c71 deal with task_work callbacks adding more work by Al Viro · 14 years ago
  100. ed3e694 move exit_task_work() past exit_files() et.al. by Al Viro · 14 years ago