aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init.c
AgeCommit message (Expand)Author
3 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-05-17x86/mm: Avoid incomplete Global INVLPG flushesDave Hansen
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-03-16x86/uaccess: Provide untagged_addr() and remove tags before address checkKirill A. Shutemov
2023-03-06x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross
2023-01-12x86/mm: fix poking_init() for Xen PV guestsJuergen Gross
2022-12-15x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra
2022-09-26mm/swap: cache maximum swapfile size when init swapPeter Xu
2022-08-01Merge tag 'x86_cleanups_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-07-13x86/pat: Fix x86_has_pat_wp()Juergen Gross
2022-07-07x86/mm: Refer to the intended config STRICT_DEVMEM in a commentLukas Bulwahn
2022-03-24mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual
2021-12-04x86/realmode: Add comment for Global bit usage in trampoline_pgdJoerg Roedel
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-03-06x86/mm/tlb: Privatize cpu_tlbstateNadav Amit
2021-01-04x86/mm: Increase pgt_buf size for 5-level page tablesLorenzo Stoakes
2020-11-20x86/mm: Declare 'start' variable where it is usedLukas Bulwahn
2020-06-17x86/mm: Fix -Wmissing-prototypes warnings for arch/x86/mm/init.cBenjamin Thiel
2020-06-09x86/mm: simplify init_trampoline() and surrounding logicMike Rapoport
2020-06-05Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport
2020-05-23x86/mm: Stop printing BRK addressesArvind Sankar
2020-04-26x86/tlb: Restrict access to tlbstateThomas Gleixner
2020-04-26x86/tlb: Move cr4_set_bits_and_update_boot() to the usage siteThomas Gleixner
2020-04-23x86/mm: Unexport __cachemode2pte_tblChristoph Hellwig
2020-04-20x86/mm: Move pgprot2cachemode out of lineChristoph Hellwig
2020-04-20x86/mm: Add a x86_has_pat_wp() helperChristoph Hellwig
2020-04-10x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe
2019-11-04x86/mm: Report which part of kernel image is freedKees Cook
2019-04-30x86/alternatives: Initialize temporary mm for patchingNadav Amit
2019-04-24x86/mm: Fix a crash with kmemleak_scan()Qian Cai
2018-12-28mm: make free_reserved_area() return "const char *"Alexey Dobriyan
2018-12-11x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-09-15x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh
2018-08-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-24x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka
2018-08-20x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestJuergen Gross
2018-08-20x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka
2018-08-14x86/init: fix build with CONFIG_SWAP=nVlastimil Babka
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2018-08-06x86/mm/init: Remove freed kernel image areas from alias mappingDave Hansen
2018-08-05x86/mm/init: Add helper for freeing kernel image pagesDave Hansen
2018-06-27x86/speculation/l1tf: Protect PAE swap entries against L1TFVlastimil Babka
2018-06-21x86/speculation/l1tf: Extend 64bit swap file size limitVlastimil Babka
2018-06-20x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen