summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2021-03-23x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()Isaku Yamahata
2021-02-26x86: fix seq_file iteration for pat/memtype.cNeilBrown
2021-02-26kfence: add test suiteMarco Elver
2021-02-26kfence: use pt_regs to generate stack trace on faultsMarco Elver
2021-02-26x86, kfence: enable KFENCE for x86Alexander Potapenko
2021-02-20Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-20Merge tag 'x86_seves_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-12Merge branch 'x86/cleanups' into x86/mmIngo Molnar
2021-02-10x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()Andy Lutomirski
2021-02-10x86/fault: Don't run fixups for SMAP violationsAndy Lutomirski
2021-02-10x86/fault: Don't look for extable entries for SMEP violationsAndy Lutomirski
2021-02-10x86/fault: Rename no_context() to kernelmode_fixup_or_oops()Andy Lutomirski
2021-02-10x86/fault: Bypass no_context() for implicit kernel faults from usermodeAndy Lutomirski
2021-02-10x86/fault: Split the OOPS code out from no_context()Andy Lutomirski
2021-02-10x86/fault: Improve kernel-executing-user-memory handlingAndy Lutomirski
2021-02-10x86/fault: Correct a few user vs kernel checks wrt WRUSSAndy Lutomirski
2021-02-10x86/fault: Document the locking in the fault_signal_pending() pathAndy Lutomirski
2021-02-10x86/fault/32: Move is_f00f_bug() to do_kern_addr_fault()Andy Lutomirski
2021-02-10x86/fault: Fold mm_fault_error() into do_user_addr_fault()Andy Lutomirski
2021-02-10x86/fault: Skip the AMD erratum #91 workaround on unaffected CPUsAndy Lutomirski
2021-02-10x86/fault: Fix AMD erratum #91 errata fixup for user codeAndy Lutomirski
2021-02-03KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson
2021-02-02x86/sev-es: Do not unroll string I/O for SEV-ES guestsTom Lendacky
2021-01-21x86/vm86/32: Remove VM86_SCREEN_BITMAP supportAndy Lutomirski
2021-01-15x86: Remove definition of DEBUGTom Rix
2021-01-05x86/mm: Fix leak of pmd ptlockDan Williams
2021-01-04x86/mm: Increase pgt_buf size for 5-level page tablesLorenzo Stoakes
2020-12-16Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-12-14Merge tag 'x86_mm_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-12-14Merge tag 'x86_sgx_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-11x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guestsAshish Kalra
2020-12-10x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WPArvind Sankar
2020-12-09x86/membarrier: Get rid of a dubious optimizationAndy Lutomirski
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams
2020-11-20x86/mm: Declare 'start' variable where it is usedLukas Bulwahn
2020-11-18x86/traps: Attempt to fixup exceptions in vDSO before signalingSean Christopherson
2020-11-18x86/fault: Add a helper function to sanitize error codeSean Christopherson
2020-11-17x86/mm: Signal SIGSEGV with PF_SGXSean Christopherson
2020-11-06io-mapping: Cleanup atomic iomapThomas Gleixner
2020-11-06x86/mm/highmem: Use generic kmap atomic implementationThomas Gleixner
2020-10-29x86/head/64: Check SEV encryption before switching to kernel page-tableJoerg Roedel
2020-10-28x86/mm/ident_map: Check for errors from ident_pud_init()Arvind Sankar
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-10-21x86/kvm: Update the comment about asynchronous page fault in exc_page_fault()Vitaly Kuznetsov