summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-09-22locking/pv-qspinlock: Use cmpxchg_release() in __pv_queued_spin_unlock()Pan Xinhui
2016-09-22Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar
2016-09-22sched/debug: Hide printk() by defaultPeter Zijlstra
2016-09-22sched/fair: Fix SCHED_HRTICK bug leading to late preemption of tasksSrivatsa Vaddagiri
2016-09-22perf/core: Limit matching exclusive events to one PMUAlexander Shishkin
2016-09-22sched/core: Avoid _cond_resched() for PREEMPT=yPeter Zijlstra
2016-09-22sched/core: Optimize __schedule()Peter Zijlstra
2016-09-22stop_machine: Avoid a sleep and wakeup in stop_one_cpu()Cheng Chao
2016-09-22sched/core: Remove unnecessary initialization in sched_init()Cheng Chao
2016-09-22Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2016-09-22smp: Allocate smp_call_on_cpu() workqueue on stack tooPeter Zijlstra
2016-09-22sched/core: Do not use smp_processor_id() with preempt enabled in smpboot_thr...Con Kolivas
2016-09-21bpf: recognize 64bit immediate loads as constsJakub Kicinski
2016-09-21bpf: enable non-core use of the verfierJakub Kicinski
2016-09-21bpf: expose internal verfier structuresJakub Kicinski
2016-09-21bpf: don't (ab)use instructions to store stateJakub Kicinski
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann
2016-09-20bpf, verifier: enforce larger zero range for pkt on overloading stack buffsDaniel Borkmann
2016-09-20Merge branch 'irq/urgent' into irq/coreThomas Gleixner
2016-09-20Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar
2016-09-19cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner
2016-09-19padata: Convert to hotplug state machineSebastian Andrzej Siewior
2016-09-19genirq: Skip chained interrupt trigger setup if type is IRQ_TYPE_NONEMarc Zyngier
2016-09-16cpuset: fix non static symbol warningWei Yongjun
2016-09-16fork: Optimize task creation by caching two thread stacks per CPU if CONFIG_V...Andy Lutomirski
2016-09-16sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski
2016-09-16kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_k...Oleg Nesterov
2016-09-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2016-09-15Merge branch 'irq/for-block' into irq/coreThomas Gleixner
2016-09-15sched/core: Allow putting thread_info into task_structAndy Lutomirski
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar
2016-09-14genirq/affinity: Remove old irq spread infrastructureThomas Gleixner
2016-09-14genirq/msi: Switch to new irq spreading infrastructureThomas Gleixner
2016-09-14genirq/affinity: Provide smarter irq spreading infrastructureThomas Gleixner
2016-09-14genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner
2016-09-14Merge branches 'doc.2016.08.22c', 'exp.2016.08.22c', 'fixes.2016.09.14a', 'ho...Paul E. McKenney
2016-09-14x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov
2016-09-14Merge tag 'irqchip-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner
2016-09-14genirq: Expose interrupt information through sysfsCraig Gallek
2016-09-13cpufreq: schedutil: Add iowait boostingRafael J. Wysocki
2016-09-13cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag to indicate iowait conditionRafael J. Wysocki
2016-09-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-09-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-09-13tick/nohz: Prevent stopping the tick on an offline CPUWanpeng Li
2016-09-13cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park
2016-09-13x86/pkeys: Fix pkeys build breakage for some non-x86 archesDave Hansen
2016-09-13PM / Hibernate: allow hibernation with PAGE_POISONING_ZEROAnisse Astier
2016-09-13PM / sleep: enable suspend-to-idle even without registered suspend_opsSudeep Holla
2016-09-13PM / sleep: Increase default DPM watchdog timeout to 120Chen Yu
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller