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