index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
resctrl
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-10
x86/resctrl: Fix event counts regression in reused RMIDs
Peter Newman
1
-16
/
+33
2023-01-10
x86/resctrl: Fix task CLOSID/RMID update race
Peter Newman
1
-1
/
+11
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2022-11-27
x86/resctrl: Move MSR defines into msr-index.h
Borislav Petkov
3
-13
/
+3
2022-11-24
driver core: make struct class.devnode() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2022-10-24
x86/resctrl: Remove arch_has_empty_bitmaps
Babu Moger
2
-4
/
+1
2022-10-18
x86/resctrl: Fix min_cbm_bits for AMD
Babu Moger
1
-6
/
+2
2022-09-23
x86/resctrl: Make resctrl_arch_rmid_read() return values in bytes
James Morse
3
-19
/
+15
2022-09-23
x86/resctrl: Add resctrl_rmid_realloc_limit to abstract x86's boot_cpu_data
James Morse
2
-3
/
+8
2022-09-23
x86/resctrl: Rename and change the units of resctrl_cqm_threshold
James Morse
3
-25
/
+28
2022-09-23
x86/resctrl: Move get_corrected_mbm_count() into resctrl_arch_rmid_read()
James Morse
2
-6
/
+6
2022-09-23
x86/resctrl: Move mbm_overflow_count() into resctrl_arch_rmid_read()
James Morse
2
-17
/
+20
2022-09-23
x86/resctrl: Pass the required parameters into resctrl_arch_rmid_read()
James Morse
1
-14
/
+17
2022-09-23
x86/resctrl: Abstract __rmid_read()
James Morse
3
-25
/
+42
2022-09-23
x86/resctrl: Allow per-rmid arch private storage to be reset
James Morse
2
-14
/
+39
2022-09-22
x86/resctrl: Add per-rmid arch private storage for overflow and chunks
James Morse
2
-0
/
+49
2022-09-22
x86/resctrl: Calculate bandwidth from the previous __mon_event_count() chunks
James Morse
2
-11
/
+18
2022-09-22
x86/resctrl: Allow update_mba_bw() to update controls directly
James Morse
4
-11
/
+26
2022-09-22
x86/resctrl: Remove architecture copy of mbps_val
James Morse
3
-22
/
+5
2022-09-22
x86/resctrl: Switch over to the resctrl mbps_val list
James Morse
3
-29
/
+52
2022-09-22
x86/resctrl: Create mba_sc configuration in the rdt_domain
James Morse
2
-1
/
+39
2022-09-22
x86/resctrl: Abstract and use supports_mba_mbps()
James Morse
1
-5
/
+14
2022-09-22
x86/resctrl: Remove set_mba_sc()s control array re-initialisation
James Morse
1
-7
/
+3
2022-09-22
x86/resctrl: Add domain offline callback for resctrl work
James Morse
3
-30
/
+43
2022-09-22
x86/resctrl: Group struct rdt_hw_domain cleanup
James Morse
1
-7
/
+10
2022-09-22
x86/resctrl: Add domain online callback for resctrl work
James Morse
3
-54
/
+66
2022-09-22
x86/resctrl: Merge mon_capable and mon_enabled
James Morse
3
-9
/
+4
2022-09-22
x86/resctrl: Kill off alloc_enabled
James Morse
4
-12
/
+4
2022-08-31
x86/resctrl: Fix to restore to original value when re-enabling hardware prefe...
Kohei Tarumizu
1
-3
/
+9
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-12-09
x86/resctrl: Remove redundant assignment to variable chunks
Colin Ian King
1
-1
/
+1
2021-10-06
x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()
James Morse
1
-2
/
+2
2021-10-06
x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() fails
James Morse
1
-0
/
+2
2021-08-30
Merge tag 'x86_cache_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
6
-595
/
+592
2021-08-22
x86/resctrl: Fix a maybe-uninitialized build warning treated as error
Babu Moger
1
-0
/
+6
2021-08-12
x86/resctrl: Fix default monitoring groups reporting
Babu Moger
1
-14
/
+13
2021-08-11
x86/resctrl: Make resctrl_arch_get_config() return its value
James Morse
3
-16
/
+19
2021-08-11
x86/resctrl: Merge the CDP resources
James Morse
3
-239
/
+85
2021-08-11
x86/resctrl: Expand resctrl_arch_update_domains()'s msr_param range
James Morse
1
-3
/
+9
2021-08-11
x86/resctrl: Remove rdt_cdp_peer_get()
James Morse
1
-85
/
+14
2021-08-11
x86/resctrl: Merge the ctrl_val arrays
James Morse
1
-4
/
+61
2021-08-11
x86/resctrl: Calculate the index from the configuration type
James Morse
2
-22
/
+15
2021-08-11
x86/resctrl: Apply offset correction when config is staged
James Morse
4
-31
/
+27
2021-08-11
x86/resctrl: Make ctrlval arrays the same size
James Morse
2
-1
/
+18
2021-08-11
x86/resctrl: Pass configuration type to resctrl_arch_get_config()
James Morse
3
-15
/
+27
2021-08-11
x86/resctrl: Add a helper to read a closid's configuration
James Morse
3
-30
/
+35
2021-08-11
x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()
James Morse
3
-4
/
+3
2021-08-11
x86/resctrl: Allow different CODE/DATA configurations to be staged
James Morse
2
-8
/
+17
2021-08-11
x86/resctrl: Group staged configuration into a separate struct
James Morse
2
-23
/
+42
[next]