summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | x86/mm/pti: Add an overflow check to pti_clone_pmds()Joerg Roedel2018-07-201-0/+4
| * | | x86/pgtable/32: Allocate 8k page-tables when PTI is enabledJoerg Roedel2018-07-201-2/+3
| * | | x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()Joerg Roedel2018-07-201-1/+1
| * | | x86/pti: Make pti_set_kernel_image_nonglobal() staticJiang Biao2018-07-161-1/+1
| |/ /
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-142-70/+218
|\ \ \
| * | | x86/mm: Remove redundant check for kmem_cache_create()Chengguang Xu2018-08-021-3/+0Star
| * | | x86/mm/tlb: Make clear_asid_other() staticzhong jiang2018-07-241-1/+1
| * | | x86/mm/tlb: Skip atomic operations for 'init_mm' in switch_mm_irqs_off()Rik van Riel2018-07-171-5/+12
| * | | x86/mm/tlb: Always use lazy TLB modeRik van Riel2018-07-171-14/+1Star
| * | | x86/mm/tlb: Only send page table free TLB flush to lazy TLB CPUsRik van Riel2018-07-171-4/+39
| * | | x86/mm/tlb: Make lazy TLB mode lazierRik van Riel2018-07-171-9/+59
| * | | x86/mm/tlb: Restructure switch_mm_irqs_off()Rik van Riel2018-07-171-30/+30
| * | | x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel2018-07-171-0/+27
| * | | x86/mm: Add TLB purge to free pmd/pte page interfacesToshi Kani2018-07-041-6/+30
| * | | ioremap: Update pgtable free interfaces with addrChintan Pandya2018-07-041-5/+7
| * | | x86/mm: Disable ioremap free page handling on x86-PAEToshi Kani2018-07-041-0/+19
| |/ /
* | | x86/numa_emulation: Introduce uniform split capabilityDan Williams2018-07-061-19/+86
* | | x86/numa_emulation: Fix emulated-to-physical node mappingDan Williams2018-07-061-1/+1
|/ /
* | x86/mm: Clean up the printk()s in show_fault_oops()Dmitry Vyukov2018-06-271-7/+4Star
* | x86/mm: Get rid of KERN_CONT in show_fault_oops()Dmitry Vyukov2018-06-261-7/+3Star
* | Merge branch 'linus' into x86/urgentThomas Gleixner2018-06-2211-42/+45
|\|
| * treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-152-2/+2
| * mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams2018-06-151-1/+3
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-102-0/+8
| |\
| * | mm: add pt_mm to struct pageMatthew Wilcox2018-06-081-3/+2Star
| * | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-051-2/+5
| |\ \
| | * | x86/fault: Dump user opcode bytes on fatal faultsBorislav Petkov2018-04-261-2/+5
| * | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-051-11/+11
| |\ \ \
| | * | | x86: Remove pr_fmt duplicate logging prefixesJoe Perches2018-05-131-11/+11
| | |/ /
| * | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-057-23/+21Star
| |\ \ \
| | * | | x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov2018-05-197-19/+19
| | * | | x86/mm: Unify pgtable_l5_enabled usage in early boot codeKirill A. Shutemov2018-05-191-4/+2Star
| * | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-051-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* | | | | x86/platform/UV: Add adjustable set memory block size functionmike.travis@hpe.com2018-06-211-4/+16
| |_|_|/ |/| | |
* | | | x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SMEKirill A. Shutemov2018-06-062-0/+8
|/ / /
* | | x86/pkeys: Override pkey when moving away from PROT_EXECDave Hansen2018-05-141-10/+11
* | | x86/pti: Disallow global kernel text with RANDSTRUCTDave Hansen2018-04-251-0/+10
* | | x86/pti: Reduce amount of kernel text allowed to be GlobalDave Hansen2018-04-251-3/+13
* | | x86/pti: Fix boot warning from Global-bit settingDave Hansen2018-04-251-10/+30
* | | x86/pti: Fix boot problems from Global-bit settingDave Hansen2018-04-251-2/+2
| |/ |/|
* | x86/mm: Prevent kernel Oops in PTDUMP code with HIGHPTE=yJoerg Roedel2018-04-171-5/+6
|/
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-1511-69/+239
|\
| * x86/pgtable: Don't set huge PUD/PMD on non-leaf entriesJoerg Roedel2018-04-121-0/+9
| * x86/pti: Leave kernel text global for !PCIDDave Hansen2018-04-122-4/+80
| * x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel imageDave Hansen2018-04-123-10/+35
| * x86/pti: Enable global pages for shared areasDave Hansen2018-04-122-2/+35
| * x86/mm: Do not forbid _PAGE_RW before init for __ro_after_initDave Hansen2018-04-121-2/+4
| * x86/mm: Remove extra filtering in pageattr codeDave Hansen2018-04-121-4/+2Star
| * x86/mm: Do not auto-massage page protectionsDave Hansen2018-04-125-1/+28