aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2018-07-20x86/mm/pti: Add an overflow check to pti_clone_pmds()Joerg Roedel1-0/+4
2018-07-20x86/pgtable/32: Allocate 8k page-tables when PTI is enabledJoerg Roedel1-2/+3
2018-07-20x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()Joerg Roedel1-1/+1
2018-07-17x86/mm/tlb: Skip atomic operations for 'init_mm' in switch_mm_irqs_off()Rik van Riel1-5/+12
2018-07-17x86/mm/tlb: Always use lazy TLB modeRik van Riel1-14/+1
2018-07-17x86/mm/tlb: Only send page table free TLB flush to lazy TLB CPUsRik van Riel1-4/+39
2018-07-17x86/mm/tlb: Make lazy TLB mode lazierRik van Riel1-9/+59
2018-07-17x86/mm/tlb: Restructure switch_mm_irqs_off()Rik van Riel1-30/+30
2018-07-17x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel1-0/+27
2018-07-16x86/pti: Make pti_set_kernel_image_nonglobal() staticJiang Biao1-1/+1
2018-07-06x86/numa_emulation: Introduce uniform split capabilityDan Williams1-19/+86
2018-07-06x86/numa_emulation: Fix emulated-to-physical node mappingDan Williams1-1/+1
2018-07-04x86/mm: Add TLB purge to free pmd/pte page interfacesToshi Kani1-6/+30
2018-07-04ioremap: Update pgtable free interfaces with addrChintan Pandya1-5/+7
2018-07-04x86/mm: Disable ioremap free page handling on x86-PAEToshi Kani1-0/+19
2018-06-27x86/mm: Clean up the printk()s in show_fault_oops()Dmitry Vyukov1-7/+4
2018-06-27x86/speculation/l1tf: Protect PAE swap entries against L1TFVlastimil Babka1-1/+1
2018-06-26x86/mm: Get rid of KERN_CONT in show_fault_oops()Dmitry Vyukov1-7/+3
2018-06-22Merge branch 'linus' into x86/urgentThomas Gleixner11-42/+45
2018-06-21x86/speculation/l1tf: Extend 64bit swap file size limitVlastimil Babka1-1/+9
2018-06-21x86/platform/UV: Add adjustable set memory block size function[email protected]1-4/+16
2018-06-20x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen1-0/+15
2018-06-20x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen1-0/+21
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2-2/+2
2018-06-15mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams1-1/+3
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+8
2018-06-07mm: add pt_mm to struct pageMatthew Wilcox1-3/+2
2018-06-06x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SMEKirill A. Shutemov2-0/+8
2018-06-04Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+5
2018-06-04Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-11/+11
2018-06-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-23/+21
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov7-19/+19
2018-05-19x86/mm: Unify pgtable_l5_enabled usage in early boot codeKirill A. Shutemov1-4/+2
2018-05-14x86/pkeys: Override pkey when moving away from PROT_EXECDave Hansen1-10/+11
2018-05-13x86: Remove pr_fmt duplicate logging prefixesJoe Perches1-11/+11
2018-04-26x86/fault: Dump user opcode bytes on fatal faultsBorislav Petkov1-2/+5
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2018-04-25x86/pti: Disallow global kernel text with RANDSTRUCTDave Hansen1-0/+10
2018-04-25x86/pti: Reduce amount of kernel text allowed to be GlobalDave Hansen1-3/+13
2018-04-25x86/pti: Fix boot warning from Global-bit settingDave Hansen1-10/+30
2018-04-25x86/pti: Fix boot problems from Global-bit settingDave Hansen1-2/+2
2018-04-17x86/mm: Prevent kernel Oops in PTDUMP code with HIGHPTE=yJoerg Roedel1-5/+6
2018-04-15Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds11-69/+239
2018-04-12x86/pgtable: Don't set huge PUD/PMD on non-leaf entriesJoerg Roedel1-0/+9
2018-04-12x86/pti: Leave kernel text global for !PCIDDave Hansen2-4/+80
2018-04-12x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel imageDave Hansen3-10/+35
2018-04-12x86/pti: Enable global pages for shared areasDave Hansen2-2/+35
2018-04-12x86/mm: Do not forbid _PAGE_RW before init for __ro_after_initDave Hansen1-2/+4
2018-04-12x86/mm: Remove extra filtering in pageattr codeDave Hansen1-4/+2