index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-18
cxl: Change sslbis handler to only handle single dport
Dave Jiang
3
-15
/
+12
2025-09-18
cxl/test: Setup target_map for cxl_test decoder initialization
Dave Jiang
1
-3
/
+9
2025-09-18
cxl/test: Adjust the mock version of devm_cxl_switch_port_decoders_setup()
Dave Jiang
6
-7
/
+25
2025-09-18
cxl/test: Add mock version of devm_cxl_add_dport_by_dev()
Dave Jiang
9
-7
/
+123
2025-09-18
cxl: Defer dport allocation for switch ports
Dave Jiang
6
-60
/
+247
2025-09-18
cxl/test: Refactor decoder setup to reduce cxl_test burden
Dave Jiang
10
-133
/
+169
2025-09-17
cxl: Add a cached copy of target_map to cxl_decoder
Dave Jiang
6
-38
/
+31
2025-09-17
cxl: Add helper to delete dport
Dave Jiang
1
-8
/
+14
2025-09-17
cxl: Add helper to detect top of CXL device topology
Dave Jiang
1
-6
/
+11
2025-09-16
cxl: Documentation/driver-api/cxl: Describe the x86 Low Memory Hole solution
Fabio M. De Francesco
1
-0
/
+135
2025-09-10
cxl/acpi: Rename CFMW coherency restrictions
Davidlohr Bueso
3
-13
/
+13
2025-09-10
Documentation/driver-api: Fix typo error in cxl
Rakuram Eswaran
1
-1
/
+1
2025-09-02
acpi/hmat: Remove now unused hmat_update_target_coordinates()
Dave Jiang
4
-48
/
+0
2025-09-02
cxl, acpi/hmat: Update CXL access coordinates directly instead of through HMAT
Dave Jiang
5
-21
/
+13
2025-09-02
drivers/base/node: Add a helper function node_update_perf_attrs()
Dave Jiang
2
-0
/
+46
2025-09-02
mm/memory_hotplug: Update comment for hotplug memory callback priorities
Dave Jiang
1
-2
/
+2
2025-08-18
cxl: Fix emit of type resource_size_t argument for validate_region_offset()
Dave Jiang
1
-4
/
+4
2025-08-12
cxl/region: Add inject and clear poison by region offset
Alison Schofield
5
-4
/
+228
2025-08-12
cxl/core: Add locked variants of the poison inject and clear funcs
Alison Schofield
2
-16
/
+38
2025-08-12
cxl/region: Introduce SPA to DPA address translation
Alison Schofield
1
-0
/
+101
2025-08-12
cxl: Define a SPA->CXL HPA root decoder callback for XOR Math
Alison Schofield
2
-11
/
+18
2025-08-12
cxl: Move hpa_to_spa callback to a new root decoder ops structure
Alison Schofield
4
-9
/
+25
2025-08-12
cxl/region: use str_enabled_disabled() instead of ternary operator
Nai-Chen Cheng
1
-3
/
+2
2025-08-12
cxl/hdm: Use str_plural() to simplify the code
Xichao Zhao
1
-1
/
+1
2025-08-10
Linux 6.17-rc1
v6.17-rc1
Linus Torvalds
1
-2
/
+2
2025-08-09
tools/power turbostat: version 2025.09.09
Len Brown
1
-1
/
+1
2025-08-09
tools/power turbostat: Handle non-root legacy-uncore sysfs permissions
Len Brown
1
-1
/
+2
2025-08-09
tools/power turbostat: standardize PER_THREAD_PARAMS
Len Brown
1
-20
/
+22
2025-08-09
tools/power turbostat: Fix DMR support
Zhang Rui
1
-14
/
+15
2025-08-09
tools/power turbostat: add format "average" for external attributes
Michael Hebenstreit
2
-11
/
+22
2025-08-09
tools/power turbostat: delete GET_PKG()
Len Brown
1
-15
/
+6
2025-08-09
tools/power turbostat: probe and display L3 cache topology
Len Brown
1
-3
/
+31
2025-08-09
tools/power turbostat: Support more than 64 built-in-counters
Len Brown
1
-154
/
+406
2025-08-09
tools/power turbostat.8: Document Totl%C0, Any%C0, GFX%C0, CPUGFX% columns
Len Brown
1
-0
/
+8
2025-08-08
tools/power turbostat: Fix bogus SysWatt for forked program
Zhang Rui
1
-0
/
+1
2025-08-08
tools/power turbostat: Handle cap_get_proc() ENOSYS
Calvin Owens
1
-1
/
+9
2025-08-08
tools/power turbostat: Fix build with musl
Calvin Owens
1
-0
/
+1
2025-08-08
tools/power turbostat: verify arguments to params --show and --hide
Len Brown
1
-2
/
+31
2025-08-08
io_uring/memmap: cast nr_pages to size_t before shifting
Jens Axboe
1
-1
/
+1
2025-08-07
mailbox/pcc: support mailbox management of the shared buffer
Adam Young
2
-4
/
+127
2025-08-07
smb: server: Fix extension string in ksmbd_extract_shortname()
Thorsten Blum
1
-1
/
+1
2025-08-07
ksmbd: limit repeated connections from clients with the same IP
Namjae Jeon
2
-0
/
+18
2025-08-07
smb: client: only use a single wait_queue to monitor smbdirect connection status
Stefan Metzmacher
2
-11
/
+9
2025-08-07
smb: client: don't call init_waitqueue_head(&info->conn_wait) twice in _smbd_...
Stefan Metzmacher
1
-1
/
+0
2025-08-07
smb: client: improve logging in smbd_conn_upcall()
Stefan Metzmacher
1
-4
/
+10
2025-08-07
smb: client: return an error if rdma_connect does not return within 5 seconds
Stefan Metzmacher
1
-2
/
+4
2025-08-07
PCI: vmd: Fix wrong kfree() in vmd_msi_free()
Nam Cao
1
-1
/
+3
2025-08-07
perf bpf-filter: Enable events manually
Ilya Leoshkevich
1
-1
/
+4
2025-08-07
libbpf: Add the ability to suppress perf event enablement
Ilya Leoshkevich
2
-6
/
+11
2025-08-07
pptp: fix pptp_xmit() error path
Eric Dumazet
1
-3
/
+4
[next]