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
/
bin
/
stackcollapse-report
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-16
PCI: Use pbus_select_window_for_type() during IO window sizing
Ilpo Järvinen
1
-2
/
+1
2025-09-16
PCI: Use pbus_select_window() during BAR resize
Ilpo Järvinen
1
-7
/
+13
2025-09-16
PCI: Warn if bridge window cannot be released when resizing BAR
Ilpo Järvinen
1
-0
/
+6
2025-09-16
PCI: Fix finding bridge window in pci_reassign_bridge_resources()
Ilpo Järvinen
3
-22
/
+20
2025-09-16
PCI: Add bridge window selection functions
Ilpo Järvinen
2
-0
/
+103
2025-09-16
PCI: Add defines for bridge window indexing
Ilpo Järvinen
2
-3
/
+11
2025-09-16
PCI: Preserve bridge window resource type flags
Ilpo Järvinen
5
-37
/
+90
2025-09-16
PCI: Enable bridge even if bridge window fails to assign
Ilpo Järvinen
1
-13
/
+17
2025-09-16
PCI: Use pci_release_resource() instead of release_resource()
Ilpo Järvinen
3
-36
/
+23
2025-09-16
PCI: Disable non-claimed bridge window
Ilpo Järvinen
1
-13
/
+12
2025-09-16
PCI: Always claim bridge window before its setup
Ilpo Järvinen
1
-4
/
+8
2025-09-16
PCI: Refactor find_bus_resource_of_type() logic checks
Ilpo Järvinen
1
-3
/
+7
2025-09-16
PCI: Move find_bus_resource_of_type() earlier
Ilpo Järvinen
1
-28
/
+28
2025-09-16
MIPS: PCI: Use pci_enable_resources()
Ilpo Järvinen
1
-36
/
+2
2025-09-16
sparc/PCI: Remove pcibios_enable_device() as they do nothing extra
Ilpo Järvinen
3
-81
/
+0
2025-09-16
m68k/PCI: Use pci_enable_resources() in pcibios_enable_device()
Ilpo Järvinen
1
-28
/
+11
2025-09-16
PCI: Fix failure detection during resource resize
Ilpo Järvinen
1
-8
/
+18
2025-09-16
PCI: Fix pdev_resources_assignable() disparity
Ilpo Järvinen
1
-0
/
+1
2025-09-16
PCI: Ensure relaxed tail alignment does not increase min_align
Ilpo Järvinen
1
-4
/
+7
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
2025-08-07
lib/sbitmap: make sbitmap_get_shallow() internal
Yu Kuai
2
-19
/
+16
2025-08-07
lib/sbitmap: convert shallow_depth from one word to the whole sbitmap
Yu Kuai
6
-73
/
+52
2025-08-07
nvmet: exit debugfs after discovery subsystem exits
Mohamed Khalfella
1
-1
/
+1
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
282
-356
/
+355
2025-08-07
gpio: remove legacy GPIO line value setter callbacks
Bartosz Golaszewski
2
-28
/
+6
[next]