summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()Isaku Yamahata2021-03-231-1/+1
* x86: fix seq_file iteration for pat/memtype.cNeilBrown2021-02-261-2/+2
* kfence: add test suiteMarco Elver2021-02-261-1/+2
* kfence: use pt_regs to generate stack trace on faultsMarco Elver2021-02-261-1/+1
* x86, kfence: enable KFENCE for x86Alexander Potapenko2021-02-261-0/+5
* Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-203-199/+225
|\
| * Merge branch 'x86/cleanups' into x86/mmIngo Molnar2021-02-122-32/+0
| |\
| | * x86/vm86/32: Remove VM86_SCREEN_BITMAP supportAndy Lutomirski2021-01-211-30/+0
| | * x86: Remove definition of DEBUGTom Rix2021-01-151-2/+0
| * | x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()Andy Lutomirski2021-02-101-5/+6
| * | x86/fault: Don't run fixups for SMAP violationsAndy Lutomirski2021-02-101-3/+6
| * | x86/fault: Don't look for extable entries for SMEP violationsAndy Lutomirski2021-02-101-2/+2
| * | x86/fault: Rename no_context() to kernelmode_fixup_or_oops()Andy Lutomirski2021-02-101-18/+10
| * | x86/fault: Bypass no_context() for implicit kernel faults from usermodeAndy Lutomirski2021-02-101-27/+32
| * | x86/fault: Split the OOPS code out from no_context()Andy Lutomirski2021-02-101-54/+62
| * | x86/fault: Improve kernel-executing-user-memory handlingAndy Lutomirski2021-02-101-3/+18
| * | x86/fault: Correct a few user vs kernel checks wrt WRUSSAndy Lutomirski2021-02-101-4/+11
| * | x86/fault: Document the locking in the fault_signal_pending() pathAndy Lutomirski2021-02-101-1/+4
| * | x86/fault/32: Move is_f00f_bug() to do_kern_addr_fault()Andy Lutomirski2021-02-101-5/+7
| * | x86/fault: Fold mm_fault_error() into do_user_addr_fault()Andy Lutomirski2021-02-101-52/+45
| * | x86/fault: Skip the AMD erratum #91 workaround on unaffected CPUsAndy Lutomirski2021-02-101-0/+13
| * | x86/fault: Fix AMD erratum #91 errata fixup for user codeAndy Lutomirski2021-02-101-10/+17
| * | x86/mm: Increase pgt_buf size for 5-level page tablesLorenzo Stoakes2021-01-041-5/+14
| |/
* | Merge tag 'x86_seves_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-201-2/+3
|\ \
| * | x86/sev-es: Do not unroll string I/O for SEV-ES guestsTom Lendacky2021-02-021-2/+3
* | | KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson2021-02-031-0/+1
|/ /
* / x86/mm: Fix leak of pmd ptlockDan Williams2021-01-051-0/+2
|/
* Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-161-0/+31
|\
| * x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guestsAshish Kalra2020-12-111-0/+31
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-2/+2
|\ \
| * | arch, mm: make kernel_page_present() always availableMike Rapoport2020-12-151-3/+1
| * | arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport2020-12-151-0/+2
* | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-143-128/+3
|\ \ \
| * | | io-mapping: Cleanup atomic iomapThomas Gleixner2020-11-061-4/+2
| * | | x86/mm/highmem: Use generic kmap atomic implementationThomas Gleixner2020-11-063-128/+5
* | | | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-141-2/+4
|\ \ \ \
| * | | | x86/mm: Declare 'start' variable where it is usedLukas Bulwahn2020-11-201-2/+4
| |/ / /
* | | | Merge tag 'x86_mm_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-12-141-2/+10
|\ \ \ \
| * | | | x86/mm/ident_map: Check for errors from ident_pud_init()Arvind Sankar2020-10-281-2/+10
| |/ / /
* | | | Merge tag 'x86_sgx_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-141-12/+33
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/traps: Attempt to fixup exceptions in vDSO before signalingSean Christopherson2020-11-181-0/+7
| * | | x86/fault: Add a helper function to sanitize error codeSean Christopherson2020-11-181-12/+14
| * | | x86/mm: Signal SIGSEGV with PF_SGXSean Christopherson2020-11-171-0/+12
* | | | x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WPArvind Sankar2020-12-101-2/+2
* | | | x86/membarrier: Get rid of a dubious optimizationAndy Lutomirski2020-12-091-2/+8
| |_|/ |/| |
* | | mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams2020-11-221-0/+2
|/ /
* / x86/head/64: Check SEV encryption before switching to kernel page-tableJoerg Roedel2020-10-291-0/+1
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-231-5/+8
|\
| * x86/kvm: Update the comment about asynchronous page fault in exc_page_fault()Vitaly Kuznetsov2020-10-211-5/+8