1. 24b8a84 workqueue: restructure pool / pool_workqueue iterations in freeze/thaw functions by Tejun Heo · 12 years ago
  2. 1711696 workqueue: introduce for_each_pool() by Tejun Heo · 12 years ago
  3. 49e3cf4 workqueue: replace for_each_pwq_cpu() with for_each_pwq() by Tejun Heo · 12 years ago
  4. 30cdf24 workqueue: add workqueue_struct->pwqs list by Tejun Heo · 12 years ago
  5. e904e6c workqueue: introduce kmem_cache for pool_workqueues by Tejun Heo · 12 years ago
  6. e98d5b1 workqueue: make workqueue_lock irq-safe by Tejun Heo · 12 years ago
  7. 6183c00 workqueue: make sanity checks less punshing using WARN_ON[_ONCE]()s by Tejun Heo · 12 years ago
  8. b310410 workqueue: better define synchronization rule around rescuer->pool updates by Lai Jiangshan · 12 years ago
  9. f36dc67 workqueue: change argument of worker_maybe_bind_and_lock() to @pool by Lai Jiangshan · 12 years ago
  10. f5faa07 workqueue: use %current instead of worker->task in worker_maybe_bind_and_lock() by Lai Jiangshan · 12 years ago
  11. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  12. 8fd5e7a Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 12 years ago
  13. 6ec40b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  14. db61ec2 fix compat_sys_rt_sigprocmask() by Al Viro · 12 years ago
  15. 649508f trace/ring_buffer: handle 64bit aligned structs by James Hogan · 13 years ago
  16. 3cfb077 Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 12 years ago
  17. e23b622 Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 12 years ago
  18. 36dfea4 kdb: Remove unhandled ssb command by Vincent · 12 years ago
  19. a37372f kdb: Prevent kernel oops with kdb_defcmd by Jason Wessel · 12 years ago
  20. 1b2caa2d kdb: Remove the ll command by Jason Wessel · 12 years ago
  21. 074604a kdb_main: fix help print by Jason Wessel · 12 years ago
  22. 4eb7a66 kdb: Fix overlap in buffers with strcpy by Jason Wessel · 12 years ago
  23. 00370b8 kdb: Setup basic kdb state before invoking commands via kgdb by Matt Klein · 12 years ago
  24. 5f784f7 kdb: use ARRAY_SIZE where possible by Sasha Levin · 12 years ago
  25. f7c82d5 kdb: A fix for kdb command table expansion by John Blackwood · 12 years ago
  26. 2af7844 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 12 years ago
  27. ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  28. 2a7d2b9 Merge branch 'akpm' (final batch from Andrew) by Linus Torvalds · 12 years ago
  29. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  30. 1e142b2 kcmp: make it depend on CHECKPOINT_RESTORE by Cyrill Gorcunov · 12 years ago
  31. c759b35 kfifo: move kfifo.c from kernel/ to lib/ by Stefani Seibold · 12 years ago
  32. bf53153 kernel/utsname.c: fix wrong comment about clone_uts_ns() by Yuanhan Liu · 12 years ago
  33. cd89f46 kernel/utsname_sysctl.c: put get/get_uts() into CONFIG_PROC_SYSCTL code block by Yuanhan Liu · 12 years ago
  34. df1778b sysctl: fix null checking in bin_dn_node_address() by Xi Wang · 12 years ago
  35. ee94d52 posix-timers: convert to idr_alloc() by Tejun Heo · 12 years ago
  36. 0e9c3be events: convert to idr_alloc() by Tejun Heo · 12 years ago
  37. d228d9e cgroup: convert to idr_alloc() by Tejun Heo · 12 years ago
  38. c897ff6 cgroup: don't use idr_remove_all() by Tejun Heo · 12 years ago
  39. 8c333ac kexec: avoid freeing NULL pointer in image_crash_alloc() by Zhang Yanfei · 12 years ago
  40. b92e7e0 kexec: fix memory leak in function kimage_normal_alloc by Zhang Yanfei · 12 years ago
  41. fe88f2e kexec: prevent double free on image allocation failure by Sasha Levin · 12 years ago
  42. 0d0bf66 kexec: export PG_hwpoison flag into vmcoreinfo by Mitsuhiro Tanino · 12 years ago
  43. 8a525f5 kexec: get rid of duplicate check for hole_end by Zhang Yanfei · 12 years ago
  44. 8d67091 kexec: add the values related to buddy system for filtering free pages. by Atsushi Kumagai · 12 years ago
  45. 6f977e6 fork: unshare: remove dead code by Alan Cox · 12 years ago
  46. 80d26af coredump: use a freezable_schedule for the coredump_finish wait by Mandeep Singh Baines · 12 years ago
  47. 6aa9707 lockdep: check that no locks held at freeze time by Mandeep Singh Baines · 12 years ago
  48. e579d2c coredump: remove redundant defines for dumpable states by Kees Cook · 12 years ago
  49. 5d1fadc kernel/signal.c: fix suboptimal printk usage by Valdis Kletnieks · 12 years ago
  50. 66dd34a signal: allow to send any siginfo to itself by Andrey Vagin · 12 years ago
  51. 7ff6764 usermodehelper: cleanup/fix __orderly_poweroff() && argv_free() by Oleg Nesterov · 12 years ago
  52. 6131ffa more file_inode() open-coded instances by Al Viro · 12 years ago
  53. 0ca7ffb Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  54. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  55. 24e5591 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  56. dcad0fc Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  57. f8ef15d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  58. 7bb307e export kernel_write(), convert open-coded instances by Al Viro · 12 years ago
  59. 3dadecc switch vfs_getattr() to struct path by Al Viro · 12 years ago
  60. fffddfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  61. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  62. 9043a26 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  63. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  64. 7f6575f cputime: Use local_clock() for full dynticks cputime accounting by Frederic Weisbecker · 12 years ago
  65. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  66. 5ce1a70 Merge branch 'akpm' (more incoming from Andrew) by Linus Torvalds · 12 years ago
  67. 75f7ad8 page-writeback.c: subtract min_free_kbytes from dirtyable memory by Paul Szabo · 12 years ago
  68. aa00d89 sched: do not use cpu_to_node() to find an offlined cpu's node. by Tang Chen · 12 years ago
  69. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  70. 3b5d851 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  71. bbbfeac sched: Fix /proc/sched_debug failure on very very large systems by Nathan Zimmer · 12 years ago
  72. cb152ff sched: Fix /proc/sched_stat failure on very very large systems by Nathan Zimmer · 12 years ago
  73. 2ef14f4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  74. 27ea6df Merge tag 'please-pull-misc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 12 years ago
  75. 7c2db36 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 12 years ago
  76. d7d48f6 kernel/nsproxy.c: remove duplicate task_cred_xxx for user_ns by Yuanhan Liu · 12 years ago
  77. f3cbd43 sys_prctl(): coding-style cleanup by Andrew Morton · 12 years ago
  78. 7fe5e04 sys_prctl(): arg2 is unsigned long which is never < 0 by Chen Gang · 12 years ago
  79. 9a46ad6 smp: make smp_call_function_many() use logic similar to smp_call_function_single() by Shaohua Li · 12 years ago
  80. af3b562 time: don't inline EXPORT_SYMBOL functions by Greg Kroah-Hartman · 12 years ago
  81. bffea77 compat: return -EFAULT on error in waitid() by Dan Carpenter · 12 years ago
  82. b274776 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  83. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  84. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  85. e182bb3 posix-timer: Don't call idr_find() with out-of-range ID by Tejun Heo · 12 years ago
  86. a0b1c42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  87. 8793422 Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  88. 9ae46e6 Merge branch 'for-3.9-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  89. 502b24c Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  90. 1c3e826 sched/core: Remove the obsolete and unused nr_uninterruptible() function by Sha Zhengju · 12 years ago
  91. ff1fb5f Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 12 years ago
  92. ece8e0b Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  93. 67cb104 Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  94. 1eaec82 Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  95. 121027a Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  96. 5800700 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  97. 266d7ad Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  98. bcbd818 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  99. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  100. 8f55cea Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago