index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-15
fs/resctrl: Support counter read/reset with mbm_event assignment mode
Babu Moger
4
-16
/
+62
2025-09-15
x86/resctrl: Implement resctrl_arch_reset_cntr() and resctrl_arch_cntr_read()
Babu Moger
2
-0
/
+75
2025-09-15
x86/resctrl: Refactor resctrl_arch_rmid_read()
Babu Moger
1
-15
/
+23
2025-09-15
fs/resctrl: Introduce counter ID read, reset calls in mbm_event mode
Babu Moger
1
-0
/
+38
2025-09-15
fs/resctrl: Pass struct rdtgroup instead of individual members
Babu Moger
1
-15
/
+18
2025-09-15
fs/resctrl: Add the functionality to unassign MBM events
Babu Moger
2
-0
/
+68
2025-09-15
fs/resctrl: Add the functionality to assign MBM events
Babu Moger
2
-0
/
+158
2025-09-15
x86,fs/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with...
Babu Moger
2
-0
/
+55
2025-09-15
fs/resctrl: Introduce event configuration field in struct mon_evt
Babu Moger
3
-0
/
+17
2025-09-15
x86/resctrl: Add data structures and definitions for ABMC assignment
Babu Moger
2
-0
/
+37
2025-09-15
fs/resctrl: Introduce interface to display number of free MBM counters
Babu Moger
4
-0
/
+64
2025-09-15
fs/resctrl: Introduce mbm_cntr_cfg to track assignable counters per domain
Babu Moger
2
-0
/
+23
2025-09-15
fs/resctrl: Add resctrl file to display number of assignable counters
Babu Moger
4
-0
/
+45
2025-09-15
fs/resctrl: Introduce the interface to display monitoring modes
Babu Moger
4
-1
/
+73
2025-09-15
x86/resctrl: Add support to enable/disable AMD ABMC feature
Babu Moger
4
-0
/
+71
2025-09-15
x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature details
Babu Moger
4
-5
/
+24
2025-09-15
x86,fs/resctrl: Consolidate monitoring related data from rdt_resource
Babu Moger
4
-15
/
+23
2025-09-15
x86/resctrl: Add ABMC feature in the command line options
Babu Moger
3
-1
/
+4
2025-09-15
x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC)
Babu Moger
2
-0
/
+2
2025-09-15
x86,fs/resctrl: Prepare for more monitor events
Tony Luck
7
-77
/
+96
2025-09-15
x86/resctrl: Remove the rdt_mon_features global variable
Tony Luck
3
-10
/
+5
2025-09-15
x86,fs/resctrl: Replace architecture event enabled checks
Tony Luck
7
-35
/
+28
2025-09-15
x86,fs/resctrl: Consolidate monitor event descriptions
Tony Luck
6
-49
/
+66
2025-09-15
fs/resctrl: Optimize code in rdt_get_tree()
Shaopeng Tan
1
-5
/
+2
2025-09-15
Linux 6.17-rc6
v6.17-rc6
Linus Torvalds
1
-1
/
+1
2025-09-14
Merge tag 'phy-fix-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...
Linus Torvalds
8
-27
/
+114
2025-09-14
Merge tag 'dmaengine-fix-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-26
/
+44
2025-09-14
Merge tag 'tty-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
5
-46
/
+42
2025-09-14
Merge tag 'usb-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
7
-40
/
+108
2025-09-14
Merge tag 'x86-urgent-2025-09-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-18
/
+19
2025-09-14
Merge tag 'timers-urgent-2025-09-14' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-8
/
+3
2025-09-14
Merge tag 'input-for-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-8
/
+23
2025-09-14
MAINTAINERS: Input: Drop melfas-mip4 section
Krzysztof Kozlowski
1
-7
/
+0
2025-09-14
Merge tag 'erofs-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-36
/
+65
2025-09-13
Merge tag 'ceph-for-6.17-rc6' of https://github.com/ceph/ceph-client
Linus Torvalds
8
-126
/
+223
2025-09-13
Merge tag 'regulator-fix-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+4
2025-09-13
Merge tag 'driver-core-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-24
/
+43
2025-09-12
Merge tag 'pci-v6.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-17
/
+4
2025-09-12
Merge tag 'drm-fixes-2025-09-12' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
40
-349
/
+366
2025-09-12
Merge tag 'v6.17-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
8
-75
/
+293
2025-09-12
USB: core: remove the move buf action
Edward Adam Davis
1
-2
/
+2
2025-09-12
Merge tag 'usb-serial-6.17-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-0
/
+17
2025-09-12
Merge tag 'drm-xe-fixes-2025-09-11' of https://gitlab.freedesktop.org/drm/xe/...
Dave Airlie
13
-29
/
+115
2025-09-12
Merge tag 'mtd/fixes-for-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-30
/
+77
2025-09-12
Merge tag 'drm-misc-fixes-2025-09-11' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
7
-46
/
+26
2025-09-12
Merge tag 'mediatek-drm-fixes-20250910' of https://git.kernel.org/pub/scm/lin...
Dave Airlie
1
-14
/
+9
2025-09-12
Merge tag 'amd-drm-fixes-6.17-2025-09-10' of https://gitlab.freedesktop.org/a...
Dave Airlie
17
-256
/
+202
2025-09-12
Merge tag 'drm-intel-fixes-2025-09-10' of https://gitlab.freedesktop.org/drm/...
Dave Airlie
1
-3
/
+3
2025-09-12
Merge tag 'drm-rust-fixes-2025-09-05' of https://gitlab.freedesktop.org/drm/r...
Dave Airlie
2
-1
/
+11
2025-09-11
MAINTAINERS: Update the DMA Rust entry
Danilo Krummrich
1
-2
/
+2
[next]