summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-0132-906/+892
|\
| * cputime: Make finegrained irqtime accounting generally availableFrederic Weisbecker2012-09-253-12/+36
| * cputime: Gather time/stats accounting config options into a single menuFrederic Weisbecker2012-09-251-56/+60
| * ia64: Reuse system and user vtime accounting functions on task switchFrederic Weisbecker2012-09-251-8/+3
| * ia64: Consolidate user vtime accountingFrederic Weisbecker2012-09-251-13/+15
| * vtime: Consolidate system/idle context detectionFrederic Weisbecker2012-09-255-30/+73
| * cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker2012-09-259-27/+27
| * sched: cpu_power: enable ARCH_POWERVincent Guittot2012-09-131-1/+1
| * sched/nohz: Clean up select_nohz_load_balancer()Alex Shi2012-09-133-19/+13
| * sched: Fix load avg vs. cpu-hotplugPeter Zijlstra2012-09-131-0/+2
| * sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra2012-09-136-69/+1
| * sched: Fix nohz_idle_balance()Vincent Guittot2012-09-131-5/+6
| * sched: Remove useless code in yield_to()Michael Wang2012-09-041-7/+0
| * sched: Add time unit suffix to sched sysctl knobsNamhyung Kim2012-09-041-3/+3
| * sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim2012-09-041-13/+22
| * sched: Remove AFFINE_WAKEUPS feature flagNamhyung Kim2012-09-041-8/+0
| * Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-09-04759-5876/+8307
| |\
| * | s390: Remove leftover account_tick_vtime() headerFrederic Weisbecker2012-08-201-2/+0
| * | cputime: Consolidate vtime handling on context switchFrederic Weisbecker2012-08-209-23/+17
| * | sched: Move cputime code to its own fileFrederic Weisbecker2012-08-204-556/+570
| * | cputime: Generalize CONFIG_VIRT_CPU_ACCOUNTINGFrederic Weisbecker2012-08-175-29/+20
| * | tile: Remove SD_PREFER_LOCAL leftoverAlex Shi2012-08-151-1/+0
| * | sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean upAlex Shi2012-08-134-35/+3
| * | sched: using dst_rq instead of this_rq during load balanceMichael Wang2012-08-131-5/+4
| * | sched: Document schedule() entry pointsPekka Enberg2012-08-131-0/+34
| * | sched: Fix __sched_period commentBorislav Petkov2012-08-131-1/+1
| * | Merge branch 'sched/urgent' into sched/coreThomas Gleixner2012-08-135-19/+70
| |\ \
* | \ \ Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-011-1/+1
|\ \ \ \
| * | | | perf/x86: Fix typo in uncore_pmu_to_boxYan, Zheng2012-09-271-1/+1
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-01208-5240/+13242
|\ \ \ \ \
| * \ \ \ \ Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-09-2822-90/+683
| |\ \ \ \ \
| | * | | | | perf trace: Add aliases for some syscallsArnaldo Carvalho de Melo2012-09-271-8/+18
| | * | | | | perf probe: Print an enum type variable in "enum variable-name" format when s...Hyeoncheol Lee2012-09-271-0/+2
| | * | | | | perf tools: Check libaudit availability for perf-trace builtinNamhyung Kim2012-09-273-2/+27
| | * | | | | perf hists: Add missing period_* fields when collapsing a hist entryNamhyung Kim2012-09-261-2/+7
| | * | | | | perf trace: New toolArnaldo Carvalho de Melo2012-09-266-1/+358
| | * | | | | perf evsel: Export the event_format constructorArnaldo Carvalho de Melo2012-09-262-1/+4
| | * | | | | perf evsel: Introduce rawptr() methodArnaldo Carvalho de Melo2012-09-262-2/+9
| | * | | | | perf tools: Use perf_evsel__newtp in the event parserArnaldo Carvalho de Melo2012-09-261-30/+16
| | * | | | | perf evsel: The tracepoint constructor should store sys:nameArnaldo Carvalho de Melo2012-09-261-4/+5
| | * | | | | perf evlist: Introduce set_filter() methodArnaldo Carvalho de Melo2012-09-264-18/+48
| | * | | | | perf evlist: Renane set_filters method to apply_filtersArnaldo Carvalho de Melo2012-09-264-4/+4
| | * | | | | perf test: Add test to check we correctly parse and match syscall open parmsArnaldo Carvalho de Melo2012-09-261-0/+116
| | * | | | | perf evsel: Handle endianity in intval methodArnaldo Carvalho de Melo2012-09-261-4/+34
| | * | | | | perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo2012-09-269-18/+24
| | * | | | | perf tools: Allow handling a NULL cpu_map as meaning "all cpus"Arnaldo Carvalho de Melo2012-09-262-6/+17
| | * | | | | perf evsel: Improve tracepoint constructor setupArnaldo Carvalho de Melo2012-09-261-1/+5
| * | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-09-264-38/+79
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | trace: Move trace event enable from fs_initcall to core_initcallEzequiel Garcia2012-09-242-37/+73
| | * | | | | tracing: Add an option for disabling markersMandeep Singh Baines2012-09-242-1/+6