index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
mtrr.h
Age
Commit message (
Expand
)
Author
2024-12-04
x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()
Kirill A. Shutemov
2024-08-25
x86/mtrr: Remove obsolete declaration for mtrr_bp_restore()
Gaosheng Cui
2023-06-01
x86/mtrr: Remove unused code
Juergen Gross
2023-06-01
x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALID
Juergen Gross
2023-06-01
x86/mtrr: Support setting MTRR state for software defined MTRRs
Juergen Gross
2023-06-01
x86/mtrr: Replace size_or_mask and size_and_mask with a much easier concept
Juergen Gross
2022-11-10
x86/mtrr: Add a stop_machine() handler calling only cache_cpu_init()
Juergen Gross
2022-11-10
x86/mtrr: Let cache_aps_delayed_init replace mtrr_aps_delayed_init
Juergen Gross
2022-11-10
x86/mtrr: Disentangle MTRR init from PAT init
Juergen Gross
2022-11-10
x86/mtrr: Split MTRR-specific handling from cache dis/enabling
Juergen Gross
2021-12-22
x86/mtrr: Remove the mtrr_bp_init() stub
Christoph Hellwig
2019-12-10
x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>
Ingo Molnar
2019-12-10
x86/mm/pat: Disambiguate PAT-disabled boot messages
Ingo Molnar
2016-03-29
x86/mtrr: Fix Xorg crashes in Qemu sessions
Toshi Kani
2015-05-27
x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()
Luis R. Rodriguez
2015-05-27
x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpers
Toshi Kani
2015-05-27
x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRs
Toshi Kani
2015-05-27
x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()
Toshi Kani
2013-05-31
Add arch_phys_wc_{add, del} to manipulate WC MTRRs if needed
Andy Lutomirski
2012-12-14
UAPI: (Scripted) Disintegrate arch/x86/include/asm
David Howells
2012-03-01
x86, mtrr: Use explicit sizing and padding for the 64-bit ioctls
H. Peter Anvin
2009-08-21
x86, mtrr: make mtrr_aps_delayed_init static bool
H. Peter Anvin
2009-08-21
x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT init
Suresh Siddha
2009-01-31
headers_check fix: x86, mtrr.h
Jaswinder Singh Rajput
2009-01-08
x86, mtrr: fix types used in userspace exported header
Kyle McMartin
2008-12-31
x86: Export some definition of MTRR
Sheng Yang
2008-10-22
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro