aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-23cgroup: fix invalid controller enable rejections with cgroup namespaceTejun Heo1-4/+25
2016-09-23tracing: Call traceoff trigger after event is recordedMasami Hiramatsu1-0/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+76
2016-09-23Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar4-2/+42
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman4-0/+62
2016-09-22nsfs: add ioctl to get a parent namespaceAndrey Vagin2-0/+20
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin4-0/+42
2016-09-23kvmconfig: add virtio-gpu to config fragmentRob Herring1-0/+1
2016-09-23config: move x86 kvm_guest.config to a common locationRob Herring1-0/+31
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman4-4/+4
2016-09-22locking/lglock: Remove lglock implementationPeter Zijlstra2-90/+0
2016-09-22stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock()Oleg Nesterov2-38/+26
2016-09-22locking/pv-qspinlock: Use cmpxchg_release() in __pv_queued_spin_unlock()Pan Xinhui1-1/+1
2016-09-22Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar34-143/+543
2016-09-22sched/debug: Hide printk() by defaultPeter Zijlstra1-1/+3
2016-09-22sched/fair: Fix SCHED_HRTICK bug leading to late preemption of tasksSrivatsa Vaddagiri1-1/+1
2016-09-22perf/core: Limit matching exclusive events to one PMUAlexander Shishkin1-1/+1
2016-09-22sched/core: Avoid _cond_resched() for PREEMPT=yPeter Zijlstra1-0/+2
2016-09-22sched/core: Optimize __schedule()Peter Zijlstra2-35/+29
2016-09-22stop_machine: Avoid a sleep and wakeup in stop_one_cpu()Cheng Chao2-2/+11
2016-09-22sched/core: Remove unnecessary initialization in sched_init()Cheng Chao1-5/+0
2016-09-22Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar5-15/+73
2016-09-22smp: Allocate smp_call_on_cpu() workqueue on stack tooPeter Zijlstra1-1/+2
2016-09-22sched/core: Do not use smp_processor_id() with preempt enabled in smpboot_thread_fn()Con Kolivas1-1/+1
2016-09-21bpf: recognize 64bit immediate loads as constsJakub Kicinski1-2/+12
2016-09-21bpf: enable non-core use of the verfierJakub Kicinski1-0/+68
2016-09-21bpf: expose internal verfier structuresJakub Kicinski1-163/+103
2016-09-21bpf: don't (ab)use instructions to store stateJakub Kicinski1-30/+40
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2-14/+43
2016-09-20bpf, verifier: enforce larger zero range for pkt on overloading stack buffsDaniel Borkmann1-1/+1
2016-09-20Merge branch 'irq/urgent' into irq/coreThomas Gleixner4-16/+76
2016-09-20Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar1-0/+6
2016-09-19cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner1-0/+6
2016-09-19padata: Convert to hotplug state machineSebastian Andrzej Siewior1-38/+50
2016-09-19genirq: Skip chained interrupt trigger setup if type is IRQ_TYPE_NONEMarc Zyngier1-2/+6
2016-09-16cpuset: fix non static symbol warningWei Yongjun1-1/+1
2016-09-16fork: Optimize task creation by caching two thread stacks per CPU if CONFIG_VMAP_STACK=yAndy Lutomirski1-9/+53
2016-09-16sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski2-1/+38
2016-09-16kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_kthread() functionOleg Nesterov1-2/+6
2016-09-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar11-120/+164
2016-09-15Merge branch 'irq/for-block' into irq/coreThomas Gleixner3-56/+168
2016-09-15sched/core: Allow putting thread_info into task_structAndy Lutomirski1-0/+4
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar22-63/+260
2016-09-14genirq/affinity: Remove old irq spread infrastructureThomas Gleixner1-58/+0
2016-09-14genirq/msi: Switch to new irq spreading infrastructureThomas Gleixner1-16/+15
2016-09-14genirq/affinity: Provide smarter irq spreading infrastructureThomas Gleixner1-0/+149
2016-09-14genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner1-2/+24
2016-09-14Merge branches 'doc.2016.08.22c', 'exp.2016.08.22c', 'fixes.2016.09.14a', 'hotplug.2016.08.22c' and 'torture.2016.08.22c' into HEADPaul E. McKenney11-120/+164
2016-09-14x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov1-0/+7
2016-09-14Merge tag 'irqchip-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner129-3937/+6151