summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorLines
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner-11/+12
2014-07-23clocksource: Get rid of cycle_lastThomas Gleixner-1/+1
2014-07-23clocksource: Move cycle_last validation to core codeThomas Gleixner-12/+9
2014-07-23x86, cpu: Fix cache topology for early P4-SMTPeter Zijlstra-11/+23
2014-07-22acpi, apei, ghes: Factor out ioremap virtual memory for IRQ and NMI context.Tomasz Nowicki-0/+6
2014-07-22apei, mce: Factor out APEI architecture specific MCE calls.Tomasz Nowicki-0/+57
2014-07-22x86_32, entry: Store badsys error code in %eaxSven Wegener-4/+5
2014-07-21x86, MCE: Robustify mcheck_init_deviceBorislav Petkov-4/+6
2014-07-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+2
2014-07-18arch/x86: Replace plain strings with constantsDaniel Kiper-2/+2
2014-07-18x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flagMatt Fleming-2/+16
2014-07-18efi/reboot: Add generic wrapper around EfiResetSystem()Matt Fleming-5/+1
2014-07-18ftrace: x86: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)-26/+1
2014-07-17ftrace/x86: Add call to ftrace_graph_is_dead() in function graph codeSteven Rostedt (Red Hat)-0/+3
2014-07-16Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2014-07-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+9
2014-07-16x86: don't exclude low BIOS area when allocating address space for non-PCI cardsChristoph Schulz-3/+5
2014-07-16x86/debug: Drop several unnecessary CFI annotationsJan Beulich-26/+26
2014-07-16kprobes/x86: Don't try to resolve kprobe faults from userspaceAndy Lutomirski-0/+3
2014-07-16perf/x86/intel: Avoid spamming kernel log for BTS buffer failureDavid Rientjes-2/+4
2014-07-16perf/x86/amd: Try to fix some mem allocation failure handlingZhouyi Zhou-27/+84
2014-07-16perf/x86/intel: Protect LBR and extra_regs against KVM lyingKan Liang-6/+75
2014-07-16perf/x86/intel/uncore: Fix SNB-EP/IVT Cbox filter mappingsStephane Eranian-5/+6
2014-07-16perf/x86/intel: Use proper dTLB-load-misses event on IvyBridgeVince Weaver-0/+3
2014-07-16x86: Remove unused variable "polling"Paul Bolle-1/+0
2014-07-14x86/espfix/xen: Fix allocation of pages for paravirt page tablesBoris Ostrovsky-3/+2
2014-07-14x86, amd: Cleanup init_amdBorislav Petkov-178/+161
2014-07-14x86/cpufeature: Add bug flags to /proc/cpuinfoBorislav Petkov-14/+45
2014-07-13x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box()Oren Twaig-59/+1
2014-07-11x86: Simplify __HAVE_ARCH_CMPXCHG testsBorislav Petkov-4/+0
2014-07-05perf/x86: Micro-optimize nhmex_rbox_get_constraint()Rasmus Villemoes-4/+1
2014-07-02perf/x86/intel: ignore CondChgd bit to avoid false NMI handlingHATAYAMA Daisuke-0/+9
2014-07-02x86, tsc: Fix cpufreq lockupPeter Zijlstra-2/+2
2014-07-01ftrace: Optimize function graph to be called directlySteven Rostedt (Red Hat)-0/+5
2014-06-27Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-3/+9
2014-06-24x86, MCE: Robustify mcheck_init_deviceBorislav Petkov-4/+6
2014-06-23nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin-4/+14
2014-06-23x86_32, signal: Fix vdso rt_sigreturnAndy Lutomirski-1/+1
2014-06-23x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)Andy Lutomirski-2/+8
2014-06-22x86, MCE: Kill CPU_POST_DEADBorislav Petkov-5/+4
2014-06-21x86, irq: Clean up irqdomain transition codeJiang Liu-17/+11
2014-06-21x86, irq, devicetree: Release IOAPIC pin when PCI device is disabledJiang Liu-0/+1
2014-06-21x86, irq, mpparse: Release IOAPIC pin when PCI device is disabledJiang Liu-0/+1
2014-06-21x86, irq, ACPI: Release IOAPIC pin when PCI device is disabledJiang Liu-0/+27
2014-06-21x86, irq: Introduce helper functions to release IOAPIC pinJiang Liu-0/+61
2014-06-21x86, irq: Simplify the way to handle ISA IRQJiang Liu-73/+40
2014-06-21x86, irq: Clean up unused IOAPIC interfaceJiang Liu-70/+0
2014-06-21x86, irq, devicetree: Use common irqdomain map interface to program IOAPIC pinsJiang Liu-9/+5
2014-06-21x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pinsJiang Liu-1/+3
2014-06-21x86, irq, ACPI: Use common irqdomain map interface to program IOAPIC pinsJiang Liu-32/+12