summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | stop_machine: Use 'cpu_stop_fn_t' where possibleOleg Nesterov2015-08-032-8/+8
| * | | | | stop_machine: Unexport __stop_machine()Oleg Nesterov2015-08-033-22/+4Star
| * | | | | stop_machine: Don't do for_each_cpu() twice in queue_stop_cpus_work()Oleg Nesterov2015-08-031-10/+7Star
| * | | | | stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_s...Oleg Nesterov2015-08-031-8/+9
| * | | | | sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov2015-08-035-18/+22
| * | | | | sched/preempt, powerpc, kvm: Use need_resched() instead of should_resched()Konstantin Khlebnikov2015-08-031-1/+1
| * | | | | sched/preempt, xen: Use need_resched() instead of should_resched()Konstantin Khlebnikov2015-08-031-1/+1
| * | | | | sched/fair: Beef up wake_wide()Mike Galbraith2015-08-032-36/+35Star
| * | | | | sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra2015-08-034-14/+30
| * | | | | sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra2015-08-034-61/+97
| * | | | | sched, sysctl: Delete an unnecessary check before unregister_sysctl_table()Markus Elfring2015-08-031-2/+1Star
| * | | | | sched/deadline: Remove a redundant condition from task_woken_dl()Xunlei Pang2015-08-031-1/+0Star
| * | | | | sched/rt: Remove a redundant condition from task_woken_rt()Xunlei Pang2015-08-031-1/+0Star
| * | | | | sched/fair: Avoid pulling all tasks in idle balancingYuyang Du2015-08-031-0/+7
| * | | | | sched/idle: Move latency tracing stop/start calls deeper inside the idle loopLucas Stach2015-07-212-9/+9
| * | | | | sched/fair: Fix a comment reflecting function name changeByungchul Park2015-07-071-1/+1
| * | | | | sched/fair: Clean up the __sched_period() codeBoqun Feng2015-07-071-9/+4Star
| * | | | | sched/numa: Consider 'imbalance_pct' when comparing loads in numa_has_capacity()Srikar Dronamraju2015-07-071-2/+3
| * | | | | sched/numa: Prefer NUMA hotness over cache hotnessSrikar Dronamraju2015-07-072-77/+30Star
| * | | | | sched/numa: Check sched_feat(NUMA) in migrate_improves_locality()bsegall@google.com2015-07-071-2/+2
* | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-0118-164/+329
|\ \ \ \ \ \
| * | | | | | x86/ras: Move AMD MCE injector to arch/x86/ras/Borislav Petkov2015-08-137-14/+21
| * | | | | | x86/mce: Add a wrapper around mce_log() for injectionBorislav Petkov2015-08-132-0/+10
| * | | | | | x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check()Borislav Petkov2015-08-131-4/+4
| * | | | | | RAS: Add a menuconfig option with descriptive textBorislav Petkov2015-08-131-2/+32
| * | | | | | x86/mce: Reenable CMCI banks when swiching back to interrupt modeXie XiuQi2015-08-131-18/+23
| * | | | | | x86/mce: Clear Local MCE opt-in before kexecAshok Raj2015-08-135-1/+56
| * | | | | | x86/mce: Remove unused function declarationsAshok Raj2015-08-131-4/+0Star
| * | | | | | x86/mce: Kill drain_mcelog_buffer()Borislav Petkov2015-08-136-47/+7Star
| * | | | | | x86/mce: Avoid potential deadlock due to printk() in MCE contextChen, Gong2015-08-133-4/+2Star
| * | | | | | x86/mce: Remove the MCE ring for Action Optional errorsChen, Gong2015-08-136-80/+65Star
| * | | | | | x86/mce: Don't use percpu workqueuesChen, Gong2015-08-131-7/+7
| * | | | | | x86/mce: Provide a lockless memory pool to save error recordsChen, Gong2015-08-135-2/+120
| * | | | | | x86/mce: Reuse one of the u16 padding fields in 'struct mce'Borislav Petkov2015-08-131-1/+2
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-01206-1584/+19187
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-08-3129-102/+433
| |\ \ \ \ \ \
| | * | | | | | perf evlist: Add backpointer for perf_env to evlistKan Liang2015-08-282-0/+2
| | * | | | | | perf tools: Rename perf_session_env to perf_envKan Liang2015-08-2810-21/+21
| | * | | | | | perf tools: Do not change lib/api/fs/debugfs directlyJiri Olsa2015-08-282-2/+1Star
| | * | | | | | perf tools: Add tracing_path and remove unneeded functionsJiri Olsa2015-08-282-53/+5Star
| | * | | | | | perf buildid: Introduce sysfs/filename__sprintf_build_idMasami Hiramatsu2015-08-284-26/+47
| | * | | | | | perf evsel: Add a backpointer to the evlist a evsel is inArnaldo Carvalho de Melo2015-08-283-0/+8
| | * | | | | | perf trace: Add header with copyright and background infoArnaldo Carvalho de Melo2015-08-281-0/+19
| | * | | | | | perf scripts python: Add new compaction-times scriptTony Jones2015-08-283-0/+317
| | * | | | | | tools lib traceeveent: Allow for negative numbers in print formatSteven Rostedt2015-08-281-0/+1
| | * | | | | | perf script: Add --[no-]-demangle/--[no-]-demangle-kernelMark Drayton2015-08-282-0/+12
| * | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-08-31124-1087/+855Star
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-08-311-3/+2Star
| | |\ \ \ \ \ \
| | | * | | | | | perf stat: Get correct cpu id for print_aggrKan Liang2015-08-281-3/+2Star
| * | | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-08-2827-97/+1481
| |\ \ \ \ \ \ \ \