summaryrefslogtreecommitdiff
path: root/arch/x86/mm/init.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-47/+0
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)1-0/+29
2024-04-29x86/mm: Switch to new Intel CPU model definesTony Luck1-10/+6
2024-04-26x86: remove unneeded memblock_find_dma_reserve()Baoquan He1-47/+0
2023-08-30Merge tag 'x86_mm_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+0
2023-08-29Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-08-13x86/mm: Remove unused microcode.h includeThomas Gleixner1-1/+0
2023-08-09x86/cpu: Fix Gracemont uarchPeter Zijlstra1-1/+1
2023-08-03x86/mm: Remove "INVPCID single" feature trackingDave Hansen1-9/+0
2023-05-17x86/mm: Avoid incomplete Global INVLPG flushesDave Hansen1-0/+25
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+5
2023-03-16x86/uaccess: Provide untagged_addr() and remove tags before address checkKirill A. Shutemov1-0/+5
2023-03-06x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross1-1/+1
2023-01-12x86/mm: fix poking_init() for Xen PV guestsJuergen Gross1-0/+4
2022-12-15x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra1-1/+1
2022-09-27mm/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/k...Linus 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-25mm/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/gi...Linus Torvalds1-1/+1
2021-03-22x86: 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/gi...Linus Torvalds1-5/+39
2020-06-04mm: 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-11x86/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/ker...Linus Torvalds1-2/+2
2018-08-24x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka1-1/+1
2018-08-20x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestJuergen Gross1-5/+12