summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2018-08-02um: cleanup Kconfig filesChristoph Hellwig
2018-08-02um: stop abusing KBUILD_KCONFIGChristoph Hellwig
2018-07-14Merge tag 'for-linus-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-07-14x86/purgatory: add missing FORCE to Makefile targetPhilipp Rudo
2018-07-13xen: setup pv irq ops vector earlierJuergen Gross
2018-07-12xen: remove global bit from __default_kernel_pte_mask for pv guestsJuergen Gross
2018-07-11efi/x86: Fix mixed mode reboot loop by removing pointless call to PciIo->Attr...Ard Biesheuvel
2018-07-08Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-07-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-07-07x86/mtrr: Don't copy out-of-bounds data in mtrr_writeJann Horn
2018-07-06x86/hyper-v: Fix the circular dependency in IPI enlightenmentK. Y. Srinivasan
2018-07-03x86/paravirt: Make native_save_fl() extern inlineNick Desaulniers
2018-07-03x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>H. Peter Anvin
2018-07-03x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSRTom Lendacky
2018-07-03x86/bugs: Update when to check for the LS_CFG SSBD mitigationTom Lendacky
2018-07-03x86/mm/32: Initialize the CR4 shadow before __flush_tlb_all()Zhenzhong Duan
2018-07-01crypto: x86 - Add missing RETsBorislav Petkov
2018-06-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-28x86/e820: put !E820_TYPE_RAM regions into memblock.reservedNaoya Horiguchi
2018-06-27x86/mm: Clean up the printk()s in show_fault_oops()Dmitry Vyukov
2018-06-27x86/mm: Drop unneeded __always_inline for p4d page table helpersKirill A. Shutemov
2018-06-27x86/efi: Fix efi_call_phys_epilog() with CONFIG_X86_5LEVEL=yKirill A. Shutemov
2018-06-27x86/entry/64/compat: Fix "x86/entry/64/compat: Preserve r8-r11 in int $0x80"Andy Lutomirski
2018-06-26x86/mm: Don't free P4D table when it is folded at runtimeAndrey Ryabinin
2018-06-26x86/entry/32: Add explicit 'l' instruction suffixJan Beulich
2018-06-26x86/mm: Get rid of KERN_CONT in show_fault_oops()Dmitry Vyukov
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-06-24Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-24Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-06-24Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-24efi/x86: Fix incorrect invocation of PciIo->Attributes()Ard Biesheuvel
2018-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-06-23Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-23x86/mm: Fix 'no5lvl' handlingKirill A. Shutemov
2018-06-23Revert "x86/mm: Mark __pgtable_l5_enabled __initdata"Kirill A. Shutemov
2018-06-22x86/CPU/AMD: Fix LLC ID bit-shift calculationSuravee Suthikulpanit
2018-06-22Merge branch 'linus' into x86/urgentThomas Gleixner
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon
2018-06-22kvm: vmx: Nested VM-entry prereqs for event inj.Marc Orr
2018-06-22x86/microcode/intel: Fix memleak in save_microcode_patch()Zhenzhong Duan
2018-06-22x86/mce: Fix incorrect "Machine check from unknown source" messageTony Luck
2018-06-22x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()Borislav Petkov
2018-06-21uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()Oleg Nesterov
2018-06-21x86/platform/UV: Add kernel parameter to set memory block sizemike.travis@hpe.com
2018-06-21x86/platform/UV: Use new set memory block size functionmike.travis@hpe.com
2018-06-21x86/platform/UV: Add adjustable set memory block size functionmike.travis@hpe.com
2018-06-21x86/spectre_v1: Disable compiler optimizations over array_index_mask_nospec()Dan Williams