summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar
2017-04-11Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar
2017-04-04x86/espfix: Add support for 5-level pagingKirill A. Shutemov
2017-04-04x86/paravirt: Add 5-level support to the paravirt codeKirill A. Shutemov
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar
2017-04-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-03-31x86/mm: Make in_compat_syscall() work during execDmitry Safonov
2017-03-31x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRsYazen Ghannam
2017-03-30x86/build: Mostly disable '-maccumulate-outgoing-args'Josh Poimboeuf
2017-03-30Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar
2017-03-27x86: Convert the rest of the code to support p4d_tKirill A. Shutemov
2017-03-27x86/kexec: Add 5-level paging supportKirill A. Shutemov
2017-03-23Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar
2017-03-23x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski
2017-03-23x86/boot/32: Defer resyncing initial_page_table until per-cpu is set upAndy Lutomirski
2017-03-23x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski
2017-03-23sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra
2017-03-22x86/platform/uv: Fix calculation of Global Physical AddressMike Travis
2017-03-20x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey
2017-03-20x86/cpufeature: Detect CPUID faulting supportKyle Huey
2017-03-20x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey
2017-03-20x86/arch_prctl: Add do_arch_prctl_common()Kyle Huey
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey
2017-03-20x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl()Kyle Huey
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey
2017-03-20x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLESKyle Huey
2017-03-19x86/tls: Forcibly set the accessed bit in TLS segmentsAndy Lutomirski
2017-03-18x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier
2017-03-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-03-17Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-03-16x86: Make the GDT remapping read-only on 64-bitThomas Garnier
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier
2017-03-16x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier
2017-03-14x86/intel_rdt: Put group node in rdtgroup_kn_unlockJiri Olsa
2017-03-14x86/unwind: Fix last frame check for aligned function stacksJosh Poimboeuf
2017-03-14x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov
2017-03-14x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov
2017-03-14x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin
2017-03-13x86/platform: Remove warning message for duplicate NMI handlersMike Travis
2017-03-13x86/tsc: Fix ART for TSC_KNOWN_FREQPeter Zijlstra
2017-03-13x86/mm: Make mmap(MAP_32BIT) work correctlyDmitry Safonov
2017-03-13x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov
2017-03-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-03-11x86/acpi: Restore the order of CPU IDsDou Liyang
2017-03-11Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting"Dou Liyang
2017-03-11x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause
2017-03-11x86/process: Optimize TIF_NOTSC switchThomas Gleixner
2017-03-11x86/process: Correct and optimize TIF_BLOCKSTEP switchKyle Huey
2017-03-11x86/process: Optimize TIF checks in __switch_to_xtra()Kyle Huey
2017-03-10kexec, x86/purgatory: Unbreak it and clean it upThomas Gleixner