summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-06-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2015-06-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-13/+37
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds11-17/+894
2015-06-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-380/+481
2015-06-19locking/qrwlock: Don't contend with readers when setting _QW_WAITINGWaiman Long1-4/+24
2015-06-19perf: Fix ring_buffer_attach() RCU sync, againOleg Nesterov1-7/+7
2015-06-17Merge tag 'trace-fix-filter-4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+9
2015-06-17tracing: Have filter check for balanced opsSteven Rostedt1-2/+9
2015-06-14Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-6/+19
2015-06-11Merge tag 'trace-rb-bm-fix-4.1-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2015-06-11ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long1-1/+1
2015-06-10sched, numa: do not hint for NUMA balancing on VM_MIXEDMAP mappingsMel Gorman1-1/+1
2015-06-07perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLESKan Liang1-0/+33
2015-06-07perf/x86/intel: Handle multiple records in the PEBS bufferYan, Zheng2-12/+3
2015-06-07lockdep: Fix a race between /proc/lock_stat and module unloadPeter Zijlstra2-6/+19
2015-06-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+16
2015-06-04compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap()Helge Deller1-2/+4
2015-06-03lockdep: Do not break user-visible stringBorislav Petkov1-2/+1
2015-06-02Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar13-380/+481
2015-05-29Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2015-05-27Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...Paul E. McKenney8-200/+300
2015-05-27rcutorture: Test SRCU cleanup code pathPaul E. McKenney1-19/+58
2015-05-27rcutorture: Replace barriers with smp_store_release() and smp_load_acquire()Paul E. McKenney1-11/+13
2015-05-27locktorture: Change longdelay_us to longdelay_msPaul E. McKenney1-6/+6
2015-05-27rcutorture: Allow negative values of nreaders to oversubscribePaul E. McKenney1-1/+1
2015-05-27locktorture: fix deadlock in 'rw_lock_irq' typeAlexey Kodanev1-1/+1
2015-05-27rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney1-0/+5
2015-05-27rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney1-33/+0
2015-05-27rcu: Conditionally compile RCU's eqs warningsPaul E. McKenney1-8/+15
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIOPaul E. McKenney1-0/+4
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAFPaul E. McKenney3-8/+18
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUTPaul E. McKenney3-8/+20
2015-05-27rcu: Enable diagnostic dump of rcu_node combining treePaul E. McKenney1-0/+27
2015-05-27rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameterPaul E. McKenney2-3/+6
2015-05-27rcu: Provide diagnostic option to slow down grace-period scansPaul E. McKenney1-4/+25
2015-05-27rcu: Shut up spurious gcc uninitialized-variable warningPaul E. McKenney1-3/+3
2015-05-27rcu: Modulate grace-period slow init to normalize delayPaul E. McKenney1-2/+13
2015-05-27cpu: Remove new instance of __cpuinit that crept back inPaul Gortmaker1-1/+1
2015-05-27cpu: Handle smpboot_unpark_threads() uniformlyPaul E. McKenney1-1/+1
2015-05-27rcu: Correctly initialize ->rcu_qs_ctr_snap at online timePaul E. McKenney1-1/+1
2015-05-27rcu: Remove redundant offline checkPaul E. McKenney1-2/+0
2015-05-27rcu: Remove dead code from force_qs_rnp()Paul E. McKenney1-4/+0
2015-05-27rcu: Adjust ->lock acquisition for tasks no longer migratingPaul E. McKenney1-3/+6
2015-05-27rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED()Paul E. McKenney1-25/+14
2015-05-27rcu: Change function declaration to boolNicholas Mc Guire1-1/+1
2015-05-27rcu: Make rcu_*_data variables staticNicolas Iooss2-4/+1
2015-05-27rcu: Make synchronize_sched_expedited() call wait_rcu_gp()Paul E. McKenney1-1/+1
2015-05-27smp: Make control dependencies work on Alpha, improve documentationPaul E. McKenney1-1/+1
2015-05-27rcu: Add more debug info on "kthread starved" RCU CPU stall warningsPaul E. McKenney1-2/+3
2015-05-27rcu: Fix missing task information during rcu-preempt stallPatrick Daly1-2/+2