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-02-20 15:46:25
linux-kernel
Re: [PATCH v9 02/24] x86/resctrl: kfree() rmid_ptrs from resctrl_exit()
2024-02-20 15:22:10
linux-kernel
Re: [PATCH v2 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2024-02-20 15:22:05
linux-kernel
Re: [PATCH v2 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2024-02-19 17:56:12
linux-kernel
Re: [PATCH v9 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
2024-02-19 16:54:29
linux-kernel
Re: [PATCH v9 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
2024-02-19 16:54:15
linux-kernel
Re: [PATCH v9 02/24] x86/resctrl: kfree() rmid_ptrs from resctrl_exit()
2024-02-19 16:54:07
linux-kernel
Re: [PATCH v9 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
2024-02-19 16:53:58
linux-kernel
Re: [PATCH v9 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
2024-02-13 19:16:14
linux-kernel
[PATCH v9 24/24] x86/resctrl: Separate arch and fs resctrl locks
2024-02-13 19:15:01
linux-kernel
[PATCH v9 20/24] x86/resctrl: Add CPU online callback for resctrl work
2024-02-13 19:14:38
linux-kernel
[PATCH v9 19/24] x86/resctrl: Add helpers for system wide mon/alloc capable
2024-02-13 19:13:50
linux-kernel
[PATCH v9 17/24] x86/resctrl: Move alloc/mon static keys into helpers
2024-02-13 19:07:34
linux-kernel
[PATCH v9 05/24] x86/resctrl: Track the closid with the rmid
2024-02-13 18:57:34
linux-kernel
[PATCH v9 02/24] x86/resctrl: kfree() rmid_ptrs from resctrl_exit()
2024-02-13 18:56:30
linux-kernel
[PATCH v9 10/24] x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmid
2024-02-13 18:55:07
linux-kernel
[PATCH v9 07/24] x86/resctrl: Allow RMID allocation to be scoped by CLOSID
2024-02-13 18:55:07
linux-kernel
[PATCH v9 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
2024-02-13 18:54:45
linux-kernel
[PATCH v9 11/24] x86/resctrl: Move CLOSID/RMID matching and setting to use helpers
2024-02-13 18:50:56
linux-kernel
[PATCH v9 21/24] x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but cpu
2024-02-13 18:50:49
linux-kernel
[PATCH v9 23/24] x86/resctrl: Move domain helper migration into resctrl_offline_cpu()
2024-02-13 18:50:36
linux-kernel
[PATCH v9 22/24] x86/resctrl: Add CPU offline callback for resctrl work
2024-02-13 18:49:37
linux-kernel
[PATCH v9 18/24] x86/resctrl: Make rdt_enable_key the arch's decision to switch
2024-02-13 18:49:06
linux-kernel
[PATCH v9 16/24] x86/resctrl: Make resctrl_mounted checks explicit
2024-02-13 18:48:52
linux-kernel
[PATCH v9 15/24] x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()
2024-02-13 18:48:36
linux-kernel
[PATCH v9 14/24] x86/resctrl: Allow resctrl_arch_rmid_read() to sleep
2024-02-13 18:48:21
linux-kernel
[PATCH v9 13/24] x86/resctrl: Queue mon_event_read() instead of sending an IPI
2024-02-13 18:48:07
linux-kernel
[PATCH v9 12/24] x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflow
2024-02-13 18:47:23
linux-kernel
[PATCH v9 09/24] x86/resctrl: Use __set_bit()/__clear_bit() instead of open coding
2024-02-13 18:47:09
linux-kernel
[PATCH v9 08/24] x86/resctrl: Track the number of dirty RMID a CLOSID has
2024-02-13 18:46:38
linux-kernel
[PATCH v9 06/24] x86/resctrl: Access per-rmid structures by index
2024-02-13 18:46:10
linux-kernel
[PATCH v9 04/24] x86/resctrl: Move rmid allocation out of mkdir_rdt_prepare()
2024-02-13 18:45:56
linux-kernel
[PATCH v9 03/24] x86/resctrl: Create helper for RMID allocation and mondata dir creation
2024-02-13 18:45:30
linux-kernel
[PATCH v9 01/24] tick/nohz: Move tick_nohz_full_mask declaration outside the #ifdef
2024-02-13 18:11:50
linux-kernel
Re: [PATCH v15-RFC 0/8] Add support for Sub-NUMA cluster (SNC) systems
2024-01-23 12:12:58
linux-kernel
Re: [PATCH v2] x86/resctrl: Implement new mba_MBps throttling heuristic
2024-01-22 19:29:16
linux-kernel
Re: [PATCH v8 14/24] x86/resctrl: Allow resctrl_arch_rmid_read() to sleep
2024-01-22 19:26:15
linux-kernel
Re: [PATCH v8 05/24] x86/resctrl: Track the closid with the rmid
2024-01-22 19:09:58
linux-kernel
Re: [PATCH v8 08/24] x86/resctrl: Track the number of dirty RMID a CLOSID has
2024-01-22 19:03:29
linux-kernel
Re: [PATCH v8 19/24] x86/resctrl: Add helpers for system wide mon/alloc capable
2024-01-22 18:48:18
linux-kernel
Re: [PATCH v8 21/24] x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but cpu
2024-01-22 18:46:58
linux-kernel
Re: [PATCH v8 10/24] x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmid
2024-01-22 18:36:37
linux-kernel
Re: [EXT] [PATCH v7 06/24] x86/resctrl: Access per-rmid structures by index
2024-01-22 18:36:29
linux-kernel
Re: [PATCH v8 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
2024-01-22 18:36:21
linux-kernel
Re: [PATCH v8 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
2024-01-22 18:34:17
linux-kernel
Re: [PATCH v8 13/24] x86/resctrl: Queue mon_event_read() instead of sending an IPI
2024-01-22 18:33:55
linux-kernel
Re: [PATCH v8 06/24] x86/resctrl: Access per-rmid structures by index
2024-01-22 18:33:50
linux-kernel
Re: [PATCH v8 01/24] tick/nohz: Move tick_nohz_full_mask declaration outside the #ifdef
2024-01-22 18:32:13
linux-kernel
Re: [PATCH v8 08/24] x86/resctrl: Track the number of dirty RMID a CLOSID has
2024-01-15 17:31:47
linux-kernel
Re: [PATCH] firmware/arm_sdei: Fix invalid argument to unregister private events.
2024-01-15 17:21:32
linux-kernel
Re: [PATCH] KVM: arm64: Add missing ERX*_EL1 registers
2023-12-15 17:52:51
linux-kernel
[PATCH v8 24/24] x86/resctrl: Separate arch and fs resctrl locks