1. 7e695a5 signals: fold sig_ignored() into handle_stop_signal() by Oleg Nesterov · 17 years ago
  2. 2dce81b signals: cleanup the usage of print_fatal_signal() by Oleg Nesterov · 17 years ago
  3. 34c8f07 signals: handle_stop_signal: don't worry about SIGKILL by Oleg Nesterov · 17 years ago
  4. ac5c215 signals: join send_sigqueue() with send_group_sigqueue() by Oleg Nesterov · 17 years ago
  5. e62e665 signals: unify send_sigqueue/send_group_sigqueue completely by Oleg Nesterov · 17 years ago
  6. 4cd4b6d signals: fold complete_signal() into send_signal/do_send_sigqueue by Pavel Emelyanov · 17 years ago
  7. 5fcd835 signals: use __group_complete_signal() for the specific signals too by Oleg Nesterov · 17 years ago
  8. 2ca3515 signals: change send_signal/do_send_sigqueue to take "boolean group" parameter by Oleg Nesterov · 17 years ago
  9. 71f11dc signals: move the definition of __group_complete_signal() up by Oleg Nesterov · 17 years ago
  10. db51aec signals: microoptimize the usage of ->curr_target by Oleg Nesterov · 17 years ago
  11. 08d2c30 signals: send_sig_info: don't take tasklist_lock by Oleg Nesterov · 17 years ago
  12. 3547ff3 signals: do_tkill: don't use tasklist_lock by Oleg Nesterov · 17 years ago
  13. 6e65acb signals: move handle_stop_signal() into send_signal() by Oleg Nesterov · 17 years ago
  14. c99fcf2 signals: send_group_sigqueue: don't take tasklist_lock by Oleg Nesterov · 17 years ago
  15. f8c5b5c signals: __group_complete_signal: cache the value of p->signal by Oleg Nesterov · 17 years ago
  16. 5fc894b signals: send_sigqueue: don't forget about handle_stop_signal() by Oleg Nesterov · 17 years ago
  17. 5c193e8 signals: send_sigqueue: don't take rcu lock by Oleg Nesterov · 17 years ago
  18. f6b76d4 get_signal_to_deliver: use the cached ->signal/sighand values by Oleg Nesterov · 17 years ago
  19. ad16a460 handle_stop_signal: use the cached p->signal value by Oleg Nesterov · 17 years ago
  20. fc321d2 handle_stop_signal: unify partial/full stop handling by Oleg Nesterov · 17 years ago
  21. 6ca25b5 kill_pid_info: don't take now unneeded tasklist_lock by Oleg Nesterov · 17 years ago
  22. e442055 signals: re-assign CLD_CONTINUED notification from the sender to reciever by Oleg Nesterov · 17 years ago
  23. 3b5e9e5 signals: cleanup security_task_kill() usage/implementation by Oleg Nesterov · 17 years ago
  24. 9e3bd6c signals: consolidate send_sigqueue and send_group_sigqueue by Pavel Emelyanov · 17 years ago
  25. c5363d0 signals: clean dequeue_signal from excess checks and assignments by Pavel Emelyanov · 17 years ago
  26. 93585ee signals: consolidate checks for whether or not to ignore a signal by Pavel Emelyanov · 17 years ago
  27. d6cf723 k_getrusage: don't take rcu_read_lock() by Oleg Nesterov · 17 years ago
  28. 1406f2d lock_task_sighand: add rcu lock/unlock by Oleg Nesterov · 17 years ago
  29. bfc4b08 signals: do_group_exit(): use signal_group_exit() more consistently by Oleg Nesterov · 17 years ago
  30. 573cf9a signals: do_signal_stop(): use signal_group_exit() by Oleg Nesterov · 17 years ago
  31. 2acb024 signals: consolidate checking for ignored/legacy signals by Pavel Emelyanov · 17 years ago
  32. af7fff9 signals: turn LEGACY_QUEUE macro into static inline function by Pavel Emelyanov · 17 years ago
  33. e1401c6 signals: remove unused variable from send_signal() by Pavel Emelyanov · 17 years ago
  34. 9781db7 Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 17 years ago
  35. bd5d435 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  36. 37487a5 Add kbuild.h that contains common definitions for kbuild users by Christoph Lameter · 17 years ago
  37. 68ab3d8 relayfs: support larger relay buffer by Masami Hiramatsu · 17 years ago
  38. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 17 years ago
  39. d7321cd sysctl: add the ->permissions callback on the ctl_table_root by Pavel Emelyanov · 17 years ago
  40. 2c4c715 sysctl: clean from unneeded extern and forward declarations by Pavel Emelyanov · 17 years ago
  41. 88f458e sysctl: allow embedded targets to disable sysctl_check.c by Holger Schurig · 17 years ago
  42. c33fff0 kernel: use non-racy method for proc entries creation by Denis V. Lunev · 17 years ago
  43. c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 17 years ago
  44. 925d1c4 procfs task exe symlink by Matt Helsley · 17 years ago
  45. 0b77f5b keys: make the keyring quotas controllable through /proc/sys by David Howells · 17 years ago
  46. 69664cf keys: don't generate user and user session keyrings unless they're accessed by David Howells · 17 years ago
  47. 02fdb36 ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC) by Serge E. Hallyn · 17 years ago
  48. 6013f67 ipc: sysvsem: force unshare(CLONE_SYSVSEM) when CLONE_NEWIPC by Manfred Spraul · 17 years ago
  49. 9edff4a ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM) by Manfred Spraul · 17 years ago
  50. 6546bc4 ipc: re-enable msgmni automatic recomputing msgmni if set to negative by Nadia Derbey · 17 years ago
  51. d2ba7e2 simplify cpu_hotplug_begin()/put_online_cpus() by Oleg Nesterov · 17 years ago
  52. 1e35eaa2 cleanup_workqueue_thread: remove the unneeded "cpu" parameter by Oleg Nesterov · 17 years ago
  53. 00dfcaf workqueues: shrink cpu_populated_map when CPU dies by Oleg Nesterov · 17 years ago
  54. 7860836 Cpuset hardwall flag: add a mem_hardwall flag to cpusets by Paul Menage · 17 years ago
  55. addf2c7 Cpuset hardwall flag: switch cpusets to use the bulk cgroup_add_files() API by Paul Menage · 17 years ago
  56. 9e0c914 kernel/cpuset.c: make 3 functions static by Adrian Bunk · 17 years ago
  57. c84872e memcgroup: add the max_usage member on the res_counter by Pavel Emelyanov · 17 years ago
  58. cf475ad cgroups: add an owner to the mm_struct by Balbir Singh · 17 years ago
  59. 29486df cgroups: introduce cft->read_seq() by Serge E. Hallyn · 17 years ago
  60. 28fd5df cgroups: remove the css_set linked-list by Li Zefan · 17 years ago
  61. e8d55fd cgroups: simplify init_subsys() by Li Zefan · 17 years ago
  62. 472b105 cgroups: use a hash table for css_set finding by Li Zefan · 17 years ago
  63. d447ea2 cgroups: add the trigger callback to struct cftype by Pavel Emelyanov · 17 years ago
  64. 46ae220 cgroup: switch to proc_create() by Li Zefan · 17 years ago
  65. 06a1192 cgroup: annotate cgroup_init_subsys with __init by Li Zefan · 17 years ago
  66. 06ecb27 CGroups _s64 files: use read_s64/write_s64 in CFS cgroup for rt_runtime file by Paul Menage · 17 years ago
  67. e73d2c6 CGroups _s64 files: add cgroups read_s64/write_s64 file methods by Paul Menage · 17 years ago
  68. 3116f0e CGroup API files: move "releasable" to cgroup_debug subsystem by Paul Menage · 17 years ago
  69. 9179656 CGroup API files: add cgroup map data type by Paul Menage · 17 years ago
  70. 700fe1a CGroup API files: update cpusets to use cgroup structured file API by Paul Menage · 17 years ago
  71. b7269df CGroup API files: strip all trailing whitespace in cgroup_write_u64 by Paul Menage · 17 years ago
  72. 2c7eabf CGroup API files: add res_counter_read_u64() by Paul Menage · 17 years ago
  73. f4c753b CGroup API files: rename read/write_uint methods to read_write_u64 by Paul Menage · 17 years ago
  74. 3ff31d0 cgroups: kernel/ns_cgroup.c should #include <linux/nsproxy.h> by Adrian Bunk · 17 years ago
  75. 4fe91d5 cgroup: fix sparse warning of shadow symbol in cgroup.c by Paul Jackson · 17 years ago
  76. 3df91fe make cgroup_enable_task_cg_lists() static by Adrian Bunk · 17 years ago
  77. 6a3fd92 eCryptfs: make key module subsystem respect namespaces by Michael Halcrow · 17 years ago
  78. 5f97a5a isolate ratelimit from printk.c for other use by Dave Young · 17 years ago
  79. 1aeb272 kernel: explicitly include required header files under kernel/ by Robert P. J. Day · 17 years ago
  80. cbd9b67 kthread: call wake_up_process() without the lock being held by Dmitry Adamushko · 17 years ago
  81. f7b16c1 cpu: fix section mismatch warning in reference to register_cpu_notifier by Sam Ravnborg · 17 years ago
  82. 514a20a cpu: fix section mismatch warnings in *cpu_down by Sam Ravnborg · 17 years ago
  83. 9647155 cpu: fix section mismatch warning in unregister_cpu_notifier by Sam Ravnborg · 17 years ago
  84. 679c9cd add RUSAGE_THREAD by Sripathi Kodi · 17 years ago
  85. 95b570c Taint kernel after WARN_ON(condition) by Nur Hussein · 17 years ago
  86. c3270e5 relay: fix splice problem by Tom Zanussi · 17 years ago
  87. b331d25 kernel: fix integer as NULL pointer warnings by Harvey Harrison · 17 years ago
  88. 9d04d92 ptrace: conditionalize compat_ptrace_request by Roland McGrath · 17 years ago
  89. 0c96c59 hrtimer: raise softirq unlocked to avoid circular lock dependency by Thomas Gleixner · 17 years ago
  90. 513694b Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 17 years ago
  91. b6f448e PM/gxfb: add hook to PM console layer that allows disabling of suspend VT switch by Andres Salomon · 17 years ago
  92. 26b31c1 kprobes: add (un)register_jprobes for batch registration by Masami Hiramatsu · 17 years ago
  93. 4a296e0 kprobes: add (un)register_kretprobes for batch registration by Masami Hiramatsu · 17 years ago
  94. 9861668 kprobes: add (un)register_kprobes for batch registration by Masami Hiramatsu · 17 years ago
  95. 3d8d996 kprobes: prevent probing of preempt_schedule() by Srinivasa Ds · 17 years ago
  96. 3898b1b capabilities: implement per-process securebits by Andrew G. Morgan · 17 years ago
  97. 846a16b mempolicy: rename mpol_copy to mpol_dup by Lee Schermerhorn · 17 years ago
  98. f0be3d3 mempolicy: rename mpol_free to mpol_put by Lee Schermerhorn · 17 years ago
  99. 122c7a5 vmcoreinfo: add page flags values by Ken'ichi Ohmichi · 17 years ago
  100. 9796547 mm: Get rid of __ZONE_COUNT by Christoph Lameter · 17 years ago