aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2019-09-16x86/mm/KASLR: Compute the size of the vmemmap section properlyBaoquan He
2019-09-16x86/kasan: Fix boot with 5-level paging and KASANAndrey Ryabinin
2019-05-23x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info"Peter Zijlstra
2019-05-23x86/mm/KASLR: Fix the size of the direct mapping sectionBaoquan He
2019-05-23x86/mm: Don't exceed the valid physical address spaceRalph Campbell
2019-05-14x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf
2019-03-16x86/mm/mem_encrypt: Fix erroneous sizeof()Peng Hao
2018-12-15x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner
2018-12-15x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina
2018-11-13x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior
2018-10-03x86/pti: Fix section mismatch warning/errorRandy Dunlap
2018-10-03x86/mm: Expand static page table for fixmap spaceFeng Tang
2018-10-03x86/numa_emulation: Fix emulated-to-physical node mappingDan Williams
2018-09-26x86/mm/pti: Add an overflow check to pti_clone_pmds()Joerg Roedel
2018-09-26x86/pti: Check the return value of pti_user_pagetable_walk_pmd()Jiang Biao
2018-09-26x86/pti: Check the return value of pti_user_pagetable_walk_p4d()Jiang Biao
2018-09-19x86/mm: Remove in_nmi() warning from vmalloc_fault()Joerg Roedel
2018-09-05x86/dumpstack: Don't dump kernel memory based on usermode RIPJann Horn
2018-09-05x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski
2018-09-05x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka
2018-09-05x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka
2018-08-24x86/mm/init: Remove freed kernel image areas from alias mappingDave Hansen
2018-08-24x86/mm/init: Add helper for freeing kernel image pagesDave Hansen
2018-08-24x86/mm/init: Pass unconverted symbol addresses to free_init_pages()Dave Hansen
2018-08-17x86/mm: Add TLB purge to free pmd/pte page interfacesToshi Kani
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya
2018-08-17x86/mm: Disable ioremap free page handling on x86-PAEToshi Kani
2018-08-17x86/mm/pti: Clear Global bit more aggressivelyDave Hansen
2018-08-15x86/init: fix build with CONFIG_SWAP=nVlastimil Babka
2018-08-15x86/mm/kmmio: Make the tracer robust against L1TFAndi Kleen
2018-08-15x86/mm/pat: Make set_memory_np() L1TF safeAndi Kleen
2018-08-15x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange
2018-08-15x86/speculation/l1tf: Protect PAE swap entries against L1TFVlastimil Babka
2018-08-15x86/speculation/l1tf: Extend 64bit swap file size limitVlastimil Babka
2018-08-15x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen
2018-06-27x86/mm: Clean up the printk()s in show_fault_oops()Dmitry Vyukov
2018-06-26x86/mm: Get rid of KERN_CONT in show_fault_oops()Dmitry Vyukov
2018-06-22Merge branch 'linus' into x86/urgentThomas Gleixner
2018-06-21x86/platform/UV: Add adjustable set memory block size functionmike.travis@hpe.com
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner
2018-06-15mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-07mm: add pt_mm to struct pageMatthew Wilcox
2018-06-06x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SMEKirill A. Shutemov
2018-06-04Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-04Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-06-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov