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

Date List Subject
2024-06-14 15:32:47 linux-kernel [PATCH v3 27/38] x86/resctrl: Move get_config_index() to a header
2024-06-14 15:30:24 linux-kernel [PATCH v3 30/38] x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_"
2024-06-14 15:27:54 linux-kernel [PATCH v3 15/38] x86/resctrl: Move monitor exit work to a restrl exit call
2024-06-14 15:27:52 linux-kernel [PATCH v3 21/38] x86/resctrl: Move mbm_cfg_mask to struct rdt_resource
2024-06-14 15:26:46 linux-kernel [PATCH v3 11/38] x86/resctrl: Export resctrl fs's init function
2024-06-14 15:26:08 linux-kernel [PATCH v3 25/38] x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr
2024-06-14 15:21:37 linux-kernel [PATCH v3 02/38] x86/resctrl: Add a helper to avoid reaching into the arch code resource list
2024-06-14 15:17:42 linux-kernel [PATCH v3 38/38] x86/resctrl: Add python script to move resctrl code to /fs/resctrl
2024-06-14 15:17:29 linux-kernel [PATCH v3 37/38] x86/resctrl: Move the filesystem bits to headers visible to fs/resctrl
2024-06-14 15:17:04 linux-kernel [PATCH v3 35/38] x86/resctrl: Remove a newline to avoid confusing the code move script
2024-06-14 15:16:34 linux-kernel [PATCH v3 33/38] x86/resctrl: Move is_mba_sc() out of core.c
2024-06-14 15:15:26 linux-kernel [PATCH v3 29/38] x86/resctrl: Describe resctrl's bitmap size assumptions
2024-06-14 15:13:49 linux-kernel [PATCH v3 12/38] x86/resctrl: Wrap resctrl_arch_find_domain() around rdt_find_domain()
2024-06-14 15:12:54 linux-kernel [PATCH v3 01/38] x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors
2024-06-14 15:10:17 linux-kernel [PATCH v3 22/38] x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functions
2024-06-14 15:09:17 linux-kernel [PATCH v3 36/38] fs/resctrl: Add boiler plate for external resctrl code
2024-06-14 15:09:17 linux-kernel [PATCH v3 19/38] x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC
2024-06-14 15:09:07 linux-kernel [PATCH v3 18/38] x86/resctrl: Export the is_mbm_*_enabled() helpers to asm/resctrl.h
2024-06-14 15:09:04 linux-kernel [PATCH v3 34/38] x86/resctrl: Add end-marker to the resctrl_event_id enum
2024-06-14 15:08:27 linux-kernel [PATCH v3 32/38] x86/resctrl: Drop __init/__exit on assorted symbols
2024-06-14 15:08:19 linux-kernel [PATCH v3 31/38] x86/resctrl: resctrl_exit() teardown resctrl but leave the mount point
2024-06-14 15:08:13 linux-kernel [PATCH v3 16/38] x86/resctrl: Move monitor init work to a resctrl init call
2024-06-14 15:07:54 linux-kernel [PATCH v3 28/38] x86/resctrl: Claim get_domain_from_cpu() for resctrl
2024-06-14 15:07:34 linux-kernel [PATCH v3 14/38] x86/resctrl: Add a resctrl helper to reset all the resources
2024-06-14 15:07:31 linux-kernel [PATCH v3 26/38] x86/resctrl: Move thread_throttle_mode_init() to be managed by resctrl
2024-06-14 15:07:15 linux-kernel [PATCH v3 13/38] x86/resctrl: Move resctrl types to a separate header
2024-06-14 15:07:14 linux-kernel [PATCH v3 24/38] x86/resctrl: Make prefetch_disable_bits belong to the arch code
2024-06-14 15:07:06 linux-kernel [PATCH v3 23/38] x86/resctrl: Allow an architecture to disable pseudo lock
2024-06-14 15:05:58 linux-kernel [PATCH v3 17/38] x86/resctrl: Stop using the for_each_*_rdt_resource() walkers
2024-06-14 15:05:54 linux-kernel [PATCH v3 09/38] x86/resctrl: Add helper for setting CPU default properties
2024-06-14 15:05:41 linux-kernel [PATCH v3 20/38] x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers
2024-06-14 15:05:13 linux-kernel [PATCH v3 07/38] x86/resctrl: Add max_bw to struct resctrl_membw
2024-06-14 15:04:57 linux-kernel [PATCH v3 06/38] x86/resctrl: Move data_width to be a schema property
2024-06-14 15:04:36 linux-kernel [PATCH v3 05/38] x86/resctrl: Use schema type to determine the schema format string
2024-06-14 15:04:32 linux-kernel [PATCH v3 10/38] x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()
2024-06-14 15:04:03 linux-kernel [PATCH v3 04/38] x86/resctrl: Use schema type to determine how to parse schema values
2024-06-14 15:03:08 linux-kernel [PATCH v3 08/38] x86/resctrl: Generate default_ctrl instead of sharing it
2024-06-14 15:01:46 linux-kernel [PATCH v3 03/38] x86/resctrl: Add a schema format enum and use this for fflags
2024-06-14 15:01:01 linux-kernel [PATCH v3 00/38] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
2024-06-14 14:02:56 linux-kernel Re: [PATCH v1 31/31] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
2024-06-14 14:02:44 linux-kernel Re: [PATCH v2 00/35] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
2024-06-14 14:02:33 linux-kernel Re: [PATCH v1 00/31] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
2024-06-14 14:01:57 linux-kernel Re: [PATCH v2 29/35] fs/resctrl: Add boiler plate for external resctrl code
2024-06-14 14:01:29 linux-kernel Re: [PATCH v1 24/31] x86/resctrl: Move get_config_index() to a header
2024-06-14 14:01:13 linux-kernel Re: [PATCH v2 22/35] x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr
2024-06-14 14:00:49 linux-kernel Re: [PATCH v1 28/31] x86/resctrl: Drop __init/__exit on assorted symbols
2024-06-14 13:59:59 linux-kernel Re: [EXTERNAL] Re: [PATCH v1 28/31] x86/resctrl: Drop __init/__exit on assorted symbols
2024-06-14 13:59:18 linux-kernel Re: [PATCH v2 17/35] x86/resctrl: Move mbm_cfg_mask to struct rdt_resource
2024-06-14 13:59:10 linux-kernel Re: [PATCH v1 18/31] x86/resctrl: Allow resctrl_arch_mon_event_config_write() to return an error
2024-06-14 13:58:05 linux-kernel Re: [PATCH v1 17/31] x86/resctrl: Move mbm_cfg_mask to struct rdt_resource
2024-06-05 16:54:29 linux-kernel Re: [PATCH v1 10/31] x86/resctrl: Move monitor init work to a resctrl init call