1. 4098f99 [PATCH] sched: hardcode non-smp set_cpus_allowed by Paul Jackson · 20 years ago
  2. 708f430 [PATCH] posix-cpu-timers: fix overrun reporting by Roland McGrath · 20 years ago
  3. a241ec6 [PATCH] RCU torture-testing kernel module by Paul E. McKenney · 20 years ago
  4. ecea8d1 [PATCH] jiffies_64 cleanup by Thomas Gleixner · 20 years ago
  5. 7f2a525 [PATCH] wait4 PTRACE_ATTACH race fix by Roland McGrath · 20 years ago
  6. 7407251 [PATCH] PF_DEAD cleanup by Coywolf Qi Hunt · 20 years ago
  7. 40dc565 [PATCH] cleanup for kernel/printk.c by Jesper Juhl · 20 years ago
  8. 20e1129 [PATCH] Keys: Get rid of warning in kmod.c if keys disabled by David Howells · 20 years ago
  9. 30e0fca [PATCH] ptrace/coredump/exit_group deadlock by Andrea Arcangeli · 20 years ago
  10. 68860ec [PATCH] cpusets: automatic numa mempolicy rebinding by Paul Jackson · 20 years ago
  11. 18a19cb [PATCH] cpusets: simple rename by Paul Jackson · 20 years ago
  12. 053199e [PATCH] cpusets: dual semaphore locking overhaul by Paul Jackson · 20 years ago
  13. 5aa15b5 [PATCH] cpusets: remove depth counted locking hack by Paul Jackson · 20 years ago
  14. f35f31d [PATCH] cpuset cleanup by Paul Jackson · 20 years ago
  15. 4eb9af2 [PATCH] posix-timers: use schedule_timeout() in common_nsleep() by Oleg Nesterov · 20 years ago
  16. 6dd69f1 [PATCH] Unify sys_tkill() and sys_tgkill() by Vadim Lobanov · 20 years ago
  17. 19a4fcb [PATCH] kill sigqueue->lock by Oleg Nesterov · 20 years ago
  18. dfc4f94 [PATCH] remove timer debug field by Andrew Morton · 20 years ago
  19. 89ada67 [PATCH] Use alloc_percpu to allocate workqueues locally by Christoph Lameter · 20 years ago
  20. a5a0d52 [PATCH] ntp whitespace cleanup by Andrew Morton · 20 years ago
  21. 1bb34a4 [PATCH] NTP shift_right cleanup by john stultz · 20 years ago
  22. 61e1a9e [PATCH] Add kthread_stop_sem() by Alan Stern · 20 years ago
  23. a8db2db [PATCH] introduce setup_timer() helper by Oleg Nesterov · 20 years ago
  24. eb9289e [PATCH] introduce .valid callback for pm_ops by Shaohua Li · 20 years ago
  25. 0245b3e [PATCH] swsusp: two simplifications by Rafael J. Wysocki · 20 years ago
  26. 2e32a43 [PATCH] swsusp: get rid of unnecessary wrapper function by Rafael J. Wysocki · 20 years ago
  27. de49186 [PATCH] swsusp: cleanups by Pavel Machek · 20 years ago
  28. 96bc7ae [PATCH] swsusp: remove unneccessary includes by Pavel Machek · 20 years ago
  29. 2c1b4a5 [PATCH] swsusp: rework memory freeing on resume by Rafael J. Wysocki · 20 years ago
  30. a0f4965 [PATCH] swsusp: reduce the use of global variables by Rafael J. Wysocki · 20 years ago
  31. 25761b6 [PATCH] swsusp: move snapshot functionality to separate file by Rafael J. Wysocki · 20 years ago
  32. 351619b [PATCH] swsusp: rework image freeing by Rafael J. Wysocki · 20 years ago
  33. c32b6b8 [PATCH] create and destroy cpufreq sysfs entries based on cpu notifiers by Ashok Raj · 20 years ago
  34. 4276d32 [PATCH] Remove redundant configs.o by Brian Gerst · 20 years ago
  35. 4c21e2f [PATCH] mm: split page table lock by Hugh Dickins · 20 years ago
  36. deceb6c [PATCH] mm: follow_page with inner ptlock by Hugh Dickins · 20 years ago
  37. c74df32 [PATCH] mm: ptd_alloc take ptlock by Hugh Dickins · 20 years ago
  38. 365e9c87 [PATCH] mm: update_hiwaters just in time by Hugh Dickins · 20 years ago
  39. b581003 [PATCH] core remove PageReserved by Nick Piggin · 20 years ago
  40. 7ee7823 [PATCH] mm: dup_mmap down new mmap_sem by Hugh Dickins · 20 years ago
  41. fd3e42f [PATCH] mm: dup_mmap use oldmm more by Hugh Dickins · 20 years ago
  42. 4294621 [PATCH] mm: rss = file_rss + anon_rss by Hugh Dickins · 20 years ago
  43. 404351e [PATCH] mm: mm_init set_mm_counters by Hugh Dickins · 20 years ago
  44. ab50b8e [PATCH] mm: vm_stat_account unshackled by Hugh Dickins · 20 years ago
  45. 4b8f573 [PATCH] TIMERS: add missing compensation for HZ == 250 by YOSHIFUJI Hideaki · 20 years ago
  46. 943eae0 [PATCH] missing exports of do_settimeofday() variants by Al Viro · 20 years ago
  47. 8d027de [PATCH] fix ->signal->live leak in copy_process() by Oleg Nesterov · 20 years ago
  48. 9796fdd [PATCH] gfp_t: kernel/* by Al Viro · 20 years ago
  49. 72ab373 [PATCH] Yet more posix-cpu-timer fixes by Roland McGrath · 20 years ago
  50. a362f46 Revert "remove false BUG_ON() from run_posix_cpu_timers()" by Linus Torvalds · 20 years ago
  51. 7a4ed93 [PATCH] Fix cpu timers expiration time by Oleg Nesterov · 20 years ago
  52. 70ab81c posix cpu timers: fix timer ordering by Linus Torvalds · 20 years ago
  53. bb32051 [PATCH] export cpu_online_map by Andrew Morton · 20 years ago
  54. a69ac4a [PATCH] posix-timers: fix posix_cpu_timer_set() vs run_posix_cpu_timers() race by Oleg Nesterov · 20 years ago
  55. ca531a0 [PATCH] posix-timers: exit path cleanup by Oleg Nesterov · 20 years ago
  56. 3de463c [PATCH] posix-timers: remove false BUG_ON() from run_posix_cpu_timers() by Oleg Nesterov · 20 years ago
  57. 108150e [PATCH] posix-timers: fix cleanup_timers() and run_posix_cpu_timers() races by Oleg Nesterov · 20 years ago
  58. e80eda9 Posix timers: limit number of timers firing at once by Linus Torvalds · 20 years ago
  59. 25f407f [PATCH] Call exit_itimers from do_exit, not __exit_signal by Roland McGrath · 20 years ago
  60. 9465bee Revert "Fix cpu timers exit deadlock and races" by Linus Torvalds · 20 years ago
  61. d1209d0 [PATCH] Threads shouldn't inherit PF_NOFREEZE by Alan Stern · 20 years ago
  62. e03d13e [PATCH] Fix cpu timers exit deadlock and races by Roland McGrath · 20 years ago
  63. 5ee832d [PATCH] rcu: keep rcu callback event counter by Eric Dumazet · 20 years ago
  64. 47d6b08 [PATCH] posix-timers: fix task accounting by Oleg Nesterov · 20 years ago
  65. 2cc78eb Increase default RCU batching sharply by Linus Torvalds · 20 years ago
  66. c6ecf7e [PATCH] Add missing export of getnstimeofday() by Takashi Iwai · 20 years ago
  67. 4611383 [PATCH] Fix signal sending in usbdevio on async URB completion by Harald Welte · 20 years ago
  68. 3dd0832 [PATCH] x86_64: Set up safe page tables during resume by Rafael J. Wysocki · 20 years ago
  69. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 20 years ago
  70. 788e05a [PATCH] fix do_coredump() vs SIGSTOP race by Oleg Nesterov · 20 years ago
  71. 14bf01b Fix inequality comparison against "task->state" by Linus Torvalds · 20 years ago
  72. eacaa1f [PATCH] cpuset crapectomy by Al Viro · 20 years ago
  73. 5acbc5c [PATCH] Fix task state testing properly in do_signal_stop() by Roland McGrath · 20 years ago
  74. 5134fc1 [PATCH] cpuset read past eof memory leak fix by Paul Jackson · 20 years ago
  75. 0f7347c [PATCH] swsusp: avoid problems if there are too many pages to save by Rafael J. Wysocki · 20 years ago
  76. f36462f [PATCH] Ignore trailing whitespace on kernel parameters correctly by Rusty Russell · 20 years ago
  77. f2d6137 [PATCH] swsusp: prevent possible memory leak by Rafael J. Wysocki · 20 years ago
  78. 254b547 [PATCH] swsusp: remove wrong code from data_free by Rafael J. Wysocki · 20 years ago
  79. 188a1ea Make sure SIGKILL gets proper respect by Linus Torvalds · 20 years ago
  80. 8686bcd [PATCH] swsusp: fix comments by Pavel Machek · 20 years ago
  81. 57487f4 [PATCH] swsusp: do not trigger BUG_ON() if there is not enough memory by Rafael J. Wysocki · 20 years ago
  82. 720b942 [PATCH] SOFTWARE_SUSPEND needs HOTPLUG_CPU on SMP by Randy Dunlap · 20 years ago
  83. 88d10bb [PATCH] suspend: cleanup calling of power off methods. by Eric W. Biederman · 20 years ago
  84. e4c9433 [PATCH] reboot: comment and factor the main reboot functions by Eric W. Biederman · 20 years ago
  85. 31f6d9d [PATCH] Add printk_clock() by Andrew Morton · 20 years ago
  86. 4fb3a53 [PATCH] files: fix preemption issues by Dipankar Sarma · 20 years ago
  87. 2030c0f [PATCH] PR_GET_DUMPABLE returns incorrect info by Michael Kerrisk · 20 years ago
  88. 26ff6ad [PATCH] CPU hotplug breaks wake_up_new_task by Srivatsa Vaddagiri · 20 years ago
  89. da04c03 [PATCH] Fix spinlock owner debugging by Ingo Molnar · 20 years ago
  90. 5d54e69 Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 by Linus Torvalds · 20 years ago
  91. 9f15833 [PATCH] use add_taint() for setting tainted bit flags by Randy Dunlap · 20 years ago
  92. 8a1c175 [PATCH] schedule_timeout_[un]interruptible() speedup by Andrew Morton · 20 years ago
  93. 3f74478 [PATCH] x86-64: Some cleanup and optimization to the processor data area. by Andi Kleen · 20 years ago
  94. b342659 [PATCH] cpuset semaphore depth check optimize by Paul Jackson · 20 years ago
  95. 1df5c10 Mark ia64-specific MCA/INIT scheduler hooks as dangerous by Linus Torvalds · 20 years ago
  96. a2a9798 [PATCH] MCA/INIT: scheduler hooks by Keith Owens · 20 years ago
  97. 75bcc8c [PATCH] kernel: fix-up schedule_timeout() usage by Nishanth Aravamudan · 20 years ago
  98. 64ed93a [PATCH] add schedule_timeout_{,un}interruptible() interfaces by Nishanth Aravamudan · 20 years ago
  99. 417ef53 [PATCH] kernel/acct: add kerneldoc by Randy Dunlap · 20 years ago
  100. 0c117f1 [PATCH] sched: allow the load to grow upto its cpu_power by Siddha, Suresh B · 20 years ago