| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | x86: Force irq complete move during cpu offline | Suresh Siddha | 2009-11-02 | 2 | -3/+22 |
| | * | | | | | x86: Remove move_cleanup_count from irq_cfg | Suresh Siddha | 2009-11-02 | 1 | -8/+1 |
| | * | | | | | x86, intr-remap: Avoid irq_chip mask/unmask in fixup_irqs() for intr-remapping | Suresh Siddha | 2009-11-02 | 1 | -2/+2 |
| | * | | | | | x86: Unify fixup_irqs() for 32-bit and 64-bit kernels | Suresh Siddha | 2009-11-02 | 3 | -103/+59 |
| | * | | | | | x86, apic: Clear APIC Timer Initial Count Register on shutdown | Andreas Herrmann | 2009-10-27 | 1 | -1/+1 |
| | * | | | | | x86: apic: Allow noop operations to be called almost at any time | Cyrill Gorcunov | 2009-10-15 | 2 | -47/+59 |
| | * | | | | | x86, apic: Move SGI UV functionality out of generic IO-APIC code | Dimitri Sivanich | 2009-10-14 | 2 | -141/+122 |
| | * | | | | | x86: SGI UV: Fix irq affinity for hub based interrupts | Dimitri Sivanich | 2009-10-14 | 2 | -12/+165 |
| | * | | | | | x86, apic: Limit apic dumping, introduce new show_lapic= setup option | Cyrill Gorcunov | 2009-10-14 | 1 | -15/+32 |
| | * | | | | | x86, apic: Use apic noop driver | Cyrill Gorcunov | 2009-10-14 | 1 | -19/+3 |
| | * | | | | | x86, apic: Introduce the NOOP apic driver | Cyrill Gorcunov | 2009-10-14 | 2 | -1/+195 |
| * | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-05 | 21 | -365/+1365 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge branch 'perf/mce' into perf/core | Ingo Molnar | 2009-12-03 | 5 | -49/+102 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | x86, mce: Add __cpuinit to hotplug callback functions | Hidetoshi Seto | 2009-11-26 | 1 | -2/+3 |
| | | * | | | | | | x86: Tighten conditionals on MCE related statistics | Jan Beulich | 2009-11-23 | 1 | -6/+6 |
| | | * | | | | | | x86, mce: Fix __init annotations | Hidetoshi Seto | 2009-11-12 | 2 | -3/+3 |
| | | * | | | | | | x86: Mark the thermal init functions __init | Yong Wang | 2009-11-11 | 1 | -2/+2 |
| | | * | | | | | | x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value | Yong Wang | 2009-11-10 | 4 | -5/+34 |
| | | * | | | | | | x86, mce: Add a global MCE init helper | Borislav Petkov | 2009-10-16 | 1 | -2/+8 |
| | | * | | | | | | x86, mce: Fix up MCE naming nomenclature | Borislav Petkov | 2009-10-16 | 2 | -27/+27 |
| | | | | | | | | | |
| | | | \ \ \ \ \ | |
| | | *-. \ \ \ \ \ | Merge branches 'x86/mce' and 'x86/urgent' into perf/mce | Ingo Molnar | 2009-10-16 | 12 | -26/+54 |
| | | |\ \ \ \ \ \ \ |
|
| | | | * | | | | | | | mce, edac: Use an atomic notifier for MCEs decoding | Borislav Petkov | 2009-10-12 | 1 | -9/+20 |
| | | | | |_|_|/ / /
| | | | |/| | | | | |
|
| | | * | | | | | | | perf_event, x86, mce: Use TRACE_EVENT() for MCE logging | Hidetoshi Seto | 2009-10-13 | 1 | -0/+6 |
| | * | | | | | | | | hw-breakpoints: Keep track of user disabled breakpoints | Frederic Weisbecker | 2009-12-02 | 1 | -4/+12 |
| | * | | | | | | | | hw-breakpoints: Use struct perf_event_attr to define user breakpoints | Frederic Weisbecker | 2009-11-27 | 1 | -33/+41 |
| | * | | | | | | | | x86/hw-breakpoints: Don't lose GE flag while disabling a breakpoint | Frederic Weisbecker | 2009-11-26 | 1 | -8/+14 |
| | * | | | | | | | | hw-breakpoints: Simplify error handling in breakpoint creation requests | Frederic Weisbecker | 2009-11-26 | 1 | -7/+1 |
| | * | | | | | | | | x86: Rename global percpu symbol dr7 to cpu_dr7 | Tejun Heo | 2009-11-25 | 1 | -5/+5 |
| | * | | | | | | | | perf_events, x86: Fix validate_event bug | Stephane Eranian | 2009-11-24 | 1 | -2/+2 |
| | * | | | | | | | | hw-breakpoint: Attribute authorship of hw-breakpoint related files | K.Prasad | 2009-11-23 | 1 | -0/+4 |
| | * | | | | | | | | perf events: Do not generate function trace entries in perf code | Ingo Molnar | 2009-11-23 | 1 | -0/+1 |
| | * | | | | | | | | Merge branch 'tracing/hw-breakpoints' into perf/core | Ingo Molnar | 2009-11-21 | 12 | -163/+812 |
| | |\ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | hw-breakpoints, x86: Fix modular KVM build | Ingo Molnar | 2009-11-14 | 1 | -2/+2 |
| | | * | | | | | | | | hw-breakpoints: Fix broken a.out format dump | Frederic Weisbecker | 2009-11-10 | 1 | -0/+35 |
| | | * | | | | | | | | hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events | Frederic Weisbecker | 2009-11-08 | 6 | -250/+385 |
| | | * | | | | | | | | x86/hw-breakpoints: Actually flush thread breakpoints in flush_thread(). | Paul Mundt | 2009-11-03 | 1 | -2/+0 |
| | | * | | | | | | | | Merge commit 'perf/core' into perf/hw-breakpoint | Frederic Weisbecker | 2009-10-18 | 92 | -3267/+2469 |
| | | |\ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ | Merge branch 'linus' into tracing/hw-breakpoints | Ingo Molnar | 2009-09-15 | 57 | -1674/+2367 |
| | | |\ \ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ \ | Merge branch 'tracing/core' into tracing/hw-breakpoints | Ingo Molnar | 2009-09-07 | 74 | -1293/+1772 |
| | | |\ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | x86: Mark ptrace_get_debugreg() as static | Jaswinder Singh Rajput | 2009-07-01 | 1 | -1/+1 |
| | | * | | | | | | | | | | | x86: hw_breakpoint.c arch_check_va_in_kernelspace and hw_breakpoint_handler s... | Jaswinder Singh Rajput | 2009-06-17 | 1 | -3/+3 |
| | | * | | | | | | | | | | | Merge branch 'linus' into tracing/hw-breakpoints | Ingo Molnar | 2009-06-17 | 107 | -4518/+7329 |
| | | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | hw-breakpoints: reset bits in dr6 after the corresponding exception is handled | K.Prasad | 2009-06-02 | 4 | -5/+27 |
| | | * | | | | | | | | | | | | hw-breakpoints: cleanup HW Breakpoint registers before kexec | K.Prasad | 2009-06-02 | 2 | -0/+4 |
| | | * | | | | | | | | | | | | hw-breakpoints: modify Ptrace routines to access breakpoint registers | K.Prasad | 2009-06-02 | 1 | -90/+141 |
| | | * | | | | | | | | | | | | hw-breakpoints: modify signal handling code to refrain from re-enabling HW Br... | K.Prasad | 2009-06-02 | 1 | -9/+0 |
| | | * | | | | | | | | | | | | hw-breakpoints: use the new wrapper routines to access debug registers in pro... | K.Prasad | 2009-06-02 | 3 | -16/+65 |
| | | * | | | | | | | | | | | | hw-breakpoints: use wrapper routines around debug registers in processor rela... | K.Prasad | 2009-06-02 | 1 | -0/+3 |
| | | * | | | | | | | | | | | | hw-breakpoints: modifying generic debug exception to use thread-specific debu... | K.Prasad | 2009-06-02 | 1 | -45/+24 |
| | | * | | | | | | | | | | | | hw-breakpoints: x86 architecture implementation of Hardware Breakpoint interf... | K.Prasad | 2009-06-02 | 2 | -1/+383 |