index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
intel
/
pmt
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
1
-1
/
+1
2025-07-22
platform/x86/intel/pmt: support BMG crashlog
Michael J. Ruhl
1
-13
/
+249
2025-07-22
platform/x86/intel/pmt: use a version struct
Michael J. Ruhl
1
-26
/
+66
2025-07-22
platform/x86/intel/pmt: refactor base parameter
Michael J. Ruhl
1
-28
/
+30
2025-07-22
platform/x86/intel/pmt: add register access helpers
Michael J. Ruhl
1
-29
/
+29
2025-07-22
platform/x86/intel/pmt: decouple sysfs and namespace
Michael J. Ruhl
3
-8
/
+9
2025-07-22
platform/x86/intel/pmt: correct types
Michael J. Ruhl
1
-2
/
+2
2025-07-22
platform/x86/intel/pmt: re-order trigger logic
Michael J. Ruhl
1
-4
/
+4
2025-07-22
platform/x86/intel/pmt: use guard(mutex)
Michael J. Ruhl
1
-17
/
+16
2025-07-22
platform/x86/intel/pmt: mutex clean up
Michael J. Ruhl
1
-2
/
+7
2025-07-22
platform/x86/intel/pmt: white space cleanup
Michael J. Ruhl
1
-2
/
+2
2025-07-22
platform/x86/intel/pmt: fix a crashlog NULL pointer access
Michael J. Ruhl
2
-1
/
+3
2025-07-21
platform/x86/intel/pmt: fix build dependency for kunit test
Arnd Bergmann
1
-0
/
+1
2025-07-11
platform/x86/intel/pmt/discovery: fix format string warning
Arnd Bergmann
1
-1
/
+1
2025-07-09
platform/x86/intel/pmt/discovery: Fix size_t specifiers for 32-bit
Nathan Chancellor
2
-2
/
+2
2025-07-03
platform/x86/intel/pmt: KUNIT test for PMT Enhanced Discovery API
David E. Box
3
-0
/
+132
2025-07-03
platform/x86/intel/pmt/telemetry: Add API to retrieve telemetry regions by feature
David E. Box
1
-1
/
+88
2025-07-03
platform/x86/intel/pmt/discovery: Get telemetry attributes
David E. Box
4
-0
/
+46
2025-07-03
platform/x86/intel/pmt: Add PMT Discovery driver
David E. Box
6
-2
/
+856
2025-06-17
sysfs: treewide: switch back to bin_attribute::read()/write()
Thomas Weißschuh
1
-1
/
+1
2024-12-17
platform/x86/intel/pmt: Constify 'struct bin_attribute'
Thomas Weißschuh
1
-2
/
+2
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
3
-13
/
+13
2024-11-29
Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-1
/
+1
2024-11-14
platform/x86/intel/pmt: allow user offset for PMT callbacks
Michael J. Ruhl
3
-5
/
+7
2024-11-05
sysfs: treewide: constify attribute callback of bin_attribute::mmap()
Thomas Weißschuh
1
-1
/
+1
2024-10-03
platform/x86/intel/pmt: Correct the typo 'ACCCESS_LOCAL'
WangYuli
1
-1
/
+1
2024-08-12
platform/x86/intel/pmt: Use PMT callbacks
David E. Box
3
-12
/
+32
2024-08-12
platform/x86/intel/vsec.h: Move to include/linux
David E. Box
4
-4
/
+4
2023-12-04
platform/x86/intel/pmt: telemetry: Export API to read telemetry
David E. Box
4
-8
/
+344
2023-12-04
platform/x86/intel/pmt: Add header to struct intel_pmt_entry
David E. Box
4
-15
/
+13
2023-12-04
platform/x86/intel/vsec: Add base address field
David E. Box
1
-3
/
+11
2023-12-04
platform/x86/intel/vsec: remove platform_info from vsec device structure
David E. Box
1
-1
/
+1
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-1
/
+0
2023-04-17
platform/x86/intel/pmt: Ignore uninitialized entries
David E. Box
1
-1
/
+1
2023-03-20
platform/x86/intel/pmt: Add INTEL_PMT module namespace
David E. Box
3
-3
/
+5
2023-03-17
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
1
-1
/
+0
2022-11-07
platform/x86/intel/pmt: Sapphire Rapids PMT errata fix
David E. Box
1
-1
/
+30
2022-07-02
platform/x86/intel/pmt: telemetry: Fix fixed region handling
David E. Box
1
-3
/
+15
2022-07-02
platform/x86/intel/vsec: Rework early hardware code
David E. Box
1
-16
/
+7
2022-06-10
platform/x86/intel: Fix pmt_crashlog array reference
David Arcari
1
-1
/
+1
2022-05-06
platform/x86/intel: Fix 'rmmod pmt_telemetry' panic
Prarit Bhargava
1
-1
/
+1
2021-12-22
platform/x86/intel: Move intel_pmt from MFD to Auxiliary Bus
David E. Box
5
-59
/
+64
2021-08-20
platform/x86: intel_pmt_telemetry: Ignore zero sized entries
David E. Box
1
-0
/
+8
2021-08-12
platform/x86/intel: pmt: Use y instead of objs in Makefile
Andy Shevchenko
1
-3
/
+3
2021-08-06
platform/x86/intel: Move Intel PMT drivers to new subfolder
David E. Box
6
-0
/
+916