| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2011-07-23 | 30 | -331/+43 |
|\ |
|
| * | mips: Fix i8253 clockevent fallout | Thomas Gleixner | 2011-07-22 | 1 | -1/+1 |
| * | i8253: Cleanup outb/inb magic | Thomas Gleixner | 2011-07-01 | 1 | -3/+3 |
| * | arm: Footbridge: Use common i8253 clockevent | Thomas Gleixner | 2011-07-01 | 2 | -52/+4 |
| * | mips: Use common i8253 clockevent | Thomas Gleixner | 2011-07-01 | 2 | -95/+3 |
| * | x86: Use common i8253 clockevent | Thomas Gleixner | 2011-07-01 | 2 | -91/+4 |
| * | pcpskr: MIPS: Make config dependencies finer grained | Ralf Baechle | 2011-06-09 | 1 | -1/+3 |
| * | pcspkr: Cleanup Kconfig dependencies | Ralf Baechle | 2011-06-09 | 7 | -1/+7 |
| * | i8253: Move remaining content and delete asm/i8253.h | Ralf Baechle | 2011-06-09 | 3 | -20/+0 |
| * | i8253: Consolidate definitions of PIT_LATCH | Ralf Baechle | 2011-06-09 | 3 | -6/+0 |
| * | x86: i8253: Consolidate definitions of global_clock_event | Ralf Baechle | 2011-06-09 | 7 | -5/+8 |
| * | i8253: Alpha, PowerPC: Remove unused asm/8253pit.h | Ralf Baechle | 2011-06-09 | 2 | -6/+0 |
| * | alpha: i8253: Cleanup remaining users of i8253pit.h | Ralf Baechle | 2011-06-09 | 2 | -2/+0 |
| * | i8253: Consolidate all kernel definitions of i8253_lock | Ralf Baechle | 2011-06-09 | 4 | -8/+1 |
| * | i8253: Unify all kernel declarations of i8253_lock | Ralf Baechle | 2011-06-09 | 3 | -31/+0 |
| * | i8253: Create linux/i8253.h and use it in all 8253 related files | Ralf Baechle | 2011-06-09 | 12 | -12/+12 |
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-07-23 | 3 | -26/+3 |
|\ \ |
|
| * \ | Merge branch 'linus' into sched/core | Ingo Molnar | 2011-07-21 | 101 | -363/+640 |
| |\ \ |
|
| * | | | xtensa: Use generic config PREEMPT definition | Frederic Weisbecker | 2011-07-05 | 1 | -12/+1 |
| * | | | h8300: Use generic config PREEMPT definition | Frederic Weisbecker | 2011-07-05 | 1 | -3/+1 |
| * | | | m32r: Use generic PREEMPT config | Frederic Weisbecker | 2011-07-05 | 1 | -11/+1 |
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-07-23 | 71 | -387/+1115 |
|\ \ \ \ |
|
| * | | | | x86, perf: Make copy_from_user_nmi() a library function | Robert Richter | 2011-07-21 | 5 | -74/+48 |
| * | | | | x86, perf: P4 PMU - Fix typos in comments and style cleanup | Cyrill Gorcunov | 2011-07-21 | 2 | -37/+31 |
| * | | | | perf, x86: P4 PMU - Introduce event alias feature | Cyrill Gorcunov | 2011-07-14 | 3 | -36/+139 |
| * | | | | tracing, x86/irq: Do not trace arch_local_{*,irq_*}() functions | Steven Rostedt | 2011-07-07 | 1 | -5/+6 |
| * | | | | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2011-07-05 | 2 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | x86: Swap save_stack_trace_regs parameters | Masami Hiramatsu | 2011-06-15 | 2 | -2/+2 |
| * | | | | | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr... | Ingo Molnar | 2011-07-04 | 8 | -19/+254 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'oprofile/urgent' into HEAD | Robert Richter | 2011-06-15 | 2 | -13/+57 |
| | |\ \ \ \ \ |
|
| | | * | | | | | oprofile, x86: Fix nmi-unsafe callgraph support | Robert Richter | 2011-06-15 | 1 | -9/+47 |
| | * | | | | | | MIPS: oprofile: Add callgraph support | Daniel Kalmar | 2011-06-15 | 4 | -1/+179 |
| | * | | | | | | MIPS: Add new unwind_stack variant | Daniel Kalmar | 2011-06-15 | 2 | -5/+18 |
| * | | | | | | | Merge branch 'perf/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2011-07-03 | 3 | -70/+41 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | x86: Don't use frame pointer to save old stack on irq entry | Frederic Weisbecker | 2011-07-02 | 2 | -42/+15 |
| | * | | | | | | | x86: Remove useless unwinder backlink from irq regs saving | Frederic Weisbecker | 2011-07-02 | 1 | -1/+0 |
| | * | | | | | | | x86,64: Separate arg1 from rbp handling in SAVE_REGS_IRQ | Frederic Weisbecker | 2011-07-02 | 1 | -1/+2 |
| | * | | | | | | | x86,64: Simplify save_regs() | Frederic Weisbecker | 2011-07-02 | 1 | -27/+17 |
| | * | | | | | | | x86: Fetch stack from regs when possible in dump_trace() | Frederic Weisbecker | 2011-07-02 | 1 | -2/+5 |
| | * | | | | | | | x86: Save stack pointer in perf live regs savings | Frederic Weisbecker | 2011-07-02 | 1 | -0/+5 |
| | |/ / / / / / |
|
| * | | | | | | | perf, powerpc: Fix build borkage | Peter Zijlstra | 2011-07-01 | 1 | -1/+1 |
| * | | | | | | | x86, perf: Add constraints for architectural PMU | Avi Kivity | 2011-07-01 | 1 | -5/+18 |
| * | | | | | | | perf: Add context field to perf_event | Avi Kivity | 2011-07-01 | 5 | -5/+8 |
| * | | | | | | | perf, arch: Add generic NODE cache events | Peter Zijlstra | 2011-07-01 | 18 | -1/+296 |
| * | | | | | | | perf, intel: Try alternative OFFCORE encodings | Peter Zijlstra | 2011-07-01 | 2 | -8/+41 |
| * | | | | | | | perf_events: Add Intel Sandy Bridge offcore_response low-level support | Stephane Eranian | 2011-07-01 | 2 | -3/+11 |
| * | | | | | | | perf_events: Fix validation of events using an extra reg | Stephane Eranian | 2011-07-01 | 2 | -18/+57 |
| * | | | | | | | perf_events: Update Intel extra regs shared constraints management | Stephane Eranian | 2011-07-01 | 2 | -149/+189 |
| * | | | | | | | perf: Remove the perf_output_begin(.sample) argument | Peter Zijlstra | 2011-07-01 | 1 | -1/+1 |
| * | | | | | | | perf: Remove the nmi parameter from the swevent and overflow interface | Peter Zijlstra | 2011-07-01 | 39 | -85/+77 |