summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | x86/platform/UV: Prep for UV4 MMR updatesMike Travis2016-05-041-84/+124
| * | | | | | | | x86/platform/UV: Add UV MMR Illegal Access FunctionMike Travis2016-05-041-0/+12
| * | | | | | | | x86/platform/UV: Add UV4 Specific DefinesMike Travis2016-05-041-3/+9
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-05-161-13/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/dumpstack: Combine some printk()sRasmus Villemoes2016-03-311-13/+6
* | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-162-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: Fix non-static inlinesDenys Vlasenko2016-04-162-2/+2
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-1614-36/+59
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/boot: Move compressed kernel to the end of the decompression bufferYinghai Lu2016-04-292-1/+2
| * | | | | | | | | x86/init: Disable pnpbios and rtc for X86_SUBARCH_CE4100Luis R. Rodriguez2016-04-222-3/+1
| * | | | | | | | | x86/init: Disable pnpbios for X86_SUBARCH_INTEL_MIDLuis R. Rodriguez2016-04-221-3/+1
| * | | | | | | | | x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez2016-04-222-9/+0
| * | | | | | | | | x86/init: Rename EBDA code fileLuis R. Rodriguez2016-04-222-1/+1
| * | | | | | | | | x86/ACPI: Parse ACPI_FADT_LEGACY_DEVICESLuis R. Rodriguez2016-04-221-0/+5
| * | | | | | | | | x86, drivers/pnpbios: Replace paravirt_enabled() check with legacy device checkLuis R. Rodriguez2016-04-221-0/+11
| * | | | | | | | | x86/cpu/intel: Remove not needed paravirt_enabled() use for F00F work aroundLuis R. Rodriguez2016-04-221-1/+1
| * | | | | | | | | x86/tboot: Remove paravirt_enabled() useLuis R. Rodriguez2016-04-221-6/+0
| * | | | | | | | | x86/apm32: Remove paravirt_enabled() useLuis R. Rodriguez2016-04-221-1/+1
| * | | | | | | | | x86/init: Use a platform legacy quirk for EBDALuis R. Rodriguez2016-04-222-1/+5
| * | | | | | | | | x86/ACPI: Move ACPI_FADT_NO_CMOS_RTC check to ACPI boot codeLuis R. Rodriguez2016-04-222-8/+4
| * | | | | | | | | x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez2016-04-225-6/+31
| |/ / / / / / / /
* | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-1643-490/+468
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/arch_prctl/64: Restore accidentally removed put_cpu() in ARCH_SET_GSMateusz Guzik2016-05-131-0/+1
| * | | | | | | | | x86/tls: Synchronize segment registers in set_thread_area()Andy Lutomirski2016-04-291-0/+42
| * | | | | | | | | x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbaseAndy Lutomirski2016-04-292-19/+19
| * | | | | | | | | x86/arch_prctl/64: Remove FSBASE/GSBASE < 4G optimizationAndy Lutomirski2016-04-292-98/+17
| * | | | | | | | | x86/segments/64: When loadsegment(fs, ...) fails, clear the baseAndy Lutomirski2016-04-291-1/+1
| * | | | | | | | | x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski2016-04-297-0/+7
| * | | | | | | | | Merge branch 'x86/urgent' into x86/asm, to refresh the treeIngo Molnar2016-04-292-7/+2
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'x86/urgent' into x86/asm, to fix semantic conflictIngo Molnar2016-04-221-0/+12
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov2016-04-194-4/+4
| * | | | | | | | | | Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2016-04-191-0/+3
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | x86/asm: Make sure verify_cpu() has a good stackBorislav Petkov2016-04-131-0/+8
| * | | | | | | | | | x86/paravirt: Add paravirt_{read,write}_msr()Andy Lutomirski2016-04-131-0/+2
| * | | | | | | | | | x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacksAndy Lutomirski2016-04-131-2/+2
| * | | | | | | | | | x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski2016-04-132-87/+7
| * | | | | | | | | | x86/head: Move the early NMI fixup into CAndy Lutomirski2016-04-132-13/+0
| * | | | | | | | | | x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski2016-04-132-54/+88
| * | | | | | | | | | x86/fpu: Get rid of x87 math exception helpersBorislav Petkov2016-04-131-31/+13
| * | | | | | | | | | x86/fpu: Remove check_fpu() indirectionBorislav Petkov2016-04-131-11/+5
| * | | | | | | | | | x86/tsc: Save an indentation level in recalibrate_cpu_khz()Borislav Petkov2016-04-131-8/+8
| * | | | | | | | | | x86/tsc: Do not check X86_FEATURE_CONSTANT_TSC in notifier callBorislav Petkov2016-04-131-5/+2
| * | | | | | | | | | x86/cpu: Simplify extended APIC ID detection on AMDBorislav Petkov2016-04-131-7/+10
| * | | | | | | | | | x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has()Borislav Petkov2016-04-131-2/+2
| * | | | | | | | | | x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usageBorislav Petkov2016-04-131-5/+5
| * | | | | | | | | | x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov2016-04-133-10/+10
| * | | | | | | | | | x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageBorislav Petkov2016-04-133-11/+14
| * | | | | | | | | | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-1312-26/+26
| * | | | | | | | | | x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov2016-04-133-12/+12
| * | | | | | | | | | x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov2016-04-134-8/+8
OpenPOWER on IntegriCloud