summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2019-05-08x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info"Peter Zijlstra1-1/+1
2019-05-08x86/mm: Fix a crash with kmemleak_scan()Qian Cai1-0/+6
2019-05-08x86/mm/KASLR: Fix the size of the direct mapping sectionBaoquan He1-1/+1
2019-05-04x86/mm: Don't exceed the valid physical address spaceRalph Campbell1-1/+1
2019-03-05x86/mm/mem_encrypt: Fix erroneous sizeof()Peng Hao1-2/+2
2019-01-13x86/dump_pagetables: Fix LDT remap address markerKirill A. Shutemov1-5/+2
2019-01-13x86/mm: Fix guard hole handlingKirill A. Shutemov1-4/+4
2019-01-09x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()Dan Williams1-6/+0
2019-01-09x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko1-1/+1
2018-12-29x86/mm: Fix decoy address handling vs 32-bit buildsDan Williams1-2/+11
2018-12-05x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner1-28/+86
2018-12-05x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina1-11/+20
2018-11-13x86/numa_emulation: Fix uniform-split numa emulationDave Jiang1-2/+10
2018-11-13x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior1-1/+5
2018-10-09x86/mm: Avoid VLA in pgd_alloc()Kees Cook1-2/+8
2018-09-21x86/mm: Expand static page table for fixmap spaceFeng Tang1-0/+9
2018-09-15x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh2-0/+28
2018-09-08x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit1-4/+4
2018-09-02x86/pti: Fix section mismatch warning/errorRandy Dunlap1-1/+1
2018-09-01x86/mce: Fix set_mce_nospec() to avoid #GP faultLuckTony1-1/+24
2018-08-31x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski1-0/+7
2018-08-31x86/dumpstack: Don't dump kernel memory based on usermode RIPJann Horn1-1/+1
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+33
2018-08-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+3
2018-08-26Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds1-0/+16
2018-08-24x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka2-2/+2
2018-08-24Merge branch 'tlb-fixes'Linus Torvalds2-156/+57
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra1-4/+4
2018-08-23x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra1-152/+53
2018-08-20x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestJuergen Gross1-5/+12
2018-08-20x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addressesDan Williams1-0/+16
2018-08-20x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka1-2/+2
2018-08-18Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm...Ingo Molnar1-0/+33
2018-08-18mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-2/+3
2018-08-15x86: Add entry trampolines to kcoreAdrian Hunter1-0/+10
2018-08-15kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin1-0/+23
2018-08-14x86/init: fix build with CONFIG_SWAP=nVlastimil Babka1-0/+2
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds5-14/+64
2018-08-14Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-104/+361
2018-08-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-70/+218
2018-08-10x86/mm/pti: Move user W+X check into pti_finalize()Joerg Roedel2-3/+5
2018-08-08x86/mm/kmmio: Make the tracer robust against L1TFAndi Kleen1-10/+15
2018-08-08x86/mm/pat: Make set_memory_np() L1TF safeAndi Kleen1-4/+4
2018-08-08x86/mm/pti: Clone kernel-image on PTE level for 32 bitJoerg Roedel1-41/+99
2018-08-08x86/mm/pti: Don't clear permissions in pti_clone_pmd()Joerg Roedel1-6/+5
2018-08-07x86/mm/pti: Fix 32 bit PCID checkJoerg Roedel1-1/+1
2018-08-06Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner4-20/+80
2018-08-06x86/mm/init: Remove freed kernel image areas from alias mappingDave Hansen2-2/+37
2018-08-05x86/mm/init: Add helper for freeing kernel image pagesDave Hansen2-5/+14
2018-08-05x86/mm/init: Pass unconverted symbol addresses to free_init_pages()Dave Hansen1-6/+2