1. 402a26f Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  2. 7522a84 [PATCH] kprobes: NULL out non-relevant fields in struct kretprobe by Ananth N Mavinakayanahalli · 19 years ago
  3. a0aa7f6 [PATCH] Don't inherit ->splice_pipe across forks by Jens Axboe · 19 years ago
  4. 5a7b46b [PATCH] Add more prevent_tail_call() by OGAWA Hirofumi · 19 years ago
  5. 4a3b98a [PATCH] swsusp: prevent possible image corruption on resume by Rafael J. Wysocki · 19 years ago
  6. 5e85d4a [PATCH] task: Make task list manipulations RCU safe by Eric W. Biederman · 19 years ago
  7. 64541d1 [PATCH] kill unushed __put_task_struct_cb by Eric W. Biederman · 19 years ago
  8. 78a596b [PATCH] remove kernel/power/pm.c:pm_unregister() by Adrian Bunk · 19 years ago
  9. e57a505 [PATCH] fix non-leader exec under ptrace by Roland McGrath · 19 years ago
  10. a145410 [PATCH] __group_complete_signal: remove bogus BUG_ON by Oleg Nesterov · 19 years ago
  11. 88dd9c1 Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  12. 5ef37b1 [PATCH] add cpu_relax to hrtimer_cancel by Joe Korty · 19 years ago
  13. d824e66 [PATCH] build kernel/irq/migration.c only if CONFIG_GENERIC_PENDING_IRQ is set by Christoph Hellwig · 19 years ago
  14. aa72710 [PATCH] the scheduled unexport of panic_timeout by Adrian Bunk · 19 years ago
  15. ba6edfc [PATCH] timer initialisation fix by Andrew Morton · 19 years ago
  16. 3016b42 [PATCH] frv: define MMU mode specific syscalls as 'cond_syscall' and clean up unneeded macros by Hyok S. Choi · 19 years ago
  17. 8a5bc07 [PATCH] sched: don't awaken RT tasks on expired array by Mike Galbraith · 19 years ago
  18. 5ce74ab [PATCH] sched: fix interactive task starvation by Mike Galbraith · 19 years ago
  19. b92ce55 [PATCH] splice: add direct fd <-> fd splicing support by Jens Axboe · 19 years ago
  20. b20367a [PATCH] x86_64: Fix drift with HPET timer enabled by Jordan Hargrave · 19 years ago
  21. 9f31252 BUG_ON() Conversion in kernel/signal.c by Eric Sesterhenn · 19 years ago
  22. fda8bd7 BUG_ON() Conversion in kernel/signal.c by Eric Sesterhenn · 19 years ago
  23. 524223c BUG_ON() Conversion in kernel/ptrace.c by Eric Sesterhenn · 19 years ago
  24. 8ba8e95 Fix comments: s/granuality/granularity/ by Kalin KOZHUHAROV · 19 years ago
  25. 8abd8e2 BUG_ON() Conversion in kernel/printk.c by Eric Sesterhenn · 19 years ago
  26. 3e6e952 help text: SOFTWARE_SUSPEND doesn't need ACPI by Adrian Bunk · 19 years ago
  27. 4286229 [PATCH] wrong error path in dup_fd() leading to oopses in RCU by Kirill Korotaev · 19 years ago
  28. 92476d7 [PATCH] pidhash: Refactor the pid hash table by Eric W. Biederman · 19 years ago
  29. 8c7904a [PATCH] task: RCU protect task->usage by Eric W. Biederman · 19 years ago
  30. 158d9eb [PATCH] resurrect __put_task_struct by Andrew Morton · 19 years ago
  31. 390e2ff [PATCH] Make setsid() more robust by Eric W. Biederman · 19 years ago
  32. 9741ef96 [PATCH] futex: check and validate timevals by Thomas Gleixner · 19 years ago
  33. d425b27 [PATCH] sched: activate SCHED BATCH expired by Con Kolivas · 19 years ago
  34. 7c4bb1f [PATCH] sched: remove on runqueue requeueing by Con Kolivas · 19 years ago
  35. 5138930 [PATCH] sched: include noninteractive sleep in idle detect by Con Kolivas · 19 years ago
  36. e72ff0b [PATCH] sched: dont decrease idle sleep avg by Con Kolivas · 19 years ago
  37. e7c38cb [PATCH] sched: make task_noninteractive use sleep_type by Con Kolivas · 19 years ago
  38. 3dee386 [PATCH] sched: cleanup task_activated() by Con Kolivas · 19 years ago
  39. db1b1fe [PATCH] sched: reduce overhead of calc_load by Jack Steiner · 19 years ago
  40. 3055add [PATCH] hrtimer: call get_softirq_time() only when necessary in run_hrtimer_queue() by Dimitri Sivanich · 19 years ago
  41. 669d786 [PATCH] hrtimer: use generic sleeper for nanosleep by Thomas Gleixner · 19 years ago
  42. 00362e3 [PATCH] hrtimer: create generic sleeper by Thomas Gleixner · 19 years ago
  43. 7529c30 [PATCH] modules: permit Dual-MIT/GPL licenses by Andrew Morton · 19 years ago
  44. e4e364e [PATCH] cpuset: memory migration interaction fix by Paul Jackson · 19 years ago
  45. 2741a55 [PATCH] cpuset: unsafe mm reference fix by Paul Jackson · 19 years ago
  46. 4a01c8d [PATCH] cpuset: task_lock comment fix by Paul Jackson · 19 years ago
  47. bb231fe [PATCH] Fix pacct bug in multithreading case. by KaiGai Kohei · 19 years ago
  48. 9b41046 [PATCH] Don't pass boot parameters to argv_init[] by OGAWA Hirofumi · 19 years ago
  49. a2c348f [PATCH] __mod_timer: simplify ->base changing by Oleg Nesterov · 19 years ago
  50. 3691c51 [PATCH] kill __init_timer_base in favor of boot_tvec_bases by Oleg Nesterov · 19 years ago
  51. 85b6bce [PATCH] Fix suspend with traced tasks by Pavel Machek · 19 years ago
  52. 5476790 [PATCH] send_sigqueue: simplify and fix the race by Oleg Nesterov · 19 years ago
  53. a1d5e21 [PATCH] do_notify_parent_cldstop: remove 'to_self' param by Oleg Nesterov · 19 years ago
  54. 883606a [PATCH] finish_stop: don't check stop_count < 0 by Oleg Nesterov · 19 years ago
  55. dac27f4 [PATCH] simplify do_signal_stop() by Oleg Nesterov · 19 years ago
  56. a7e5328 [PATCH] cleanup __exit_signal->cleanup_sighand path by Oleg Nesterov · 19 years ago
  57. 4a2c7a7 [PATCH] make fork() atomic wrt pgrp/session signals by Oleg Nesterov · 19 years ago
  58. 47e6532 [PATCH] pids: kill PIDTYPE_TGID by Oleg Nesterov · 19 years ago
  59. 88531f7 [PATCH] do_sigaction: don't take tasklist_lock by Oleg Nesterov · 19 years ago
  60. aacc909 [PATCH] do_group_exit: don't take tasklist_lock by Oleg Nesterov · 19 years ago
  61. a122b34 [PATCH] do_signal_stop: don't take tasklist_lock by Oleg Nesterov · 19 years ago
  62. 6108ccd [PATCH] relax sig_needs_tasklist() by Oleg Nesterov · 19 years ago
  63. 7d7185c [PATCH] sys_times: don't take tasklist_lock by Oleg Nesterov · 19 years ago
  64. 5876700 [PATCH] do __unhash_process() under ->siglock by Oleg Nesterov · 19 years ago
  65. 35f5cad [PATCH] revert "Optimize sys_times for a single thread process" by Oleg Nesterov · 19 years ago
  66. 6a14c5c [PATCH] move __exit_signal() to kernel/exit.c by Oleg Nesterov · 19 years ago
  67. c81addc [PATCH] rename __exit_sighand to cleanup_sighand by Oleg Nesterov · 19 years ago
  68. 29ff471 [PATCH] cleanup __exit_signal() by Oleg Nesterov · 19 years ago
  69. 6b3934e [PATCH] copy_process: cleanup bad_fork_cleanup_signal by Oleg Nesterov · 19 years ago
  70. 7001510 [PATCH] copy_process: cleanup bad_fork_cleanup_sighand by Oleg Nesterov · 19 years ago
  71. a9e88e8 [PATCH] introduce sig_needs_tasklist() helper by Oleg Nesterov · 19 years ago
  72. f63ee72 [PATCH] introduce lock_task_sighand() helper by Oleg Nesterov · 19 years ago
  73. aa1757f [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCU by Oleg Nesterov · 19 years ago
  74. 1f09f97 [PATCH] release_task: replace open-coded ptrace_unlink() by Oleg Nesterov · 19 years ago
  75. 8292d63 [PATCH] wait_for_helper: trivial style cleanup by Oleg Nesterov · 19 years ago
  76. 6ac781b [PATCH] reparent_thread: use remove_parent/add_parent by Oleg Nesterov · 19 years ago
  77. 73b9ebf [PATCH] pidhash: don't count idle threads by Oleg Nesterov · 19 years ago
  78. c97d989 [PATCH] kill SET_LINKS/REMOVE_LINKS by Oleg Nesterov · 19 years ago
  79. 9b678ec [PATCH] don't use REMOVE_LINKS/SET_LINKS for reparenting by Oleg Nesterov · 19 years ago
  80. 8fafabd [PATCH] remove add_parent()'s parent argument by Oleg Nesterov · 19 years ago
  81. d799f03 [PATCH] choose_new_parent: remove unused arg, sanitize exit_state check by Oleg Nesterov · 19 years ago
  82. d73d652 [PATCH] pidhash: kill switch_exec_pids by Eric W. Biederman · 19 years ago
  83. fef23e7 [PATCH] exec: allow init to exec from any thread. by Eric W. Biederman · 19 years ago
  84. ec7e15d [PATCH] compat_sys_futex() warning fix by Andrew Morton · 19 years ago
  85. 0a94502 [PATCH] for_each_possible_cpu: fixes for generic part by KAMEZAWA Hiroyuki · 19 years ago
  86. b9e20a9 [PATCH] Change dash2underscore() return value to char by Eric Sesterhenn · 19 years ago
  87. f83ca9f [PATCH] symversion warning fix by Andrew Morton · 19 years ago
  88. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 19 years ago
  89. 8f17d3a [PATCH] lightweight robust futexes updates by Ingo Molnar · 19 years ago
  90. 34f192c [PATCH] lightweight robust futexes: compat by Ingo Molnar · 19 years ago
  91. 0771dfe [PATCH] lightweight robust futexes: core by Ingo Molnar · 19 years ago
  92. 0806903 [PATCH] sched: fix group power for allnodes_domains by Siddha, Suresh B · 19 years ago
  93. 1e9f28f [PATCH] sched: new sched domain for representing multi-core by Siddha, Suresh B · 19 years ago
  94. 77e4bfb [PATCH] Small schedule() optimization by Andreas Mohr · 19 years ago
  95. 013d386 [PATCH] sched: fix task interactivity calculation by Martin Andersson · 19 years ago
  96. 9ae21d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  97. c6fd91f [PATCH] kretprobe instance recycled by parent process by bibo mao · 19 years ago
  98. 05cfb61 [PATCH] hrtimers: remove data field by Roman Zippel · 19 years ago
  99. df869b6 [PATCH] hrtimers: remove nsec_t typedef by Roman Zippel · 19 years ago
  100. b75f7a5 [PATCH] hrtimers: remove state field by Roman Zippel · 19 years ago