summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-051-0/+8
|\
| * x86/mm: track linear mapping split eventsSaravanan D2021-05-051-0/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-012-7/+4
|\ \ | |/ |/|
| * x86/sev: Drop redundant and potentially misleading 'sev_enabled'Sean Christopherson2021-04-262-7/+4
* | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-302-4/+0
* | x86: inline huge vmap supported functionsNicholas Piggin2021-04-302-34/+0
* | mm: HUGE_VMAP arch support cleanupNicholas Piggin2021-04-301-5/+7
* | x86/vmemmap: optimize for consecutive sections in partial populated PMDsOscar Salvador2021-04-301-6/+61
* | x86/vmemmap: handle unpopulated sub-pmd rangesOscar Salvador2021-04-301-13/+55
* | x86/vmemmap: drop handling of 1GB vmemmap rangesOscar Salvador2021-04-301-28/+7
* | x86/vmemmap: drop handling of 4K unaligned vmemmap rangeOscar Salvador2021-04-301-35/+13
* | Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-292-72/+106
|\ \
| * | x86/mm/tlb: Remove unnecessary uses of the inline keywordNadav Amit2021-03-061-3/+3
| * | x86/mm/tlb: Do not make is_lazy dirty for no reasonNadav Amit2021-03-061-1/+2
| * | x86/mm/tlb: Privatize cpu_tlbstateNadav Amit2021-03-062-8/+11
| * | x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit2021-03-061-17/+29
| * | x86/mm/tlb: Open-code on_each_cpu_cond_mask() for tlb_is_not_lazy()Nadav Amit2021-03-061-5/+32
| * | x86/mm/tlb: Unify flush_tlb_func_local() and flush_tlb_func_remote()Nadav Amit2021-03-061-45/+36
* | | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-2611-23/+24
|\ \ \
| * | | x86/pat: Do not compile stubbed functions when X86_PAT is offJan Kiszka2021-04-141-0/+2
| * | | x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan2021-03-281-4/+3
| * | | x86: Fix various typos in comments, take #2Ingo Molnar2021-03-213-3/+3
| * | | x86: Fix various typos in commentsIngo Molnar2021-03-1810-16/+16
| |/ /
* | | Merge tag 'x86_seves_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-262-16/+25
|\ \ \ | |_|/ |/| |
| * | x86/sev: Do not require Hypervisor CPUID bit for SEV guestsJoerg Roedel2021-03-181-16/+19
| * | x86/virtio: Have SEV guests enforce restricted virtio memory accessTom Lendacky2021-03-081-0/+6
| |/
* / 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
|\ \