1. 7babe8d Full conversion to early_initcall() interface, remove old interface by Eduard - Gabriel Munteanu · 16 years ago
  2. 89081d1 kexec jump: save/restore device state by Huang Ying · 16 years ago
  3. 3ab8352 kexec jump by Huang Ying · 16 years ago
  4. 7fccf03 kernel/kexec.c: make 'kimage_terminate' void by WANG Cong · 16 years ago
  5. a2e2e35 pm selftest: rtc paranoia by David Brownell · 16 years ago
  6. 9b81361 signalfd: fix undefined reference to `compat_sys_signalfd4' when !CONFIG_SIGNALFD by Ingo Molnar · 16 years ago
  7. b81f3ea taskstats: remove initialization of static per-cpu variable by Vegard Nossum · 16 years ago
  8. 016ae21 per-task-delay-accounting: update taskstats for memory reclaim delay by Keika Kobayashi · 16 years ago
  9. 873b477 per-task-delay-accounting: add memory reclaim delay by Keika Kobayashi · 16 years ago
  10. 3e85ba0 tsacct: fix bacct_add_tsk()'s use of do_div() by David Howells · 16 years ago
  11. 297c5d9 task IO accounting: provide distinct tgid/tid I/O statistics by Andrea Righi · 16 years ago
  12. 0c18d7a bsdacct: fix and add comments around acct_process() by Pavel Emelyanov · 16 years ago
  13. 7d1e135 bsdacct: account dying tasks in all relevant namespaces by Pavel Emelyanov · 16 years ago
  14. b5a7174 bsdacct: turn acct off for all pidns-s on umount time by Pavel Emelyanov · 16 years ago
  15. 0b6b030 bsdacct: switch from global bsd_acct_struct instance to per-pidns one by Pavel Emelyanov · 16 years ago
  16. 6248b1b bsdacct: make internal code work with passed bsd_acct_struct, not global by Pavel Emelyanov · 16 years ago
  17. a75d979 bsdacct: turn the acct_lock from on-the-struct to global by Pavel Emelyanov · 16 years ago
  18. e59a04a bsdacct: make check timer accept a bsd_acct_struct argument by Pavel Emelyanov · 16 years ago
  19. 1c55285 bsdacct: "truthify" a comment near acct_process by Pavel Emelyanov · 16 years ago
  20. 84406c1 pidns: use kzalloc when allocating new pid_namespace struct by Pavel Emelyanov · 16 years ago
  21. 081e4c8 bsdacct: rename acct_gbls to bsd_acct_struct by Pavel Emelyanov · 16 years ago
  22. 49b5cf3 accounting: account for user time when updating memory integrals by Jonathan Lim · 16 years ago
  23. 7394f0f6 unexport uts_sem by Adrian Bunk · 16 years ago
  24. a89cc19 markers: fix sparse integer as NULL pointer warning by Harvey Harrison · 16 years ago
  25. 28325df markers: use rcu_barrier_sched() and call_rcu_sched() by Mathieu Desnoyers · 16 years ago
  26. e49859e pidns: remove now unused find_pid function. by Pavel Emelyanov · 16 years ago
  27. 19b0cfc pidns: remove now unused kill_proc function by Pavel Emelyanov · 16 years ago
  28. 99541c2 sysctl: check for bogus modes by Alexey Dobriyan · 16 years ago
  29. 339caf2 proc: misplaced export of find_get_pid by David Sterba · 16 years ago
  30. 8448502 workqueues: do CPU_UP_CANCELED if CPU_UP_PREPARE fails by Oleg Nesterov · 16 years ago
  31. 8de6d30 workqueues: schedule_on_each_cpu() can use schedule_work_on() by Oleg Nesterov · 16 years ago
  32. ef1ca23 workqueues: queue_work() can use queue_work_on() by Oleg Nesterov · 16 years ago
  33. a67da70 workqueues: lockdep annotations for flush_work() by Oleg Nesterov · 16 years ago
  34. 3da1c84 workqueues: make get_online_cpus() useable for work->func() by Oleg Nesterov · 16 years ago
  35. 8616a89 workqueues: schedule_on_each_cpu: use flush_work() by Oleg Nesterov · 16 years ago
  36. db70089 workqueues: implement flush_work() by Oleg Nesterov · 16 years ago
  37. 1a4d9b0 workqueues: insert_work: use "list_head *" instead of "int tail" by Oleg Nesterov · 16 years ago
  38. a94e2d4 coredump: kill mm->core_done by Oleg Nesterov · 16 years ago
  39. b564daf coredump: construct the list of coredumping threads at startup time by Oleg Nesterov · 16 years ago
  40. c5f1cc8 coredump: turn core_state->nr_threads into atomic_t by Oleg Nesterov · 16 years ago
  41. 999d9fc coredump: move mm->core_waiters into struct core_state by Oleg Nesterov · 16 years ago
  42. 32ecb1f coredump: turn mm->core_startup_done into the pointer to struct core_state by Oleg Nesterov · 16 years ago
  43. 246bb0b kill PF_BORROWED_MM in favour of PF_KTHREAD by Oleg Nesterov · 16 years ago
  44. 7b34e42 introduce PF_KTHREAD flag by Oleg Nesterov · 16 years ago
  45. 3d749b9 ptrace: simplify ptrace_stop()->sigkill_pending() path by Oleg Nesterov · 16 years ago
  46. bc64efd kernel/signal.c: change vars pid and tgid types to pid_t by Gustavo Fernando Padovan · 16 years ago
  47. d8878ba signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZ by Michael Kerrisk · 16 years ago
  48. 2b201a9 signals: do_signal_stop: kill the SIGNAL_UNKILLABLE check by Oleg Nesterov · 16 years ago
  49. 92413d7 signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_STOP_DEQUEUED by Oleg Nesterov · 16 years ago
  50. 3854a77 __exit_signal: don't take rcu lock by Oleg Nesterov · 16 years ago
  51. 100360f signals: change collect_signal() to return void by Oleg Nesterov · 16 years ago
  52. d443420 signals: collect_signal: simplify the "still_pending" logic by Oleg Nesterov · 16 years ago
  53. 6715ca4 signals: collect_signal: remove the unneeded sigismember() check by Oleg Nesterov · 16 years ago
  54. 96347e77 posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process); by Oleg Nesterov · 16 years ago
  55. 4b7a130 posix timers: timer_delete: remove the bogus "->it_process != NULL" check by Oleg Nesterov · 16 years ago
  56. da5ef6b cpuset: two minor code-cleanups by Lai Jiangshan · 16 years ago
  57. 0241248 cpuset: code-cleanup for started_after by Lai Jiangshan · 16 years ago
  58. 489a539 cpuset: don't pass empty cpumasks to partition_sched_domains() by Lai Jiangshan · 16 years ago
  59. c372e81 cpuset: avoid unnecessary sched domains rebuilding by Li Zefan · 16 years ago
  60. f9b4fb8 cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/online by Miao Xie · 16 years ago
  61. 0b2f630 cpusets: restructure the function update_cpumask() and update_nodemask() by Miao Xie · 16 years ago
  62. e885dcd cgroup_clone: use pid of newly created task for new cgroup by Serge E. Hallyn · 16 years ago
  63. 856c13a cgroup files: convert res_counter_write() to be a cgroups write_string() handler by Paul Menage · 16 years ago
  64. e371239 cgroup files: remove cpuset_common_file_write() by Paul Menage · 16 years ago
  65. af35102 cgroup files: turn attach_task_by_pid directly into a cgroup write handler by Paul Menage · 16 years ago
  66. 6379c10 cgroup files: move notify_on_release file to separate write handler by Paul Menage · 16 years ago
  67. 84eea84 cgroups: misc cleanups to write_string patchset by Paul Menage · 16 years ago
  68. e788e06 cgroup files: move the release_agent file to use typed handlers by Paul Menage · 16 years ago
  69. db3b149 cgroup files: add write_string cgroup control file method by Paul Menage · 16 years ago
  70. 8947f9d cgroups: annotate two variables with __read_mostly by Li Zefan · 16 years ago
  71. 71cbb94 cgroup: list_for_each cleanup by KOSAKI Motohiro · 16 years ago
  72. 7e9abd8 cgroup: use read lock to guard find_existing_css_set() by Li Zefan · 16 years ago
  73. 8b6dd98 kprobes: remove redundant config check by Abhishek Sagar · 16 years ago
  74. ef53d9c kprobes: improve kretprobe scalability with hashed locking by Srinivasa D S · 16 years ago
  75. 717115e printk ratelimiting rewrite by Dave Young · 16 years ago
  76. 7a2c477 kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN() by Arjan van de Ven · 16 years ago
  77. a8f18b9 Add a WARN() macro; this is WARN_ON() + printk arguments by Arjan van de Ven · 16 years ago
  78. b69c49b clean up duplicated alloc/free_thread_info by FUJITA Tomonori · 16 years ago
  79. ac331d1 call_usermodehelper(): increase reliability by KOSAKI Motohiro · 16 years ago
  80. b03f648 build kernel/profile.o only when requested by Adrian Bunk · 16 years ago
  81. 2fc9c4e kallsyms: fix potential overflow in binary search by Vegard Nossum · 16 years ago
  82. 5df439e flag parameters: fix compile error of sys_epoll_create1 by Wang Chen · 16 years ago
  83. ecc8b65 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  84. 2528ce3 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  85. 8ffa5b6 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  86. be61a86 flag parameters: NONBLOCK in pipe by Ulrich Drepper · 16 years ago
  87. 4006553 flag parameters: inotify_init by Ulrich Drepper · 16 years ago
  88. b087498e flag parameters: eventfd by Ulrich Drepper · 16 years ago
  89. 9deb27b flag parameters: signalfd by Ulrich Drepper · 16 years ago
  90. aaca0bd flag parameters: paccept by Ulrich Drepper · 16 years ago
  91. 82736f4 generic irqs: handle failure of irqchip->set_type in setup_irq by Uwe Kleine-König · 16 years ago
  92. f0af566 pm: fix try_to_freeze_tasks()'s use of do_div() by David Howells · 16 years ago
  93. 2f15fc4 pm: schedule sysrq poweroff on boot cpu by Zhang Rui · 16 years ago
  94. c1a220e pm: introduce new interfaces schedule_work_on() and queue_work_on() by Zhang Rui · 16 years ago
  95. 0d83304 pm: hibernation: simplify memory bitmap by Akinobu Mita · 16 years ago
  96. 77437fd pm: boot time suspend selftest by David Brownell · 16 years ago
  97. 0d63081 swsusp: provide users with a hint about the no_console_suspend option by Pavel Machek · 16 years ago
  98. ab763c7 security: filesystem capabilities refactor kernel code by Andrew G. Morgan · 16 years ago
  99. e5ff215 hugetlb: multiple hstates for multiple page sizes by Andi Kleen · 16 years ago
  100. a1e7877 hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until fork() by Mel Gorman · 16 years ago