aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu
2016-10-07mm, oom: enforce exit_oom_victim on current taskTetsuo Handa
2016-10-07oom, suspend: fix oom_killer_disable vs. pm suspend properlyMichal Hocko
2016-10-07mm, oom: get rid of signal_struct::oom_victimsMichal Hocko
2016-10-07kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko
2016-10-07oom: keep mm of the killed task availableMichal Hocko
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-10-04Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-10-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-10-03Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-10-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-10-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-10-03Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-03Merge tag 'pm-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-02Merge branches 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki
2016-10-02Merge branch 'pm-cpufreq'Rafael J. Wysocki
2016-10-02Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki
2016-09-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner
2016-09-30sched/irqtime: Consolidate irqtime flushing codeFrederic Weisbecker
2016-09-30sched/irqtime: Consolidate accounting synchronization with u64_stats APIFrederic Weisbecker
2016-09-30sched/irqtime: Remove needless IRQs disablement on kcpustat updateFrederic Weisbecker
2016-09-30sched/irqtime: No need for preempt-safe accessorsFrederic Weisbecker
2016-09-30sched/fair: Fix min_vruntime trackingPeter Zijlstra
2016-09-30sched/debug: Add SCHED_WARN_ON()Peter Zijlstra
2016-09-30sched/core: Fix set_user_nice()Peter Zijlstra
2016-09-30sched/fair: Introduce set_curr_task() helperPeter Zijlstra
2016-09-30sched/core, ia64: Rename set_curr_task()Peter Zijlstra
2016-09-30sched/core: Fix incorrect utilization accounting when switching to fair classVincent Guittot
2016-09-30sched/core: Optimize SCHED_SMTPeter Zijlstra
2016-09-30sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra
2016-09-30Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-09-30sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra
2016-09-30sched/core: Introduce 'struct sched_domain_shared'Peter Zijlstra
2016-09-30sched/core: Restructure destroy_sched_domain()Peter Zijlstra
2016-09-30sched/core: Remove unused @cpu argument from destroy_sched_domain*()Peter Zijlstra
2016-09-30sched/wait: Introduce init_wait_entry()Oleg Nesterov
2016-09-30sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock()Oleg Nesterov