summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/switch_to/64: Rewrite FS/GS switching yet again to fix AMD CPUsAndy Lutomirski2017-09-201-105/+122
* x86/fsgsbase/64: Fully initialize FS and GS state in start_thread_commonAndy Lutomirski2017-09-201-0/+9
* KVM: async_pf: make rcu irq exit if not triggered from idle taskWanpeng Li2017-08-111-2/+4
* x86/mce/AMD: Make the init code more robustThomas Gleixner2017-08-061-0/+3
* x86/ioapic: Pass the correct data to unmask_ioapic_irq()Seunghun Han2017-07-271-1/+1
* x86/acpi: Prevent out of bound access caused by broken ACPI tablesSeunghun Han2017-07-271-0/+8
* x86/mm/pat: Don't report PAT on CPUs that don't support itMikulas Patocka2017-07-151-0/+7
* x86/tsc: Add the Intel Denverton Processor to native_calibrate_tsc()Len Brown2017-07-051-0/+1
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-241-2/+2
* kvm: async_pf: fix rcu_irq_enter() with irqs enabledPaolo Bonzini2017-06-141-1/+1
* x86/MCE: Export memory_error()Borislav Petkov2017-06-071-6/+5
* KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li2017-05-251-0/+1
* kprobes/x86: Fix kernel panic when certain exception-handling addresses are p...Masami Hiramatsu2017-05-143-5/+5
* x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0Nikola Pajkovsky2017-05-141-1/+1
* x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko2017-05-141-0/+2
* ftrace/x86: Fix triple fault with graph tracing and suspend-to-ramJosh Poimboeuf2017-05-031-0/+12
* x86/mce: Make the MCE notifier a blocking oneVishal Verma2017-04-273-15/+5
* x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRsYazen Ghannam2017-04-271-1/+1
* x86/signals: Fix lower/upper bound reporting in compat siginfoJoerg Roedel2017-04-211-2/+2
* x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirkMatjaz Hegedic2017-04-121-1/+1
* x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirkMatjaz Hegedic2017-04-121-0/+8
* x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirkMatjaz Hegedic2017-04-121-0/+8
* x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin2017-03-221-0/+1
* x86/tsc: Fix ART for TSC_KNOWN_FREQPeter Zijlstra2017-03-221-0/+2
* x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panicVitaly Kuznetsov2017-03-221-0/+24
* x86/fpu/xstate: Fix xcomp_bv in XSAVES headerYu-cheng Yu2017-02-181-1/+2
* x86/CPU/AMD: Fix Zen SMT topologyYazen Ghannam2017-02-141-0/+7
* x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov2017-02-143-4/+18
* Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"Linus Torvalds2017-02-141-2/+0
* x86/irq: Make irq activate operations symmetricThomas Gleixner2017-02-092-0/+3
* swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven2017-01-261-1/+1
* x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko2017-01-261-0/+2
* x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' c...Lukasz Odzioba2017-01-191-1/+1
* x86/CPU/AMD: Fix Bulldozer topologyBorislav Petkov2017-01-191-8/+1
* x86/bugs: Separate AMD E400 erratum and C1E bugThomas Gleixner2017-01-192-9/+14
* x86/cpu/AMD: Clean up cpu_llc_id assignment per topology featureYazen Ghannam2017-01-191-12/+19
* x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski2017-01-121-3/+4
* x86/smpboot: Make logical package management more robustThomas Gleixner2017-01-093-63/+27
* x86/unwind: Fix guess-unwinder regressionJosh Poimboeuf2016-11-281-3/+6
* x86/apic/uv: Silence a shift wrapping warningDan Carpenter2016-11-241-2/+2
* x86/fpu: Fix invalid FPU ptrace state after execve()Yu-cheng Yu2016-11-211-8/+8
* x86/dumpstack: Prevent KASAN false positive warningsJosh Poimboeuf2016-11-181-1/+1
* x86/unwind: Prevent KASAN false positive warnings in guess unwinderJosh Poimboeuf2016-11-181-2/+6
* x86/boot: Avoid warning for zero-filling .bssArnd Bergmann2016-11-171-3/+6
* x86/sysfb: Fix lfb_size calculationDavid Herrmann2016-11-161-8/+17
* x86/sysfb: Add support for 64bit EFI lfb_baseDavid Herrmann2016-11-161-2/+16
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-11-142-7/+31
|\
| * x86/cpu: Deal with broken firmware (VMWare/XEN)Thomas Gleixner2016-11-091-2/+30
| * x86/cpu/AMD: Fix cpu_llc_id for AMD Fam17h systemsYazen Ghannam2016-11-091-5/+1
* | x86: apm: avoid uninitialized dataArnd Bergmann2016-11-111-1/+4
|/