index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
init.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-13
mm, x86/mm: move creating the tlb_flush event back to x86 code
Steven Rostedt
1
-0
/
+1
2025-08-02
x86/ftrace: enable EXECMEM_ROX_CACHE for ftrace allocations
Mike Rapoport (Microsoft)
1
-1
/
+8
2025-08-02
x86/kprobes: enable EXECMEM_ROX_CACHE for kprobes allocations
Mike Rapoport (Microsoft)
1
-1
/
+8
2025-08-02
execmem: drop writable parameter from execmem_fill_trapping_insns()
Mike Rapoport (Microsoft)
1
-6
/
+2
2025-05-17
x86/mm/64: Make 5-level paging support unconditional
Kirill A. Shutemov
1
-4
/
+0
2025-05-06
x86/mm: Fix false positive warning in switch_mm_irqs_off()
Peter Zijlstra
1
-0
/
+3
2025-04-11
x86/alternatives: Rename 'poking_addr' to 'text_poke_mm_addr'
Ingo Molnar
1
-5
/
+5
2025-04-11
x86/alternatives: Rename 'poking_mm' to 'text_poke_mm'
Ingo Molnar
1
-4
/
+4
2025-03-19
x86/mm: Check return value from memblock_phys_alloc_range()
Philip Redkin
1
-2
/
+7
2025-01-12
x86/execmem: fix ROX cache usage in Xen PV guests
Juergen Gross
1
-1
/
+2
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+36
2024-11-07
x86/module: enable ROX caches for module text on 64 bit
Mike Rapoport (Microsoft)
1
-1
/
+36
2024-10-02
x86/mm: Don't disable PCID when INVLPG has been fixed by microcode
Xi Ruoyao
1
-9
/
+14
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-47
/
+0
2024-05-14
arch: make execmem setup available regardless of CONFIG_MODULES
Mike Rapoport (IBM)
1
-0
/
+29
2024-04-29
x86/mm: Switch to new Intel CPU model defines
Tony Luck
1
-10
/
+6
2024-04-25
x86: remove unneeded memblock_find_dma_reserve()
Baoquan He
1
-47
/
+0
2023-08-30
Merge tag 'x86_mm_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-9
/
+0
2023-08-28
Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2023-08-13
x86/mm: Remove unused microcode.h include
Thomas Gleixner
1
-1
/
+0
2023-08-09
x86/cpu: Fix Gracemont uarch
Peter Zijlstra
1
-1
/
+1
2023-08-03
x86/mm: Remove "INVPCID single" feature tracking
Dave Hansen
1
-9
/
+0
2023-05-17
x86/mm: Avoid incomplete Global INVLPG flushes
Dave Hansen
1
-0
/
+25
2023-04-28
Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+5
2023-03-16
x86/uaccess: Provide untagged_addr() and remove tags before address check
Kirill A. Shutemov
1
-0
/
+5
2023-03-06
x86/paravirt: Merge activate_mm() and dup_mmap() callbacks
Juergen Gross
1
-1
/
+1
2023-01-12
x86/mm: fix poking_init() for Xen PV guests
Juergen Gross
1
-0
/
+4
2022-12-15
x86/mm: Use mm_alloc() in poking_init()
Peter Zijlstra
1
-1
/
+1
2022-09-26
mm/swap: cache maximum swapfile size when init swap
Peter Xu
1
-1
/
+1
2022-08-01
Merge tag 'x86_cleanups_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2022-07-13
x86/pat: Fix x86_has_pat_wp()
Juergen Gross
1
-2
/
+12
2022-07-07
x86/mm: Refer to the intended config STRICT_DEVMEM in a comment
Lukas Bulwahn
1
-1
/
+1
2022-03-24
mm/migration: add trace events for base page and HugeTLB migrations
Anshuman Khandual
1
-1
/
+0
2021-12-04
x86/realmode: Add comment for Global bit usage in trampoline_pgd
Joerg Roedel
1
-0
/
+5
2021-11-06
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
1
-1
/
+1
2021-09-03
memblock: make memblock_find_in_range method private
Mike Rapoport
1
-8
/
+15
2021-04-29
Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2021-03-21
x86: Fix various typos in comments, take #2
Ingo Molnar
1
-1
/
+1
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-2
/
+2
2021-03-06
x86/mm/tlb: Privatize cpu_tlbstate
Nadav Amit
1
-1
/
+1
2021-01-04
x86/mm: Increase pgt_buf size for 5-level page tables
Lorenzo Stoakes
1
-5
/
+14
2020-11-20
x86/mm: Declare 'start' variable where it is used
Lukas Bulwahn
1
-2
/
+4
2020-06-17
x86/mm: Fix -Wmissing-prototypes warnings for arch/x86/mm/init.c
Benjamin Thiel
1
-2
/
+1
2020-06-09
x86/mm: simplify init_trampoline() and surrounding logic
Mike Rapoport
1
-0
/
+22
2020-06-05
Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+39
2020-06-03
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
1
-1
/
+1
2020-05-23
x86/mm: Stop printing BRK addresses
Arvind Sankar
1
-2
/
+0
2020-04-26
x86/tlb: Restrict access to tlbstate
Thomas Gleixner
1
-1
/
+0
2020-04-26
x86/tlb: Move cr4_set_bits_and_update_boot() to the usage site
Thomas Gleixner
1
-0
/
+13
2020-04-23
x86/mm: Unexport __cachemode2pte_tbl
Christoph Hellwig
1
-2
/
+9
[next]