Age | Commit message (Expand) | Author | Files | Lines |
2011-07-21 | x86, smpboot: Mark the names[] array in __inquire_remote_apic() as const | Greg Dietsche | 1 | -1/+1 |
2011-07-15 | x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message | Len Brown | 1 | -5/+5 |
2011-07-14 | x86: Kill handle_signal()->set_fs() | Oleg Nesterov | 1 | -9/+0 |
2011-07-14 | x86, do_signal: Simplify the TS_RESTORE_SIGMASK logic | Oleg Nesterov | 1 | -19/+10 |
2011-07-14 | x86, signals: Convert the X86_32 code to use set_current_blocked() | Oleg Nesterov | 1 | -10/+8 |
2011-07-14 | x86-64: Move vread_tsc and vread_hpet into the vDSO | Andy Lutomirski | 7 | -63/+4 |
2011-07-14 | perf, x86: P4 PMU - Introduce event alias feature | Cyrill Gorcunov | 2 | -36/+106 |
2011-07-14 | x86, intel, power: Initialize MSR_IA32_ENERGY_PERF_BIAS | Len Brown | 1 | -0/+18 |
2011-07-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 4 | -0/+34 |
2011-07-14 | KVM guest: Add a pv_ops stub for steal time | Glauber Costa | 1 | -0/+9 |
2011-07-13 | clocksource: Replace vread with generic arch data | Andy Lutomirski | 3 | -3/+3 |
2011-07-13 | x86: Make alternative instruction pointers relative | Andy Lutomirski | 1 | -8/+13 |
2011-07-13 | x86-64: Improve vsyscall emulation CS and RIP handling | Andy Lutomirski | 1 | -20/+41 |
2011-07-12 | x86. reboot: Make Dell Latitude E6320 use reboot=pci | Maxime Ripard | 1 | -0/+8 |
2011-07-12 | x86, ioapic: Print IR_IO_APIC_route_entry when IR is enabled | Naga Chumbalkar | 1 | -20/+49 |
2011-07-12 | x86, ioapic: Print IRTE when IR is enabled | Naga Chumbalkar | 1 | -0/+10 |
2011-07-12 | x86, x2apic: Preserve high 32-bits of IA32_APIC_BASE MSR | Naga Chumbalkar | 1 | -1/+1 |
2011-07-11 | x86, ioapic: Also print Dest field | Naga Chumbalkar | 1 | -2/+2 |
2011-07-11 | x86, ioapic: Format clean up for IOAPIC output | Naga Chumbalkar | 1 | -3/+5 |
2011-07-11 | Merge branch 'master' into for-next | Jiri Kosina | 9 | -7/+66 |
2011-07-08 | x86, hyper: Change hypervisor detection order | Anupam Chanda | 1 | -2/+2 |
2011-07-08 | x86, boot: Wait for boot cpu to show up if nr_cpus limit is about to hit | Vivek Goyal | 1 | -2/+20 |
2011-07-08 | x86: print APIC data a little later during boot | Naga Chumbalkar | 1 | -1/+1 |
2011-07-06 | x86, suspend: Restore MISC_ENABLE MSR in realmode wakeup | Kees Cook | 3 | -0/+26 |
2011-07-05 | x86, reboot: Acer Aspire One A110 reboot quirk | Peter Chubb | 1 | -0/+8 |
2011-07-05 | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 1 | -1/+1 |
2011-07-03 | Merge branch 'perf/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2 | -70/+36 |
2011-07-02 | x86: Don't use frame pointer to save old stack on irq entry | Frederic Weisbecker | 2 | -42/+15 |
2011-07-02 | x86: Remove useless unwinder backlink from irq regs saving | Frederic Weisbecker | 1 | -1/+0 |
2011-07-02 | x86,64: Separate arg1 from rbp handling in SAVE_REGS_IRQ | Frederic Weisbecker | 1 | -1/+2 |
2011-07-02 | x86,64: Simplify save_regs() | Frederic Weisbecker | 1 | -27/+17 |
2011-07-02 | x86: Fetch stack from regs when possible in dump_trace() | Frederic Weisbecker | 1 | -2/+5 |
2011-07-02 | x86, mtrr: Use pci_dev->revision | Sergei Shtylyov | 1 | -8/+5 |
2011-07-01 | x86, perf: Add constraints for architectural PMU | Avi Kivity | 1 | -5/+18 |
2011-07-01 | perf: Add context field to perf_event | Avi Kivity | 2 | -2/+3 |
2011-07-01 | perf, arch: Add generic NODE cache events | Peter Zijlstra | 3 | -1/+86 |
2011-07-01 | perf, intel: Try alternative OFFCORE encodings | Peter Zijlstra | 2 | -8/+41 |
2011-07-01 | perf_events: Add Intel Sandy Bridge offcore_response low-level support | Stephane Eranian | 2 | -3/+11 |
2011-07-01 | perf_events: Fix validation of events using an extra reg | Stephane Eranian | 2 | -18/+57 |
2011-07-01 | perf_events: Update Intel extra regs shared constraints management | Stephane Eranian | 2 | -149/+189 |
2011-07-01 | perf: Remove the perf_output_begin(.sample) argument | Peter Zijlstra | 1 | -1/+1 |
2011-07-01 | perf: Remove the nmi parameter from the swevent and overflow interface | Peter Zijlstra | 6 | -7/+7 |
2011-07-01 | perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4 | Cyrill Gorcunov | 2 | -0/+33 |
2011-07-01 | i8253: Cleanup outb/inb magic | Thomas Gleixner | 1 | -3/+3 |
2011-07-01 | x86: Use common i8253 clockevent | Thomas Gleixner | 1 | -90/+3 |
2011-06-30 | x86-32, fpu: Fix DNA exception during check_fpu() | Suresh Siddha | 1 | -0/+4 |
2011-06-27 | x86, mtrr: use stop_machine APIs for doing MTRR rendezvous | Suresh Siddha | 1 | -151/+41 |
2011-06-27 | clocksource: apb: Share APB timer code with other platforms | Jamie Iles | 1 | -340/+69 |
2011-06-27 | x86, mtrr: lock stop machine during MTRR rendezvous sequence | Suresh Siddha | 1 | -0/+23 |
2011-06-21 | net: remove mm.h inclusion from netdevice.h | Alexey Dobriyan | 1 | -0/+1 |