summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2016-04-22x86/apm32: Remove paravirt_enabled() useLuis R. Rodriguez
2016-04-22x86/init: Use a platform legacy quirk for EBDALuis R. Rodriguez
2016-04-22x86/ACPI: Move ACPI_FADT_NO_CMOS_RTC check to ACPI boot codeLuis R. Rodriguez
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez
2016-04-22Merge branch 'x86/urgent' into x86/asm, to fix semantic conflictIngo Molnar
2016-04-19x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov
2016-04-19Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar
2016-04-18ACPI / x86: Cleanup initrd related codeLv Zheng
2016-04-18ACPI / tables: Move table override mechanisms to tables.cLv Zheng
2016-04-18treewide: Fix typos in printkMasanari Iida
2016-04-16x86: Fix non-static inlinesDenys Vlasenko
2016-04-16x86/hyperv: Avoid reporting bogus NMI status for Gen2 instancesVitaly Kuznetsov
2016-04-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-04-14Revert "x86: remove the kernel code/data/bss resources from /proc/iomem"Linus Torvalds
2016-04-13x86/asm: Make sure verify_cpu() has a good stackBorislav Petkov
2016-04-13x86/paravirt: Add paravirt_{read,write}_msr()Andy Lutomirski
2016-04-13x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacksAndy Lutomirski
2016-04-13x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski
2016-04-13x86/head: Move the early NMI fixup into CAndy Lutomirski
2016-04-13x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski
2016-04-13x86/fpu: Get rid of x87 math exception helpersBorislav Petkov
2016-04-13x86/fpu: Remove check_fpu() indirectionBorislav Petkov
2016-04-13x86/tsc: Save an indentation level in recalibrate_cpu_khz()Borislav Petkov
2016-04-13x86/tsc: Do not check X86_FEATURE_CONSTANT_TSC in notifier callBorislav Petkov
2016-04-13x86/cpu: Simplify extended APIC ID detection on AMDBorislav Petkov
2016-04-13x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has()Borislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usageBorislav Petkov
2016-04-13Merge branch 'x86/urgent' into x86/asm to pick up dependent fixesIngo Molnar
2016-04-13Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar
2016-04-13Merge branch 'x86/cpu' into x86/asm, to merge more patchesIngo Molnar
2016-04-13x86/mce: Remove explicit smp_rmb() when starting CPUs syncDavidlohr Bueso
2016-04-13x86/mce: Avoid using object after free in genpoolTony Luck
2016-04-13x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski
2016-04-13x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov
2016-04-13x86/cpu: Move X86_BUG_ESPFIX initialization to generic_identify()Andy Lutomirski
2016-04-13x86/asm, sched/x86: Rewrite the FS and GS context switch codeAndy Lutomirski
2016-04-13x86/cpu: Probe the behavior of nulling out a segment at boot timeAndy Lutomirski
2016-04-13x86/arch_prctl: Fix ARCH_GET_FS and ARCH_GET_GSAndy Lutomirski
2016-04-13uprobes/x86: Constify uprobe_xol_ops structuresJulia Lawall
2016-04-06x86: remove the kernel code/data/bss resources from /proc/iomemLinus Torvalds
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells
2016-04-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-04-02Merge branch 'acpi-processor'Rafael J. Wysocki
2016-04-01livepatch: reuse module loader code to write relocationsJessica Yu