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