LinuxLists
Users
About
James Morse (
[email protected]
)
Number of posts: 1750 (0.56 per day)
First post: 2015-11-03 17:59:01
Last post: 2024-06-14 15:32:47
Previous Page
/
Next Page
Date
List
Subject
2024-06-03 17:29:12
linux-kernel
Re: [PATCH RFC 0/7] block: Introduce CBD (CXL Block Device)
2024-05-23 18:04:36
linux-kernel
Re: [PATCH v1 03/31] x86/resctrl: Move ctrlval string parsing policy away from the arch code
2024-03-21 17:27:33
linux-kernel
[PATCH v1 30/31] x86/resctrl: Move the filesystem bits to headers visible to fs/resctrl
2024-03-21 17:26:01
linux-kernel
[PATCH v1 19/31] x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functions
2024-03-21 17:25:46
linux-kernel
[PATCH v1 18/31] x86/resctrl: Allow resctrl_arch_mon_event_config_write() to return an error
2024-03-21 17:25:07
linux-kernel
[PATCH v1 14/31] x86/resctrl: Export the is_mbm_*_enabled() helpers to asm/resctrl.h
2024-03-21 17:24:40
linux-kernel
[PATCH v1 13/31] x86/resctrl: Stop using the for_each_*_rdt_resource() walkers
2024-03-21 17:23:35
linux-kernel
[PATCH v1 09/31] x86/resctrl: Add a resctrl helper to reset all the resources
2024-03-21 17:05:43
linux-kernel
[PATCH v1 31/31] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
2024-03-21 17:05:01
linux-kernel
[PATCH v1 28/31] x86/resctrl: Drop __init/__exit on assorted symbols
2024-03-21 17:04:59
linux-kernel
[PATCH v1 29/31] fs/resctrl: Add boiler plate for external resctrl code
2024-03-21 17:04:36
linux-kernel
[PATCH v1 27/31] x86/resctrl: Rename resctrl_sched_in() to begin resctrl_arch_
2024-03-21 17:04:22
linux-kernel
[PATCH v1 25/31] x86/resctrl: Claim get_domain_from_cpu() for resctrl
2024-03-21 17:04:21
linux-kernel
[PATCH v1 26/31] x86/resctrl: Describe resctrl's bitmap size assumptions
2024-03-21 17:04:15
linux-kernel
[PATCH v1 24/31] x86/resctrl: Move get_config_index() to a header
2024-03-21 17:03:55
linux-kernel
[PATCH v1 22/31] x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr
2024-03-21 17:03:48
linux-kernel
[PATCH v1 23/31] x86/resctrl: Move thread_throttle_mode_init() to be managed by resctrl
2024-03-21 17:03:45
linux-kernel
[PATCH v1 21/31] x86/resctrl: Make prefetch_disable_bits belong to the arch code
2024-03-21 17:03:24
linux-kernel
[PATCH v1 20/31] x86/resctrl: Allow an architecture to disable pseudo lock
2024-03-21 17:02:50
linux-kernel
[PATCH v1 17/31] x86/resctrl: Move mbm_cfg_mask to struct rdt_resource
2024-03-21 17:02:37
linux-kernel
[PATCH v1 16/31] x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers
2024-03-21 17:02:23
linux-kernel
[PATCH v1 15/31] x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC
2024-03-21 17:01:32
linux-kernel
[PATCH v1 12/31] x86/resctrl: Move max_{name,data}_width into resctrl code
2024-03-21 17:01:16
linux-kernel
[PATCH v1 11/31] x86/resctrl: Move monitor exit work to a restrl exit call
2024-03-21 17:01:04
linux-kernel
[PATCH v1 10/31] x86/resctrl: Move monitor init work to a resctrl init call
2024-03-21 17:00:28
linux-kernel
[PATCH v1 08/31] x86/resctrl: Move resctrl types to a separate header
2024-03-21 17:00:20
linux-kernel
[PATCH v1 06/31] x86/resctrl: Export resctrl fs's init function
2024-03-21 17:00:12
linux-kernel
[PATCH v1 07/31] x86/resctrl: Wrap resctrl_arch_find_domain() around rdt_find_domain()
2024-03-21 16:59:58
linux-kernel
[PATCH v1 04/31] x86/resctrl: Add helper for setting CPU default properties
2024-03-21 16:59:47
linux-kernel
[PATCH v1 05/31] x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()
2024-03-21 16:59:23
linux-kernel
[PATCH v1 03/31] x86/resctrl: Move ctrlval string parsing policy away from the arch code
2024-03-21 16:59:11
linux-kernel
[PATCH v1 02/31] x86/resctrl: Add a helper to avoid reaching into the arch code resource list
2024-03-21 16:59:00
linux-kernel
[PATCH v1 01/31] x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors
2024-03-21 16:58:48
linux-kernel
[PATCH v1 00/31] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
2024-03-18 18:28:08
linux-kernel
Re: 32bit resctrl? (was Re: [PATCH v2] fs/resctrl: fix domid loss precision issue)
2024-03-18 17:33:37
linux-kernel
Re: 答复: [PATCH] fs/resctrl: Uniform da ta type of component_id/domid/id/cache_id
2024-03-15 18:02:24
linux-kernel
Re: [PATCH 4/4] selftests/resctrl: Adjust SNC support messages
2024-03-15 18:00:34
linux-kernel
Re: 32bit resctrl? (was Re: [PATCH v2] fs/resctrl: fix domid loss precision issue)
2024-03-11 17:55:14
linux-kernel
Re: [PATCH] fs/resctrl: Uniform data type of component_id/domid/id/cache_id
2024-03-08 18:27:45
linux-kernel
Re: [PATCH v4 1/2] x86/resctrl: Pass domain to target CPU
2024-03-08 18:07:02
linux-kernel
Re: [PATCH 4/4] selftests/resctrl: Adjust SNC support messages
2024-03-01 17:48:52
linux-kernel
Re: [PATCH 2/2] x86/resctrl: Add tracepoint for llc_occupancy tracking
2024-03-01 17:48:32
linux-kernel
Re: [PATCH v2 2/2] x86/resctrl: Add tracepoint for llc_occupancy tracking
2024-02-21 12:23:52
linux-kernel
[PATCH] x86/resctrl: Remove lockdep annotation that triggers false positive
2024-02-21 12:07:04
linux-kernel
Re: [PATCH] x86/resctrl: Fix WARN in get_domain_from_cpu()
2024-02-21 12:06:51
linux-kernel
Re: [PATCH v9 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
2024-02-20 18:15:35
linux-kernel
Re: [PATCH v2 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2024-02-20 18:15:00
linux-kernel
Re: [PATCH v2 06/17] x86/resctrl: Introduce interface to display number of ABMC counters
2024-02-20 18:02:09
linux-kernel
Re: [PATCH v2 04/17] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
2024-02-20 16:29:01
linux-kernel
Re: [PATCH v9 09/24] x86/resctrl: Use __set_bit()/__clear_bit() instead of open coding
2024-02-20 16:04:30
linux-kernel
Re: [PATCH v9 02/24] x86/resctrl: kfree() rmid_ptrs from resctrl_exit()