1. 7c6e72e workqueue: remove spurious WARN_ON_ONCE(in_irq()) from try_to_grab_pending() by Tejun Heo · 12 years ago
  2. 70369b1 workqueue: use cwq_set_max_active() helper for workqueue_set_max_active() by Lai Jiangshan · 12 years ago
  3. 9f4bd4c workqueue: introduce cwq_set_max_active() helper for thaw_workqueues() by Lai Jiangshan · 12 years ago
  4. b3f9f40 workqueue: remove @delayed from cwq_dec_nr_in_flight() by Lai Jiangshan · 12 years ago
  5. 3aa6249 workqueue: fix possible stall on try_to_grab_pending() of a delayed work item by Lai Jiangshan · 12 years ago
  6. a5b4e57 workqueue: use hotcpu_notifier() for workqueue_cpu_down_callback() by Lai Jiangshan · 12 years ago
  7. 9fdf9b7 workqueue: use __cpuinit instead of __devinit for cpu callbacks by Lai Jiangshan · 12 years ago
  8. b2eb83d workqueue: rename manager_mutex to assoc_mutex by Lai Jiangshan · 12 years ago
  9. 5f7dabf workqueue: WORKER_REBIND is no longer necessary for idle rebinding by Lai Jiangshan · 12 years ago
  10. eab6d82 workqueue: WORKER_REBIND is no longer necessary for busy rebinding by Lai Jiangshan · 12 years ago
  11. ea1abd6 workqueue: reimplement idle worker rebinding by Lai Jiangshan · 12 years ago
  12. 6c1423b Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into for-3.7 by Tejun Heo · 12 years ago
  13. 960bd11 workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn() by Lai Jiangshan · 12 years ago
  14. ee378aa workqueue: fix possible idle worker depletion across CPU hotplug by Lai Jiangshan · 12 years ago
  15. 552a37e workqueue: restore POOL_MANAGING_WORKERS by Lai Jiangshan · 12 years ago
  16. ec58815 workqueue: fix possible deadlock in idle worker rebinding by Tejun Heo · 12 years ago
  17. 90beca5 workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the function by Tejun Heo · 12 years ago
  18. 96e6530 workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomic by Lai Jiangshan · 12 years ago
  19. 136b572 workqueue: deprecate __cancel_delayed_work() by Tejun Heo · 12 years ago
  20. 57b30ae workqueue: reimplement cancel_delayed_work() using try_to_grab_pending() by Tejun Heo · 12 years ago
  21. e7c2f96 workqueue: use mod_delayed_work() instead of __cancel + queue by Tejun Heo · 12 years ago
  22. e0aecdd workqueue: use irqsafe timer for delayed_work by Tejun Heo · 12 years ago
  23. f991b31 workqueue: clean up delayed_work initializers and add missing one by Tejun Heo · 12 years ago
  24. 203b42f workqueue: make deferrable delayed_work initializer names consistent by Tejun Heo · 12 years ago
  25. ee64e7f workqueue: cosmetic whitespace updates for macro definitions by Tejun Heo · 12 years ago
  26. 56e6a08 Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-3.7 by Tejun Heo · 12 years ago
  27. c5f66e9 timer: Implement TIMER_IRQSAFE by Tejun Heo · 12 years ago
  28. fc68399 timer: Clean up timer initializers by Tejun Heo · 12 years ago
  29. 5a9af38 timer: Relocate declarations of init_timer_on_stack_key() by Tejun Heo · 12 years ago
  30. e52b1db timer: Generalize timer->base flags handling by Tejun Heo · 12 years ago
  31. 3b07e9c workqueue: deprecate system_nrt[_freezable]_wq by Tejun Heo · 12 years ago
  32. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  33. ae930e0 workqueue: gut system_nrt[_freezable]_wq() by Tejun Heo · 12 years ago
  34. 606a502 workqueue: gut flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  35. dbf2576 workqueue: make all workqueues non-reentrant by Tejun Heo · 12 years ago
  36. 044c782 workqueue: fix checkpatch issues by Valentin Ilie · 12 years ago
  37. 7635d2f workqueue: use system_highpri_wq for unbind_work by Joonsoo Kim · 12 years ago
  38. e2b6a6d workqueue: use system_highpri_wq for highpri workers in rebind_workers() by Joonsoo Kim · 12 years ago
  39. 1aabe90 workqueue: introduce system_highpri_wq by Joonsoo Kim · 12 years ago
  40. e42986d workqueue: change value of lcpu in __queue_delayed_work_on() by Joonsoo Kim · 12 years ago
  41. b75cac9 workqueue: correct req_cpu in trace_workqueue_queue_work() by Joonsoo Kim · 12 years ago
  42. 330dad5 workqueue: use enum value to set array size of pools in gcwq by Joonsoo Kim · 12 years ago
  43. 23657bb workqueue: add missing wmb() in clear_work_data() by Tejun Heo · 12 years ago
  44. 1265057 workqueue: fix CPU binding of flush_delayed_work[_sync]() by Tejun Heo · 12 years ago
  45. 41f63c5 workqueue: use mod_delayed_work() instead of cancel + queue by Tejun Heo · 12 years ago
  46. 8376fe2 workqueue: implement mod_delayed_work[_on]() by Tejun Heo · 12 years ago
  47. bbb68df workqueue: mark a work item being canceled as such by Tejun Heo · 12 years ago
  48. 36e227d workqueue: reorganize try_to_grab_pending() and __cancel_timer_work() by Tejun Heo · 12 years ago
  49. 7beb2ed workqueue: factor out __queue_delayed_work() from queue_delayed_work_on() by Tejun Heo · 12 years ago
  50. b549007 workqueue: introduce WORK_OFFQ_FLAG_* by Tejun Heo · 12 years ago
  51. bf4ede0 workqueue: move try_to_grab_pending() upwards by Tejun Heo · 12 years ago
  52. 715f130 workqueue: fix zero @delay handling of queue_delayed_work_on() by Tejun Heo · 12 years ago
  53. 5746982 workqueue: unify local CPU queueing handling by Tejun Heo · 12 years ago
  54. d8e794d workqueue: set delayed_work->timer function on initialization by Tejun Heo · 12 years ago
  55. 8930cab workqueue: disable irq while manipulating PENDING by Tejun Heo · 12 years ago
  56. 959d1af workqueue: add missing smp_wmb() in process_one_work() by Tejun Heo · 12 years ago
  57. d4283e9 workqueue: make queueing functions return bool by Tejun Heo · 12 years ago
  58. 0a13c00 workqueue: reorder queueing functions so that _on() variants are on top by Tejun Heo · 12 years ago
  59. 0d7614f Linux 3.6-rc1 by Linus Torvalds · 12 years ago
  60. fc6bdb5 Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpc by Linus Torvalds · 12 years ago
  61. 44d82e2 Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  62. bfdf85d Merge tag 'pm2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  63. d1494ba Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  64. 0a276d1 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  65. 25aa6a7 Merge tag 'md-3.6' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  66. c892423 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  67. 410fc4ce Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
  68. 630103e Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  69. 8783b6e mm: remove node_start_pfn checking in new WARN_ON for now by Linus Torvalds · 12 years ago
  70. bac6f61 ARM: mmp: add missing irqs.h by Haojian Zhuang · 12 years ago
  71. 10b683c arm: mvebu: fix typo in .dtsi comment for Armada XP SoCs by Thomas Petazzoni · 12 years ago
  72. debeaf6 ARM: PRIMA2: delete redundant codes to restore LATCHED when timer resumes by Barry Song · 12 years ago
  73. f0666b1 libceph: fix crypto key null deref, memory leak by Sylvain Munaut · 12 years ago
  74. 5ef50c3 ceph: simplify+fix atomic_open by Sage Weil · 12 years ago
  75. 08298f0 sh: explicitly include sh_dma.h in setup-sh7722.c by Guennadi Liakhovetski · 12 years ago
  76. 1a9b499 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  77. 1871e84 Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
  78. a6dc772 Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  79. 02a6ec6 Merge branch 'audit' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  80. 9a2533c Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  81. b070989 um: Add arch/x86/um to MAINTAINERS by Richard Weinberger · 12 years ago
  82. d3c1cfc um: pass siginfo to guest process by Martin Pärtel · 12 years ago
  83. d4afcba um: fix ubd_file_size for read-only files by Martin Pärtel · 12 years ago
  84. d9f691c md/dm-raid: DM_RAID should select MD_RAID10 by NeilBrown · 12 years ago
  85. f54a9d0 md/raid1: submit IO from originating thread instead of md thread. by NeilBrown · 12 years ago
  86. 46a0640 raid5: raid5d handle stripe in batch way by Shaohua Li · 12 years ago
  87. 8811b59 raid5: make_request use batch stripe release by Shaohua Li · 12 years ago
  88. b8a4209 um: pull interrupt_end() into userspace() by Al Viro · 12 years ago
  89. 1bfa231 um: split syscall_trace(), pass pt_regs to it by Al Viro · 12 years ago
  90. a3170d2 um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs by Al Viro · 12 years ago
  91. d4fdc32 Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
  92. 9a51cf2 Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  93. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  94. 95cf146 MIPS: Loongson 2: Sort out clock managment. by Ralf Baechle · 12 years ago
  95. eff0d13 Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  96. 8cf1a3f Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  97. fcff06c Merge branch 'for-next' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  98. 068535f locks: remove unused lm_release_private by J. Bruce Fields · 12 years ago
  99. 4b00951 MIPS: Loongson 1: more clk support and add select HAVE_CLK by Yoichi Yuasa · 12 years ago
  100. 47cd734 MIPS: txx9: Fix redefinition of clk_* by adding select HAVE_CLK by Yoichi Yuasa · 12 years ago