| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/alternatives: Fix build warning | Masami Hiramatsu | 2010-02-07 | 1 | -2/+4 |
* | perf_events, x86: Fix bug in hw_perf_enable() | Stephane Eranian | 2010-02-04 | 1 | -6/+28 |
* | bitops: Ensure the compile time HWEIGHT is only used for such | Peter Zijlstra | 2010-02-04 | 1 | -3/+7 |
* | perf_events, x86: Implement intel core solo/duo support | Peter Zijlstra | 2010-02-04 | 1 | -72/+61 |
* | kprobes: Check probe address is reserved | Masami Hiramatsu | 2010-02-04 | 1 | -0/+3 |
* | ftrace/alternatives: Introducing *_text_reserved functions | Masami Hiramatsu | 2010-02-04 | 2 | -0/+21 |
* | kprobes: Disable booster when CONFIG_PREEMPT=y | Masami Hiramatsu | 2010-02-04 | 1 | -1/+1 |
* | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-01-29 | 17 | -59/+81 |
|\ |
|
| * | KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init() | Wei Yongjun | 2010-01-25 | 1 | -2/+3 |
| * | KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks | Wei Yongjun | 2010-01-25 | 1 | -0/+1 |
| * | KVM: MMU: bail out pagewalk on kvm_read_guest error | Marcelo Tosatti | 2010-01-25 | 1 | -1/+3 |
| * | KVM: x86: Fix host_mapping_level() | Sheng Yang | 2010-01-25 | 1 | -4/+2 |
| * | KVM: Fix race between APIC TMR and IRR | Avi Kivity | 2010-01-25 | 1 | -5/+6 |
| * | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-01-21 | 3 | -3/+12 |
| |\ |
|
| | * | perf: x86: Add support for the ANY bit | Stephane Eranian | 2010-01-21 | 2 | -0/+8 |
| | * | hw-breakpoints, perf: Fix broken mmiotrace due to dr6 by reference change | Luca Barbieri | 2010-01-17 | 1 | -3/+4 |
| * | | Merge branch 'misc' into release | Len Brown | 2010-01-20 | 1 | -16/+6 |
| |\ \ |
|
| | * | | x86, ACPI: delete acpi_boot_table_init() return value | Len Brown | 2010-01-06 | 1 | -16/+6 |
| * | | | x86, apic: use logical flat for systems with <= 8 logical cpus | Suresh Siddha | 2010-01-18 | 2 | -19/+4 |
| * | | | x86, apic: use physical mode for IBM summit platforms | Suresh Siddha | 2010-01-18 | 1 | -0/+5 |
| | |/
| |/| |
|
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-01-16 | 6 | -9/+39 |
| |\ \ |
|
| | * | | x86, uv: Ensure hub revision set for all ACPI modes. | Russ Anderson | 2010-01-15 | 1 | -1/+4 |
| | * | | x86, uv: Add function retrieving node controller revision number | Jack Steiner | 2010-01-15 | 2 | -0/+18 |
| | * | | x86: xen: 64-bit kernel RPL should be 0 | Ian Campbell | 2010-01-13 | 1 | -0/+4 |
| | * | | x86: kernel_thread() -- initialize SS to a known state | Cyrill Gorcunov | 2010-01-13 | 1 | -0/+2 |
| | * | | x86/agp: Fix agp_amd64_init and agp_amd64_cleanup | FUJITA Tomonori | 2010-01-13 | 1 | -0/+1 |
| | * | | x86: SGI UV: Fix mapping of MMIO registers | Mike Travis | 2010-01-13 | 1 | -7/+8 |
| | * | | x86: mce.h: Fix warning in header checks | Alan Cox | 2010-01-13 | 1 | -1/+2 |
* | | | | perf_events, x86: Remove spurious counter reset from x86_pmu_enable() | Peter Zijlstra | 2010-01-29 | 1 | -3/+0 |
* | | | | perf_events, x86: Implement Intel Westmere support | Peter Zijlstra | 2010-01-29 | 1 | -7/+117 |
* | | | | perf_events, x86: Clean up hw_perf_*_all() implementation | Peter Zijlstra | 2010-01-29 | 1 | -45/+14 |
* | | | | perf_events, x86: Fix event constraint masks | Peter Zijlstra | 2010-01-29 | 2 | -5/+10 |
* | | | | perf_event: x86: Deduplicate the disable code | Peter Zijlstra | 2010-01-29 | 1 | -16/+13 |
* | | | | perf, x86: Clean up event constraints code a bit | Ingo Molnar | 2010-01-29 | 1 | -29/+8 |
* | | | | perf_event: x86: Optimize x86_pmu_disable() | Peter Zijlstra | 2010-01-29 | 1 | -0/+1 |
* | | | | perf_event: x86: Optimize the fast path a little more | Peter Zijlstra | 2010-01-29 | 1 | -3/+3 |
* | | | | perf_event: x86: Optimize constraint weight computation | Peter Zijlstra | 2010-01-29 | 1 | -4/+5 |
* | | | | perf_event: x86: Optimize the constraint searching bits | Peter Zijlstra | 2010-01-29 | 1 | -41/+34 |
* | | | | perf_event: x86: Reduce some overly long lines with some MACROs | Peter Zijlstra | 2010-01-29 | 1 | -31/+37 |
* | | | | perf_event: x86: Clean up some of the u64/long bitmask casting | Peter Zijlstra | 2010-01-29 | 1 | -24/+23 |
* | | | | perf_event: x86: Fixup constraints typing issue | Peter Zijlstra | 2010-01-29 | 1 | -3/+3 |
* | | | | perf_event: x86: Allocate the fake_cpuc | Peter Zijlstra | 2010-01-29 | 1 | -10/+19 |
* | | | | perf_events: Add fast-path to the rescheduling code | Stephane Eranian | 2010-01-29 | 1 | -30/+61 |
* | | | | perf_events, x86: Improve x86 event scheduling | Stephane Eranian | 2010-01-29 | 2 | -217/+574 |
* | | | | x86/hw-breakpoints: Optimize return code from notifier chain in hw_breakpoint... | K.Prasad | 2010-01-29 | 1 | -3/+7 |
* | | | | x86/debug: Clear reserved bits of DR6 in do_debug() | K.Prasad | 2010-01-29 | 2 | -0/+6 |
* | | | | perf: Fix inconsistency between IP and callchain sampling | Anton Blanchard | 2010-01-28 | 1 | -3/+0 |
* | | | | x86/ptrace: Remove unused regs_get_argument_nth API | Masami Hiramatsu | 2010-01-13 | 2 | -28/+0 |
* | | | | perf: Drop useless check for ignored frame | Frederic Weisbecker | 2010-01-13 | 4 | -20/+0 |
* | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-01-13 | 59 | -565/+509 |
|\ \ \ \
| |/ / / |
|