index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
resctrl
/
mpam_devices.c
Age
Commit message (
Expand
)
Author
13 days
arm_mpam: Check whether the config array is allocated before destroying it
James Morse
13 days
arm_mpam: Fix false positive assert failure during mpam_disable()
James Morse
13 days
arm_mpam: Improve check for whether or not NRDY is hardware managed
Ben Horgan
13 days
arm_mpam: Pretend that NRDY is always hardware managed
Ben Horgan
13 days
arm_mpam: Fix monitor instance selection when checking for hardware NRDY
Ben Horgan
2026-04-14
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2026-03-27
arm_mpam: Quirk CMN-650's CSU NRDY behaviour
James Morse
2026-03-27
arm_mpam: Add workaround for T241-MPAM-6
Shanker Donthineni
2026-03-27
arm_mpam: Add workaround for T241-MPAM-4
Shanker Donthineni
2026-03-27
arm_mpam: Add workaround for T241-MPAM-1
Shanker Donthineni
2026-03-27
arm_mpam: Add quirk framework
Shanker Donthineni
2026-03-27
arm_mpam: resctrl: Call resctrl_init() on platforms that can support resctrl
James Morse
2026-03-27
arm_mpam: resctrl: Convert to/from MPAMs fixed-point formats
Dave Martin
2026-03-27
arm_mpam: resctrl: Implement resctrl_arch_reset_all_ctrls()
James Morse
2026-03-27
arm_mpam: resctrl: Add boilerplate cpuhp and domain allocation
James Morse
2026-03-27
arm64: mpam: Context switch the MPAM registers
James Morse
2026-03-27
arm_mpam: Reset when feature configuration bit unset
Ben Horgan
2026-03-27
arm_mpam: Ensure in_reset_state is false after applying configuration
Zeng Heng
2026-03-13
arm_mpam: Fix null pointer dereference when restoring bandwidth counters
Ben Horgan
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-08
arm_mpam: Stop using uninitialized variables in __ris_msmon_read()
Ben Horgan
2025-11-19
arm_mpam: Add kunit test for bitmap reset
James Morse
2025-11-19
arm_mpam: Add helper to reset saved mbwu state
James Morse
2025-11-19
arm_mpam: Use long MBWU counters if supported
Rohit Mathew
2025-11-19
arm_mpam: Probe for long/lwd mbwu counters
Rohit Mathew
2025-11-19
arm_mpam: Consider overflow in bandwidth counter state
Ben Horgan
2025-11-19
arm_mpam: Track bandwidth counter state for power management
James Morse
2025-11-19
arm_mpam: Add mpam_msmon_read() to read monitor value
James Morse
2025-11-19
arm_mpam: Add helpers to allocate monitors
James Morse
2025-11-19
arm_mpam: Probe and reset the rest of the features
James Morse
2025-11-19
arm_mpam: Allow configuration to be applied and restored during cpu online
James Morse
2025-11-19
arm_mpam: Use a static key to indicate when mpam is enabled
James Morse
2025-11-19
arm_mpam: Register and enable IRQs
James Morse
2025-11-19
arm_mpam: Extend reset logic to allow devices to be reset any time
James Morse
2025-11-19
arm_mpam: Add a helper to touch an MSC from any CPU
James Morse
2025-11-19
arm_mpam: Reset MSC controls from cpuhp callbacks
James Morse
2025-11-19
arm_mpam: Merge supported features during mpam_enable() into mpam_class
James Morse
2025-11-19
arm_mpam: Probe the hardware features resctrl supports
James Morse
2025-11-19
arm_mpam: Add helpers for managing the locking around the mon_sel registers
James Morse
2025-11-19
arm_mpam: Probe hardware to find the supported partid/pmg values
James Morse
2025-11-19
arm_mpam: Add cpuhp callbacks to probe MSC hardware
James Morse
2025-11-19
arm_mpam: Add the class and component structures for firmware described ris
James Morse
2025-11-19
arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate
James Morse