index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
cacheinfo.c
Age
Commit message (
Expand
)
Author
2023-02-11
x86/cacheinfo: Remove unused trace variable
Borislav Petkov (AMD)
2022-11-10
x86/cacheinfo: Switch cache_ap_init() to hotplug callback
Juergen Gross
2022-11-10
x86: Decouple PAT and MTRR handling
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: Move cache control code to cacheinfo.c
Juergen Gross
2022-11-10
x86/mtrr: Replace use_intel() with a local flag
Juergen Gross
2022-07-17
x86/cacheinfo: move shared cache map definitions
Sander Vanheule
2021-10-15
sched: Add cluster scheduler level for x86
Tim Chen
2021-09-01
drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()
Thomas Gleixner
2021-04-07
x86/cacheinfo: Remove unneeded dead-store initialization
Yang Li
2020-11-19
x86/CPU/AMD: Remove amd_get_nb_id()
Yazen Ghannam
2020-11-19
x86/CPU/AMD: Save AMD NodeId as cpu_die_id
Yazen Ghannam
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2019-06-19
x86/cacheinfo: Fix a -Wtype-limits warning
Qian Cai
2019-01-26
x86/kernel: Mark expected switch-case fall-throughs
Gustavo A. R. Silva
2018-12-08
x86/kernel: Fix more -Wmissing-prototypes warnings
Borislav Petkov
2018-09-27
x86/cpu: Get cache info and setup cache cpumap for Hygon Dhyana
Pu Wen
2018-06-22
x86/CPU/AMD: Fix LLC ID bit-shift calculation
Suravee Suthikulpanit
2018-05-13
x86/CPU: Move cpu_detect_cache_sizes() into init_intel_cacheinfo()
David Wang
2018-05-13
x86/CPU: Move cpu local function declarations to local header
Thomas Gleixner
2018-05-06
x86/CPU/AMD: Calculate last level cache ID from number of sharing threads
Suravee Suthikulpanit
2018-05-06
x86/CPU: Rename intel_cacheinfo.c to cacheinfo.c
Borislav Petkov