1. 8841c8b Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  2. b2e09f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  3. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  4. c29deef Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  5. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  6. 19c1940 Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  7. 535560d Merge commit '3cf2f34' into sched/core, to fix build error by Ingo Molnar · 10 years ago
  8. d715a22 Merge branch 'pm-sleep' by Rafael J. Wysocki · 10 years ago
  9. 4251c2a6 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  10. 9ee4d7a Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 10 years ago
  11. a992bf8 gcov: add support for GCC 4.9 by Yuan Pengfei · 10 years ago
  12. 23adbe1 fs,userns: Change inode_capable to capable_wrt_inode_uidgid by Andy Lutomirski · 10 years ago
  13. da9c341 tracing: Fix check of ftrace_trace_arrays list_empty() check by Steven Rostedt (Red Hat) · 10 years ago
  14. f0b70cc tracing: Fix leak of per cpu max data in instances by Steven Rostedt (Red Hat) · 10 years ago
  15. a3c5493 auditsc: audit_krule mask accesses need bounds checking by Andy Lutomirski · 10 years ago
  16. a6af8fb tracing: Cleanup saved_cmdlines_size changes by Namhyung Kim · 10 years ago
  17. 8b8b368 ring-buffer: Check if buffer exists before polling by Steven Rostedt (Red Hat) · 10 years ago
  18. 214b931 Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  19. 14208b0 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  20. da85d19 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 10 years ago
  21. 1662867 numa,sched: fix load_to_imbalanced logic inversion by Rik van Riel · 10 years ago
  22. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 10 years ago
  23. a9fcaaa tracing: Fix memory leak on instance deletion by Steven Rostedt (Red Hat) · 10 years ago
  24. 6f8fd1d sysctl: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  25. 119ce5c kernel/seccomp.c: kernel-doc warning fix by Fabian Frederick · 10 years ago
  26. 46c0a8c ipc, kernel: clear whitespace by Paul McQuade · 10 years ago
  27. 7153e40 ipc, kernel: use Linux headers by Paul McQuade · 10 years ago
  28. f3da64d kernel/profile.c: use static const char instead of static char by Fabian Frederick · 10 years ago
  29. aba871f kernel/profile.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  30. 68a9a43 kernel/user_namespace.c: kernel-doc/checkpatch fixes by Fabian Frederick · 10 years ago
  31. f4aacea sysctl: allow for strict write position handling by Kees Cook · 10 years ago
  32. 2ca9bb4 sysctl: refactor sysctl string writing logic by Kees Cook · 10 years ago
  33. f880830 sysctl: clean up char buffer arguments by Kees Cook · 10 years ago
  34. e1bebcf kernel/kexec.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  35. f06e515 kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic_notifers by Masami Hiramatsu · 10 years ago
  36. a219ccf smp: print more useful debug info upon receiving IPI on an offline CPU by Srivatsa S. Bhat · 10 years ago
  37. 76e0a6f signals: change wait_for_helper() to use kernel_sigaction() by Oleg Nesterov · 10 years ago
  38. b4e7426 signals: introduce kernel_sigaction() by Oleg Nesterov · 10 years ago
  39. 580d34e signals: disallow_signal() should flush the potentially pending signal by Oleg Nesterov · 10 years ago
  40. ec5955b signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal() by Oleg Nesterov · 10 years ago
  41. 0341729 signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch] by Oleg Nesterov · 10 years ago
  42. afe2b03 signals: cleanup the usage of t/current in do_sigaction() by Oleg Nesterov · 10 years ago
  43. c09c144 signals: rename rm_from_queue_full() to flush_sigqueue_mask() by Oleg Nesterov · 10 years ago
  44. 9490592f signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread() by Oleg Nesterov · 10 years ago
  45. 6114041 signals: s/siginitset/sigemptyset/ in do_sigtimedwait() by Oleg Nesterov · 10 years ago
  46. 650226b ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb() by Oleg Nesterov · 10 years ago
  47. 4e52365 ptrace: fix fork event messages across pid namespaces by Matthew Dempsky · 10 years ago
  48. bb3632c PM / sleep: trace events for suspend/resume by Todd E Brandt · 10 years ago
  49. 3eba148 Merge branch 'acpi-pm' into pm-sleep by Rafael J. Wysocki · 10 years ago
  50. d54d14b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  51. 23aaa3c tracing: Fix leak of ring buffer data when new instances creation fails by Steven Rostedt (Red Hat) · 10 years ago
  52. 748ec3a tracing/kprobes: Avoid self tests if tracing is disabled on boot up by Yoshihiro YUNOMAE · 10 years ago
  53. dc81e5e tracing: Return error if ftrace_trace_arrays list is empty by Yoshihiro YUNOMAE · 10 years ago
  54. 70af2f8 locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocks by Waiman Long · 10 years ago
  55. 82b8977 perf: Differentiate exec() and non-exec() comm events by Adrian Hunter · 10 years ago
  56. ec00010 Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patches by Ingo Molnar · 10 years ago
  57. e041e32 perf: Fix perf_event_comm() vs. exec() assumption by Peter Zijlstra · 10 years ago
  58. 34839f5 tracing: Only calculate stats of tracepoint benchmarks for 2^32 times by Steven Rostedt (Red Hat) · 10 years ago
  59. 72e2fe3 tracing: Convert stddev into u64 in tracepoint benchmark by Steven Rostedt (Red Hat) · 10 years ago
  60. eb3d3ec Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next by Linus Torvalds · 10 years ago
  61. 1c5aefb Merge branch 'futex-fixes' (futex fixes from Thomas Gleixner) by Linus Torvalds · 10 years ago
  62. 54a2178 futex: Make lookup_pi_state more robust by Thomas Gleixner · 10 years ago
  63. 13fbca4 futex: Always cleanup owner tid in unlock_pi by Thomas Gleixner · 10 years ago
  64. b3eaa9f futex: Validate atomic acquisition in futex_lock_pi_atomic() by Thomas Gleixner · 10 years ago
  65. e9c243a futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in futex_requeue(..., requeue_pi=1) by Thomas Gleixner · 10 years ago
  66. 939c7a4 tracing: Introduce saved_cmdlines_size file by Yoshihiro YUNOMAE · 10 years ago
  67. a0abcf2e Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  68. c731ae1 cgroup: disallow disabled controllers on the default hierarchy by Li Zefan · 10 years ago
  69. f602d06 sched/deadline: Delete extraneous extern for to_ratio() by Paul Gortmaker · 10 years ago
  70. 1fb3334 Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next by Russell King · 10 years ago
  71. 40814f6 uprobes: Teach copy_insn() to support tmpfs by Oleg Nesterov · 10 years ago
  72. 41ccba02 uprobes: Shift ->readpage check from __copy_insn() to uprobe_register() by Oleg Nesterov · 10 years ago
  73. 53b2533 perf: Disable sampled events if no PMU interrupt by Vince Weaver · 10 years ago
  74. ebf905f perf: Fix use after free in perf_remove_from_context() by Peter Zijlstra · 10 years ago
  75. 10b02564 Merge branch 'perf/kprobes' into perf/core by Ingo Molnar · 10 years ago
  76. c56d340 Merge branch 'perf/uprobes' into perf/core by Ingo Molnar · 10 years ago
  77. e3baac4 sched/idle: Optimize try-to-wake-up IPI by Peter Zijlstra · 10 years ago
  78. 67b9ca7 sched/idle: Simplify wake_up_idle_cpu() by Andy Lutomirski · 10 years ago
  79. 82c65d6 sched/idle: Clear polling before descheduling the idle thread by Andy Lutomirski · 10 years ago
  80. dfc68f2 sched, trace: Add a tracepoint for IPI-less remote wakeups by Andy Lutomirski · 10 years ago
  81. 0b07939 sched: Remove redundant assignment to "rt_rq" in update_curr_rt(...) by Giedrius Rekasius · 10 years ago
  82. 5d4dfdd sched: Rename capacity related flags by Nicolas Pitre · 10 years ago
  83. ca8ce3d sched: Final power vs. capacity cleanups by Nicolas Pitre · 10 years ago
  84. ced549f sched: Remove remaining dubious usage of "power" by Nicolas Pitre · 10 years ago
  85. 63b2ca3 sched: Let 'struct sched_group_power' care about CPU capacity by Nicolas Pitre · 10 years ago
  86. 0fedc6c sched/fair: Disambiguate existing/remaining "capacity" usage by Nicolas Pitre · 10 years ago
  87. 1b6a749 sched/fair: Change "has_capacity" to "has_free_capacity" by Nicolas Pitre · 10 years ago
  88. 5ef20ca sched/fair: Remove "power" from 'struct numa_stats' by Nicolas Pitre · 10 years ago
  89. fa93384 sched: Fix signedness bug in yield_to() by Dan Carpenter · 10 years ago
  90. 2538d96 sched/fair: Use time_after() in record_wakee() by Manuel Schölling · 10 years ago
  91. ed61bbc sched/balancing: Reduce the rate of needless idle load balancing by Tim Chen · 10 years ago
  92. 51f2176 sched/fair: Fix unlocked reads of some cfs_b->quota/period by Ben Segall · 10 years ago
  93. 09dc4ab sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lock by Roman Gushchin · 10 years ago
  94. 0f397f2 sched/dl: Fix race in dl_task_timer() by Kirill Tkhai · 10 years ago
  95. b14ed2c sched: Fix sched_policy < 0 comparison by Richard Weinberger · 10 years ago
  96. e9dd685 sched/numa: Fix use of spin_{un}lock_irq() when interrupts are disabled by Steven Rostedt · 10 years ago
  97. 0cc3d01 locking/rwsem: Fix checkpatch.pl warnings by Andrew Morton · 10 years ago
  98. 4fc828e locking/rwsem: Support optimistic spinning by Davidlohr Bueso · 10 years ago
  99. 1f779fb cgroup: don't destroy the default root by Li Zefan · 10 years ago
  100. 00170fd Merge branch 'akpm' (patchbomb from Andrew) into next by Linus Torvalds · 10 years ago