summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | sched/numa: Retry placement more frequently when misplacedRik van Riel2014-05-071-1/+4
| * | | | | | sched/numa: Count pages on active node as localRik van Riel2014-05-071-1/+13
| * | | | | | Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2014-05-0777-3585/+3318
| |\ \ \ \ \ \
| * | | | | | | sched: Revert commit 4c6c4e38c4e9 ("sched/core: Fix endless loop in pick_next...Kirill Tkhai2014-04-183-16/+11
| * | | | | | | sched/rt: Substract number of tasks of throttled queues from rq->nr_runningKirill Tkhai2014-04-182-12/+63
| * | | | | | | sched/rt: Add accessors rq_of_rt_se()Kirill Tkhai2014-04-181-2/+15
| * | | | | | | sched/rt: Sum number of all children tasks in hierarhy at ->rt_nr_runningKirill Tkhai2014-04-181-2/+13
| * | | | | | | sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-182-4/+4
| * | | | | | | sched/rt: Do not try to push tasks if pinned task switches to RTKirill V Tkhai2014-04-181-2/+2
| * | | | | | | sched: Make scale_rt_power() deal with backward clocksPeter Zijlstra2014-04-181-1/+6
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-033-69/+80
|\ \ \ \ \ \ \ \
| * | | | | | | | perf/events/core: Drop unused variable after cleanupBorislav Petkov2014-05-191-1/+1
| * | | | | | | | perf: Simplify perf_event_exit_task_context()Peter Zijlstra2014-05-071-16/+1
| * | | | | | | | perf: Rework free pathsPeter Zijlstra2014-05-071-26/+40
| * | | | | | | | perf: Validate locking assumptionPeter Zijlstra2014-05-071-0/+2
| * | | | | | | | perf: Always destroy groups on exitPeter Zijlstra2014-05-071-1/+1
| * | | | | | | | perf: Ensure consistent inherit state in groupsPeter Zijlstra2014-05-071-3/+10
| * | | | | | | | Merge branch 'perf/urgent' into perf/core, to avoid conflictsIngo Molnar2014-05-0711-62/+82
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2014-04-2510-20/+60
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | hrtimer: Export __hrtimer_start_range_ns()Yan, Zheng2014-04-181-0/+1
| * | | | | | | | | | perf: Allow building PMU drivers as modulesYan, Zheng2014-04-181-0/+15
| * | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes.Ingo Molnar2014-04-183-25/+22
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | uprobes/x86: Send SIGILL if arch_uprobe_post_xol() failsOleg Nesterov2014-04-171-1/+7
| * | | | | | | | | | | uprobes: Kill UPROBE_SKIP_SSTEP and can_skip_sstep()Oleg Nesterov2014-04-171-21/+2
* | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-0310-27/+92
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rwsem: Add comments to explain the meaning of the rwsem's count fieldTim Chen2014-05-041-0/+49
| * | | | | | | | | | | | lockdep: Increase static allocationsSasha Levin2014-04-181-3/+3
| * | | | | | | | | | | | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-187-24/+24
| * | | | | | | | | | | | arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra2014-04-181-0/+16
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-0310-266/+506
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-05-2210-266/+506
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | rcu: Provide API to suppress stall warnings while sysrc runsRik van Riel2014-05-191-0/+12
| | * | | | | | | | | | | rcu: Variable name changed in tree_plugin.h and used in tree.cUma Sharma2014-05-142-16/+16
| | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ \ Merge branches 'doc.2014.04.29a', 'fixes.2014.04.29a' and 'torture.2014.05.14...Paul E. McKenney2014-05-1410-253/+481
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | |
| | | | * | | | | | | | | | torture: Remove __init from torture_init_begin/endPranith Kumar2014-05-141-2/+2
| | | | * | | | | | | | | | torture: Check for multiple concurrent torture testsPaul E. McKenney2014-05-143-4/+15
| | | | * | | | | | | | | | locktorture: Remove reference to nonexistent Kconfig parameterPaul E. McKenney2014-05-141-2/+2
| | | | * | | | | | | | | | rcutorture: Run rcu_torture_writer at normal priorityPaul E. McKenney2014-05-141-1/+0
| | | | * | | | | | | | | | rcutorture: Add missing destroy_timer_on_stack()Thomas Gleixner2014-05-141-1/+3
| | | | * | | | | | | | | | rcutorture: Explicitly test synchronous grace-period primitivesPaul E. McKenney2014-05-141-5/+23
| | | | * | | | | | | | | | rcutorture: Add tests for get_state_synchronize_rcu()Paul E. McKenney2014-05-141-35/+95
| | | | * | | | | | | | | | rcutorture: Check for rcu_torture_fqs creation errorsPaul E. McKenney2014-05-141-1/+2
| | | | * | | | | | | | | | torture: Notice if an all-zero cpumask is passed inside a critical sectionIulia Manda2014-05-141-6/+1
| | | | * | | | | | | | | | rcutorture: Make rcu_torture_reader() use cond_resched()Paul E. McKenney2014-05-141-4/+7
| | | | * | | | | | | | | | sched,rcu: Make cond_resched() report RCU quiescent statesPaul E. McKenney2014-05-142-1/+24
| | | | * | | | | | | | | | rcutorture: Export RCU grace-period kthread wait state to rcutorturePaul E. McKenney2014-05-143-1/+25
| | | | * | | | | | | | | | torture: Dump ftrace buffer when the RCU grace period stallsPaul E. McKenney2014-05-141-0/+1
| | | | * | | | | | | | | | torture: Increase stutter-end intensityPaul E. McKenney2014-05-141-2/+10
| | | | * | | | | | | | | | torture: Include "Stopping" string to torture_kthread_stopping()Paul E. McKenney2014-05-141-2/+4
| | | | * | | | | | | | | | rcutorture: Print negatives for SRCU counter wraparoundPaul E. McKenney2014-05-141-3/+5