summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86/dump_pagetables: Fix LDT remap address markerKirill A. Shutemov2019-01-131-5/+2
* x86/mm: Fix guard hole handlingKirill A. Shutemov2019-01-131-4/+4
* x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()Dan Williams2019-01-091-6/+0
* x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko2019-01-091-1/+1
* x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner2018-12-051-28/+86
* x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina2018-12-051-11/+20
* x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior2018-11-131-1/+5
* x86/pti: Fix section mismatch warning/errorRandy Dunlap2018-10-031-1/+1
* x86/mm: Expand static page table for fixmap spaceFeng Tang2018-10-031-0/+9
* x86/numa_emulation: Fix emulated-to-physical node mappingDan Williams2018-10-031-1/+1
* x86/mm/pti: Add an overflow check to pti_clone_pmds()Joerg Roedel2018-09-261-0/+4
* x86/pti: Check the return value of pti_user_pagetable_walk_pmd()Jiang Biao2018-09-261-3/+7
* x86/pti: Check the return value of pti_user_pagetable_walk_p4d()Jiang Biao2018-09-261-2/+9
* x86/mm: Remove in_nmi() warning from vmalloc_fault()Joerg Roedel2018-09-191-2/+0
* x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski2018-09-051-0/+7
* x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka2018-09-052-2/+2
* x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka2018-09-051-2/+2
* x86/mm: Add TLB purge to free pmd/pte page interfacesToshi Kani2018-08-171-6/+30
* ioremap: Update pgtable free interfaces with addrChintan Pandya2018-08-171-5/+7
* x86/mm: Disable ioremap free page handling on x86-PAEToshi Kani2018-08-171-0/+19
* x86/init: fix build with CONFIG_SWAP=nVlastimil Babka2018-08-151-0/+2
* x86/mm/kmmio: Make the tracer robust against L1TFAndi Kleen2018-08-151-10/+15
* x86/mm/pat: Make set_memory_np() L1TF safeAndi Kleen2018-08-151-4/+4
* x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-152-0/+2
* x86/speculation/l1tf: Protect PAE swap entries against L1TFVlastimil Babka2018-08-151-1/+1
* x86/speculation/l1tf: Extend 64bit swap file size limitVlastimil Babka2018-08-151-1/+9
* x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen2018-08-151-0/+15
* x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-08-151-0/+21
* mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams2018-07-031-1/+3
* x86/mm: Do not forbid _PAGE_RW before init for __ro_after_initDave Hansen2018-05-301-2/+4
* x86/pgtable: Don't set huge PUD/PMD on non-leaf entriesJoerg Roedel2018-05-301-0/+9
* x86/pkeys: Override pkey when moving away from PROT_EXECDave Hansen2018-05-221-10/+11
* vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang2018-04-261-2/+1
* x86/mm: implement free pmd/pte page interfacesToshi Kani2018-03-281-2/+26
* mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-281-0/+24
* x86/mm: Fix vmalloc_fault to use pXd_largeToshi Kani2018-03-211-3/+3
* x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()Peter Zijlstra2018-03-151-0/+2
* x86/mm: Remove stale comment about KMEMCHECKJann Horn2018-03-151-4/+0
* x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner2018-03-082-0/+21
* x86/mm/kmmio: Fix mmiotrace for page unaligned addressesKarol Herbst2018-02-252-7/+9
* x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski2018-02-225-7/+7
* kmemcheck: rip it out for realMichal Hocko2018-02-229-9/+0
* kmemcheck: rip it outLevin, Alexander (Sasha Levin)2018-02-2214-1320/+2
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2018-02-224-9/+8
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-221-6/+0
* x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen2018-02-071-1/+32
* x86/xen: Support early interrupts in xen pv guestsJuergen Gross2018-02-031-1/+3
* x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systemsAndy Lutomirski2018-01-311-5/+29
* x86: Use __nostackprotect for sme_encrypt_kernelLaura Abbott2018-01-231-1/+1
* x86/mm: Encrypt the initrd earlier for BSP microcode updateTom Lendacky2018-01-232-31/+81