aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-14rcu: Fix outdated rcu_scheduler_active commentPaul E. McKenney1-1/+1
2016-06-14seccomp: recheck the syscall after RET_TRACEKees Cook1-3/+18
2016-06-14seccomp: remove 2-phase APIKees Cook1-88/+41
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski1-2/+2
2016-06-14kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin1-2/+4
2016-06-14sched/debug: Fix deadlock when enabling sched eventsJosh Poimboeuf1-1/+1
2016-06-14locking/spinlock: Update spin_unlock_wait() usersPeter Zijlstra2-3/+6
2016-06-14locking/barriers: Introduce smp_acquire__after_ctrl_dep()Peter Zijlstra1-1/+1
2016-06-14locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Peter Zijlstra4-12/+12
2016-06-14Merge branch 'linus' into locking/core, to pick up fixes before merging new c...Ingo Molnar9-28/+48
2016-06-14perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86Andi Kleen1-0/+7
2016-06-14Merge branch 'linus' into perf/core, to pick up fixes before merging new changesIngo Molnar10-30/+113
2016-06-14sched/cputime: Add steal time support to full dynticks CPU time accountingWanpeng Li1-7/+9
2016-06-14sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li2-14/+0
2016-06-14Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar9-17/+93
2016-06-14sched/fair: Fix post_init_entity_util_avg() serializationPeter Zijlstra2-3/+8
2016-06-14PM / Hibernate: Don't let kasan instrument snapshot.cJames Morse1-0/+2
2016-06-13Merge back earlier cpufreq changes for v4.8.Rafael J. Wysocki1-34/+9
2016-06-13Merge tag 'irqchip-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Thomas Gleixner4-10/+134
2016-06-13genirq: Add runtime power management support for IRQ chipsJon Hunter3-1/+71
2016-06-13irqdomain: Don't set type when mapping an IRQJon Hunter1-5/+18
2016-06-13genirq: Look-up percpu trigger type if not specified by callerMarc Zyngier1-0/+7
2016-06-13genirq: Look-up trigger type if not specified by callerJon Hunter1-0/+7
2016-06-13irqdomain: Fix handling of type settings for existing mappingsJon Hunter1-5/+32
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds1-1/+2
2016-06-10sched: panic on corrupted stack endJann Horn1-1/+2
2016-06-10Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-16/+28
2016-06-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+2
2016-06-10Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-6/+77
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2016-06-10Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2016-06-10genirq: Remove unnecessary memset() callsWeongyo Jeong1-3/+0
2016-06-10genirq: Remove redundant NULL check of irq_descJianyu Zhan1-5/+1
2016-06-10hrtimer: Remove redundant #ifdef blockPratyush Patel1-1/+1
2016-06-10timers: Clarify usleep_range() function commentBjorn Helgaas1-1/+7
2016-06-09Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle'Rafael J. Wysocki1-1/+1
2016-06-09kernel/relay.c: fix potential memory leakZhouyi Zhou1-0/+1
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig1-2/+4
2016-06-08futex: Calculate the futex key based on a tail page for file-based futexesMel Gorman1-3/+11
2016-06-08locking/mutex: Optimize mutex_trylock() fast-pathPeter Zijlstra1-1/+0
2016-06-08locking/rwsem: Streamline the rwsem_optimistic_spin() codeWaiman Long1-18/+20
2016-06-08locking/rwsem: Improve reader wakeup codeWaiman Long1-3/+8
2016-06-08locking/rwsem: Protect all writes to owner by WRITE_ONCE()Waiman Long1-3/+10
2016-06-08locking/rwsem: Add reader-owned state to the owner fieldWaiman Long3-21/+69
2016-06-08locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low1-15/+17
2016-06-08locking/qspinlock: Add commentsPeter Zijlstra1-0/+57
2016-06-08locking/qspinlock: Clarify xchg_tail() orderingPeter Zijlstra1-2/+13
2016-06-08Merge branch 'locking/urgent' into locking/core, to pick up dependencyIngo Molnar1-0/+60
2016-06-08sched/debug: Always show 'nr_migrations'Josh Poimboeuf1-1/+1
2016-06-08Merge branch 'sched/urgent' into sched/core, to pick up dependencyIngo Molnar4-17/+29