summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | sched: Push down pre_schedule() and idle_balance()Peter Zijlstra2014-02-116-52/+44
| * | | | | sched: Clean up idle task SMP logicPeter Zijlstra2014-02-101-8/+1
| * | | | | sched/fair: Optimize cgroup pick_next_task_fair()Peter Zijlstra2014-02-101-12/+110
| * | | | | sched/fair: Clean up the __clear_buddies_*() functionsPeter Zijlstra2014-02-101-9/+9
| * | | | | sched: Push put_prev_task() into pick_next_task()Peter Zijlstra2014-02-107-34/+55
| * | | | | sched/fair: Track cgroup depthPeter Zijlstra2014-02-101-26/+21
| * | | | | sched: Move rq->idle_stamp up to the coreDaniel Lezcano2014-02-103-11/+16
| * | | | | sched: Fix race in idle_balance()Daniel Lezcano2014-02-101-0/+7
| * | | | | sched: Remove 'cpu' parameter from idle_balance()Daniel Lezcano2014-02-103-3/+4
| * | | | | sched: Implement task_nice() as static inline functionDongsheng Yang2014-02-092-21/+9
| * | | | | sched: Expose some macros related to priorityDongsheng Yang2014-02-091-18/+0
| * | | | | sched/deadline: Skip in switched_to_dl() if task is currentKirill Tkhai2014-02-091-1/+1
| * | | | | Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar2014-02-0250-2150/+4197
| |\ \ \ \ \
| * | | | | | sched/numa: Turn some magic numbers into #definesRik van Riel2014-01-281-9/+25
| * | | | | | sched/numa: Rename variables in task_numa_fault()Rik van Riel2014-01-281-4/+4
| * | | | | | sched/numa: Do statistics calculation using local variables onlyRik van Riel2014-01-281-8/+4
| * | | | | | sched/numa: Normalize faults_cpu stats and weigh by CPU useRik van Riel2014-01-282-2/+53
| * | | | | | sched/numa, mm: Use active_nodes nodemask to limit numa migrationsRik van Riel2014-01-281-0/+63
| * | | | | | sched/numa: Build per numa_group active node mask from numa_faults_cpu statis...Rik van Riel2014-01-281-0/+42
| * | | | | | sched/numa: Track from which nodes NUMA faults are triggeredRik van Riel2014-01-281-7/+23
| * | | | | | sched/numa: Rename p->numa_faults to numa_faults_memoryRik van Riel2014-01-283-33/+33
| * | | | | | sched/numa, mm: Remove p->numa_migrate_deferredRik van Riel2014-01-282-15/+0
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-03-313-16/+51
|\ \ \ \ \ \ \
| * | | | | | | perf: Disallow user-space stack dumps for function trace eventsJiri Olsa2014-03-111-0/+7
| * | | | | | | perf: Disallow user-space callchains for function trace eventsJiri Olsa2014-03-111-3/+12
| * | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-03-1112-24/+45
| |\ \ \ \ \ \ \
| * | | | | | | | perf: Optimize group_sched_in()Peter Zijlstra2014-02-271-1/+1
| * | | | | | | | perf: Remove redundant PMU assignmentMark Rutland2014-02-271-2/+0
| * | | | | | | | perf: Fix prototype of find_pmu_context()Mark Rutland2014-02-271-1/+1
| * | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-02-2717-77/+160
| |\ \ \ \ \ \ \ \
| * | | | | | | | | perf/x86: Warn to early_printk() in case irq_work is too slowPeter Zijlstra2014-02-212-4/+11
| * | | | | | | | | perf/x86: Push the duration-logging printk() to IRQ contextPeter Zijlstra2014-02-091-7/+21
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-03-3117-828/+1491
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-03-251-4/+58
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | rcu: Provide grace-period piggybacking APIPaul E. McKenney2014-03-201-4/+58
| * | | | | | | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-02-2817-824/+1433
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Merge branch 'torture.2014.02.23a' into HEADPaul E. McKenney2014-02-266-780/+1387
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | rcutorture: Add a lock_busted to test the testPaul E. McKenney2014-02-231-1/+32
| | | * | | | | | | | | rcutorture: Gracefully handle NULL cleanup hooksPaul E. McKenney2014-02-231-1/+4
| | | * | | | | | | | | rcutorture: Add an rcu_busted to test the testPaul E. McKenney2014-02-231-1/+43
| | | * | | | | | | | | locktorture: Add a lock-torture kernel modulePaul E. McKenney2014-02-232-0/+422
| | | * | | | | | | | | rcutorture: Stop generic kthreads in torture_cleanup()Paul E. McKenney2014-02-232-25/+19
| | | * | | | | | | | | rcutorture: Abstract torture_stop_kthread()Paul E. McKenney2014-02-232-58/+27
| | | * | | | | | | | | rcutorture: Abstract torture_create_kthread()Paul E. McKenney2014-02-232-125/+53
| | | * | | | | | | | | rcutorture: Fix missing-return bug in rcu_torture_barrier_init()Paul E. McKenney2014-02-231-0/+1
| | | * | | | | | | | | rcutorture: Fix rcutorture shutdown racesPaul E. McKenney2014-02-232-32/+33
| | | * | | | | | | | | rcutorture: Announce task creationPaul E. McKenney2014-02-232-0/+8
| | | * | | | | | | | | rcutorture: Clean up rcu_torture_init() error checkingPaul E. McKenney2014-02-231-21/+10
| | | * | | | | | | | | rcutorture: Abstract torture_shutdown()Paul E. McKenney2014-02-232-58/+89
| | | * | | | | | | | | rcutorture: Apply ACCESS_ONCE() to racy fullstop accessesPaul E. McKenney2014-02-231-5/+5
OpenPOWER on IntegriCloud