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
/
resctrl
/
internal.h
Age
Commit message (
Expand
)
Author
2024-04-03
x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offline
Reinette Chatre
2024-02-16
x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPU
James Morse
2024-02-16
x86/resctrl: Add helpers for system wide mon/alloc capable
James Morse
2024-02-16
x86/resctrl: Move alloc/mon static keys into helpers
James Morse
2024-02-16
x86/resctrl: Make resctrl_mounted checks explicit
James Morse
2024-02-16
x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()
James Morse
2024-02-16
x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflow
James Morse
2024-02-16
x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmid
James Morse
2024-02-16
x86/resctrl: Allow RMID allocation to be scoped by CLOSID
James Morse
2024-02-16
x86/resctrl: Access per-rmid structures by index
James Morse
2024-02-16
x86/resctrl: Track the closid with the rmid
James Morse
2024-02-16
x86/resctrl: Free rmid_ptrs from resctrl_exit()
James Morse
2024-01-24
x86/resctrl: Implement new mba_MBps throttling heuristic
Tony Luck
2024-01-23
x86/resctrl: Read supported bandwidth sources from CPUID
Babu Moger
2024-01-23
x86/resctrl: Remove hard-coded memory bandwidth limit
Babu Moger
2023-10-17
x86/resctrl: Display RMID of resource group
Babu Moger
2023-10-17
x86/resctrl: Introduce "-o debug" mount option
Babu Moger
2023-10-17
x86/resctrl: Rename rftype flags for consistency
Babu Moger
2023-10-17
x86/resctrl: Simplify rftype flag definitions
Babu Moger
2023-10-11
x86/resctrl: Enable non-contiguous CBMs in Intel CAT
Maciej Wieczor-Retman
2023-03-15
x86/resctrl: Clear staged_config[] before and after it is used
Shawn Wang
2023-01-23
x86/resctrl: Add interface to read mbm_total_bytes_config
Babu Moger
2023-01-23
x86/resctrl: Support monitor configuration
Babu Moger
2023-01-23
x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()
Babu Moger
2023-01-23
x86/resctrl: Add a new resource type RDT_RESOURCE_SMBA
Babu Moger
2022-11-27
x86/resctrl: Move MSR defines into msr-index.h
Borislav Petkov
2022-09-23
x86/resctrl: Make resctrl_arch_rmid_read() return values in bytes
James Morse
2022-09-23
x86/resctrl: Rename and change the units of resctrl_cqm_threshold
James Morse
2022-09-23
x86/resctrl: Move get_corrected_mbm_count() into resctrl_arch_rmid_read()
James Morse
2022-09-23
x86/resctrl: Move mbm_overflow_count() into resctrl_arch_rmid_read()
James Morse
2022-09-23
x86/resctrl: Abstract __rmid_read()
James Morse
2022-09-23
x86/resctrl: Allow per-rmid arch private storage to be reset
James Morse
2022-09-22
x86/resctrl: Add per-rmid arch private storage for overflow and chunks
James Morse
2022-09-22
x86/resctrl: Calculate bandwidth from the previous __mon_event_count() chunks
James Morse
2022-09-22
x86/resctrl: Allow update_mba_bw() to update controls directly
James Morse
2022-09-22
x86/resctrl: Remove architecture copy of mbps_val
James Morse
2022-09-22
x86/resctrl: Create mba_sc configuration in the rdt_domain
James Morse
2022-09-22
x86/resctrl: Add domain offline callback for resctrl work
James Morse
2022-09-22
x86/resctrl: Add domain online callback for resctrl work
James Morse
2022-09-22
x86/resctrl: Merge mon_capable and mon_enabled
James Morse
2022-09-22
x86/resctrl: Kill off alloc_enabled
James Morse
2021-08-11
x86/resctrl: Merge the CDP resources
James Morse
2021-08-11
x86/resctrl: Apply offset correction when config is staged
James Morse
2021-08-11
x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()
James Morse
2021-08-11
x86/resctrl: Add a helper to read/set the CDP configuration
James Morse
2021-08-11
x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_region
James Morse
2021-08-11
x86/resctrl: Pass the schema to resctrl filesystem functions
James Morse
2021-08-11
x86/resctrl: Add resctrl_arch_get_num_closid()
James Morse
2021-08-11
x86/resctrl: Label the resources with their configuration type
James Morse
2021-08-11
x86/resctrl: Add a separate schema list for resctrl
James Morse
[next]