1. b546e0c Merge tag 'pm-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  2. b49c317 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  3. a8006bd Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  4. 965c4b7 Merge branches 'core-urgent-for-linus', 'irq-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  5. 5aab90c perf/powerpc: Don't call perf_event_disable() from atomic context by Jiri Olsa · 8 years ago
  6. 0933840 perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix CONFIG_DEBUG_TEST_DRIVER_REMOVE=y kernel panic by Jiri Olsa · 8 years ago
  7. b274c0b kcov: properly check if we are in an interrupt by Andrey Konovalov · 8 years ago
  8. 9c953d6 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  9. 9dcb8b6 mm: remove per-zone hashtable of bitlock waitqueues by Linus Torvalds · 8 years ago
  10. f5d6d2d sched/fair: Remove unused but set variable 'rq' by Tobias Klauser · 8 years ago
  11. 6bad6bc timers: Prevent base clock corruption when forwarding by Thomas Gleixner · 8 years ago
  12. 041ad7b timers: Prevent base clock rewind when forwarding clock by Thomas Gleixner · 8 years ago
  13. 4da9152 timers: Lock base for same bucket optimization by Thomas Gleixner · 8 years ago
  14. b831275 timers: Plug locking race vs. timer migration by Thomas Gleixner · 8 years ago
  15. 1adb469 PM / suspend: Fix missing KERN_CONT for suspend message by Jon Hunter · 8 years ago
  16. bfb7bfe Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  17. f660f60 softirq: Display IRQ_POLL for irq-poll statistics by Sagi Grimberg · 8 years ago
  18. 3118dac kernel/irq: Export irq_set_parent() by Sudip Mukherjee · 8 years ago
  19. 893e2c5 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  20. 8835ca5 printk: suppress empty continuation lines by Linus Torvalds · 8 years ago
  21. 63ae602 Merge branch 'gup_flag-cleanups' by Linus Torvalds · 8 years ago
  22. f307ab6 mm: replace access_process_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  23. 9beae1e mm: replace get_user_pages_remote() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  24. b5a9b34 sched/fair: Fix incorrect task group ->load_avg by Vincent Guittot · 8 years ago
  25. 9d71bdf Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  26. 2c11fc8 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  27. 351267d Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  28. 54e2384 alarmtimer: Remove unused but set variable by Tobias Klauser · 8 years ago
  29. a705e07 cpu/hotplug: Use distinct name for cpu_hotplug.dep_map by Joonas Lahtinen · 8 years ago
  30. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  31. f34d360 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  32. ef6000b Disable the __builtin_return_address() warning globally after all by Linus Torvalds · 8 years ago
  33. 48a6d64 hung_task: allow hung_task_panic when hung_task_warnings is 0 by John Siddle · 8 years ago
  34. dbf5268 kthread: better support freezable kthread workers by Petr Mladek · 8 years ago
  35. 9a6b06c kthread: allow to modify delayed kthread work by Petr Mladek · 8 years ago
  36. 37be45d kthread: allow to cancel kthread work by Petr Mladek · 8 years ago
  37. 22597dc kthread: initial support for delayed kthread work by Petr Mladek · 8 years ago
  38. 8197b3d4 kthread: detect when a kthread work is used by more workers by Petr Mladek · 8 years ago
  39. 35033fe kthread: add kthread_destroy_worker() by Petr Mladek · 8 years ago
  40. fbae2d4 kthread: add kthread_create_worker*() by Petr Mladek · 8 years ago
  41. 255451e kthread: allow to call __kthread_create_on_node() with va_list args by Petr Mladek · 8 years ago
  42. a65d409 kthread/smpboot: do not park in kthread_create_on_cpu() by Petr Mladek · 8 years ago
  43. 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
  44. e700591 kthread: rename probe_kthread_data() to kthread_probe_data() by Petr Mladek · 8 years ago
  45. 2489a17 config: android: enable CONFIG_SECCOMP by Rob Herring · 8 years ago
  46. d90ae51 config: android: set SELinux as default security mode by Rob Herring · 8 years ago
  47. f023a39 config: android: move device mapper options to recommended by Rob Herring · 8 years ago
  48. a2c6a23 config/android: Remove CONFIG_IPV6_PRIVACY by Borislav Petkov · 8 years ago
  49. 26b5679 relay: Use irq_work instead of plain timer for deferred wakeup by Peter Zijlstra · 8 years ago
  50. 0ee5941 x86/panic: replace smp_send_stop() with kdump friendly version in panic path by Hidehiro Kawai · 8 years ago
  51. 0a5bf40 ptrace: clear TIF_SYSCALL_TRACE on ptrace detach by Ales Novak · 8 years ago
  52. bfd45be kprobes: include <asm/sections.h> instead of <asm-generic/sections.h> by Christoph Hellwig · 8 years ago
  53. 9cfb38a sched/fair: Fix sched domains NULL dereference in select_idle_sibling() by Wanpeng Li · 8 years ago
  54. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  55. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  56. 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 8 years ago
  57. 38addce gcc-plugins: Add latent_entropy plugin by Emese Revfy · 8 years ago
  58. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  59. 93c26d7 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  60. 84ed2da Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  61. 604a830 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  62. 5638733 Merge branch 'printk-cleanups' by Linus Torvalds · 8 years ago
  63. bfd8d3f printk: make reading the kernel log flush pending lines by Linus Torvalds · 8 years ago
  64. 5e46765 printk: re-organize log_output() to be more legible by Linus Torvalds · 8 years ago
  65. c362c7f printk: split out core logging code into helper function by Linus Torvalds · 8 years ago
  66. 4bcc595 printk: reinstate KERN_CONT for printing continuation lines by Linus Torvalds · 8 years ago
  67. b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  68. 05fd007 console: don't prefer first registered if DT specifies stdout-path by Paul Burton · 8 years ago
  69. 81243ea cred: simpler, 1D supplementary groups by Alexey Dobriyan · 8 years ago
  70. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  71. 6fcb52a thp: reduce usage of huge zero page's atomic counter by Aaron Lu · 8 years ago
  72. 3853120 mm, oom: enforce exit_oom_victim on current task by Tetsuo Handa · 8 years ago
  73. 7d2e7a2 oom, suspend: fix oom_killer_disable vs. pm suspend properly by Michal Hocko · 8 years ago
  74. 862e307 mm, oom: get rid of signal_struct::oom_victims by Michal Hocko · 8 years ago
  75. 7283094ec kernel, oom: fix potential pgd_lock deadlock from __mmdrop by Michal Hocko · 8 years ago
  76. 26db62f oom: keep mm of the killed task available by Michal Hocko · 8 years ago
  77. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  78. 513a4be Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  79. 2ab704a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  80. ddc4e6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 8 years ago
  81. 95107b3 Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  82. 6218590 Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  83. 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  84. a7c2242 relay: simplify relay_file_read() by Al Viro · 8 years ago
  85. 687ee0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  86. 58bfea9 timekeeping: Fix __ktime_get_fast_ns() regression by John Stultz · 8 years ago
  87. 3cd013a Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  88. be6a2e4 Revert "sched/core: Do not use smp_processor_id() with preempt enabled in smpboot_thread_fn()" by Ingo Molnar · 8 years ago
  89. 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  90. 999dcbe Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  91. 5e1b834 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  92. 8e4ef63 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  93. 1a4a2bc Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  94. af79ad2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  95. 12b7bcb Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  96. 00bcf5c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  97. d7a0dab Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  98. 4b97893 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  99. 72ec945 Merge tag 'pm-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  100. 7af8a0f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago