1. fda6751 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. ee319d5 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. 57ccdf4 tick/nohz: Prevent stopping the tick on an offline CPU by Wanpeng Li · 8 years ago
  4. 28b89b9 cpuset: handle race between CPU hotplug and cpuset_hotplug_work by Joonwoo Park · 8 years ago
  5. 1ad1410 PM / Hibernate: allow hibernation with PAGE_POISONING_ZERO by Anisse Astier · 8 years ago
  6. fa7fd6f PM / sleep: enable suspend-to-idle even without registered suspend_ops by Sudeep Holla · 8 years ago
  7. 5b3f249 PM / sleep: Increase default DPM watchdog timeout to 120 by Chen Yu · 8 years ago
  8. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  9. 98ac9a6 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  10. 5006921 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  11. de58af8 Revert "sched/fair: Make update_min_vruntime() more readable" by Peter Zijlstra · 8 years ago
  12. b79ccad perf/core: Fix aux_mmap_count vs aux_refcount order by Alexander Shishkin · 8 years ago
  13. 767ae08 perf/core: Fix a race between mmap_close() and set_output() of AUX events by Alexander Shishkin · 8 years ago
  14. f3694e0 bpf: add BPF_CALL_x macros for declaring helpers by Daniel Borkmann · 8 years ago
  15. f035a51 bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros by Daniel Borkmann · 8 years ago
  16. 6088b58 bpf: minor cleanups in helpers by Daniel Borkmann · 8 years ago
  17. 9049771 mm: fix cache mode of dax pmd mappings by Dan Williams · 8 years ago
  18. 2d2be8c bpf: fix range propagation on direct packet access by Daniel Borkmann · 8 years ago
  19. 950d838 Merge branch 'linus' into timers/core, to refresh the branch by Ingo Molnar · 8 years ago
  20. f1e4ba5 perf, bpf: fix conditional call to bpf_overflow_handler by Arnd Bergmann · 8 years ago
  21. c4544db kernel/softirq: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  22. 6731d4f slab: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  23. e6d4989 relayfs: Convert to hotplug state machine by Richard Weinberger · 8 years ago
  24. 017c59c relay: Use per CPU constructs for the relay channel buffer pointers by Akash Goel · 8 years ago
  25. ee1e714 cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifier by Thomas Gleixner · 8 years ago
  26. 677f664 cpu/hotplug: Make state names consistent by Thomas Gleixner · 8 years ago
  27. 00b992d genirq: No need to mask non trigger mode flags before __irq_set_trigger() by Alexander Kuleshov · 8 years ago
  28. e8b61b3 futex: Add some more function commentry by Thomas Gleixner · 8 years ago
  29. 545d5d6 genirq: Update stale comment for __irq_domain_add by Punit Agrawal · 8 years ago
  30. 3c1627e cpu/hotplug: Replace anon union by Thomas Gleixner · 8 years ago
  31. c86d06b PM / QoS: avoid calling cancel_delayed_work_sync() during early boot by Tejun Heo · 8 years ago
  32. df8ce9d smp: Add function to execute a function synchronously on a CPU by Juergen Gross · 8 years ago
  33. 47ae4b0 virt, sched: Add generic vCPU pinning support by Juergen Gross · 8 years ago
  34. 4fa8d299 sched/debug: Remove several CONFIG_SCHEDSTATS guards by Josh Poimboeuf · 8 years ago
  35. 20e1d48 sched/debug: Rename 'schedstat_val()' -> 'schedstat_val_or_zero()' by Josh Poimboeuf · 8 years ago
  36. ae92882 sched/debug: Clean up schedstat macros by Josh Poimboeuf · 8 years ago
  37. 1a3d027 sched/debug: Rename and move enqueue_sleeper() by Josh Poimboeuf · 8 years ago
  38. 61c7aca sched/deadline: Fix the intention to re-evalute tick dependency for offline CPU by Wanpeng Li · 8 years ago
  39. efca03e schedcore: Remove duplicated init_task's preempt_notifiers init by seokhoon.yoon · 8 years ago
  40. 2665621 sched/fair: Fix load_above_capacity fixed point arithmetic width by Dietmar Eggemann · 8 years ago
  41. d8206bb sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear() by Tommaso Cucinotta · 8 years ago
  42. 8e1bc30 sched/deadline: Make CPU heap faster avoiding real swaps on heapify by Tommaso Cucinotta · 8 years ago
  43. 126b3b6 sched/deadline: Refactor CPU heap code by Tommaso Cucinotta · 8 years ago
  44. 97a7142 sched/fair: Make update_min_vruntime() more readable by Byungchul Park · 9 years ago
  45. 62cc20b Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  46. c9bbdd4 perf/core: Don't pass PERF_EF_START to the PMU ->start callback by Will Deacon · 8 years ago
  47. 2cc5384 Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve conflicts by Ingo Molnar · 8 years ago
  48. 135e8c9 sched/core: Fix a race between try_to_wake_up() and a woken up task by Balbir Singh · 8 years ago
  49. 5876314 perf/core: Remove WARN from perf_event_read() by Peter Zijlstra · 8 years ago
  50. 1c33336 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  51. 01b4115 cpu/hotplug: Handle unbalanced hotplug enable/disable by Lianwei Wang · 8 years ago
  52. f88eecf genirq/generic_chip: Verify irqs_per_chip <= 32 by Sebastian Frias · 8 years ago
  53. cf392d1 cpu/hotplug: Add multi instance support by Thomas Gleixner · 8 years ago
  54. a724632 cpu/hotplug: Rework callback invocation logic by Thomas Gleixner · 8 years ago
  55. aa6a5f3 perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programs by Alexei Starovoitov · 8 years ago
  56. fdc15d3 bpf: perf_event progs should only use preallocated maps by Alexei Starovoitov · 8 years ago
  57. 0515e59 bpf: introduce BPF_PROG_TYPE_PERF_EVENT program type by Alexei Starovoitov · 8 years ago
  58. ea2e7ce bpf: support 8-byte metafield access by Alexei Starovoitov · 8 years ago
  59. 0c22891 irqdomain: Mask irq type in irq_domain_xlate_onetwocell() by Sebastian Frias · 8 years ago
  60. ee26c01 genirq/generic_chip: Add irq_unmap callback by Sebastian Frias · 8 years ago
  61. f0c450e genirq/generic_chip: Get rid of code duplication by Sebastian Frias · 8 years ago
  62. 48e0fba genirq: Remove export of irq_map_generic_chip() by Thomas Gleixner · 8 years ago
  63. fc590c2 genirq: Robustify handle_percpu_devid_irq() by Thomas Gleixner · 8 years ago
  64. 08d07259 tick/nohz: Fix softlockup on scheduler stalls in kvm guest by Wanpeng Li · 8 years ago
  65. b9677fa Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  66. 735f277 kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd by Michal Hocko · 8 years ago
  67. c11600e mm, mempolicy: task->mempolicy must be NULL before dropping final reference by David Rientjes · 8 years ago
  68. 19feeff printk/nmi: avoid direct printk()-s from __printk_nmi_flush() by Sergey Senozhatsky · 8 years ago
  69. 236dec0 kconfig: tinyconfig: provide whole choice blocks to avoid warnings by Arnd Bergmann · 8 years ago
  70. 070c43e kexec: fix double-free when failing to relocate the purgatory by Thiago Jung Bauermann · 8 years ago
  71. 511a8cd Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  72. 0cb7bf6 Merge branch 'linus' into smp/hotplug by Thomas Gleixner · 8 years ago
  73. 8314bc8 cpufreq / sched: ignore SMT when determining max cpu capacity by Steve Muckle · 8 years ago
  74. 979515c time: Avoid undefined behaviour in ktime_add_safe() by Vegard Nossum · 8 years ago
  75. 469e857f3 time: Avoid undefined behaviour in timespec64_add_safe() by Vegard Nossum · 8 years ago
  76. 0bf43f1 timekeeping: Prints the amounts of time spent during suspend by Ruchi Kandoi · 8 years ago
  77. 3637458 clocksource: Defer override invalidation unless clock is unstable by Kyle Walker · 8 years ago
  78. b4d90e9 hrtimer: Spelling fixes by Pratyush Patel · 8 years ago
  79. 5efc244 audit: fix exe_file access in audit_exe_compare by Mateusz Guzik · 8 years ago
  80. cd81a91 mm: introduce get_task_exe_file by Mateusz Guzik · 8 years ago
  81. 61b5ebd Merge tag 'seccomp-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  82. 485a252 seccomp: Fix tracer exit notifications during fatal signals by Kees Cook · 8 years ago
  83. fa2bea2 audit: consistently record PIDs with task_tgid_nr() by Paul Moore · 8 years ago
  84. 748e7fc Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  85. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  86. 908e373 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  87. 4340393 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  88. 037d240 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  89. 5e608a02 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  90. fd1ae51 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  91. ae6c33b printk: fix parsing of "brl=" option by Nicolas Iooss · 8 years ago
  92. e7d316a sysctl: handle error writing UINT_MAX to u32 fields by Subash Abhinov Kasiviswanathan · 8 years ago
  93. d391e55 cpu/hotplug: Allow suspend/resume CPU to be specified by James Morse · 8 years ago
  94. 8b6a3fe perf/core: Use this_cpu_ptr() when stopping AUX events by Will Deacon · 8 years ago
  95. 0117525 sched: Remove __schedule() non-standard frame annotation by Brian Gerst · 8 years ago
  96. b2d4c2e locking/hung_task: Show all locks by Vegard Nossum · 8 years ago
  97. 223918e ftrace: Add ftrace_graph_ret_addr() stack unwinding helpers by Josh Poimboeuf · 8 years ago
  98. 9a7c348 ftrace: Add return address pointer to ftrace_ret_stack by Josh Poimboeuf · 8 years ago
  99. daa460a ftrace: Only allocate the ret_stack 'fp' field when needed by Josh Poimboeuf · 8 years ago
  100. e4a744e ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config by Josh Poimboeuf · 8 years ago