1. e7c2f96 workqueue: use mod_delayed_work() instead of __cancel + queue by Tejun Heo · 12 years ago
  2. e0aecdd workqueue: use irqsafe timer for delayed_work by Tejun Heo · 12 years ago
  3. f991b31 workqueue: clean up delayed_work initializers and add missing one by Tejun Heo · 12 years ago
  4. 203b42f workqueue: make deferrable delayed_work initializer names consistent by Tejun Heo · 12 years ago
  5. ee64e7f workqueue: cosmetic whitespace updates for macro definitions by Tejun Heo · 12 years ago
  6. 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
  7. c5f66e9 timer: Implement TIMER_IRQSAFE by Tejun Heo · 12 years ago
  8. fc68399 timer: Clean up timer initializers by Tejun Heo · 12 years ago
  9. 5a9af38 timer: Relocate declarations of init_timer_on_stack_key() by Tejun Heo · 12 years ago
  10. e52b1db timer: Generalize timer->base flags handling by Tejun Heo · 12 years ago
  11. 3b07e9c workqueue: deprecate system_nrt[_freezable]_wq by Tejun Heo · 12 years ago
  12. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  13. ae930e0 workqueue: gut system_nrt[_freezable]_wq() by Tejun Heo · 12 years ago
  14. 606a502 workqueue: gut flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  15. dbf2576 workqueue: make all workqueues non-reentrant by Tejun Heo · 12 years ago
  16. 044c782 workqueue: fix checkpatch issues by Valentin Ilie · 12 years ago
  17. 7635d2f workqueue: use system_highpri_wq for unbind_work by Joonsoo Kim · 12 years ago
  18. e2b6a6d workqueue: use system_highpri_wq for highpri workers in rebind_workers() by Joonsoo Kim · 12 years ago
  19. 1aabe90 workqueue: introduce system_highpri_wq by Joonsoo Kim · 12 years ago
  20. e42986d workqueue: change value of lcpu in __queue_delayed_work_on() by Joonsoo Kim · 12 years ago
  21. b75cac9 workqueue: correct req_cpu in trace_workqueue_queue_work() by Joonsoo Kim · 12 years ago
  22. 330dad5 workqueue: use enum value to set array size of pools in gcwq by Joonsoo Kim · 12 years ago
  23. 23657bb workqueue: add missing wmb() in clear_work_data() by Tejun Heo · 12 years ago
  24. 1265057 workqueue: fix CPU binding of flush_delayed_work[_sync]() by Tejun Heo · 12 years ago
  25. 41f63c5 workqueue: use mod_delayed_work() instead of cancel + queue by Tejun Heo · 12 years ago
  26. 8376fe2 workqueue: implement mod_delayed_work[_on]() by Tejun Heo · 12 years ago
  27. bbb68df workqueue: mark a work item being canceled as such by Tejun Heo · 12 years ago
  28. 36e227d workqueue: reorganize try_to_grab_pending() and __cancel_timer_work() by Tejun Heo · 12 years ago
  29. 7beb2ed workqueue: factor out __queue_delayed_work() from queue_delayed_work_on() by Tejun Heo · 12 years ago
  30. b549007 workqueue: introduce WORK_OFFQ_FLAG_* by Tejun Heo · 12 years ago
  31. bf4ede0 workqueue: move try_to_grab_pending() upwards by Tejun Heo · 12 years ago
  32. 715f130 workqueue: fix zero @delay handling of queue_delayed_work_on() by Tejun Heo · 12 years ago
  33. 5746982 workqueue: unify local CPU queueing handling by Tejun Heo · 12 years ago
  34. d8e794d workqueue: set delayed_work->timer function on initialization by Tejun Heo · 12 years ago
  35. 8930cab workqueue: disable irq while manipulating PENDING by Tejun Heo · 12 years ago
  36. 959d1af workqueue: add missing smp_wmb() in process_one_work() by Tejun Heo · 12 years ago
  37. d4283e9 workqueue: make queueing functions return bool by Tejun Heo · 12 years ago
  38. 0a13c00 workqueue: reorder queueing functions so that _on() variants are on top by Tejun Heo · 12 years ago
  39. 0d7614f Linux 3.6-rc1 by Linus Torvalds · 12 years ago
  40. fc6bdb5 Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpc by Linus Torvalds · 12 years ago
  41. 44d82e2 Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  42. bfdf85d Merge tag 'pm2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  43. 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
  44. 0a276d1 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  45. 25aa6a7 Merge tag 'md-3.6' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  46. c892423 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  47. 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
  48. 630103e Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  49. 8783b6e mm: remove node_start_pfn checking in new WARN_ON for now by Linus Torvalds · 12 years ago
  50. bac6f61 ARM: mmp: add missing irqs.h by Haojian Zhuang · 12 years ago
  51. 10b683c arm: mvebu: fix typo in .dtsi comment for Armada XP SoCs by Thomas Petazzoni · 12 years ago
  52. debeaf6 ARM: PRIMA2: delete redundant codes to restore LATCHED when timer resumes by Barry Song · 12 years ago
  53. f0666b1 libceph: fix crypto key null deref, memory leak by Sylvain Munaut · 12 years ago
  54. 5ef50c3 ceph: simplify+fix atomic_open by Sage Weil · 12 years ago
  55. 08298f0 sh: explicitly include sh_dma.h in setup-sh7722.c by Guennadi Liakhovetski · 12 years ago
  56. 1a9b499 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  57. 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
  58. a6dc772 Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  59. 02a6ec6 Merge branch 'audit' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  60. 9a2533c Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  61. b070989 um: Add arch/x86/um to MAINTAINERS by Richard Weinberger · 12 years ago
  62. d3c1cfc um: pass siginfo to guest process by Martin Pärtel · 12 years ago
  63. d4afcba um: fix ubd_file_size for read-only files by Martin Pärtel · 12 years ago
  64. d9f691c md/dm-raid: DM_RAID should select MD_RAID10 by NeilBrown · 12 years ago
  65. f54a9d0 md/raid1: submit IO from originating thread instead of md thread. by NeilBrown · 12 years ago
  66. 46a0640 raid5: raid5d handle stripe in batch way by Shaohua Li · 12 years ago
  67. 8811b59 raid5: make_request use batch stripe release by Shaohua Li · 12 years ago
  68. b8a4209 um: pull interrupt_end() into userspace() by Al Viro · 12 years ago
  69. 1bfa231 um: split syscall_trace(), pass pt_regs to it by Al Viro · 12 years ago
  70. a3170d2 um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs by Al Viro · 12 years ago
  71. d4fdc32 Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
  72. 9a51cf2 Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  73. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  74. 95cf146 MIPS: Loongson 2: Sort out clock managment. by Ralf Baechle · 12 years ago
  75. eff0d13 Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  76. 8cf1a3f Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  77. fcff06c Merge branch 'for-next' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  78. 068535f locks: remove unused lm_release_private by J. Bruce Fields · 12 years ago
  79. 4b00951 MIPS: Loongson 1: more clk support and add select HAVE_CLK by Yoichi Yuasa · 12 years ago
  80. 47cd734 MIPS: txx9: Fix redefinition of clk_* by adding select HAVE_CLK by Yoichi Yuasa · 12 years ago
  81. 3e82eee MIPS: BCM63xx: Fix redefinition of clk_* by adding select HAVE_CLK by Yoichi Yuasa · 12 years ago
  82. 8551fb6 MIPS: AR7: Fix redefinition of clk_* by adding select HAVE_CLK by Yoichi Yuasa · 12 years ago
  83. b902d9a MIPS: Lantiq: Platform specific CLK fixup by John Crispin · 12 years ago
  84. a9188bc MIPS: Lantiq: Add device_tree_init function by John Crispin · 12 years ago
  85. e29b72f MIPS: Lantiq: Fix interface clock and PCI control register offset by John Crispin · 12 years ago
  86. dbc6e02 delousing target_core_file a bit by Al Viro · 12 years ago
  87. 63f33b8d DM RAID: Add support for MD RAID10 by Jonathan Brassow · 12 years ago
  88. bb181e2 Merge commit 'c039c332f23e794deb6d6f37b9f07ff3b27fb2cf' into md by NeilBrown · 12 years ago
  89. 80799fb block: remove dead func declaration by Yuanhan Liu · 12 years ago
  90. c83f6bf block: add partition resize function to blkpg ioctl by Vivek Goyal · 12 years ago
  91. 4638a83 block: uninitialized ioc->nr_tasks triggers WARN_ON by Olof Johansson · 12 years ago
  92. fe86cdc block: do not artificially constrain max_sectors for stacking drivers by Mike Snitzer · 12 years ago
  93. aff252a ALSA: snd-usb: fix clock source validity index by Daniel Mack · 12 years ago
  94. f387704 Merge branch 'common/irqdomain' into sh-latest by Paul Mundt · 12 years ago
  95. 1ca8fe3 sh: ecovec: care CN5 VBUS if USB host mode by Kuninori Morimoto · 12 years ago
  96. 8a87776 sh: sh7724: fixup renesas_usbhs clock settings by Kuninori Morimoto · 12 years ago
  97. 1d6a21b sh: intc: initial irqdomain support. by Paul Mundt · 12 years ago
  98. 15cf647 Merge branch 'common/pinctrl' into sh-latest by Paul Mundt · 12 years ago
  99. 1e32dfe sh: pfc: Fix up init ordering mess. by Paul Mundt · 12 years ago
  100. 91ba548 Merge branch 'sh/dmaengine' into sh-latest by Paul Mundt · 12 years ago