1. 05eeae2 [PATCH] find_task_by_pid() needs tasklist_lock by Andrew Morton · 20 years ago
  2. 12b5989 [PATCH] refactor capable() to one implementation, add __capable() helper by Chris Wright · 20 years ago
  3. 501f249 [PATCH] IRQ: prevent enabling of previously disabled interrupt by Bryan Holty · 20 years ago
  4. c777ac5 [PATCH] irq: uninline migration functions by Andrew Morton · 20 years ago
  5. 9871728 [PATCH] kernel/params.c: make param_array() static by Adrian Bunk · 20 years ago
  6. 8d3b33f [PATCH] Remove MODULE_PARM by Rusty Russell · 20 years ago
  7. 7d99b7d [PATCH] Validate and sanitze itimer timeval from userspace by Thomas Gleixner · 20 years ago
  8. c08b8a4 [PATCH] sys_alarm() unsigned signed conversion fixup by Thomas Gleixner · 20 years ago
  9. 185ae6d [PATCH] timer irq driven soft watchdog fix by Andrew Morton · 20 years ago
  10. f125b56 [PATCH] fix build error if CONFIG_SYSFS=n by Andrew Morton · 20 years ago
  11. 24277dd [PATCH] strndup_user: convert module by Davi Arnaut · 20 years ago
  12. 6687a97 [PATCH] timer-irq-driven soft-watchdog, cleanups by Ingo Molnar · 20 years ago
  13. 6a4d11c [PATCH] Fix module refcount leak in __set_personality() by Sergey Vlasov · 20 years ago
  14. d3561f7 [PATCH] RLIMIT_CPU: document wrong return value by Andrew Morton · 20 years ago
  15. e066111 [PATCH] RLIMIT_CPU: fix handling of a zero limit by Andrew Morton · 20 years ago
  16. ec9e16b [PATCH] sys_setrlimit() cleanup by Andrew Morton · 20 years ago
  17. 2ea1c53 [PATCH] console_setup() depends (wrongly?) on CONFIG_PRINTK by John Z. Bohach · 20 years ago
  18. 29afd49 [PATCH] cpuset: remove useless local variable initialization by Paul Jackson · 20 years ago
  19. 151a442 [PATCH] cpuset: don't need to mark cpuset_mems_generation atomic by Paul Jackson · 20 years ago
  20. 8488bc3 [PATCH] cpuset: remove unnecessary NULL check by Paul Jackson · 20 years ago
  21. c61afb1 [PATCH] cpuset memory spread slab cache optimizations by Paul Jackson · 20 years ago
  22. 825a46a [PATCH] cpuset memory spread basic implementation by Paul Jackson · 20 years ago
  23. 8a39cc6 [PATCH] cpuset use combined atomic_inc_return calls by Paul Jackson · 20 years ago
  24. 7b5b9ef [PATCH] cpuset cleanup not not operators by Paul Jackson · 20 years ago
  25. 95c3832 [PATCH] rcutorture: tag success/failure line with module parameters by Paul E. McKenney · 20 years ago
  26. a4a6198 [PATCH] tvec_bases too large for per-cpu data by Jan Beulich · 20 years ago
  27. caa9ee7 [PATCH] rcu_process_callbacks: don't cli() while testing ->nxtlist by Oleg Nesterov · 20 years ago
  28. cba9f33 [PATCH] Range checking in do_proc_dointvec_(userhz_)jiffies_conv by Bart Samwel · 20 years ago
  29. ed5b43f [PATCH] Represent laptop_mode as jiffies internally by Bart Samwel · 20 years ago
  30. f6ef943 [PATCH] Represent dirty_*_centisecs as jiffies internally by Bart Samwel · 20 years ago
  31. 36f5741 [PATCH] free_uid() locking improvement by Andrew Morton · 20 years ago
  32. 2056a78 [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23 by Jens Axboe · 20 years ago
  33. 6dac40a [PATCH] relay: consolidate sendfile() and read() code by Tom Zanussi · 20 years ago
  34. 221415d [PATCH] relay: add sendfile() support by Jens Axboe · 20 years ago
  35. b86ff98 [PATCH] relay: migrate from relayfs to a generic relay API by Jens Axboe · 20 years ago
  36. 2178426 [PATCH] kernel/rcupdate.c: make two structs static by Adrian Bunk · 20 years ago
  37. ee25e96 [PATCH] BUILD_LOCK_OPS: cleanup preempt_disable() usage by Oleg Nesterov · 20 years ago
  38. dd28779 [PATCH] pause_on_oops command line option by Andrew Morton · 20 years ago
  39. 91368d7 [PATCH] make bug messages more consistent by Ingo Molnar · 20 years ago
  40. a26fd33 [PATCH] sigprocmask: kill unneeded temp var by Oleg Nesterov · 20 years ago
  41. 6389a38 [PATCH] kernel/module.c Semaphore to Mutex Conversion for module_mutex by Ashutosh Naik · 20 years ago
  42. 7a7d1cf [PATCH] sem2mutex: kprobes by Ingo Molnar · 20 years ago
  43. 70522e1 [PATCH] sem2mutex: tty by Ingo Molnar · 20 years ago
  44. 97d1f15 [PATCH] sem2mutex: kernel/ by Arjan van de Ven · 20 years ago
  45. 9331b31 [PATCH] convert kernel/rcupdate.c:rcu_barrier_sema to mutex by Ingo Molnar · 20 years ago
  46. 3d3f26a [PATCH] kernel/cpuset.c, mutex conversion by Ingo Molnar · 20 years ago
  47. 2dd0ebc [PATCH] Avoid taking global tasklist_lock for single threadedprocess at getrusage() by Ravikiran G Thirumalai · 20 years ago
  48. 0c9e63f [PATCH] Shrinks sizeof(files_struct) and better layout by Eric Dumazet · 20 years ago
  49. 9b23820 [PATCH] swsusp: add s2ram ioctl to userland interface by Luca Tettamanti · 20 years ago
  50. 94c188d [PATCH] swsusp: let userland tools switch console on suspend by Rafael J. Wysocki · 20 years ago
  51. e4e4d66 [PATCH] swsusp: drain high mem pages by Shaohua Li · 20 years ago
  52. fc558a7 [PATCH] swsusp: finally solve mysqld problem by Rafael J. Wysocki · 20 years ago
  53. ce6ed29 [PATCH] suspend: make progress printing prettier by Pavel Machek · 20 years ago
  54. 02aaeb9 [PATCH] swsusp: freeze user space processes first by Rafael J. Wysocki · 20 years ago
  55. 6e1819d [PATCH] swsusp: userland interface by Rafael J. Wysocki · 20 years ago
  56. 543cc27 [PATCH] swsusp: documentation updates by Pavel Machek · 20 years ago
  57. 74c7e2e [PATCH] kernel/power: move externs to header files by Randy Dunlap · 20 years ago
  58. 61159a3 [PATCH] swsusp: separate swap-writing/reading code by Rafael J. Wysocki · 20 years ago
  59. f577eb3 [PATCH] swsusp: low level interface by Rafael J. Wysocki · 20 years ago
  60. 2b322ce [PATCH] revert "swsusp: fix breakage with swap on lvm" by Andrew Morton · 20 years ago
  61. e9028b0 [PATCH] fix scheduler deadlock by Anton Blanchard · 20 years ago
  62. 2e6e33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 20 years ago
  63. 2152f85 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 20 years ago
  64. 78eef01 [PATCH] on_each_cpu(): disable local interrupts by Andrew Morton · 20 years ago
  65. 06f9d4f [PATCH] unshare: Error if passed unsupported flags by Eric W. Biederman · 20 years ago
  66. 9430d58 [PATCH] sched: remove sleep_avg multiplier by Mike Galbraith · 20 years ago
  67. d04cdb6 Merge ../linux-2.6 by James Bottomley · 20 years ago
  68. 03e88ae [PATCH] fix module sysfs files reference counting by Greg Kroah-Hartman · 20 years ago
  69. 01ca70d [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to RCU subsystem by Greg Kroah-Hartman · 20 years ago
  70. 9f28bb7 [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() by Greg Kroah-Hartman · 20 years ago
  71. 3fd6805 [PATCH] Clean up module.c symbol searching logic by Sam Ravnborg · 20 years ago
  72. 5110730 [PATCH] kobject: fix build error if CONFIG_SYSFS=n by Jun'ichi Nomura · 20 years ago
  73. afc847b [PATCH] don't do exit_io_context() until we know we won't be doing any IO by Al Viro · 20 years ago
  74. 2d61b86 [PATCH] disable unshare(CLONE_VM) for now by Oleg Nesterov · 20 years ago
  75. a0a0c28 [PATCH] posix-timers: fix requeue accounting when signal is ignored by Roman Zippel · 20 years ago
  76. 67890d7 [PATCH] time_interpolator: add __read_mostly by Christoph Lameter · 20 years ago
  77. e0e8eb5 [PATCH] unshare: Use rcu_assign_pointer when setting sighand by Eric W. Biederman · 20 years ago
  78. 23dd640 Merge ../linux-2.6 by Paul Mackerras · 20 years ago
  79. f33b5d7 Merge ../linux-2.6 by James Bottomley · 20 years ago
  80. f9a3879 [PATCH] Fix sigaltstack corruption among cloned threads by GOTO Masanori · 20 years ago
  81. 7cd9013 [PATCH] remove __put_task_struct_cb export again by Christoph Hellwig · 20 years ago
  82. 5164501 Merge ../linux-2.6 by Paul Mackerras · 20 years ago
  83. 529bf6b [PATCH] fix file counting by Dipankar Sarma · 20 years ago
  84. 21a1ea9 [PATCH] rcu batch tuning by Dipankar Sarma · 20 years ago
  85. 81c29a8 [PATCH] idle threads should have a sane ->timestamp value by Ingo Molnar · 20 years ago
  86. 5aee405 [PATCH] time: add barrier after updating jiffies_64 by Atsushi Nemoto · 20 years ago
  87. 6923974 [PATCH] fix next_timer_interrupt() for hrtimer by Tony Lindgren · 20 years ago
  88. 8ba7b0a Add early-boot-safety check to cond_resched() by Linus Torvalds · 20 years ago
  89. 685db65 [PATCH] time_interpolator: Use readq_relaxed() instead of readq(). by Christoph Lameter · 20 years ago
  90. 7f99f06 [PATCH] fix acpi_video_flags on x86-64 by Stefan Seyfried · 20 years ago
  91. d2b176e [IA64] sysctl option to silence unaligned trap warnings by Jes Sorensen · 20 years ago
  92. 1fa44ec [SCSI] add execute_in_process_context() API by James Bottomley · 20 years ago
  93. a00428f Merge ../powerpc-merge by Paul Mackerras · 20 years ago
  94. 5914811 [PATCH] kjournald keeps reference to namespace by Björn Steinbrink · 20 years ago
  95. cf70a6f Merge branch 'fixes.b8' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/bird by Linus Torvalds · 20 years ago
  96. 7fd105e [PATCH] Fix compile for CONFIG_SYSVIPC=n or CONFIG_SYSCTL=n by Stephen Rothwell · 20 years ago
  97. 7a9166e [PATCH] Fix undefined symbols for nommu architecture by Luke Yang · 20 years ago
  98. c255d84 [PATCH] suspend-to-ram: allow video options to be set at runtime by Pavel Machek · 20 years ago
  99. ef20c8c [PATCH] GFP_KERNEL allocations in atomic (auditsc) by Al Viro · 20 years ago
  100. a8534ad [PATCH] swsusp: fix breakage with swap on LVM by Rafael J. Wysocki · 20 years ago