summaryrefslogtreecommitdiff
path: root/arch/x86/mm/init.c
AgeCommit message (Expand)Author
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
2018-06-15mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams
2018-04-12x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel imageDave Hansen
2018-04-09x86/mm: Introduce "default" kernel PTE maskDave Hansen
2018-01-05Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-05x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-23x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen
2017-12-23x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra
2017-12-23x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner
2017-12-23x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=yDave Hansen
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2017-11-10x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross