summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-03-27Merge branch 'timers/core' into perf/timer, to apply dependent patchIngo Molnar6-287/+589
2015-03-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar11-308/+712
2015-03-27perf: Fix racy group accessPeter Zijlstra1-0/+11
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar3-57/+34
2015-03-27Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh th...Ingo Molnar13-57/+182
2015-03-27time: Introduce tk_fast_rawPeter Zijlstra1-0/+13
2015-03-27time: Parametrize all tk_fast_mono usersPeter Zijlstra1-10/+15
2015-03-27time: Add timerkeeper::tkr_rawPeter Zijlstra1-22/+19
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra1-75/+75
2015-03-27sched/deadline: Fix rt runtime corruption when dl fails its global constraintsWanpeng Li1-3/+3
2015-03-27sched/deadline: Avoid a superfluous checkWanpeng Li1-8/+0
2015-03-27sched: Improve load balancing in the presence of idle CPUsPreeti U Murthy1-3/+5
2015-03-27sched: Optimize freq invariant accountingPeter Zijlstra2-13/+8
2015-03-27sched: Move CFS tasks to CPUs with higher capacityVincent Guittot1-22/+47
2015-03-27sched: Add SD_PREFER_SIBLING for SMT levelVincent Guittot1-0/+1
2015-03-27sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot3-23/+4
2015-03-27sched: Replace capacity_factor by usageVincent Guittot1-67/+72
2015-03-27sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::gr...Vincent Guittot1-0/+29
2015-03-27sched: Add struct rq::cpu_capacity_origVincent Guittot3-2/+9
2015-03-27sched: Make scale_rt invariant with frequencyVincent Guittot2-13/+8
2015-03-27sched: Make sched entity usage tracking scale-invariantMorten Rasmussen1-7/+14
2015-03-27sched: Remove frequency scaling from cpu_capacityVincent Guittot1-7/+0
2015-03-27sched: Track group sched_entity usage contributionsMorten Rasmussen2-0/+5
2015-03-27sched: Add sched_avg::utilization_avg_contribVincent Guittot3-20/+72
2015-03-27timers, sched/clock: Clean up the code a bitIngo Molnar1-51/+56
2015-03-27timers, sched/clock: Avoid deadlock during read from NMIDaniel Thompson1-35/+68
2015-03-27timers, sched/clock: Remove redundant notrace from update functionDaniel Thompson1-1/+1
2015-03-27timers, sched/clock: Remove suspend from clock_read_data()Daniel Thompson1-15/+25
2015-03-27timers, sched/clock: Optimize cache line usageDaniel Thompson1-35/+77
2015-03-27timers, sched/clock: Match scope of read and write seqcountsDaniel Thompson1-15/+11
2015-03-26console: Add extensible console matchingPeter Hurley1-34/+18
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig2-1/+2
2015-03-26mm: numa: slow PTE scan rate if migration failures occurMel Gorman1-2/+6
2015-03-25trace: Don't use __weak in header filesStephen Rothwell4-24/+15
2015-03-25tracing: remove ftrace:function TRACE_EVENT_FL_USE_CALL_FILTER flagHe Kuang1-1/+1
2015-03-25tracing: %pF is only for function pointersScott Wood1-3/+3
2015-03-25ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt1-6/+5
2015-03-25locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() document...Tom(JeHyeon) Yeon1-1/+1
2015-03-25Merge 4.0-rc5 into char-misc-nextGreg Kroah-Hartman6-26/+113
2015-03-24module: do not print allocation-fail warning on bogus user buffer sizeKirill A. Shutemov1-1/+2
2015-03-24kernel/module.c: fix typos in message about unused symbolsYannick Guerrini1-3/+3
2015-03-24x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti1-0/+15
2015-03-23Merge 4.0-rc5 into tty-nextGreg Kroah-Hartman6-26/+113
2015-03-23perf: Remove type specific target pointersPeter Zijlstra3-19/+13
2015-03-23sched/rt: Use IPI to trigger RT task push migration instead of pullingSteven Rostedt3-0/+202
2015-03-23Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar87-798/+2134
2015-03-23timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy1-2/+9
2015-03-23lockdep: Fix the module unload key range freeing logicPeter Zijlstra2-30/+59
2015-03-23sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman1-0/+2
2015-03-23perf: Fix irq_work 'tail' recursionPeter Zijlstra1-0/+10