index
:
linux-dev
linus/master
master
remove-sha1
splice-fmode
splice-llseek
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
resctrl
/
rdtgroup.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-03
arch/x86: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
1
-7
/
+7
2022-04-10
x86: Replace cpumask_weight() with cpumask_empty() where appropriate
Yury Norov
1
-7
/
+7
2022-02-23
kernfs: move struct kernfs_root out of the public view.
Greg Kroah-Hartman
1
-2
/
+2
2021-08-11
x86/resctrl: Make resctrl_arch_get_config() return its value
James Morse
1
-8
/
+12
2021-08-11
x86/resctrl: Merge the CDP resources
James Morse
1
-67
/
+73
2021-08-11
x86/resctrl: Remove rdt_cdp_peer_get()
James Morse
1
-85
/
+14
2021-08-11
x86/resctrl: Apply offset correction when config is staged
James Morse
1
-7
/
+0
2021-08-11
x86/resctrl: Make ctrlval arrays the same size
James Morse
1
-0
/
+9
2021-08-11
x86/resctrl: Pass configuration type to resctrl_arch_get_config()
James Morse
1
-12
/
+23
2021-08-11
x86/resctrl: Add a helper to read a closid's configuration
James Morse
1
-25
/
+18
2021-08-11
x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()
James Morse
1
-1
/
+1
2021-08-11
x86/resctrl: Allow different CODE/DATA configurations to be staged
James Morse
1
-2
/
+3
2021-08-11
x86/resctrl: Group staged configuration into a separate struct
James Morse
1
-9
/
+13
2021-08-11
x86/resctrl: Move the schemata names into struct resctrl_schema
James Morse
1
-4
/
+25
2021-08-11
x86/resctrl: Add a helper to read/set the CDP configuration
James Morse
1
-31
/
+44
2021-08-11
x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_region
James Morse
1
-2
/
+2
2021-08-11
x86/resctrl: Pass the schema to resctrl filesystem functions
James Morse
1
-8
/
+11
2021-08-11
x86/resctrl: Add resctrl_arch_get_num_closid()
James Morse
1
-2
/
+2
2021-08-11
x86/resctrl: Store the effective num_closid in the schema
James Morse
1
-9
/
+4
2021-08-11
x86/resctrl: Walk the resctrl schema list instead of an arch list
James Morse
1
-6
/
+12
2021-08-11
x86/resctrl: Label the resources with their configuration type
James Morse
1
-0
/
+1
2021-08-11
x86/resctrl: Pass the schema in info dir's private pointer
James Morse
1
-13
/
+25
2021-08-11
x86/resctrl: Add a separate schema list for resctrl
James Morse
1
-1
/
+42
2021-08-11
x86/resctrl: Split struct rdt_domain
James Morse
1
-10
/
+19
2021-08-11
x86/resctrl: Split struct rdt_resource
James Morse
1
-30
/
+38
2021-03-21
x86: Fix various typos in comments, take #2
Ingo Molnar
1
-1
/
+1
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-2
/
+2
2021-01-11
x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid}
Valentin Schneider
1
-5
/
+5
2021-01-11
x86/resctrl: Use task_curr() instead of task_struct->on_cpu to prevent unnecessary IPI
Reinette Chatre
1
-9
/
+5
2021-01-08
x86/resctrl: Don't move a task to the same resource group
Fenghua Yu
1
-0
/
+7
2021-01-08
x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSR
Fenghua Yu
1
-69
/
+43
2020-12-01
x86/resctrl: Clean up unused function parameter in rmdir path
Xiaochen Shen
1
-10
/
+7
2020-12-01
x86/resctrl: Fix AMD L3 QOS CDP enable/disable
Babu Moger
1
-2
/
+7
2020-11-24
x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leak
Xiaochen Shen
1
-7
/
+25
2020-11-24
x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leak
Xiaochen Shen
1
-33
/
+2
2020-11-19
x86/resctrl: Constify kernfs_ops
Rikard Falkeborn
1
-2
/
+2
2020-10-17
task_work: cleanup notification modes
Jens Axboe
1
-1
/
+1
2020-08-26
x86/resctrl: Enable user to view thread or core throttling mode
Fenghua Yu
1
-1
/
+52
2020-08-19
x86/resctrl: Use is_closid_match() in more places
James Morse
1
-16
/
+14
2020-08-18
x86/resctrl: Fix stale comment
James Morse
1
-1
/
+1
2020-06-17
x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()
Dan Carpenter
1
-0
/
+1
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-3
/
+3
2020-05-06
x86/resctrl: Maintain MBM counter width per resource
Reinette Chatre
1
-1
/
+1
2020-05-06
x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.h
Reinette Chatre
1
-1
/
+1
2020-04-17
x86/resctrl: Preserve CDP enable over CPU hotplug
James Morse
1
-0
/
+13
2020-04-17
x86/resctrl: Fix invalid attempt at removing the default resource group
Reinette Chatre
1
-1
/
+2
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
1
-7
/
+3
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
1
-1
/
+0
2020-01-20
x86/resctrl: Clean up unused function parameter in mkdir path
Xiaochen Shen
1
-11
/
+5
2020-01-20
x86/resctrl: Fix a deadlock due to inaccurate reference
Xiaochen Shen
1
-8
/
+8
[next]