index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
intel_rdt_rdtgroup.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/resctrl: Rename and move rdt files to a separate directory
Babu Moger
2018-11-22
1
-3062
/
+0
*
x86/intel_rdt: Prevent pseudo-locking from using stale pointers
Jithu Joseph
2018-10-19
1
-10
/
+28
*
x86/intel_rdt: Fix initial allocation to consider CDP
Reinette Chatre
2018-10-09
1
-3
/
+16
*
x86/intel_rdt: CBM overlap should also check for overlap with CDP peer
Reinette Chatre
2018-10-09
1
-7
/
+41
*
x86/intel_rdt: Introduce utility to obtain CDP peer
Reinette Chatre
2018-10-09
1
-0
/
+72
*
Merge branch 'x86/urgent' into x86/cache, to pick up dependent fix
Ingo Molnar
2018-10-09
1
-13
/
+23
|
\
|
*
x86/intel_rdt: Fix out-of-bounds memory access in CBM tests
Reinette Chatre
2018-10-09
1
-13
/
+23
*
|
x86/intel_rdt: Show missing resctrl mount options
Xiaochen Shen
2018-10-03
1
-0
/
+7
|
/
*
x86/intel_rdt: Fix incorrect loop end condition
Reinette Chatre
2018-09-18
1
-1
/
+1
*
x86/intel_rdt: Fix exclusive mode handling of MBA resource
Reinette Chatre
2018-09-18
1
-2
/
+12
*
x86/intel_rdt: Fix incorrect loop end condition
Reinette Chatre
2018-09-18
1
-1
/
+1
*
x86/intel_rdt: Fix unchecked MSR access
Reinette Chatre
2018-09-18
1
-0
/
+12
*
x86/intel_rdt: Fix invalid mode warning when multiple resources are managed
Reinette Chatre
2018-09-18
1
-1
/
+1
*
x86/intel_rdt: Global closid helper to support future fixes
Reinette Chatre
2018-09-18
1
-0
/
+7
*
x86/intel_rdt: Fix size reporting of MBA resource
Reinette Chatre
2018-09-18
1
-4
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-08-16
1
-1
/
+3
|
\
|
*
kernfs: allow creating kernfs objects with arbitrary uid/gid
Dmitry Torokhov
2018-07-21
1
-1
/
+3
*
|
x86/intel_rdt: Make CPU information accessible for pseudo-locked regions
Reinette Chatre
2018-07-03
1
-2
/
+6
*
|
x86/intel_rdt: Support restoration of subset of permissions
Reinette Chatre
2018-07-03
1
-2
/
+4
*
|
x86/intel_rdt: Create character device exposing pseudo-locked region
Reinette Chatre
2018-06-24
1
-0
/
+1
*
|
x86/intel_rdt: Create resctrl debug area
Reinette Chatre
2018-06-23
1
-0
/
+27
*
|
x86/intel_rdt: Ensure RDT cleanup on exit
Reinette Chatre
2018-06-23
1
-0
/
+7
*
|
x86/intel_rdt: Resctrl files reflect pseudo-locked information
Reinette Chatre
2018-06-23
1
-6
/
+25
*
|
x86/intel_rdt: Support creation/removal of pseudo-locked region
Reinette Chatre
2018-06-23
1
-5
/
+20
*
|
x86/intel_rdt: Split resource group removal in two
Reinette Chatre
2018-06-23
1
-9
/
+16
*
|
x86/intel_rdt: Enable entering of pseudo-locksetup mode
Reinette Chatre
2018-06-23
1
-5
/
+36
*
|
x86/intel_rdt: Protect against resource group changes during locking
Reinette Chatre
2018-06-23
1
-4
/
+28
*
|
x86/intel_rdt: Add utility to restrict/restore access to resctrl files
Reinette Chatre
2018-06-23
1
-0
/
+95
*
|
x86/intel_rdt: Add utility to test if tasks assigned to resource group
Reinette Chatre
2018-06-23
1
-0
/
+26
*
|
x86/intel_rdt: Respect read and write access
Reinette Chatre
2018-06-23
1
-1
/
+2
*
|
x86/intel_rdt: Introduce the Cache Pseudo-Locking modes
Reinette Chatre
2018-06-23
1
-2
/
+11
*
|
x86/intel_rdt: Display resource groups' allocations' size in bytes
Reinette Chatre
2018-06-23
1
-0
/
+81
*
|
x86/intel_rdt: Introduce "bit_usage" to display cache allocations details
Reinette Chatre
2018-06-23
1
-0
/
+79
*
|
x86/intel_rdt: Ensure requested schemata respects mode
Reinette Chatre
2018-06-23
1
-2
/
+2
*
|
x86/intel_rdt: Enable setting of exclusive mode
Reinette Chatre
2018-06-23
1
-1
/
+96
*
|
x86/intel_rdt: Introduce new "exclusive" mode
Reinette Chatre
2018-06-23
1
-0
/
+1
*
|
x86/intel_rdt: Initialize new resource group with sane defaults
Reinette Chatre
2018-06-23
1
-3
/
+112
*
|
x86/intel_rdt: Make useful functions available internally
Reinette Chatre
2018-06-23
1
-1
/
+1
*
|
x86/intel_rdt: Introduce test to determine if closid is in use
Reinette Chatre
2018-06-23
1
-0
/
+12
*
|
x86/intel_rdt: Introduce resource group's mode resctrl file
Reinette Chatre
2018-06-23
1
-0
/
+83
*
|
x86/intel_rdt: Associate mode with each RDT resource group
Reinette Chatre
2018-06-23
1
-0
/
+22
*
|
x86/intel_rdt: Provide pseudo-locking hooks within rdt_mount
Reinette Chatre
2018-06-23
1
-1
/
+9
|
/
*
x86/intel_rdt/mba_sc: Add initialization support
Vikas Shivappa
2018-05-19
1
-0
/
+3
*
x86/intel_rdt/mba_sc: Enable/disable MBA software controller
Vikas Shivappa
2018-05-19
1
-0
/
+30
*
x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directo...
Wang Hui
2018-02-23
1
-0
/
+1
*
x86/intel_rdt: Enable L2 CDP in MSR IA32_L2_QOS_CFG
Fenghua Yu
2018-01-18
1
-26
/
+91
*
x86/intel_rdt: Fix potential deadlock during resctrl mount
Reinette Chatre
2017-10-21
1
-3
/
+5
*
x86/intel_rdt: Fix potential deadlock during resctrl unmount
Reinette Chatre
2017-10-21
1
-5
/
+5
*
x86/intel_rdt: Remove redundant assignment
Jithu Joseph
2017-10-05
1
-1
/
+0
*
x86/intel_rdt: Add diagnostics when making directories
Tony Luck
2017-09-27
1
-6
/
+22
[next]