summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-07113-102/+168
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-051-0/+13
| |\
| | * x86/module: Detect and skip invalid relocationsJosh Poimboeuf2017-11-051-0/+13
| * | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-051-94/+27Star
| |\ \
| | * | x86/mcelog: Get rid of RCU remnantsBorislav Petkov2017-11-011-94/+27Star
| | |/
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-041-1/+1
| |\ \
| | * | kvm: Return -ENODEV from update_persistent_clockJason Gunthorpe2017-11-021-1/+1
| * | | x86: CPU: Fix up "cpu MHz" in /proc/cpuinfoRafael J. Wysocki2017-11-033-6/+11
| * | | Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz""Linus Torvalds2017-11-021-2/+8
| * | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02109-0/+109
| |\ \ \ | | |_|/ | |/| |
| | * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02109-0/+109
* | | | Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar2017-11-062-6/+8
|\ \ \ \
| * | | | Merge tag 'v4.14-rc7' into x86/mm, to pick up fixesIngo Molnar2017-10-302-14/+56
| |\| | |
| * | | | x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XE...Kirill A. Shutemov2017-10-201-5/+6
| * | | | x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin2017-10-201-1/+2
| | |/ / | |/| |
* | | | Merge branch 'x86/fpu' into x86/asm, to pick up fixIngo Molnar2017-11-061-15/+11Star
|\ \ \ \
| * | | | x86/cpuid: Replace set/clear_bit32()Thomas Gleixner2017-11-021-15/+11Star
* | | | | x86/traps: Use a new on_thread_stack() helper to clean up an assertionAndy Lutomirski2017-11-021-2/+1Star
* | | | | x86/entry/64: Remove thread_struct::sp0Andy Lutomirski2017-11-021-1/+0Star
* | | | | x86/entry/32: Fix cpu_current_top_of_stack initialization at bootAndy Lutomirski2017-11-021-2/+1Star
* | | | | x86/entry/64: Remove all remaining direct thread_struct::sp0 readsAndy Lutomirski2017-11-023-4/+4
* | | | | x86/entry/64: Stop initializing TSS.sp0 at bootAndy Lutomirski2017-11-022-4/+17
* | | | | x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski2017-11-024-12/+10Star
* | | | | x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()Andy Lutomirski2017-11-023-3/+9
* | | | | x86/entry/64: Split the IRET-to-user and IRET-to-kernel pathsAndy Lutomirski2017-11-021-1/+1
* | | | | Merge branch 'x86/fpu' into x86/asmIngo Molnar2017-11-025-29/+167
|\| | | |
| * | | | x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU featuresGayatri Kammela2017-10-311-0/+6
| * | | | x86/cpuid: Prevent out of bound access in do_clear_cpu_cap()Thomas Gleixner2017-10-181-2/+8
| * | | | x86/fpu: Remove the explicit clearing of XSAVE dependent featuresAndi Kleen2017-10-171-20/+0Star
| * | | | x86/fpu: Make XSAVE check the base CPUID features before enablingAndi Kleen2017-10-171-0/+23
| * | | | x86/fpu: Parse clearcpuid= as early XSAVE argumentAndi Kleen2017-10-172-9/+18
| * | | | x86/cpuid: Add generic table for CPUID dependenciesAndi Kleen2017-10-172-0/+114
* | | | | Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar2017-11-022-6/+0Star
|\ \ \ \ \
| * | | | | x86/boot: Relocate definition of the initial state of CR0Ricardo Neri2017-11-012-6/+0Star
| | |_|/ / | |/| | |
* | | | | x86/asm: Don't use the confusing '.ifeq' directiveJosh Poimboeuf2017-10-232-2/+2
* | | | | Merge branch 'core/objtool' into x86/asm, to pick up dependent changesIngo Molnar2017-10-233-14/+17
|\ \ \ \ \
| * | | | | x86/head: Add unwind hint annotationsJosh Poimboeuf2017-09-282-3/+12
| * | | | | x86/boot: Annotate verify_cpu() as a callable functionJosh Poimboeuf2017-09-281-1/+2
| * | | | | x86/head: Fix head ELF function annotationsJosh Poimboeuf2017-09-281-3/+3
| * | | | | x86/head: Remove unused 'bad_address' codeJosh Poimboeuf2017-09-281-3/+0Star
| * | | | | x86/head: Remove confusing commentJosh Poimboeuf2017-09-281-4/+0Star
* | | | | | Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixesIngo Molnar2017-10-2314-38/+179
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | x86/unwind: Show function name+offset in ORC error messagesJosh Poimboeuf2017-10-231-14/+15
| * | | | | x86/cpu/AMD: Apply the Erratum 688 fix when the BIOS doesn'tBorislav Petkov2017-10-221-0/+41
| | |_|/ / | |/| | |
| * | | | x86/microcode/intel: Disable late loading on model 79Borislav Petkov2017-10-181-0/+19
| * | | | x86/idt: Initialize early IDT before cr4_init_shadow()Thomas Gleixner2017-10-161-2/+3
| * | | | x86/cpu/intel_cacheinfo: Remove redundant assignment to 'this_leaf'Colin Ian King2017-10-161-1/+0Star
| | |_|/ | |/| |
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-146-17/+82
| |\ \ \
| | * | | x86/microcode: Do the family check firstBorislav Petkov2017-10-141-9/+18
| | * | | x86/apic: Update TSC_DEADLINE quirk with additional SKX steppingLen Brown2017-10-121-1/+11