| Commit message (Expand) | Author | Age | Files | Lines |
* | irq_work: Add generic hardirq context callbacks | Peter Zijlstra | 2010-10-18 | 11 | -35/+48 |
* | perf_events: Fix bogus AMD64 generic TLB events | Stephane Eranian | 2010-10-18 | 1 | -2/+2 |
* | Merge remote branch 'tip/perf/core' into oprofile/core | Robert Richter | 2010-10-15 | 33 | -319/+735 |
|\ |
|
| * | Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/... | Ingo Molnar | 2010-10-15 | 1 | -0/+1 |
| |\ |
|
| | * | ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNT | Steven Rostedt | 2010-10-14 | 1 | -1/+1 |
| | * | ftrace/x86: Add support for C version of recordmcount | Steven Rostedt | 2010-10-14 | 1 | -0/+1 |
| * | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 2010-10-15 | 2 | -0/+6 |
| |\ \
| | |/
| |/| |
|
| | * | x86: Barf when vmalloc and kmemcheck faults happen in NMI | Frederic Weisbecker | 2010-10-14 | 2 | -0/+6 |
| * | | kconfig/x86: Add HAVE_TEXT_POKE_SMP config for stop_machine dependency | Masami Hiramatsu | 2010-10-14 | 1 | -0/+5 |
| * | | x86: Use __stop_machine() in text_poke_smp() | Masami Hiramatsu | 2010-10-14 | 1 | -1/+2 |
| |/ |
|
| * | Merge commit 'v2.6.36-rc7' into perf/core | Ingo Molnar | 2010-10-08 | 17 | -41/+111 |
| |\ |
|
| | * | Merge branch 'v2.6.36-rc6-urgent-fixes' of git://xenbits.xen.org/people/sstab... | Linus Torvalds | 2010-10-06 | 1 | -2/+3 |
| | |\ |
|
| | | * | xen: do not initialize PV timers on HVM if !xen_have_vector_callback | Stefano Stabellini | 2010-10-05 | 1 | -2/+3 |
| | * | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-10-05 | 2 | -1/+6 |
| | |\ \ |
|
| | * | | | modules: Fix module_bug_list list corruption race | Linus Torvalds | 2010-10-05 | 1 | -2/+1 |
| | * | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2010-10-04 | 1 | -6/+12 |
| | |\ \ \ |
|
| | | * | | | [CPUFREQ] Fix memory leaks in pcc_cpufreq_do_osc | Pekka Enberg | 2010-09-30 | 1 | -6/+12 |
| | | * | | | [CPUFREQ] acpi-cpufreq: add missing __percpu markup | Namhyung Kim | 2010-09-30 | 1 | -1/+1 |
| | * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-10-01 | 5 | -5/+12 |
| | |\ \ \ \ |
|
| | | * | | | | x86, hpet: Fix bogus error check in hpet_assign_irq() | Thomas Gleixner | 2010-09-30 | 1 | -1/+1 |
| | | * | | | | x86, irq: Plug memory leak in sparse irq | Thomas Gleixner | 2010-09-30 | 1 | -3/+8 |
| | | * | | | | x86, cpu: After uncapping CPUID, re-run CPU feature detection | H. Peter Anvin | 2010-09-28 | 3 | -1/+3 |
| | | | |_|/
| | | |/| | |
|
| | * | | | | ACPI: add missing __percpu markup in arch/x86/kernel/acpi/cstate.c | Namhyung Kim | 2010-09-28 | 1 | -1/+1 |
| | |/ / / |
|
| | * | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2010-09-27 | 1 | -1/+1 |
| | |\ \ \ |
|
| | | * | | | x86: Avoid 'constant_test_bit()' misoptimization due to cast to non-volatile | Alexander Chumachenko | 2010-09-26 | 1 | -1/+1 |
| | * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-09-27 | 5 | -24/+79 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | Merge branch 'amd-iommu/2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2010-09-24 | 4 | -23/+66 |
| | | |\ \ \ |
|
| | | | * | | | x86/amd-iommu: Fix rounding-bug in __unmap_single | Joerg Roedel | 2010-09-23 | 1 | -1/+3 |
| | | | * | | | x86/amd-iommu: Work around S3 BIOS bug | Joerg Roedel | 2010-09-23 | 3 | -0/+33 |
| | | | * | | | x86/amd-iommu: Set iommu configuration flags in enable-loop | Joerg Roedel | 2010-09-23 | 2 | -22/+30 |
| | | * | | | | x86, setup: Fix earlyprintk=serial,0x3f8,115200 | Yinghai Lu | 2010-09-21 | 1 | -1/+13 |
| | | * | | | | x86, setup: Fix earlyprintk=serial,ttyS0,115200 | Yinghai Lu | 2010-09-21 | 1 | -1/+1 |
| | * | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-09-27 | 2 | -1/+13 |
| | |\ \ \ \ \ |
|
| | * | | | | | | x86/hwmon: fix initialization of coretemp | Jan Beulich | 2010-09-24 | 2 | -0/+2 |
| * | | | | | | | perf, gcc-4.6: Fix set but unused variable | Andi Kleen | 2010-10-05 | 1 | -2/+0 |
| * | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-10-05 | 4 | -2/+19 |
| |\ \ \ \ \ \ \
| | | |_|_|_|_|/
| | |/| | | | | |
|
| | * | | | | | | perf, x86: Handle in flight NMIs on P4 platform | Cyrill Gorcunov | 2010-09-30 | 1 | -1/+5 |
| * | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2010-09-24 | 10 | -66/+178 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | jump label/x86/sparc64: Remove !CC_OPTIMIZE_FOR_SIZE config conditions | Steven Rostedt | 2010-09-22 | 1 | -1/+1 |
| | * | | | | | | | jump label: Remove duplicate structure for x86 | Steven Rostedt | 2010-09-22 | 1 | -11/+1 |
| | * | | | | | | | jump label: x86 support | Jason Baron | 2010-09-22 | 5 | -1/+102 |
| | * | | | | | | | jump label: Add jump_label_text_reserved() to reserve jump points | Jason Baron | 2010-09-22 | 1 | -1/+2 |
| | * | | | | | | | jump label: Base patch for jump label | Jason Baron | 2010-09-22 | 2 | -2/+3 |
| | * | | | | | | | jump label: Make text_poke_early() globally visible | Jason Baron | 2010-09-20 | 2 | -2/+4 |
| | * | | | | | | | jump label: Make dynamic no-op selection available outside of ftrace | Jason Baron | 2010-09-20 | 4 | -62/+79 |
| * | | | | | | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-09-22 | 4 | -28/+31 |
| |\ \ \ \ \ \ \ \
| | | |_|/ / / / /
| | |/| | | | | | |
|
| * | | | | | | | | Merge commit 'v2.6.36-rc5' into perf/core | Ingo Molnar | 2010-09-21 | 8 | -48/+38 |
| |\ \ \ \ \ \ \ \
| | |_|/ / / / / /
| |/| | | | / / /
| | | |_|_|/ / /
| | |/| | | | | |
|
| * | | | | | | | kprobes: Remove __dummy_buf | Namhyung Kim | 2010-09-15 | 1 | -7/+2 |
| * | | | | | | | kprobes: Make functions static | Namhyung Kim | 2010-09-15 | 1 | -1/+1 |
| * | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2010-09-15 | 13 | -22/+73 |
| |\ \ \ \ \ \ \
| | | |_|_|_|/ /
| | |/| | | | | |
|