summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_mm_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-301-9/+0
|\
| * x86/mm: Remove "INVPCID single" feature trackingDave Hansen2023-08-031-9/+0
* | Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-281-1/+1
|\ \
| * | x86/cpu: Fix Gracemont uarchPeter Zijlstra2023-08-091-1/+1
| |/
* / x86/mm: Remove unused microcode.h includeThomas Gleixner2023-08-131-1/+0
|/
* x86/mm: Avoid incomplete Global INVLPG flushesDave Hansen2023-05-171-0/+25
* Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-281-0/+5
|\
| * x86/uaccess: Provide untagged_addr() and remove tags before address checkKirill A. Shutemov2023-03-161-0/+5
* | x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross2023-03-061-1/+1
|/
* x86/mm: fix poking_init() for Xen PV guestsJuergen Gross2023-01-121-0/+4
* x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra2022-12-151-1/+1
* mm/swap: cache maximum swapfile size when init swapPeter Xu2022-09-261-1/+1
* Merge tag 'x86_cleanups_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-08-011-1/+1
|\
| * x86/mm: Refer to the intended config STRICT_DEVMEM in a commentLukas Bulwahn2022-07-071-1/+1
* | x86/pat: Fix x86_has_pat_wp()Juergen Gross2022-07-131-2/+12
|/
* mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual2022-03-241-1/+0
* x86/realmode: Add comment for Global bit usage in trampoline_pgdJoerg Roedel2021-12-041-0/+5
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* memblock: make memblock_find_in_range method privateMike Rapoport2021-09-031-8/+15
* Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-291-1/+1
|\
| * x86/mm/tlb: Privatize cpu_tlbstateNadav Amit2021-03-061-1/+1
* | x86: Fix various typos in comments, take #2Ingo Molnar2021-03-211-1/+1
* | x86: Fix various typos in commentsIngo Molnar2021-03-181-2/+2
|/
* 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