summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-05-27rcu: tree_plugin: Use bool function return values of true/false not 1/0Joe Perches1-2/+2
2015-05-27rcu: Force wakeup of rcu_gp_kthread at grace-period endPaul E. McKenney1-0/+1
2015-05-27rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney1-10/+12
2015-05-27rcu: Create an immutable rcu_data_p pointer to default rcu_data structurePaul E. McKenney2-7/+10
2015-05-27rcu: Tell the compiler that rcu_state_p is immutablePaul E. McKenney2-3/+3
2015-05-27rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED()Paul E. McKenney2-17/+20
2015-05-27rcu: Convert from rcu_preempt_state to *rcu_state_pPaul E. McKenney1-10/+9
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney8-181/+182
2015-05-27Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar9-55/+77
2015-05-27perf: Disallow sparse AUX allocations for non-SG PMUs in overwrite modeAlexander Shishkin1-0/+14
2015-05-27perf: Fix race in BPF program unregisterAlexei Starovoitov1-1/+2
2015-05-23Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+8
2015-05-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+1
2015-05-19watchdog: fix double lock in watchdog_nmi_enable_allMichal Hocko1-1/+1
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra3-4/+4
2015-05-18sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li1-4/+1
2015-05-18watchdog: Fix merge 'conflict'Peter Zijlstra1-5/+15
2015-05-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-33/+33
2015-05-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+33
2015-05-13rtmutex: Warn if trylock is called from hard/softirq contextThomas Gleixner1-0/+7
2015-05-13locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHGSebastian Andrzej Siewior1-3/+3
2015-05-13ktime: Fix ktime_divns to do signed divisionJohn Stultz1-6/+8
2015-05-12locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKSWaiman Long3-5/+5
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar2-15/+42
2015-05-11locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar2-4/+4
2015-05-11locking/pvqspinlock: Replace xchg() by the more descriptive set_mb()Waiman Long1-1/+1
2015-05-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2015-05-09Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+1
2015-05-08Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2015-05-09module: Call module notifier on failure after complete_formation()Steven Rostedt1-0/+3
2015-05-08locking/pvqspinlock, x86: Enable PV qspinlock for XenDavid Vrabel1-1/+1
2015-05-08locking/pvqspinlock, x86: Enable PV qspinlock for KVMWaiman Long1-1/+1
2015-05-08locking/pvqspinlock: Implement simple paravirt support for the qspinlockWaiman Long2-1/+392
2015-05-08locking/qspinlock: Revert to test-and-set on hypervisorsPeter Zijlstra (Intel)1-0/+3
2015-05-08locking/qspinlock: Use a simple write to grab the lockWaiman Long1-16/+50
2015-05-08locking/qspinlock: Optimize for smaller NR_CPUSPeter Zijlstra (Intel)1-1/+68
2015-05-08locking/qspinlock: Extract out code snippets for the next patchWaiman Long1-31/+48
2015-05-08locking/qspinlock: Add pending bitPeter Zijlstra (Intel)1-21/+98
2015-05-08locking/qspinlock: Introduce a simple generic 4-byte queued spinlockWaiman Long4-0/+218
2015-05-08locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write()Waiman Long1-0/+44
2015-05-08perf: Fix software migrate eventsPeter Zijlstra1-1/+1
2015-05-08perf: Annotate inherited event ctx->mutex recursionPeter Zijlstra1-8/+33
2015-05-08sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval1-16/+12
2015-05-08sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2-17/+21
2015-05-06tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée1-1/+2
2015-05-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+9
2015-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+6
2015-04-30Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-14/+2
2015-04-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+0
2015-04-30modsign: change default key detailsDavid Howells1-3/+3