summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryptionTom Lendacky2018-01-232-22/+121
* x86/mm: Centralize PMD flags in sme_encrypt_kernel()Tom Lendacky2018-01-231-56/+77
* x86/mm: Use a struct to reduce parameters for SME PGD mappingTom Lendacky2018-01-231-44/+46
* x86/mm: Clean up register saving in the __enc_copy() assembly codeTom Lendacky2018-01-231-10/+10
* x86/mm/pkeys: Fix fill_sig_info_pkeyEric W. Biederman2018-01-231-3/+4
* x86/kasan: Panic if there is not enough memory to bootAndrey Ryabinin2018-01-231-10/+14
* x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*()Jike Song2018-01-171-26/+6
* x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner2018-01-101-3/+3
* x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner2018-01-101-1/+1
* x86/kaslr: Fix the vaddr_end messThomas Gleixner2018-01-101-23/+9
* x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner2018-01-101-1/+1
* x86/pti: Make sure the user/kernel PTEs matchThomas Gleixner2018-01-051-1/+2
* x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner2018-01-022-5/+72
* x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner2018-01-022-6/+26
* x86/mm/dump_pagetables: Add page table directory to the debugfs VFS hierarchyBorislav Petkov2018-01-021-5/+10
* x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen2018-01-021-27/+37
* x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra2018-01-022-1/+2
* x86/mm: Abstract switching CR3Dave Hansen2018-01-021-2/+20
* x86/mm: Allow flushing for future ASID switchesDave Hansen2018-01-021-0/+35
* x86/pti: Map the vsyscall page if neededAndy Lutomirski2018-01-021-0/+65
* x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski2018-01-021-0/+9
* x86/cpu_entry_area: Add debugstore entries to cpu_entry_areaThomas Gleixner2018-01-021-0/+27
* x86/mm/pti: Map ESPFIX into user spaceAndy Lutomirski2018-01-021-0/+11
* x86/mm/pti: Share entry text PMDThomas Gleixner2018-01-021-0/+10
* x86/mm/pti: Share cpu_entry_area with user space page tablesAndy Lutomirski2018-01-021-0/+25
* x86/mm/pti: Add functions to clone kernel PMDsAndy Lutomirski2018-01-021-0/+127
* x86/mm/pti: Allocate a separate user PGDDave Hansen2018-01-021-2/+3
* x86/mm/pti: Add mapping helper functionsDave Hansen2018-01-021-0/+41
* x86/pti: Add the pti= cmdline option and documentationBorislav Petkov2018-01-021-1/+25
* x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner2018-01-023-3/+90
* x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=yDave Hansen2018-01-021-3/+9
* x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bitThomas Gleixner2017-12-291-1/+2
* x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-295-30/+78
* x86/cpu_entry_area: Move it to a separate unitThomas Gleixner2017-12-292-1/+105
* x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen2017-12-291-4/+4
* x86/mm: Use __flush_tlb_one() for kernel memoryPeter Zijlstra2017-12-291-1/+1
* x86/mm/dump_pagetables: Make the address hints correct and readableThomas Gleixner2017-12-291-37/+53
* x86/mm/dump_pagetables: Check PAGE_PRESENT for realThomas Gleixner2017-12-291-1/+1
* x86/kasan/64: Teach KASAN about the cpu_entry_areaAndy Lutomirski2017-12-251-1/+17
* x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-12-251-7/+136
* x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross2017-12-251-1/+1
* x86/mm: Relocate page fault error codes to traps.hRicardo Neri2017-12-251-54/+34
* x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_...Baoquan He2017-12-251-5/+5
* x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin2017-12-251-21/+80