summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorLines
2021-02-10x86/fault: Correct a few user vs kernel checks wrt WRUSSAndy Lutomirski-4/+11
2021-02-10x86/fault: Document the locking in the fault_signal_pending() pathAndy Lutomirski-1/+4
2021-02-10x86/fault/32: Move is_f00f_bug() to do_kern_addr_fault()Andy Lutomirski-5/+7
2021-02-10x86/fault: Fold mm_fault_error() into do_user_addr_fault()Andy Lutomirski-52/+45
2021-02-10x86/fault: Skip the AMD erratum #91 workaround on unaffected CPUsAndy Lutomirski-0/+13
2021-02-10x86/fault: Fix AMD erratum #91 errata fixup for user codeAndy Lutomirski-10/+17
2021-01-04x86/mm: Increase pgt_buf size for 5-level page tablesLorenzo Stoakes-5/+14
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap-1/+0
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-127/+13
2020-12-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+2
2020-12-22x86/split-lock: Avoid returning with interrupts enabledAndi Kleen-1/+2
2020-12-22kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov-1/+1
2020-12-22kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov-0/+1
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-498/+2297
2020-12-19Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-28/+24
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn-0/+2
2020-12-19mm, kvm: account kvm_vcpu_mmap to kmemcgShakeel Butt-1/+1
2020-12-19xen: Kconfig: remove X86_64 depends from XEN_512GBJason Andryuk-1/+1
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-7/+46
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+2
2020-12-16Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+39
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+20
2020-12-16KVM: SVM: fix 32-bit compilationPaolo Bonzini-0/+2
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+0
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+6
2020-12-16xen: remove trailing semicolon in macro definitionTom Rix-1/+1
2020-12-16xen: Kconfig: nest Xen guest optionsJason Andryuk-13/+13
2020-12-16xen: Remove Xen PVH/PVHVM dependency on PCIJason Andryuk-6/+12
2020-12-16x86/xen: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao-11/+1
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-1/+2
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-23/+7
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport-3/+2
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport-3/+3
2020-12-15mm: forbid splitting special mappingsDmitry Safonov-17/+0
2020-12-15mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov-1/+1
2020-12-15x86: mremap speedup - Enable HAVE_MOVE_PUDKalesh Singh-0/+1
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe-0/+1
2020-12-15Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini-47/+62
2020-12-15KVM: SVM: Add AP_JUMP_TABLE support in prep for AP bootingTom Lendacky-0/+29
2020-12-15genirq: Move irq_has_action() into core codeThomas Gleixner-0/+1
2020-12-15Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki-1/+2
2020-12-15KVM: SVM: Provide support to launch and run an SEV-ES guestTom Lendacky-0/+104
2020-12-15KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guestsTom Lendacky-9/+77
2020-12-15KVM: SVM: Provide support for SEV-ES vCPU loadingTom Lendacky-23/+103
2020-12-15KVM: SVM: Provide support for SEV-ES vCPU creation/loadingTom Lendacky-5/+92
2020-12-15KVM: SVM: Update ASID allocation to support SEV-ES guestsTom Lendacky-11/+14
2020-12-15KVM: SVM: Set the encryption mask for the SVM host save areaTom Lendacky-2/+4
2020-12-15KVM: SVM: Add NMI support for an SEV-ES guestTom Lendacky-7/+17
2020-12-15KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guestTom Lendacky-10/+56