summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu_entry_area: Add debugstore entries to cpu_entry_areaThomas Gleixner2017-12-231-0/+27
* x86/mm/pti: Map ESPFIX into user spaceAndy Lutomirski2017-12-231-0/+11
* x86/mm/pti: Share entry text PMDThomas Gleixner2017-12-231-0/+10
* x86/mm/pti: Share cpu_entry_area with user space page tablesAndy Lutomirski2017-12-231-0/+25
* x86/mm/pti: Add functions to clone kernel PMDsAndy Lutomirski2017-12-231-0/+127
* x86/mm/pti: Allocate a separate user PGDDave Hansen2017-12-231-2/+3
* x86/mm/pti: Add mapping helper functionsDave Hansen2017-12-231-0/+41
* x86/pti: Add the pti= cmdline option and documentationBorislav Petkov2017-12-231-1/+25
* x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner2017-12-233-3/+90
* x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=yDave Hansen2017-12-231-3/+9
* x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bitThomas Gleixner2017-12-231-1/+2
* x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-225-30/+78
* x86/cpu_entry_area: Move it to a separate unitThomas Gleixner2017-12-222-1/+105
* x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen2017-12-221-4/+4
* x86/mm: Use __flush_tlb_one() for kernel memoryPeter Zijlstra2017-12-221-1/+1
* x86/mm/dump_pagetables: Make the address hints correct and readableThomas Gleixner2017-12-221-37/+53
* x86/mm/dump_pagetables: Check PAGE_PRESENT for realThomas Gleixner2017-12-221-1/+1
* x86/kasan/64: Teach KASAN about the cpu_entry_areaAndy Lutomirski2017-12-171-1/+17
* x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-12-171-7/+136
* Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar2017-12-171-1/+1
|\
| * x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross2017-11-101-1/+1
* | Merge branch 'upstream-x86-selftests' into WIP.x86/pti.baseIngo Molnar2017-12-172-26/+85
|\ \
| * \ Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-0732-4/+55
| |\ \
| * \ \ Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar2017-11-062-26/+85
| |\ \ \
| | * | | x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_...Baoquan He2017-10-301-5/+5
| | * | | Merge tag 'v4.14-rc7' into x86/mm, to pick up fixesIngo Molnar2017-10-301-12/+0
| | |\ \ \
| | * | | | x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin2017-10-201-21/+80
* | | | | | Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-54/+34
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | x86/mm: Relocate page fault error codes to traps.hRicardo Neri2017-11-011-54/+34
| | |/ / | |/| |
* | | | x86/mm: Unbreak modules that rely on external PAGE_KERNEL availabilityJiri Kosina2017-11-081-1/+1
| |_|/ |/| |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-051-3/+14
|\ \ \
| * | | Revert "x86/mm: Stop calling leave_mm() in idle code"Andy Lutomirski2017-11-041-3/+14
| |/ /
* | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0231-0/+31
|\ \ \
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0231-0/+31
| | |/ | |/|
* | | x86/mm: fix use-after-free of vma during userfaultfd faultVlastimil Babka2017-11-011-1/+10
| |/ |/|
* | Revert "x86/mm: Limit mmap() of /dev/mem to valid physical addresses"Ingo Molnar2017-10-271-12/+0
|/
* x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-10-201-0/+12
* x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mmAndy Lutomirski2017-10-181-58/+0
* x86/mm: Tidy up "x86/mm: Flush more aggressively in lazy TLB mode"Andy Lutomirski2017-10-181-12/+18
* x86/mm/64: Remove the last VM_BUG_ON() from the TLB codeAndy Lutomirski2017-10-181-2/+2
* x86/mm: Flush more aggressively in lazy TLB modeAndy Lutomirski2017-10-141-42/+111
* x86/mm: Disable various instrumentations of mm/mem_encrypt.c and mm/tlb.cTom Lendacky2017-10-111-2/+9
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-013-24/+27
|\
| * x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin2017-09-291-1/+1
| * x86/mm: Disable branch profiling in mem_encrypt.cTom Lendacky2017-09-291-0/+2
| * x86/mm: Fix fault error path using unsafe vma pointerLaurent Dufour2017-09-251-23/+24
* | Merge branch 'WIP.x86/fpu' into x86/fpu, because it's readyIngo Molnar2017-09-262-2/+25
|\ \ | |/ |/|
| * x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar2017-09-261-1/+1
| * x86/fpu: Reinitialize FPU registers if restoring FPU state failsEric Biggers2017-09-251-0/+24
| * x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_activeIngo Molnar2017-09-241-2/+1
OpenPOWER on IntegriCloud