1. 9a92a6c stacktrace: introduce snprint_stack_trace for buffer output by Joonsoo Kim · 10 years ago
  2. 4a23717a uprobes: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  3. c8c06ef mm: convert i_mmap_mutex to rwsem by Davidlohr Bueso · 10 years ago
  4. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 10 years ago
  5. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  6. 2756d37 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  7. 0a27044 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 10 years ago
  8. eedb3d3 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  9. 27afc5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  10. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  11. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  12. 350e4f4 Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  13. 1dd7dcb Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  14. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  15. a53b831 exit: pidns: fix/update the comments in zap_pid_ns_processes() by Oleg Nesterov · 10 years ago
  16. 24c037e exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exiting by Oleg Nesterov · 10 years ago
  17. 6c66e7d exit: exit_notify: re-use "dead" list to autoreap current by Oleg Nesterov · 10 years ago
  18. 482a376 exit: reparent: call forget_original_parent() under tasklist_lock by Oleg Nesterov · 10 years ago
  19. ad9e206 exit: reparent: avoid find_new_reaper() if no children by Oleg Nesterov · 10 years ago
  20. c9dc05b exit: reparent: introduce find_alive_thread() by Oleg Nesterov · 10 years ago
  21. 1109909 exit: reparent: introduce find_child_reaper() by Oleg Nesterov · 10 years ago
  22. 175aed3 exit: reparent: document the ->has_child_subreaper checks by Oleg Nesterov · 10 years ago
  23. 3750ef9 exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper() by Oleg Nesterov · 10 years ago
  24. 7d24e2d exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparenting by Oleg Nesterov · 10 years ago
  25. 8a1296a exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparenting by Oleg Nesterov · 10 years ago
  26. 26e75b5 exit: release_task: fix the comment about group leader accounting by Oleg Nesterov · 10 years ago
  27. 986094d exit: wait: drop tasklist_lock before psig->c* accounting by Oleg Nesterov · 10 years ago
  28. f953ccd exit: wait: don't use zombie->real_parent by Oleg Nesterov · 10 years ago
  29. f6507f8 exit: wait: cleanup the ptrace_reparented() checks by Oleg Nesterov · 10 years ago
  30. 7f6def9 usermodehelper: kill the kmod_thread_locker logic by Oleg Nesterov · 10 years ago
  31. 7117bc8 usermodehelper: don't use CLONE_VFORK for ____call_usermodehelper() by Oleg Nesterov · 10 years ago
  32. f099755 printk: drop logbuf_cpu volatile qualifier by Alex Elder · 10 years ago
  33. a39d4a8 printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents by Joe Perches · 10 years ago
  34. 1dc6244 printk: remove used-once early_vprintk by Joe Perches · 10 years ago
  35. 9e3961a kernel: add panic_on_warn by Prarit Bhargava · 10 years ago
  36. 7c8bd23 exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_parent() by Oleg Nesterov · 10 years ago
  37. 2831096 exit: reparent: cleanup the usage of reparent_leader() by Oleg Nesterov · 10 years ago
  38. 57a0591 exit: reparent: cleanup the changing of ->parent by Oleg Nesterov · 10 years ago
  39. dc2fd4b exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasks by Oleg Nesterov · 10 years ago
  40. a90e984 sched_show_task: fix unsafe usage of ->real_parent by Oleg Nesterov · 10 years ago
  41. 5b1efc0 kernel: res_counter: remove the unused API by Johannes Weiner · 10 years ago
  42. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  43. 08e2fb6 Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 10 years ago
  44. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  45. d820126 Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  46. 3eb5b89 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  47. 9e66645 Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  48. ecb50f0 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  49. a157508 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  50. 86c6a2f Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  51. 5706ffd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  52. c301106 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  53. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  54. e3d857e Merge branch 'pm-runtime' by Rafael J. Wysocki · 10 years ago
  55. 389cbf3 Merge branches 'pm-domains', 'pm-sleep' and 'pm-tools' by Rafael J. Wysocki · 10 years ago
  56. 5aee40e Merge branches 'powercap', 'pm-clk', 'pm-config' and 'pm-opp' by Rafael J. Wysocki · 10 years ago
  57. 008847f workqueue: allow rescuer thread to do more work. by NeilBrown · 10 years ago
  58. b2d8290 workqueue: invert the order between pool->lock and wq_mayday_lock by Tejun Heo · 10 years ago
  59. fd7de1e sched: Add missing rcu protection to wake_up_all_idle_cpus by Andy Lutomirski · 10 years ago
  60. 74faaf7 genirq: Move irq_chip_write_msi_msg() helper to core by Thomas Gleixner · 10 years ago
  61. ddd872b bpf: verifier: add checks for BPF_ABS | BPF_IND instructions by Alexei Starovoitov · 10 years ago
  62. 0479c8c workqueue: cosmetic update in rescuer_thread() by Tejun Heo · 10 years ago
  63. 7cc78f8 context_tracking: Restore previous state in schedule_user by Andy Lutomirski · 10 years ago
  64. d30d819 PM: Drop CONFIG_PM_RUNTIME from the driver core by Rafael J. Wysocki · 10 years ago
  65. 3558a5a tracing: Truncated output is better than nothing by Dan Carpenter · 10 years ago
  66. 8e1e1df tracing: Add additional marks to signal very large time deltas by Byungchul Park · 10 years ago
  67. eabb898 tracing: Allow NOT to filter AND and OR clauses by Steven Rostedt (Red Hat) · 10 years ago
  68. e12c09c tracing: Add NOT to filtering logic by Steven Rostedt (Red Hat) · 10 years ago
  69. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  70. af26112 Merge back earlier 'pm-runtime' material for 3.19-rc1. by Rafael J. Wysocki · 10 years ago
  71. cb2aa63 time: Fix sign bug in NTP mult overflow warning by John Stultz · 10 years ago
  72. 82975bc uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME by Andy Lutomirski · 10 years ago
  73. 90e362f sched: Provide update_curr callbacks for stop/idle scheduling classes by Thomas Gleixner · 10 years ago
  74. 38b6a1c PCI/MSI: Move cached entry functions to irq core by Jiang Liu · 10 years ago
  75. aeeb596 genirq: Provide default callbacks for msi_domain_ops by Jiang Liu · 10 years ago
  76. d910969 genirq: Introduce msi_domain_alloc/free_irqs() by Jiang Liu · 10 years ago
  77. f3cf8bb genirq: Add generic msi irq domain support by Jiang Liu · 10 years ago
  78. f86eff2 genirq: Work around __irq_set_handler vs stacked domains ordering issues by Marc Zyngier · 10 years ago
  79. afb7da8 irqdomain: Introduce helper function irq_domain_add_hierarchy() by Jiang Liu · 10 years ago
  80. 36d7273 irqdomain: Implement a method to automatically call parent domains alloc/free by Jiang Liu · 10 years ago
  81. 1b53770 genirq: Introduce helper irq_domain_set_info() to reduce duplicated code by Jiang Liu · 10 years ago
  82. 2cb6254 genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchip by Jiang Liu · 10 years ago
  83. 515085e genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchip by Jiang Liu · 10 years ago
  84. 56e8aba genirq: Add more helper functions to support stacked irq_chip by Yingjoe Chen · 10 years ago
  85. 85f08c1 genirq: Introduce helper functions to support stacked irq_chip by Jiang Liu · 10 years ago
  86. 0cc01ab irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OF by Yingjoe Chen · 10 years ago
  87. f8264e3 irqdomain: Introduce new interfaces to support hierarchy irqdomains by Jiang Liu · 10 years ago
  88. cceb9bd Merge branch 'master' into for-3.19 by Tejun Heo · 10 years ago
  89. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  90. 8b2ed21 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  91. 13f5004 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  92. 5322e4c time: Fixup comments to reflect usage of timespec64 by John Stultz · 10 years ago
  93. 334334b time: Expose get_monotonic_coarse64() for in-kernel uses by John Stultz · 10 years ago
  94. cdba2ec time: Expose getrawmonotonic64 for in-kernel uses by John Stultz · 10 years ago
  95. 90b6ce9 time: Provide y2038 safe mktime() replacement by pang.xunlei · 10 years ago
  96. 04d9089 time: Provide y2038 safe timekeeping_inject_sleeptime() replacement by pang.xunlei · 10 years ago
  97. 21f7eca time: Provide y2038 safe do_settimeofday() replacement by pang.xunlei · 10 years ago
  98. 659bc17 time: Complete NTP adjustment threshold judging conditions by pang.xunlei · 10 years ago
  99. 6067dc5 time: Avoid possible NTP adjustment mult overflow. by pang.xunlei · 10 years ago
  100. fd866e2 time: Rename udelay_test.c to test_udelay.c by John Stultz · 10 years ago