summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-0613-46/+18Star
|\
| * Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Thomas Gleixner2011-12-0511-43/+13Star
| |\
| | * clocksource: cris: Convert to clocksource_register_khzJohn Stultz2011-11-221-3/+1Star
| | * clocksource: xtensa: Convert to clocksource_register_hz/khzJohn Stultz2011-11-221-12/+1Star
| | * clocksource: um: Convert to clocksource_register_hz/khzJohn Stultz2011-11-221-4/+2Star
| | * clocksource: parisc: Convert to clocksource_register_hz/khzJohn Stultz2011-11-221-5/+1Star
| | * clocksource: m86k: Convert to clocksource_register_hz/khzJohn Stultz2011-11-225-16/+5Star
| | * time: x86: Remove CLOCK_TICK_RATE from mach_timer.hDeepak Saxena2011-11-221-1/+1
| | * time: x86: Remove CLOCK_TICK_RATE from tsc codeDeepak Saxena2011-11-221-2/+2
| * | x86, tsc: Skip TSC synchronization checks for tsc=reliableSuresh Siddha2011-12-053-3/+5
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-065-167/+133Star
|\ \ \
| * \ \ Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Martin Schwidefsky2011-12-192-9/+9
| |\ \ \
| | * \ \ Merge commit 'v3.2-rc5' into sched/coreIngo Molnar2011-12-15334-1594/+2377
| | |\ \ \
| | * | | | sched/accounting: Change cpustat fields to an arrayGlauber Costa2011-12-062-9/+9
| * | | | | [S390] cputime: add sparse checking and cleanupMartin Schwidefsky2011-12-153-157/+122Star
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-0621-493/+1406
|\ \ \ \ \ \
| * | | | | | perf events: Add Intel x86 mapping for PERF_COUNT_HW_REF_CPU_CYCLESStephane Eranian2011-12-211-0/+1
| * | | | | | perf events: Enable raw event support for Intel unhalted_reference_cycles eventStephane Eranian2011-12-213-18/+20
| * | | | | | Merge commit 'v3.2-rc6' into perf/coreIngo Molnar2011-12-20339-1664/+2425
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar2011-12-203-31/+372
| |\ \ \ \ \ \ \
| | * | | | | | | oprofile, s390: Add event interface to the System z hardware sampling moduleAndreas Krebbel2011-12-073-30/+372
| | * | | | | | | oprofile: Fix oprofile_timer_exit() breakageRobert Richter2011-12-071-1/+0Star
| * | | | | | | | perf, x86: Expose perf capability to other modulesGleb Natapov2011-12-062-0/+27
| * | | | | | | | perf, x86: Implement arch event mask as quirkPeter Zijlstra2011-12-063-33/+68
| * | | | | | | | x86, perf: Disable non available architectural eventsGleb Natapov2011-12-063-5/+42
| * | | | | | | | jump_label, x86: Fix section mismatchPeter Zijlstra2011-12-061-1/+1
| * | | | | | | | perf, x86: Prefer fixed-purpose counters when schedulingPeter Zijlstra2011-12-061-5/+14
| * | | | | | | | perf, x86: Fix event scheduler for constraints with overlapping countersRobert Richter2011-12-063-5/+72
| * | | | | | | | perf, x86: Implement event scheduler helper functionsRobert Richter2011-12-061-53/+132
| * | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-12-06112-1709/+1242Star
| |\ \ \ \ \ \ \ \
| * | | | | | | | | x86/tools: Add decoded instruction dump modeMasami Hiramatsu2011-12-051-3/+4
| * | | | | | | | | x86: Update instruction decoder to support new AVX formatsMasami Hiramatsu2011-12-052-282/+345
| * | | | | | | | | x86/tools: Fix insn_sanity message outputsMasami Hiramatsu2011-12-051-2/+2
| * | | | | | | | | x86/tools: Fix instruction decoder message outputMasami Hiramatsu2011-12-051-4/+3Star
| * | | | | | | | | x86: Fix instruction decoder to handle grouped AVX instructionsMasami Hiramatsu2011-12-052-2/+11
| * | | | | | | | | x86/tools: Fix Makefile to build all test toolsMasami Hiramatsu2011-12-051-2/+1Star
| * | | | | | | | | Merge branch 'core' of git://amd64.org/linux/rric into perf/coreIngo Molnar2011-11-155-76/+33Star
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Merge branch 'perf/core' into oprofile/masterRobert Richter2011-11-0850-443/+789
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | oprofile, x86: Reimplement nmi timer mode using perf eventRobert Richter2011-11-044-90/+13Star
| | * | | | | | | | | oprofile, x86: Add kernel parameter oprofile.cpu_type=timerRobert Richter2011-11-041-6/+21
| * | | | | | | | | | x86, perf: Add a build-time sanity test to the x86 decoderMasami Hiramatsu2011-11-103-1/+291
* | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-0624-46/+97
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2011-12-1424-46/+97
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-1115-38/+67
| | * | | | | | | | | | tile: Make tile use the new is_idle_task() APIPaul E. McKenney2011-12-111-2/+2
| | * | | | | | | | | | sparc: Make SPARC use the new is_idle_task() APIPaul E. McKenney2011-12-111-1/+1
| | * | | | | | | | | | powerpc: Tell RCU about idle after hcall tracingPaul E. McKenney2011-12-112-2/+18
| | * | | | | | | | | | x86: Call idle notifier after irq_enter()Frederic Weisbecker2011-12-115-9/+9
| | * | | | | | | | | | x86: Enter rcu extended qs after idle notifier callFrederic Weisbecker2011-12-111-2/+8
| | * | | | | | | | | | nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-1116-34/+34