summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams2018-06-151-1/+3
* x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel imageDave Hansen2018-04-121-7/+1
* x86/mm: Introduce "default" kernel PTE maskDave Hansen2018-04-091-0/+6
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-051-1/+1
|\
| * x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner2018-01-051-1/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-291-31/+49
|\ \ | |/
| * x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen2017-12-231-27/+37
| * x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra2017-12-231-1/+1
| * x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner2017-12-231-0/+2
| * x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=yDave Hansen2017-12-231-3/+9
* | kmemcheck: rip it outLevin, Alexander (Sasha Levin)2017-11-151-3/+2
* | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-2/+1
|/
* x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross2017-11-101-1/+1
* x86/mm/64: Initialize CR4.PCIDE earlyAndy Lutomirski2017-09-131-0/+34
* Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-0/+3
|\
| * x86: provide an init_mem_mapping hypervisor hookJuergen Gross2017-08-111-0/+3
* | x86/mm: Implement PCID based optimization: try to preserve old TLB entries us...Andy Lutomirski2017-07-251-0/+1
* | x86/mm: Rework lazy TLB mode and TLB freshness trackingAndy Lutomirski2017-07-051-1/+0
|/
* Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar2017-06-221-3/+3
|\
| * x86/mm: Disable 1GB direct mappings when disabling 2MB mappingsVlastimil Babka2017-06-131-3/+3
* | x86/mm: Rework lazy TLB to track the actual loaded mmAndy Lutomirski2017-06-051-1/+1
* | x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski2017-06-051-2/+0
|/
* x86: use set_memory.h headerLaura Abbott2017-05-081-1/+1
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-6/+53
|\
| * x86/boot/e820: Rename the remaining E820 APIs to the e820__*() prefixIngo Molnar2017-01-281-1/+1
| * x86/boot/e820: Clean up the E820 table size define namesIngo Molnar2017-01-281-3/+3
| * x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-281-1/+1
| * x86/boot/e820: Move the memblock_find_dma_reserve() function and rename it to...Ingo Molnar2017-01-281-0/+47
| * x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* | mm: Tighten x86 /dev/mem with zeroing readsKees Cook2017-04-121-11/+30
|/
* x86/e820: Use much less memory for e820/e820_saved, save up to 120kDenys Vlasenko2016-09-211-2/+2
* x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko2016-09-211-0/+2
* x86/mm/KASLR: Increase BRK pages for KASLR memory randomizationThomas Garnier2016-08-101-2/+12
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-2/+2
* Merge branch 'linus' into x86/microcode, to pick up merge window changesIngo Molnar2016-07-271-0/+4
|\
| * x86/mm: Implement ASLR for kernel memory regionsThomas Garnier2016-07-081-0/+1
| * x86/mm: Separate variable for trampoline PGDThomas Garnier2016-07-081-0/+3
* | x86/microcode: Fix suspend to RAM with builtin microcodeBorislav Petkov2016-06-081-7/+0
|/
* x86/cpufeature: Remove cpu_has_pseBorislav Petkov2016-03-311-2/+2
* x86/cpufeature: Remove cpu_has_pgeBorislav Petkov2016-03-311-1/+1
* x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov2016-03-311-1/+1
* x86: also use debug_pagealloc_enabled() for free_init_pagesChristian Borntraeger2016-03-151-14/+15
* x86: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger2016-03-151-3/+4
* Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-101-2/+2
|\
| * x86, mm: quiet arch_add_memory()Dan Williams2015-10-091-2/+2
* | x86/microcode: Merge the early microcode loaderBorislav Petkov2015-10-211-2/+0
|/
* x86/mm/pat: Add comments to cachemode translation tablesToshi Kani2015-08-201-2/+5
* x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov2015-06-071-3/+3
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-04-131-37/+31
|\
| * x86/mm/pat: Initialize __cachemode2pte_tbl[] and __pte2cachemode_tbl[] in a b...Ingo Molnar2015-03-051-18/+22
OpenPOWER on IntegriCloud