index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
mtrr
/
generic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-04
x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()
Kirill A. Shutemov
1
-3
/
+3
2024-04-04
x86/CPU/AMD: Track SNP host status with cc_platform_*()
Borislav Petkov (AMD)
1
-1
/
+1
2024-01-29
x86/mtrr: Don't print errors if MtrrFixDramModEn is set when SNP enabled
Ashish Kalra
1
-0
/
+3
2023-11-20
x86/mtrr: Document missing function parameters in kernel-doc
Borislav Petkov (AMD)
1
-4
/
+10
2023-06-01
x86/mtrr: Unify debugging printing
Borislav Petkov (AMD)
1
-1
/
+1
2023-06-01
x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALID
Juergen Gross
1
-2
/
+2
2023-06-01
x86/mtrr: Use new cache_map in mtrr_type_lookup()
Juergen Gross
1
-194
/
+43
2023-06-01
x86/mtrr: Add mtrr=debug command line option
Juergen Gross
1
-19
/
+45
2023-06-01
x86/mtrr: Construct a memory map with cache modes
Juergen Gross
1
-0
/
+299
2023-06-01
x86/mtrr: Add get_effective_type() service function
Juergen Gross
1
-20
/
+19
2023-06-01
x86/mtrr: Replace vendor tests in MTRR code
Juergen Gross
1
-1
/
+1
2023-06-01
x86/mtrr: Support setting MTRR state for software defined MTRRs
Juergen Gross
1
-1
/
+59
2023-06-01
x86/mtrr: Replace size_or_mask and size_and_mask with a much easier concept
Juergen Gross
1
-39
/
+31
2023-05-09
x86/mtrr: Remove physical address size calculation
Juergen Gross
1
-1
/
+11
2022-11-10
x86/mtrr: Simplify mtrr_bp_init()
Juergen Gross
1
-14
/
+0
2022-11-10
x86/mtrr: Remove set_all callback from struct mtrr_ops
Juergen Gross
1
-1
/
+0
2022-11-10
x86/mtrr: Disentangle MTRR init from PAT init
Juergen Gross
1
-13
/
+2
2022-11-10
x86/mtrr: Move cache control code to cacheinfo.c
Juergen Gross
1
-74
/
+0
2022-11-10
x86/mtrr: Split MTRR-specific handling from cache dis/enabling
Juergen Gross
1
-7
/
+19
2022-11-10
x86/mtrr: Rename prepare_set() and post_set()
Juergen Gross
1
-22
/
+21
2022-11-10
x86/mtrr: Replace use_intel() with a local flag
Juergen Gross
1
-1
/
+0
2022-10-19
x86/mtrr: Add comment for set_mtrr_state() serialization
Juergen Gross
1
-1
/
+4
2021-05-10
x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFG
Brijesh Singh
1
-2
/
+2
2021-02-20
Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+0
2021-01-15
x86: Remove definition of DEBUG
Tom Rix
1
-1
/
+0
2021-01-06
x86/mtrr: Correct the range check before performing MTRR type lookups
Ying-Tsun Huang
1
-3
/
+3
2020-04-26
x86/tlb: Move __flush_tlb() out of line
Thomas Gleixner
1
-2
/
+2
2019-12-10
x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>
Ingo Molnar
1
-1
/
+1
2019-06-28
x86/mtrr: Skip cache flushes on CPUs with cache self-snooping
Ricardo Neri
1
-2
/
+13
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2018-10-29
x86: Clean up 'sizeof x' => 'sizeof(x)'
Jordan Borgner
1
-1
/
+1
2018-02-15
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
1
-1
/
+1
2016-07-14
x86/kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+1
2016-04-13
Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base
Ingo Molnar
1
-10
/
+14
2016-03-31
x86/cpufeature: Remove cpu_has_pge
Borislav Petkov
1
-2
/
+2
2016-03-29
x86/mtrr: Fix PAT init handling when MTRR is disabled
Toshi Kani
1
-10
/
+14
2016-02-24
x86: Fix misspellings in comments
Adam Buchbinder
1
-1
/
+1
2016-02-03
x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)
Chen Yucong
1
-12
/
+11
2015-12-19
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
Borislav Petkov
1
-1
/
+1
2015-05-27
x86/mm/mtrr: Generalize runtime disabling of MTRRs
Luis R. Rodriguez
1
-1
/
+3
2015-05-27
x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpers
Toshi Kani
1
-10
/
+30
2015-05-27
x86/mm/mtrr: Clean up mtrr_type_lookup()
Toshi Kani
1
-52
/
+86
2015-05-27
x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRs
Toshi Kani
1
-7
/
+7
2015-05-27
x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()
Toshi Kani
1
-7
/
+8
2015-05-27
x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entry
Toshi Kani
1
-10
/
+18
2015-05-11
x86/mm/mtrr: Remove incorrect address check in __mtrr_type_lookup()
Toshi Kani
1
-1
/
+1
2015-02-04
x86: Store a per-cpu shadow copy of CR4
Andy Lutomirski
1
-3
/
+3
2014-01-25
mm, x86: Account for TLB flushes only when debugging
Mel Gorman
1
-2
/
+2
2013-09-11
mm: vmstats: track TLB flush stats on UP too
Dave Hansen
1
-0
/
+2
2013-07-02
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-10
/
+11
[next]