summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | perf: Remove the extra validity check on nr_pagesKaixu Xia2015-02-131-1/+1
| | * | | | | | | | | perf: Simplify the branch stack checkYan, Zheng2015-02-181-0/+3
| | * | | | | | | | | perf: Always switch pmu specific data during context switchYan, Zheng2015-02-181-0/+3
| | * | | | | | | | | perf: Add pmu specific data for perf task contextYan, Zheng2015-02-181-4/+36
| | * | | | | | | | | perf/x86/intel: Use context switch callback to flush LBR stackYan, Zheng2015-02-181-77/+0
| | * | | | | | | | | perf: Introduce pmu context switch callbackYan, Zheng2015-02-181-0/+57
| | * | | | | | | | | perf: Update userspace page info for software eventShaohua Li2015-02-181-0/+3
| | * | | | | | | | | perf: Update shadow timestamp before add eventShaohua Li2015-02-181-4/+4
| * | | | | | | | | | Merge branch 'timers/core' into perf/timer, to apply dependent patchIngo Molnar2015-03-276-287/+589
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-142-21/+40
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'nohz/guest' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Ingo Molnar2015-03-162-21/+40
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | context_tracking: Export context_tracking_user_enter/exitRik van Riel2015-03-091-0/+2
| | * | | | | | | | | | | | context_tracking: Run vtime_user_enter/exit only when state == CONTEXT_USERRik van Riel2015-03-091-4/+8
| | * | | | | | | | | | | | context_tracking: Generalize context tracking APIs to support user and guestRik van Riel2015-03-091-15/+28
| | * | | | | | | | | | | | context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker2015-03-092-5/+5
| | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-1411-311/+743
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney2015-04-131-3/+31
| * | | | | | | | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-03-2711-308/+712
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | *---------. \ \ \ \ \ \ \ \ \ \ \ Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney2015-03-2011-308/+712
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | rcu: Remove fastpath from __rcu_process_callbacks()Alexander Gordeev2015-02-261-11/+0
| | | | | | | | * | | | | | | | | | | rcu: Remove unnecessary condition check in rcu_qsctr_help()Alexander Gordeev2015-02-261-2/+1
| | | |_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | rcu: Tighten up affinity and check for sysidlePaul E. McKenney2015-02-262-7/+7
| | | | | | | * | | | | | | | | | | rcu: Fixes to NO_HZ_FULL sysidle accountingPaul E. McKenney2015-02-261-3/+3
| | | |_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | rcu: Associate quiescent-state reports with grace periodPaul E. McKenney2015-03-201-12/+22
| | | | | | * | | | | | | | | | | rcu: Yet another fix for preemption and CPU hotplugPaul E. McKenney2015-03-201-16/+27
| | | | | | * | | | | | | | | | | rcu: Add diagnostics to grace-period cleanupPaul E. McKenney2015-03-121-0/+2
| | | | | | * | | | | | | | | | | rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney2015-03-122-10/+33
| | | | | | * | | | | | | | | | | cpu: Make CPU-offline idle-loop transition point more precisePaul E. McKenney2015-03-122-2/+9
| | | | | | * | | | | | | | | | | rcu: Eliminate ->onoff_mutex from rcu_node structurePaul E. McKenney2015-03-122-17/+0
| | | | | | * | | | | | | | | | | rcu: Process offlining and onlining only at grace-period startPaul E. McKenney2015-03-124-53/+136
| | | | | | * | | | | | | | | | | rcu: Move rcu_report_unblock_qs_rnp() to common codePaul E. McKenney2015-03-122-38/+41
| | | | | | * | | | | | | | | | | rcu: Rework preemptible expedited bitmask handlingPaul E. McKenney2015-03-121-23/+75
| | | | | | * | | | | | | | | | | rcu: Remove event tracing from rcu_cpu_notify(), used by offline CPUsPaul E. McKenney2015-03-111-2/+0
| | | | | | * | | | | | | | | | | rcu: Provide diagnostic option to slow down grace-period initializationPaul E. McKenney2015-03-111-0/+10
| | | | | | * | | | | | | | | | | rcu: Detect stalls caused by failure to propagate up rcu_node treePaul E. McKenney2015-03-111-2/+3
| | | | | | * | | | | | | | | | | rcu: Eliminate empty HOTPLUG_CPU ifdefPaul E. McKenney2015-03-111-4/+0
| | | | | | * | | | | | | | | | | rcu: Simplify sync_rcu_preempt_exp_init()Paul E. McKenney2015-03-111-4/+1
| | | | | | * | | | | | | | | | | rcu: Put all orphan-callback-related code under same commentPaul E. McKenney2015-03-111-1/+1
| | | | | | * | | | | | | | | | | rcu: Consolidate offline-CPU callback initializationPaul E. McKenney2015-03-111-4/+5
| | | | | | * | | | | | | | | | | smpboot: Add common code for notification from dying CPUPaul E. McKenney2015-03-111-0/+156
| | | |_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | |
| | | | | * | | | | | | | | | | rcutorture: Make consistent use of variablesPaul E. McKenney2015-02-261-1/+1
| | | | | * | | | | | | | | | | rcu: Add Kconfig option to expedite grace periods during bootPaul E. McKenney2015-02-261-1/+10
| | | | | * | | | | | | | | | | rcu: Update from rcu_expedited variable to rcu_gp_is_expedited()Paul E. McKenney2015-02-263-6/+7
| | | | | * | | | | | | | | | | rcu: Add rcu_expedite_gp() and rcu_unexpedite_gp() to rcutorturePaul E. McKenney2015-02-261-0/+25
| | | | | * | | | | | | | | | | rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp()Paul E. McKenney2015-02-261-0/+48
| | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | |
| | | | * | | | | | | | | | | rcu: Remove redundant check of cpu_online()Yao Dongdong2015-03-031-1/+1
| | | | * | | | | | | | | | | rcu: Get rcu_sched_force_quiescent_state() where it belongsPaul E. McKenney2015-03-031-9/+9
| | | | * | | | | | | | | | | rcu: Add boot-up check for non-default CONFIG_RCU_FANOUT_LEAF valuesPaul E. McKenney2015-03-031-0/+3
| | | | * | | | | | | | | | | rcu: Use IS_ENABLED() to simplify rcu_bootup_announce_oddness()Paul E. McKenney2015-03-031-28/+20
| | | | * | | | | | | | | | | rcu: Improve diagnostics for blocked critical sections in irqPaul E. McKenney2015-03-031-1/+7
OpenPOWER on IntegriCloud