1. 87c31b3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  2. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  3. a7c180a Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  4. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  5. 0daa2302 tracing: Add tp_printk cmdline to have tracepoints go to printk() by Steven Rostedt (Red Hat) · 9 years ago
  6. 5f893b2 tracing: Move enabling tracepoints to just after rcu_init() by Steven Rostedt (Red Hat) · 9 years ago
  7. 37da7bb Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  8. caf292a Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  9. 8f4385d Merge tag 'trace-seq-buf-3.19-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  10. a99abce Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  11. 0809ab6 fsnotify: unify inode and mount marks handling by Jan Kara · 9 years ago
  12. 957e3fa gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigs by Riku Voipio · 9 years ago
  13. d539395 kexec: remove unnecessary KERN_ERR from kexec.c by Masanari Iida · 9 years ago
  14. 51f39a1 syscalls: implement execveat() system call by David Drysdale · 9 years ago
  15. 9a92a6c stacktrace: introduce snprint_stack_trace for buffer output by Joonsoo Kim · 9 years ago
  16. 4a23717a uprobes: share the i_mmap_rwsem by Davidlohr Bueso · 9 years ago
  17. c8c06ef mm: convert i_mmap_mutex to rwsem by Davidlohr Bueso · 9 years ago
  18. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 9 years ago
  19. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  20. 2756d37 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  21. 0a27044 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 9 years ago
  22. eedb3d3 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 9 years ago
  23. b59f782 Merge tag 'drm-intel-next-fixes-2014-12-11' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  24. 27afc5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  25. 36476be userns; Correct the comment in map_write by Eric W. Biederman · 9 years ago
  26. 66d2f33 userns: Allow setting gid_maps without privilege when setgroups is disabled by Eric W. Biederman · 9 years ago
  27. 9cc4651 userns: Add a knob to disable setgroups on a per user namespace basis by Eric W. Biederman · 9 years ago
  28. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  29. 1fb8915 printk: Do not disable preemption for accessing printk_func by Steven Rostedt (Red Hat) · 9 years ago
  30. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  31. 350e4f4 Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  32. 1dd7dcb Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  33. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 9 years ago
  34. 707c596 Merge branch 'nsfs' into for-next by Al Viro · 9 years ago
  35. a53b831 exit: pidns: fix/update the comments in zap_pid_ns_processes() by Oleg Nesterov · 9 years ago
  36. 24c037e exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exiting by Oleg Nesterov · 9 years ago
  37. 6c66e7d exit: exit_notify: re-use "dead" list to autoreap current by Oleg Nesterov · 9 years ago
  38. 482a376 exit: reparent: call forget_original_parent() under tasklist_lock by Oleg Nesterov · 9 years ago
  39. ad9e206 exit: reparent: avoid find_new_reaper() if no children by Oleg Nesterov · 9 years ago
  40. c9dc05b exit: reparent: introduce find_alive_thread() by Oleg Nesterov · 9 years ago
  41. 1109909 exit: reparent: introduce find_child_reaper() by Oleg Nesterov · 9 years ago
  42. 175aed3 exit: reparent: document the ->has_child_subreaper checks by Oleg Nesterov · 9 years ago
  43. 3750ef9 exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper() by Oleg Nesterov · 9 years ago
  44. 7d24e2d exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparenting by Oleg Nesterov · 9 years ago
  45. 8a1296a exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparenting by Oleg Nesterov · 9 years ago
  46. 26e75b5 exit: release_task: fix the comment about group leader accounting by Oleg Nesterov · 9 years ago
  47. 986094d exit: wait: drop tasklist_lock before psig->c* accounting by Oleg Nesterov · 9 years ago
  48. f953ccd exit: wait: don't use zombie->real_parent by Oleg Nesterov · 9 years ago
  49. f6507f8 exit: wait: cleanup the ptrace_reparented() checks by Oleg Nesterov · 9 years ago
  50. 7f6def9 usermodehelper: kill the kmod_thread_locker logic by Oleg Nesterov · 9 years ago
  51. 7117bc8 usermodehelper: don't use CLONE_VFORK for ____call_usermodehelper() by Oleg Nesterov · 9 years ago
  52. f099755 printk: drop logbuf_cpu volatile qualifier by Alex Elder · 9 years ago
  53. a39d4a8 printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents by Joe Perches · 9 years ago
  54. 1dc6244 printk: remove used-once early_vprintk by Joe Perches · 9 years ago
  55. 9e3961a kernel: add panic_on_warn by Prarit Bhargava · 9 years ago
  56. 7c8bd23 exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_parent() by Oleg Nesterov · 9 years ago
  57. 2831096 exit: reparent: cleanup the usage of reparent_leader() by Oleg Nesterov · 9 years ago
  58. 57a0591 exit: reparent: cleanup the changing of ->parent by Oleg Nesterov · 9 years ago
  59. dc2fd4b exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasks by Oleg Nesterov · 9 years ago
  60. a90e984 sched_show_task: fix unsafe usage of ->real_parent by Oleg Nesterov · 9 years ago
  61. 5b1efc0 kernel: res_counter: remove the unused API by Johannes Weiner · 9 years ago
  62. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  63. 08e2fb6 Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 9 years ago
  64. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  65. d820126 Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  66. 3eb5b89 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  67. 9e66645 Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  68. ecb50f0 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  69. a157508 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  70. 86c6a2f Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  71. 5706ffd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  72. c301106 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  73. f0d62ae userns: Rename id_map_mutex to userns_state_mutex by Eric W. Biederman · 9 years ago
  74. f95d791 userns: Only allow the creator of the userns unprivileged mappings by Eric W. Biederman · 10 years ago
  75. 80dd00a userns: Check euid no fsuid when establishing an unprivileged uid mapping by Eric W. Biederman · 9 years ago
  76. be7c6db userns: Don't allow unprivileged creation of gid mappings by Eric W. Biederman · 9 years ago
  77. 273d2c6 userns: Don't allow setgroups until a gid mapping has been setablished by Eric W. Biederman · 9 years ago
  78. 7eca210 blktrace: don't let the sysfs interface remove trace from running list by Arianna Avanzini · 9 years ago
  79. 0f7e94e Merge branch 'next' into upstream for v3.19 by Paul Moore · 9 years ago
  80. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 9 years ago
  81. e3d857e Merge branch 'pm-runtime' by Rafael J. Wysocki · 9 years ago
  82. 389cbf3 Merge branches 'pm-domains', 'pm-sleep' and 'pm-tools' by Rafael J. Wysocki · 9 years ago
  83. 5aee40e Merge branches 'powercap', 'pm-clk', 'pm-config' and 'pm-opp' by Rafael J. Wysocki · 9 years ago
  84. 008847f workqueue: allow rescuer thread to do more work. by NeilBrown · 9 years ago
  85. b2d8290 workqueue: invert the order between pool->lock and wq_mayday_lock by Tejun Heo · 9 years ago
  86. fd7de1e sched: Add missing rcu protection to wake_up_all_idle_cpus by Andy Lutomirski · 10 years ago
  87. 8c86394 Merge tag 'v3.18' into drm-next by Dave Airlie · 9 years ago
  88. 74faaf7 genirq: Move irq_chip_write_msi_msg() helper to core by Thomas Gleixner · 9 years ago
  89. dd63af1 Merge 3.18-rc7 into tty-next by Greg Kroah-Hartman · 9 years ago
  90. ddd872b bpf: verifier: add checks for BPF_ABS | BPF_IND instructions by Alexei Starovoitov · 9 years ago
  91. 0542f17 userns: Document what the invariant required for safe unprivileged mappings. by Eric W. Biederman · 9 years ago
  92. 7ff4d90 groups: Consolidate the setgroups permission checks by Eric W. Biederman · 9 years ago
  93. 7bd0e22 drm/i915: compute wait_ioctl timeout correctly by Daniel Vetter · 9 years ago
  94. f77c801 bury struct proc_ns in fs/proc by Al Viro · 10 years ago
  95. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  96. 6344c43 new helpers: ns_alloc_inum/ns_free_inum by Al Viro · 10 years ago
  97. 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
  98. 3c04118 switch the rest of proc_ns_operations to working with &...->ns by Al Viro · 10 years ago
  99. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  100. 0479c8c workqueue: cosmetic update in rescuer_thread() by Tejun Heo · 9 years ago