aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2019-01-13x86/dump_pagetables: Fix LDT remap address markerKirill A. Shutemov
2019-01-13x86/mm: Fix guard hole handlingKirill A. Shutemov
2019-01-09x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()Dan Williams
2019-01-09x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko
2018-12-29x86/mm: Fix decoy address handling vs 32-bit buildsDan Williams
2018-12-05x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner
2018-12-05x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina
2018-11-13x86/numa_emulation: Fix uniform-split numa emulationDave Jiang
2018-11-13x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior
2018-10-09x86/mm: Avoid VLA in pgd_alloc()Kees Cook
2018-09-20x86/mm: Expand static page table for fixmap spaceFeng Tang
2018-09-15x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh
2018-09-08x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit
2018-09-02x86/pti: Fix section mismatch warning/errorRandy Dunlap
2018-09-01x86/mce: Fix set_mce_nospec() to avoid #GP faultLuckTony
2018-08-31x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski
2018-08-31x86/dumpstack: Don't dump kernel memory based on usermode RIPJann Horn
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-08-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds
2018-08-24x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka
2018-08-23Merge branch 'tlb-fixes'Linus Torvalds
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra
2018-08-22x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra
2018-08-20x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestJuergen Gross
2018-08-20x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addressesDan Williams
2018-08-20x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka
2018-08-18Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm...Ingo Molnar
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-08-14x86: Add entry trampolines to kcoreAdrian Hunter
2018-08-14kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin
2018-08-14x86/init: fix build with CONFIG_SWAP=nVlastimil Babka
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-10x86/mm/pti: Move user W+X check into pti_finalize()Joerg Roedel
2018-08-08x86/mm/kmmio: Make the tracer robust against L1TFAndi Kleen
2018-08-08x86/mm/pat: Make set_memory_np() L1TF safeAndi Kleen
2018-08-07x86/mm/pti: Clone kernel-image on PTE level for 32 bitJoerg Roedel
2018-08-07x86/mm/pti: Don't clear permissions in pti_clone_pmd()Joerg Roedel
2018-08-07x86/mm/pti: Fix 32 bit PCID checkJoerg Roedel
2018-08-06Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner
2018-08-06x86/mm/init: Remove freed kernel image areas from alias mappingDave Hansen
2018-08-05x86/mm/init: Add helper for freeing kernel image pagesDave Hansen
2018-08-05x86/mm/init: Pass unconverted symbol addresses to free_init_pages()Dave Hansen
2018-08-05x86/mm/pti: Clear Global bit more aggressivelyDave Hansen
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange
2018-08-02x86/mm: Remove redundant check for kmem_cache_create()Chengguang Xu
2018-07-30x86/mm: Remove in_nmi() warning from vmalloc_fault()Joerg Roedel