summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2018-02-25x86/mm/kmmio: Fix mmiotrace for page unaligned addressesKarol Herbst2-7/+9
2018-02-16x86/kaiser: fix build error with KASAN && !FUNCTION_GRAPH_TRACEREric Biggers1-1/+1
2018-01-31vsyscall: Fix permissions for emulate mode with KAISER/PTIBen Hutchings1-1/+1
2018-01-17kaiser: Set _PAGE_NX only if supportedLepton Wu1-0/+2
2018-01-17x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina1-4/+1
2018-01-10Map the vsyscall page with _PAGE_USERBorislav Petkov1-4/+30
2018-01-10x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner1-1/+1
2018-01-10x86/kasan: Write protect kasan zero shadowAndrey Ryabinin1-2/+8
2018-01-05kaiser: Set _PAGE_NX only if supportedGuenter Roeck1-1/+2
2018-01-05x86/kasan: Clear kasan_zero_page after TLB flushAndrey Ryabinin1-3/+8
2018-01-05KPTI: Report when enabledKees Cook1-1/+6
2018-01-05KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook1-1/+1
2018-01-05x86/kaiser: Move feature detection upBorislav Petkov1-2/+0
2018-01-05kaiser: disabled on Xen PVJiri Kosina1-0/+5
2018-01-05kaiser: kaiser_flush_tlb_on_return_to_user() check PCIDHugh Dickins2-7/+7
2018-01-05kaiser: drop is_atomic arg to kaiser_pagetable_walk()Hugh Dickins1-8/+2
2018-01-05kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflushHugh Dickins1-10/+1
2018-01-05x86/kaiser: Check boottime cmdline paramsBorislav Petkov1-18/+41
2018-01-05x86/kaiser: Rename and simplify X86_FEATURE_KAISER handlingBorislav Petkov1-1/+19
2018-01-05kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins5-14/+36
2018-01-05kaiser: _pgd_alloc() without __GFP_REPEAT to avoid stallsHugh Dickins1-2/+4
2018-01-05kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_userHugh Dickins1-6/+7
2018-01-05kaiser: PCID 0 for kernel and 128 for userHugh Dickins1-0/+3
2018-01-05kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush userHugh Dickins2-34/+62
2018-01-05kaiser: enhanced by kernel and user PCIDsDave Hansen2-3/+50
2018-01-05kaiser: vmstat show NR_KAISERTABLE as nr_overheadHugh Dickins1-5/+11
2018-01-05kaiser: kaiser_remove_mapping() move along the pgdHugh Dickins1-4/+6
2018-01-05kaiser: tidied up kaiser_add/remove_mapping slightlyHugh Dickins1-6/+3
2018-01-05kaiser: ENOMEM if kaiser_pagetable_walk() NULLHugh Dickins1-3/+7
2018-01-05kaiser: do not set _PAGE_NX on pgd_noneHugh Dickins1-0/+42
2018-01-05kaiser: merged updateDave Hansen3-127/+290
2018-01-05KAISER: Kernel Address IsolationRichard Fellner4-1/+188
2018-01-02x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski2-17/+2
2018-01-02x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()Andy Lutomirski1-27/+0
2018-01-02x86/mm: Make flush_tlb_mm_range() more predictableAndy Lutomirski1-5/+7
2018-01-02x86/mm: Remove flush_tlb() and flush_tlb_current_task()Andy Lutomirski1-17/+0
2017-12-25x86/mm, sched/core: Turn off IRQs in switch_mm()Andy Lutomirski1-0/+10
2017-12-25x86/mm, sched/core: Uninline switch_mm()Andy Lutomirski1-0/+102
2017-12-25x86/mm: Build arch/x86/mm/tlb.c even on !SMPAndy Lutomirski2-2/+5
2017-12-25mm/rmap: batched invalidations should use existing apiNadav Amit1-1/+1
2017-12-16Revert "x86/mm/pat: Ensure cpa->pfn only contains page frame numbers"Greg Kroah-Hartman1-6/+11
2017-12-05x86/mm/pat: Ensure cpa->pfn only contains page frame numbersMatt Fleming1-11/+6
2017-07-15x86/mm/pat: Don't report PAT on CPUs that don't support itMikulas Patocka1-16/+12
2017-07-05x86/mm: Fix flush_tlb_page() on XenAndy Lutomirski1-3/+1
2017-07-05x86/mpx: Correctly report do_mpx_bt_fault() failures to user-spaceJoerg Roedel1-9/+1
2017-07-05x86/mpx: Use compatible types in comparison to fix sparse errorTobias Klauser1-1/+1
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins1-1/+1
2017-06-26x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()Laura Abbott1-0/+1
2017-04-21mm: Tighten x86 /dev/mem with zeroing readsKees Cook1-11/+30
2017-03-22x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin1-0/+1