1. a0d8cdb cpu hotplug: cpu: deliver CPU_UP_CANCELED only to NOTIFY_OKed callbacks with CPU_UP_PREPARE by Akinobu Mita · 19 years ago
  2. faf8c71 param_sysfs_builtin memchr argument fix by Dave Young · 19 years ago
  3. 2c62214 Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday(). by Tony Breeds · 19 years ago
  4. 6212e3a Remove struct task_struct::io_wait by Alexey Dobriyan · 19 years ago
  5. 9cd9a00 Hibernation: Enter platform hibernation state in a consistent way by Rafael J. Wysocki · 19 years ago
  6. c7e0831 Hibernation: Check if ACPI is enabled during restore in the right place by Rafael J. Wysocki · 19 years ago
  7. d307c4a Hibernation: Arbitrary boot kernel support - generic code by Rafael J. Wysocki · 19 years ago
  8. 8f4ce8c serial: turn serial console suspend a boot rather than compile time option by Andres Salomon · 19 years ago
  9. 438e2ce freezer: measure freezing time by Rafael J. Wysocki · 19 years ago
  10. b842ee5 freezer: be more verbose by Rafael J. Wysocki · 19 years ago
  11. c3d42d7 unexport pm_power_off_prepare by Adrian Bunk · 19 years ago
  12. d5d8c59 freezer: do not send signals to kernel threads by Rafael J. Wysocki · 19 years ago
  13. 2e13189 freezer: prevent new tasks from inheriting TIF_FREEZE set by Rafael J. Wysocki · 19 years ago
  14. 232b143 freezer: do not sync filesystems from freeze_processes by Rafael J. Wysocki · 19 years ago
  15. b3dac3b PM: Rename hibernation_ops to platform_hibernation_ops by Rafael J. Wysocki · 19 years ago
  16. 74f270a PM: Rework struct hibernation_ops by Rafael J. Wysocki · 19 years ago
  17. f242d91 PM: Make suspend_ops static by Rafael J. Wysocki · 19 years ago
  18. e6c5eb9 PM: Rework struct platform_suspend_ops by Rafael J. Wysocki · 19 years ago
  19. 26398a7 PM: Rename struct pm_ops and related things by Rafael J. Wysocki · 19 years ago
  20. a065c86 make kernel/power/main.c:suspend_enter() static by Adrian Bunk · 19 years ago
  21. 3dfbc88 x86: C1E late detection fix. Really switch off lapic timer by Thomas Gleixner · 19 years ago
  22. e6d5a11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 19 years ago
  23. cbfee34 security/ cleanups by Adrian Bunk · 19 years ago
  24. 57c521c ifdef struct task_struct::security by Alexey Dobriyan · 19 years ago
  25. d2da272 migration_call(CPU_DEAD): use spin_lock_irq() instead of task_rq_lock() by Oleg Nesterov · 19 years ago
  26. f7b4cdd do CPU_DEAD migrating under read_lock(tasklist) instead of write_lock_irq(tasklist) by Oleg Nesterov · 19 years ago
  27. d58ae67 module: return error when mod_sysfs_init() failed by Akinobu Mita · 19 years ago
  28. 28e3fed Compile handle_percpu_irq even for uniprocessor kernels by Ralf Baechle · 19 years ago
  29. fd5eea4 change inotifyfs magic as the same magic is used for futexfs by Andrey Mirkin · 19 years ago
  30. db8906d Use KMEM_CACHE macro to create the nsproxy cache by Pavel Emelyanov · 19 years ago
  31. 970a864 user.c: #ifdef ->mq_bytes by Alexey Dobriyan · 19 years ago
  32. 40aeb40 user.c: deinline by Alexey Dobriyan · 19 years ago
  33. 22e48ea constify string/array kparam tracking structures by Jan Beulich · 19 years ago
  34. b012d34 make kernel/profile.c:time_hook static by Adrian Bunk · 19 years ago
  35. 0732a55 kernel/sys_ni.c: add dummy sys_ni_syscall() prototype by Adrian Bunk · 19 years ago
  36. e98c320 Move PREEMPT_NOTIFIERS into an always-included Kconfig by Avi Kivity · 19 years ago
  37. 42b2dd0 Shrink task_struct if CONFIG_FUTEX=n by Alexey Dobriyan · 19 years ago
  38. bcbba6c add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macros by Ken'ichi Ohmichi · 19 years ago
  39. 6cfa062 add-vmcore: add nodemask_t's size and NR_FREE_PAGES's value to vmcoreinfo_data by Ken'ichi Ohmichi · 19 years ago
  40. d768281 add-vmcore: cleanup the coding style according to Andrew's comments by Ken'ichi Ohmichi · 19 years ago
  41. fd59d23 Add vmcoreinfo by Ken'ichi Ohmichi · 19 years ago
  42. 13fbcb7 do_sigaction: don't worry about signal_pending() by Oleg Nesterov · 19 years ago
  43. 6db840f exec: RT sub-thread can livelock and monopolize CPU on exec by Oleg Nesterov · 19 years ago
  44. c17ac85 Make rcutorture RNG use temporal entropy by Paul E. McKenney · 19 years ago
  45. b2d9323 Use num_possible_cpus() instead of NR_CPUS for timer distribution by john stultz · 19 years ago
  46. ba2a631 kernel/time/timekeeping.c: cleanups by Adrian Bunk · 19 years ago
  47. 715015e wait_task_stopped/continued: remove unneeded p->signal != NULL check by Oleg Nesterov · 19 years ago
  48. 18442cf __group_complete_signal: eliminate unneeded wakeup of ->group_exit_task by Oleg Nesterov · 19 years ago
  49. 442a10c wait_task_zombie: don't fight with non-existing race with a dying ptracee by Oleg Nesterov · 19 years ago
  50. ebca4cd zap_other_threads: don't optimize thread_group_empty() case by Oleg Nesterov · 19 years ago
  51. 3ae4cba exit_notify: don't take tasklist for TIF_SIGPENDING re-targeting by Oleg Nesterov · 19 years ago
  52. 2f4e6e2 wait_task_zombie: fix 2/3 races vs forget_original_parent() by Oleg Nesterov · 19 years ago
  53. 407af46 wait_task_zombie: remove unneeded child->signal check by Oleg Nesterov · 19 years ago
  54. 84eb646 handle the multi-threaded init's exit() properly by Oleg Nesterov · 19 years ago
  55. 045f902 do_sigaction: remove now unneeded recalc_sigpending() by Oleg Nesterov · 19 years ago
  56. d2ee719 pi-futex: set PF_EXITING without taking ->pi_lock by Oleg Nesterov · 19 years ago
  57. 0b15d04 printk: add interfaces for external access to the log buffer by Mike Frysinger · 19 years ago
  58. a4d63e7 kernel/rtmutex-debug.c: cleanups by Adrian Bunk · 19 years ago
  59. 6d76013 Add /sys/module/name/notes by Roland McGrath · 19 years ago
  60. 1d99493 Fix CONFIG_DEBUG_SHIRQ trigger on free_irq() by David Woodhouse · 19 years ago
  61. af49d92 Remove "unsafe" from module struct by Rusty Russell · 19 years ago
  62. bf020cb time: simplify smp_call_function_single() call sequence by Avi Kivity · 19 years ago
  63. a9022e9 Clean up duplicate includes in kernel/ by Jesper Juhl · 19 years ago
  64. 040b5c6 SLAB_PANIC more (proc, posix-timers, shmem) by Alexey Dobriyan · 19 years ago
  65. c4f3b63 softlockup: add a /proc tuning parameter by Ravikiran G Thirumalai · 19 years ago
  66. a5f2ce3 softlockup watchdog: style cleanups by Ingo Molnar · 19 years ago
  67. 43581a1 softlockup: improve debug output by Ingo Molnar · 19 years ago
  68. a115d5c fix the softlockup watchdog to actually work by Ingo Molnar · 19 years ago
  69. a3b13c2 softlockup: use cpu_clock() instead of sched_clock() by Ingo Molnar · 19 years ago
  70. bbe373f oom: compare cpuset mems_allowed instead of exclusive ancestors by David Rientjes · 19 years ago
  71. fe071d7 oom: add oom_kill_allocating_task sysctl by David Rientjes · 19 years ago
  72. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 19 years ago
  73. 3e26c14 mm: dirty balancing for tasks by Peter Zijlstra · 19 years ago
  74. 04fbfdc mm: per device dirty threshold by Peter Zijlstra · 19 years ago
  75. b9dca1e sched: fix new task startup crash by Srivatsa Vaddagiri · 19 years ago
  76. b1a8c17 sched: fix !SYSFS build breakage by Dhaval Giani · 19 years ago
  77. 908a7c1 sched: fix improper load balance across sched domain by Ken Chen · 19 years ago
  78. cd79007 sched: more robust sd-sysctl entry freeing by Milton Miller · 19 years ago
  79. f20bf61 time: introduce xtime_seconds by Ingo Molnar · 19 years ago
  80. f438d91 kprobes: support kretprobe blacklist by Masami Hiramatsu · 19 years ago
  81. 607717a cpuset: remove sched domain hooks from cpusets by Paul Jackson · 19 years ago
  82. 0ac1555 m32r: convert to generic sys_ptrace by Christoph Hellwig · 19 years ago
  83. 54f9f80 hugetlb: Add hugetlb_dynamic_pool sysctl by Adam Litke · 19 years ago
  84. 75884fb memory unplug: memory hotplug cleanup by KAMEZAWA Hiroyuki · 19 years ago
  85. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 19 years ago
  86. 0e1e7c7 Memoryless nodes: Use N_HIGH_MEMORY for cpusets by Christoph Lameter · 19 years ago
  87. 4199cfa Memoryless nodes: Allow profiling data to fall back to other nodes by Christoph Lameter · 19 years ago
  88. 74a0b57 x86: optimize page faults like all other achitectures and kill notifier cruft by Christoph Hellwig · 19 years ago
  89. d5a7430 Convert cpu_sibling_map to be a per cpu variable by Mike Travis · 19 years ago
  90. bfe8df3 slow down printk during boot by Randy Dunlap · 19 years ago
  91. 1bcf548 Consolidate PTRACE_DETACH by Alexey Dobriyan · 19 years ago
  92. f4921af Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 19 years ago
  93. 419217c Merge branch 'v2.6.24-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep by Linus Torvalds · 19 years ago
  94. 9c63d9c sched: sync wakeups preempt too by Ingo Molnar · 19 years ago
  95. 71e20f1 sched: affine sync wakeups by Ingo Molnar · 19 years ago
  96. 94886b8 sched: guest CPU accounting: maintain stats in account_system_time() by Laurent Vivier · 19 years ago
  97. 9ac5231 sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields by Laurent Vivier · 19 years ago
  98. 6323469f sched: domain sysctl fixes: add terminator comment by Milton Miller · 19 years ago
  99. ad1cdc1 sched: domain sysctl fixes: do not crash on allocation failure by Milton Miller · 19 years ago
  100. 6382bc9 sched: domain sysctl fixes: unregister the sysctl table before domains by Milton Miller · 19 years ago