summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Increase pgt_buf size for 5-level page tablesLorenzo Stoakes2021-01-041-5/+14
* x86/mm: Declare 'start' variable where it is usedLukas Bulwahn2020-11-201-2/+4
* x86/mm: Fix -Wmissing-prototypes warnings for arch/x86/mm/init.cBenjamin Thiel2020-06-171-2/+1
* x86/mm: simplify init_trampoline() and surrounding logicMike Rapoport2020-06-091-0/+22
* Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-051-5/+39
|\
| * x86/tlb: Restrict access to tlbstateThomas Gleixner2020-04-261-1/+0
| * x86/tlb: Move cr4_set_bits_and_update_boot() to the usage siteThomas Gleixner2020-04-261-0/+13
| * x86/mm: Unexport __cachemode2pte_tblChristoph Hellwig2020-04-231-2/+9
| * x86/mm: Move pgprot2cachemode out of lineChristoph Hellwig2020-04-201-2/+11
| * x86/mm: Add a x86_has_pat_wp() helperChristoph Hellwig2020-04-201-0/+6
* | mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
* | x86/mm: Stop printing BRK addressesArvind Sankar2020-05-231-2/+0
|/
* x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe2020-04-101-4/+5
* x86/mm: Report which part of kernel image is freedKees Cook2019-11-041-4/+4
* x86/alternatives: Initialize temporary mm for patchingNadav Amit2019-04-301-0/+37
* x86/mm: Fix a crash with kmemleak_scan()Qian Cai2019-04-241-0/+6
* mm: make free_reserved_area() return "const char *"Alexey Dobriyan2018-12-281-1/+1
* x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko2018-12-111-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh2018-09-151-0/+4
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-261-2/+2
|\
| * x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka2018-08-241-1/+1
| * x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka2018-08-201-2/+2
* | x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestJuergen Gross2018-08-201-5/+12
|/
* x86/init: fix build with CONFIG_SWAP=nVlastimil Babka2018-08-141-0/+2
* Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-141-0/+23
|\
| * x86/speculation/l1tf: Protect PAE swap entries against L1TFVlastimil Babka2018-06-271-1/+1
| * x86/speculation/l1tf: Extend 64bit swap file size limitVlastimil Babka2018-06-211-1/+9
| * x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen2018-06-201-0/+15
* | x86/mm/init: Remove freed kernel image areas from alias mappingDave Hansen2018-08-061-2/+24
* | x86/mm/init: Add helper for freeing kernel image pagesDave Hansen2018-08-051-3/+12
|/
* 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
|\