1. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  2. 08acd4f8 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  3. 9691609 Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into release by Len Brown · 16 years ago
  4. af1f16d kernel: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  5. 237fc6e add hrtimer specific debugobjects code by Thomas Gleixner · 16 years ago
  6. c6f3a97 debugobjects: add timer specific object debugging code by Thomas Gleixner · 16 years ago
  7. 354a1f4 alloc_uid: cleanup by Andrew Morton · 16 years ago
  8. f735295 printk: don't read beyond string arguments' terminating zero by Markus Armbruster · 16 years ago
  9. f7511d5 Basic braille screen reader support by Samuel Thibault · 16 years ago
  10. e4ad08f mm: bdi: add separate writeback accounting capability by Miklos Szeredi · 16 years ago
  11. caafa43 pidns: make pid->level and pid_ns->level unsigned by Pavel Emelyanov · 16 years ago
  12. ab883af make marker_debug static by Adrian Bunk · 16 years ago
  13. 12a3de0a pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/ by Oleg Nesterov · 16 years ago
  14. 1dd768c0 pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCH by Oleg Nesterov · 16 years ago
  15. 7d8da09 pids: __set_special_pids: use change_pid() helper by Oleg Nesterov · 16 years ago
  16. 83beaf3 pids: sys_setpgid: use change_pid() helper by Oleg Nesterov · 16 years ago
  17. 24336ea pids: introduce change_pid() helper by Oleg Nesterov · 16 years ago
  18. 65450ce pids: de_thread: don't clear session/pgrp pids for the old leader by Oleg Nesterov · 16 years ago
  19. 5cd2045 Deprecate find_task_by_pid() by Pavel Emelyanov · 16 years ago
  20. cb41d6d Use find_task_by_vpid in taskstats by Pavel Emelyanov · 16 years ago
  21. b7127aa free_pidmap: turn it into free_pidmap(struct upid *) by Oleg Nesterov · 16 years ago
  22. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  23. 00cd5c3 ptrace: permit ptracing of /sbin/init by Oleg Nesterov · 16 years ago
  24. 33e9fc7 ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific() by Oleg Nesterov · 16 years ago
  25. 68cb947 ptrace: __ptrace_unlink: use the ptrace_reparented() helper by Oleg Nesterov · 16 years ago
  26. 53b6f9f ptrace: introduce ptrace_reparented() helper by Oleg Nesterov · 16 years ago
  27. 2800d8d document de_thread() with exit_notify() connection by Oleg Nesterov · 16 years ago
  28. 376e1d2 reparent_thread: use same_thread_group() by Oleg Nesterov · 16 years ago
  29. d839fd4 ptrace: introduce task_detached() helper by Oleg Nesterov · 16 years ago
  30. 4e4c22c signals: add set_restore_sigmask by Roland McGrath · 16 years ago
  31. 80fe728 signals: allow the kernel to actually kill /sbin/init by Oleg Nesterov · 16 years ago
  32. fae5fa4 signals: fix /sbin/init protection from unwanted signals by Oleg Nesterov · 16 years ago
  33. 1931910 signals: check_kill_permission: remove tasklist_lock by Oleg Nesterov · 16 years ago
  34. 2e2ba22 signals: check_kill_permission: check session under tasklist_lock by Oleg Nesterov · 16 years ago
  35. 53c3033 signals: send_signal: be paranoid about signalfd_notify() by Oleg Nesterov · 16 years ago
  36. 021e1ae signals: document CLD_CONTINUED notification mechanics by Oleg Nesterov · 16 years ago
  37. 7e695a5 signals: fold sig_ignored() into handle_stop_signal() by Oleg Nesterov · 16 years ago
  38. 2dce81b signals: cleanup the usage of print_fatal_signal() by Oleg Nesterov · 16 years ago
  39. 34c8f07 signals: handle_stop_signal: don't worry about SIGKILL by Oleg Nesterov · 16 years ago
  40. ac5c215 signals: join send_sigqueue() with send_group_sigqueue() by Oleg Nesterov · 16 years ago
  41. e62e665 signals: unify send_sigqueue/send_group_sigqueue completely by Oleg Nesterov · 16 years ago
  42. 4cd4b6d signals: fold complete_signal() into send_signal/do_send_sigqueue by Pavel Emelyanov · 16 years ago
  43. 5fcd835 signals: use __group_complete_signal() for the specific signals too by Oleg Nesterov · 16 years ago
  44. 2ca3515 signals: change send_signal/do_send_sigqueue to take "boolean group" parameter by Oleg Nesterov · 16 years ago
  45. 71f11dc signals: move the definition of __group_complete_signal() up by Oleg Nesterov · 16 years ago
  46. db51aec signals: microoptimize the usage of ->curr_target by Oleg Nesterov · 16 years ago
  47. 08d2c30 signals: send_sig_info: don't take tasklist_lock by Oleg Nesterov · 16 years ago
  48. 3547ff3 signals: do_tkill: don't use tasklist_lock by Oleg Nesterov · 16 years ago
  49. 6e65acb signals: move handle_stop_signal() into send_signal() by Oleg Nesterov · 16 years ago
  50. c99fcf2 signals: send_group_sigqueue: don't take tasklist_lock by Oleg Nesterov · 16 years ago
  51. f8c5b5c signals: __group_complete_signal: cache the value of p->signal by Oleg Nesterov · 16 years ago
  52. 5fc894b signals: send_sigqueue: don't forget about handle_stop_signal() by Oleg Nesterov · 16 years ago
  53. 5c193e8 signals: send_sigqueue: don't take rcu lock by Oleg Nesterov · 16 years ago
  54. f6b76d4 get_signal_to_deliver: use the cached ->signal/sighand values by Oleg Nesterov · 16 years ago
  55. ad16a460 handle_stop_signal: use the cached p->signal value by Oleg Nesterov · 16 years ago
  56. fc321d2 handle_stop_signal: unify partial/full stop handling by Oleg Nesterov · 16 years ago
  57. 6ca25b5 kill_pid_info: don't take now unneeded tasklist_lock by Oleg Nesterov · 16 years ago
  58. e442055 signals: re-assign CLD_CONTINUED notification from the sender to reciever by Oleg Nesterov · 16 years ago
  59. 3b5e9e5 signals: cleanup security_task_kill() usage/implementation by Oleg Nesterov · 16 years ago
  60. 9e3bd6c signals: consolidate send_sigqueue and send_group_sigqueue by Pavel Emelyanov · 16 years ago
  61. c5363d0 signals: clean dequeue_signal from excess checks and assignments by Pavel Emelyanov · 16 years ago
  62. 93585ee signals: consolidate checks for whether or not to ignore a signal by Pavel Emelyanov · 16 years ago
  63. d6cf723 k_getrusage: don't take rcu_read_lock() by Oleg Nesterov · 16 years ago
  64. 1406f2d lock_task_sighand: add rcu lock/unlock by Oleg Nesterov · 16 years ago
  65. bfc4b08 signals: do_group_exit(): use signal_group_exit() more consistently by Oleg Nesterov · 16 years ago
  66. 573cf9a signals: do_signal_stop(): use signal_group_exit() by Oleg Nesterov · 16 years ago
  67. 2acb024 signals: consolidate checking for ignored/legacy signals by Pavel Emelyanov · 16 years ago
  68. af7fff9 signals: turn LEGACY_QUEUE macro into static inline function by Pavel Emelyanov · 16 years ago
  69. e1401c6 signals: remove unused variable from send_signal() by Pavel Emelyanov · 16 years ago
  70. 9781db7 Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 16 years ago
  71. bd5d435 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  72. 37487a5 Add kbuild.h that contains common definitions for kbuild users by Christoph Lameter · 16 years ago
  73. 68ab3d8 relayfs: support larger relay buffer by Masami Hiramatsu · 16 years ago
  74. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 16 years ago
  75. d7321cd sysctl: add the ->permissions callback on the ctl_table_root by Pavel Emelyanov · 16 years ago
  76. 2c4c715 sysctl: clean from unneeded extern and forward declarations by Pavel Emelyanov · 16 years ago
  77. 88f458e sysctl: allow embedded targets to disable sysctl_check.c by Holger Schurig · 16 years ago
  78. c33fff0 kernel: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  79. c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 16 years ago
  80. 925d1c4 procfs task exe symlink by Matt Helsley · 16 years ago
  81. 0b77f5b keys: make the keyring quotas controllable through /proc/sys by David Howells · 16 years ago
  82. 69664cf keys: don't generate user and user session keyrings unless they're accessed by David Howells · 16 years ago
  83. 02fdb36 ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC) by Serge E. Hallyn · 16 years ago
  84. 6013f67 ipc: sysvsem: force unshare(CLONE_SYSVSEM) when CLONE_NEWIPC by Manfred Spraul · 16 years ago
  85. 9edff4a ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM) by Manfred Spraul · 16 years ago
  86. 6546bc4 ipc: re-enable msgmni automatic recomputing msgmni if set to negative by Nadia Derbey · 16 years ago
  87. d2ba7e2 simplify cpu_hotplug_begin()/put_online_cpus() by Oleg Nesterov · 16 years ago
  88. 1e35eaa cleanup_workqueue_thread: remove the unneeded "cpu" parameter by Oleg Nesterov · 16 years ago
  89. 00dfcaf workqueues: shrink cpu_populated_map when CPU dies by Oleg Nesterov · 16 years ago
  90. 7860836 Cpuset hardwall flag: add a mem_hardwall flag to cpusets by Paul Menage · 16 years ago
  91. addf2c7 Cpuset hardwall flag: switch cpusets to use the bulk cgroup_add_files() API by Paul Menage · 16 years ago
  92. 9e0c914 kernel/cpuset.c: make 3 functions static by Adrian Bunk · 16 years ago
  93. c84872e memcgroup: add the max_usage member on the res_counter by Pavel Emelyanov · 16 years ago
  94. cf475ad cgroups: add an owner to the mm_struct by Balbir Singh · 16 years ago
  95. 29486df cgroups: introduce cft->read_seq() by Serge E. Hallyn · 16 years ago
  96. 28fd5df cgroups: remove the css_set linked-list by Li Zefan · 16 years ago
  97. e8d55fd cgroups: simplify init_subsys() by Li Zefan · 16 years ago
  98. 472b105 cgroups: use a hash table for css_set finding by Li Zefan · 16 years ago
  99. d447ea2 cgroups: add the trigger callback to struct cftype by Pavel Emelyanov · 16 years ago
  100. 46ae220 cgroup: switch to proc_create() by Li Zefan · 16 years ago