1. 0d2e2a1 fsnotify: drop mask argument from fsnotify_alloc_group by Eric Paris · 15 years ago
  2. 220d14d Audit: only set group mask when something is being watched by Eric Paris · 15 years ago
  3. ffab834 fsnotify: fsnotify_obtain_group should be fsnotify_alloc_group by Eric Paris · 15 years ago
  4. 74be0cc fsnotify: remove group_num altogether by Eric Paris · 15 years ago
  5. 8112e2d fsnotify: include data in should_send calls by Eric Paris · 15 years ago
  6. 7b0a04f fsnotify: provide the data type to should_send_event by Eric Paris · 15 years ago
  7. 2dfc1ca inotify: remove inotify in kernel interface by Eric Paris · 15 years ago
  8. 1a3aedb Audit: audit watch init should not be before fsnotify init by Eric Paris · 15 years ago
  9. 939a67f Audit: split audit watch Kconfig by Eric Paris · 15 years ago
  10. 28a3a7e audit: reimplement audit_trees using fsnotify rather than inotify by Eric Paris · 15 years ago
  11. 40554c3 fsnotify: allow addition of duplicate fsnotify marks by Eric Paris · 15 years ago
  12. a05fb6c audit: do not get and put just to free a watch by Eric Paris · 15 years ago
  13. e118e9c audit: redo audit watch locking and refcnt in light of fsnotify by Eric Paris · 15 years ago
  14. e9fd702 audit: convert audit watches to use fsnotify instead of inotify by Eric Paris · 15 years ago
  15. ae7b8f4 Audit: clean up the audit_watch split by Eric Paris · 15 years ago
  16. b82bab4b dynamic debug: move ddebug_remove_module() down into free_module() by Jason Baron · 14 years ago
  17. edd63cb sysrq,kdb: Use __handle_sysrq() for kdb's sysrq function by Jason Wessel · 14 years ago
  18. b0679c6 debug_core,kdb: fix kgdb_connected bit set in the wrong place by Jason Wessel · 14 years ago
  19. 9e8b624 Fix merge regression from external kdb to upstream kdb by Jason Wessel · 14 years ago
  20. fb82c0f repair gdbstub to match the gdbserial protocol specification by Jason Wessel · 14 years ago
  21. 1396a21 kdb: break out of kdb_ll() when command is terminated by Martin Hicks · 14 years ago
  22. 9078370 kmemleak: Add support for NO_BOOTMEM configurations by Catalin Marinas · 14 years ago
  23. ff49d74 module: initialize module dynamic debug later by Yehuda Sadeh · 14 years ago
  24. 123f94f Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  25. 8c215bd sched: Cure nr_iowait_cpu() users by Peter Zijlstra · 15 years ago
  26. 7a0ea09 futex: futex_find_get_task remove credentails check by Michal Hocko · 15 years ago
  27. e05bd33 kexec: fix Oops in crash_shrink_memory() by Pavan Naregundi · 15 years ago
  28. 5904b3b Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  29. f3866db Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  30. f014d93 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  31. cf91b41 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  32. e6cb628 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  33. 0d98bb2 sched: Prevent compiler from optimising the sched_avg_update() loop by Will Deacon · 15 years ago
  34. 8695159 sched: silence PROVE_RCU in sched_fork() by Peter Zijlstra · 15 years ago
  35. f3b577d rcu: apply RCU protection to wake_affine() by Daniel J Blueman · 15 years ago
  36. 3c93717 sched: Fix over-scheduling bug by Alex,Shi · 15 years ago
  37. 3310d4d nohz: Fix nohz ratelimit by Peter Zijlstra · 15 years ago
  38. 42de553 Merge branch 'bugzilla-13931-sleep-nvs' into release by Len Brown · 15 years ago
  39. a8fb260 perf/tracing: Fix regression of perf losing kprobe events by Steven Rostedt · 15 years ago
  40. 85ca788 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  41. dd4c4f1 suspend: Move NVS save/restore code to generic suspend functionality by Matthew Garrett · 15 years ago
  42. 4673247 genirq: Deal with desc->set_type() changing desc->chip by Thomas Gleixner · 15 years ago
  43. dc61b1d sched: Fix PROVE_RCU vs cpu_cgroup by Peter Zijlstra · 15 years ago
  44. f6ab91a perf: Fix signed comparison in perf_adjust_period() by Peter Zijlstra · 15 years ago
  45. 90ec781 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  46. 9bea7f2 module: fix bne2 "gave up waiting for init of module libcrc32c" by Rusty Russell · 15 years ago
  47. be593f4 module: verify_export_symbols under the lock by Rusty Russell · 15 years ago
  48. 3bafeb6 module: move find_module check to end by Linus Torvalds · 15 years ago
  49. 7567650 module: make locking more fine-grained. by Rusty Russell · 15 years ago
  50. 6407ebb2 module: Make module sysfs functions private. by Rusty Russell · 15 years ago
  51. 80a3d1b module: move sysfs exposure to end of load_module by Rusty Russell · 15 years ago
  52. c8e21ce module: fix kdb's illicit use of struct module_use. by Rusty Russell · 15 years ago
  53. 2c02dfe module: Make the 'usage' lists be two-way by Linus Torvalds · 15 years ago
  54. d2dd328 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  55. 9e506f7 kernel/: fix BUG_ON checks for cpu notifier callbacks direct call by Akinobu Mita · 15 years ago
  56. 94b3dd0 cgroups: alloc_css_id() increments hierarchy depth by Greg Thelen · 15 years ago
  57. 485d527 sys_personality: change sys_personality() to accept "unsigned int" instead of u_long by Oleg Nesterov · 15 years ago
  58. 39d1121 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  59. f150dba6 Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  60. c6df8d5 perf: Fix crash in swevents by Peter Zijlstra · 15 years ago
  61. ff9da69 pipe: change /proc/sys/fs/pipe-max-pages to byte sized interface by Jens Axboe · 15 years ago
  62. 5c113fb fix cpu_chain section mismatch... by Daniel J Blueman · 15 years ago
  63. 1f73897 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  64. e51fd5e sched: Fix wake_affine() vs RT tasks by Peter Zijlstra · 15 years ago
  65. 293a7cf module: fix reference to mod->percpu after freeing module. by Rusty Russell · 15 years ago
  66. 546cf44 blktrace: Fix new kernel-doc warnings by Randy Dunlap · 15 years ago
  67. 74048f8 perf_events: Fix unincremented buffer base on partial copy by Frederic Weisbecker · 15 years ago
  68. 90151c35 perf_events: Fix event scheduling issues introduced by transactional API by Stephane Eranian · 15 years ago
  69. 2e97942 perf_events, trace: Fix perf_trace_destroy(), mutex went missing by Peter Zijlstra · 15 years ago
  70. 3771f07 perf_events, trace: Fix probe unregister race by Peter Zijlstra · 15 years ago
  71. 8a49542 perf_events: Fix races in group composition by Peter Zijlstra · 15 years ago
  72. ac9721f perf_events: Fix races and clean up perf_event and perf_mmap_data interaction by Peter Zijlstra · 15 years ago
  73. 54e88fa sched: Make sure timers have migrated before killing the migration_thread by Amit K. Arora · 15 years ago
  74. fa7eada Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  75. bc7d352 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  76. e9a5f42 CPU: Avoid using unititialized error variable in disable_nonboot_cpus() by Rafael J. Wysocki · 15 years ago
  77. 35926ff Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()" by Linus Torvalds · 15 years ago
  78. b612a05 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 15 years ago
  79. 0aa12fb sched: add wait_for_completion_killable_timeout by Sage Weil · 15 years ago
  80. 29d03fa Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  81. ea635c6 Fix racy use of anon_inode_getfd() in perf_event.c by Al Viro · 15 years ago
  82. c5617b2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  83. 45e0fff posix_timer: Fix error path in timer_create by Andrey Vagin · 15 years ago
  84. 00b9b0a Avoid warning when CPU hotplug isn't enabled by Linus Torvalds · 15 years ago
  85. 3dd6b5f numa: in-kernel profiling: use cpu_to_mem() for per cpu allocations by Lee Schermerhorn · 15 years ago
  86. 5b530fc panic: call console_verbose() in panic by Anton Blanchard · 15 years ago
  87. f106eee pids: fix fork_idle() to setup ->pids correctly by Oleg Nesterov · 15 years ago
  88. 72680a1 pids: increase pid_max based on num_possible_cpus by Hedi Berriche · 15 years ago
  89. 79a6cde cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=n by Lai Jiangshan · 15 years ago
  90. 80b5184 kernel/: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 15 years ago
  91. e6bde73 cpu-hotplug: return better errno on cpu hotplug failure by Akinobu Mita · 15 years ago
  92. e9fb763 cpu-hotplug: introduce cpu_notify(), __cpu_notify(), cpu_notify_nofail() by Akinobu Mita · 15 years ago
  93. b3ac022 proc: turn signal_struct->count into "int nr_threads" by Oleg Nesterov · 15 years ago
  94. 5089a97 proc_sched_show_task(): use get_nr_threads() by Oleg Nesterov · 15 years ago
  95. 6e1be45 check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count check by Oleg Nesterov · 15 years ago
  96. 97101eb exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct() by Oleg Nesterov · 15 years ago
  97. a705be6 kill the obsolete thread_group_cputime_free() helper by Oleg Nesterov · 15 years ago
  98. d40e48e exit: __exit_signal: use thread_group_leader() consistently by Oleg Nesterov · 15 years ago
  99. b7b8ff63 signals: kill the awful task_rq_unlock_wait() hack by Oleg Nesterov · 15 years ago
  100. 4ada856 signals: clear signal->tty when the last thread exits by Oleg Nesterov · 15 years ago