aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26mm/swap: cache maximum swapfile size when init swapPeter Xu1-1/+1
2022-08-01Merge tag 'x86_cleanups_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-07-13x86/pat: Fix x86_has_pat_wp()Juergen Gross1-2/+12
2022-07-07x86/mm: Refer to the intended config STRICT_DEVMEM in a commentLukas Bulwahn1-1/+1
2022-03-24mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual1-1/+0
2021-12-04x86/realmode: Add comment for Global bit usage in trampoline_pgdJoerg Roedel1-0/+5
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-8/+15
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar1-1/+1
2021-03-18x86: Fix various typos in commentsIngo Molnar1-2/+2
2021-03-06x86/mm/tlb: Privatize cpu_tlbstateNadav Amit1-1/+1
2021-01-04x86/mm: Increase pgt_buf size for 5-level page tablesLorenzo Stoakes1-5/+14
2020-11-20x86/mm: Declare 'start' variable where it is usedLukas Bulwahn1-2/+4
2020-06-17x86/mm: Fix -Wmissing-prototypes warnings for arch/x86/mm/init.cBenjamin Thiel1-2/+1
2020-06-09x86/mm: simplify init_trampoline() and surrounding logicMike Rapoport1-0/+22
2020-06-05Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+39
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-05-23x86/mm: Stop printing BRK addressesArvind Sankar1-2/+0
2020-04-26x86/tlb: Restrict access to tlbstateThomas Gleixner1-1/+0
2020-04-26x86/tlb: Move cr4_set_bits_and_update_boot() to the usage siteThomas Gleixner1-0/+13
2020-04-23x86/mm: Unexport __cachemode2pte_tblChristoph Hellwig1-2/+9
2020-04-20x86/mm: Move pgprot2cachemode out of lineChristoph Hellwig1-2/+11
2020-04-20x86/mm: Add a x86_has_pat_wp() helperChristoph Hellwig1-0/+6
2020-04-10x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe1-4/+5
2019-11-04x86/mm: Report which part of kernel image is freedKees Cook1-4/+4
2019-04-30x86/alternatives: Initialize temporary mm for patchingNadav Amit1-0/+37
2019-04-24x86/mm: Fix a crash with kmemleak_scan()Qian Cai1-0/+6
2018-12-28mm: make free_reserved_area() return "const char *"Alexey Dobriyan1-1/+1
2018-12-11x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-09-15x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh1-0/+4
2018-08-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-08-24x86/speculation/l1tf: Fix off-by-one error when warning that system has too much RAMVlastimil Babka1-1/+1
2018-08-20x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestJuergen Gross1-5/+12
2018-08-20x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka1-2/+2
2018-08-14x86/init: fix build with CONFIG_SWAP=nVlastimil Babka1-0/+2
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+23
2018-08-06x86/mm/init: Remove freed kernel image areas from alias mappingDave Hansen1-2/+24
2018-08-05x86/mm/init: Add helper for freeing kernel image pagesDave Hansen1-3/+12
2018-06-27x86/speculation/l1tf: Protect PAE swap entries against L1TFVlastimil Babka1-1/+1
2018-06-21x86/speculation/l1tf: Extend 64bit swap file size limitVlastimil Babka1-1/+9
2018-06-20x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen1-0/+15
2018-06-15mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams1-1/+3
2018-04-12x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel imageDave Hansen1-7/+1
2018-04-09x86/mm: Introduce "default" kernel PTE maskDave Hansen1-0/+6
2018-01-05Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-01-05x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner1-1/+1
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-31/+49
2017-12-23x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen1-27/+37