1. 73ef4ae signal: sigprocmask: narrow the scope of ->siglock by Oleg Nesterov · 15 years ago
  2. fec9993 signal: retarget_shared_pending: optimize while_each_thread() loop by Oleg Nesterov · 15 years ago
  3. f646e22 signal: retarget_shared_pending: consider shared/unblocked signals only by Oleg Nesterov · 15 years ago
  4. 0edceb7bc signal: introduce retarget_shared_pending() by Oleg Nesterov · 15 years ago
  5. e46bc9b Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into ptrace by Oleg Nesterov · 15 years ago
  6. 41c5789 kernel/signal.c: add kernel-doc notation to syscalls by Randy Dunlap · 15 years ago
  7. 5aba085 kernel/signal.c: fix typos and coding style by Randy Dunlap · 15 years ago
  8. 148086b Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  9. 4da7e90 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  10. 4352d9d ntp: fix non privileged system time shifting by Richard Cochran · 15 years ago
  11. 321fb56 ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/ by Oleg Nesterov · 15 years ago
  12. ee77f07 signal: Turn SIGNAL_STOP_DEQUEUED into GROUP_STOP_DEQUEUED by Oleg Nesterov · 15 years ago
  13. 780006eac signal: do_signal_stop: Remove the unneeded task_clear_group_stop_pending() by Oleg Nesterov · 15 years ago
  14. 1deac63 signal: prepare_signal(SIGCONT) shouldn't play with TIF_SIGPENDING by Oleg Nesterov · 15 years ago
  15. c0bb9e4 kdump: Allow shrinking of kdump region to be overridden by Anton Blanchard · 16 years ago
  16. fd1edb3 perf: Fix task_struct reference leak by Peter Zijlstra · 15 years ago
  17. 2044338 perf: Rebase max unprivileged mlock threshold on top of page size by Frederic Weisbecker · 15 years ago
  18. 3436ae1 sched: Fix rebalance interval calculation by Sisir Koppaka · 15 years ago
  19. a51e919 sched: Leave sched_setscheduler() earlier if possible, do not disturb SCHED_FIFO tasks by Dario Faggioli · 15 years ago
  20. 78c8982 genirq: Remove the now obsolete config options and select statements by Thomas Gleixner · 15 years ago
  21. 353c8ed genirq: Fix misnamed label in handle_edge_eoi_irq by Thomas Gleixner · 15 years ago
  22. 851d7cf genirq: Remove move_*irq leftovers by Thomas Gleixner · 15 years ago
  23. 0c6f8a8 genirq: Remove compat code by Thomas Gleixner · 15 years ago
  24. a6e120e alpha: Use generic show_interrupts() by Thomas Gleixner · 15 years ago
  25. cd22c0e genirq: Fix harmless typo by Thomas Gleixner · 15 years ago
  26. e5217fb Merge branches 'irq-cleanup-for-linus' and 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  27. 0ef5ca1 genirq; Fix cleanup fallout by Thomas Gleixner · 15 years ago
  28. 243b422 Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo by Roland Dreier · 15 years ago
  29. a6aeddd genirq: Fix typo and remove unused variable by Thomas Gleixner · 15 years ago
  30. 30398bf6 genirq: Fix new kernel-doc warnings by Randy Dunlap · 15 years ago
  31. 33b054b genirq: Remove handle_IRQ_event by Thomas Gleixner · 15 years ago
  32. 0521c8f genirq: Provide edge_eoi flow handler by Thomas Gleixner · 15 years ago
  33. 32f4125 genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data by Thomas Gleixner · 15 years ago
  34. c2d0c55 genirq: Split irq_set_affinity() so it can be called with lock held. by David Daney · 15 years ago
  35. b3d4223 genirq: Add chip flag for restricting cpu_on/offline calls by Thomas Gleixner · 15 years ago
  36. 0fdb4b2 genirq: Add chip hooks for taking CPUs on/off line. by David Daney · 15 years ago
  37. 801a0e9 genirq: Add irq disabled flag to irq_data state by Thomas Gleixner · 15 years ago
  38. d72274e genirq: Reserve the irq when calling irq_set_chip() by David Daney · 15 years ago
  39. 16c29da Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  40. 95e14ed Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 15 years ago
  41. 0dd61be Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  42. 8dd9026 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  43. 2a20b02 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  44. 839767e Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  45. 94df491 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  46. 0d3db28 kdb: add usage string of 'per_cpu' command by Namhyung Kim · 16 years ago
  47. 27029c3 kdb: code cleanup to use macro instead of value by Jovi Zhang · 16 years ago
  48. ab7798f genirq: Expand generic show_interrupts() by Thomas Gleixner · 15 years ago
  49. 2909620 futex: Fix WARN_ON() test for UP by Steven Rostedt · 15 years ago
  50. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  51. 3dab04e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300 by Linus Torvalds · 15 years ago
  52. 0f77a8d vsprintf: Introduce %pB format specifier by Namhyung Kim · 15 years ago
  53. b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  54. 93a7205 crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn by Olaf Hering · 15 years ago
  55. f9b182e taskstats: use appropriate printk priority level by Mandeep Singh Baines · 15 years ago
  56. b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 15 years ago
  57. b515498 userns: add a user namespace owner of ipc ns by Serge E. Hallyn · 15 years ago
  58. fc832ad userns: user namespaces: convert all capable checks in kernel/sys.c by Serge E. Hallyn · 15 years ago
  59. 3263245 userns: make has_capability* into real functions by Serge E. Hallyn · 15 years ago
  60. 8409cca userns: allow ptrace from non-init user namespaces by Serge E. Hallyn · 15 years ago
  61. 39fd339 userns: allow killing tasks in your own or child userns by Serge E. Hallyn · 15 years ago
  62. bb96a6f userns: allow sethostname in a container by Serge E. Hallyn · 15 years ago
  63. 3486740 userns: security: make capabilities relative to the user namespace by Serge E. Hallyn · 15 years ago
  64. 59607db userns: add a user_namespace as creator/owner of uts_namespace by Serge E. Hallyn · 15 years ago
  65. 4308eeb pidns: call pid_ns_prepare_proc() from create_pid_namespace() by Eric W. Biederman · 15 years ago
  66. 45a6862 pid: remove the child_reaper special case in init/main.c by Eric W. Biederman · 15 years ago
  67. bfdc0b4 sysctl: restrict write access to dmesg_restrict by Richard Weinberger · 15 years ago
  68. cb16e95 sysctl: add some missing input constraint checks by Petr Holasek · 15 years ago
  69. 256c53a sysctl_check: drop dead code by Denis Kirjanov · 15 years ago
  70. 814ecf6 sysctl_check: drop table->procname checks by Denis Kirjanov · 15 years ago
  71. 523fb48 cpuset: hold callback_mutex in cpuset_post_clone() by Li Zefan · 15 years ago
  72. ee24d37 cpuset: fix unchecked calls to NODEMASK_ALLOC() by Li Zefan · 15 years ago
  73. c8163ca cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach() by Li Zefan · 15 years ago
  74. 9303e0c cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist() by Li Zefan · 15 years ago
  75. 6b3ae58 memcg: remove direct page_cgroup-to-page pointer by Johannes Weiner · 15 years ago
  76. 6c191cd memcg: res_counter_read_u64(): fix potential races on 32-bit machines by KAMEZAWA Hiroyuki · 15 years ago
  77. e1a85b2 timekeeping: Use syscore_ops instead of sysdev class and sysdev by Rafael J. Wysocki · 15 years ago
  78. cae5d39 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm by Stephen Wilson · 15 years ago
  79. 880f573 perf: Better fit max unprivileged mlock pages for tools needs by Frederic Weisbecker · 15 years ago
  80. 3b90389 genirq; Remove the last leftovers of the old sparse irq code by Thomas Gleixner · 15 years ago
  81. 68cacd2 perf_events: Fix stale ->cgrp pointer in update_cgrp_time_from_cpuctx() by Stephane Eranian · 15 years ago
  82. 1232d61 sched, doc: Update sched-design-CFS.txt by Borislav Petkov · 15 years ago
  83. dec2960 lockdep: Remove unused 'factor' variable from lockdep_stats_show() by Sergey Senozhatsky · 15 years ago
  84. 20dd674 sched: Remove unused 'rq' variable and cpu_rq() call from alloc_fair_sched_group() by Sergey Senozhatsky · 15 years ago
  85. 244056f job control: Don't send duplicate job control stop notification while ptraced by Tejun Heo · 15 years ago
  86. ceb6bd6 job control: Notify the real parent of job control events regardless of ptrace by Tejun Heo · 15 years ago
  87. 62bcf9d job control: Job control stop notifications should always go to the real parent by Tejun Heo · 15 years ago
  88. 75b9595 job control: Add @for_ptrace to do_notify_parent_cldstop() by Tejun Heo · 15 years ago
  89. 45cb24a job control: Allow access to job control events through ptracees by Tejun Heo · 15 years ago
  90. 9b84cca job control: Fix ptracer wait(2) hang and explain notask_error clearing by Tejun Heo · 15 years ago
  91. 823b018 job control: Small reorganization of wait_consider_task() by Tejun Heo · 15 years ago
  92. 408a37d job control: Don't set group_stop exit_code if re-entering job control stop by Tejun Heo · 15 years ago
  93. 0e9f0a4 ptrace: Always put ptracee into appropriate execution state by Tejun Heo · 15 years ago
  94. e3bd058 ptrace: Collapse ptrace_untrace() into __ptrace_unlink() by Tejun Heo · 15 years ago
  95. d79fdd6 ptrace: Clean transitions between TASK_STOPPED and TRACED by Tejun Heo · 15 years ago
  96. 5224fa3 ptrace: Make do_signal_stop() use ptrace_stop() if the task is being ptraced by Tejun Heo · 15 years ago
  97. 0ae8ce1 ptrace: Participate in group stop from ptrace_stop() iff the task is trapping for group stop by Tejun Heo · 15 years ago
  98. 39efa3e signal: Use GROUP_STOP_PENDING to stop once for a single group stop by Tejun Heo · 15 years ago
  99. e5c1902 signal: Fix premature completion of group stop when interfered by ptrace by Tejun Heo · 15 years ago
  100. fe1bc6a ptrace: Add @why to ptrace_stop() by Tejun Heo · 15 years ago