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-06-30
ublk: don't take ublk_queue in ublk_unregister_io_buf()
Caleb Sander Mateos
1
-3
/
+3
2025-06-30
ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checks
Caleb Sander Mateos
1
-4
/
+1
2025-06-30
ublk: remove task variable from __ublk_ch_uring_cmd()
Caleb Sander Mateos
1
-3
/
+1
2025-06-30
ublk: handle UBLK_IO_FETCH_REQ earlier
Caleb Sander Mateos
1
-9
/
+12
2025-06-30
ublk: check cmd_op first
Caleb Sander Mateos
1
-6
/
+6
2025-06-30
ublk: remove struct ublk_rq_data
Caleb Sander Mateos
1
-60
/
+71
2025-06-30
ublk: use vmalloc for ublk_device's __queues
Caleb Sander Mateos
1
-2
/
+2
2025-06-30
nvme-pci: rework the build time assert for NVME_MAX_NR_DESCRIPTORS
Christoph Hellwig
1
-13
/
+15
2025-06-30
nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE
Christoph Hellwig
1
-5
/
+5
2025-06-30
nvme-pci: convert the data mapping to blk_rq_dma_map
Christoph Hellwig
1
-146
/
+241
2025-06-30
nvme-pci: remove superfluous arguments
Christoph Hellwig
1
-54
/
+51
2025-06-30
nvme-pci: merge the simple PRP and SGL setup into a common helper
Christoph Hellwig
1
-44
/
+32
2025-06-30
nvme-pci: refactor nvme_pci_use_sgls
Christoph Hellwig
1
-14
/
+27
2025-06-30
block: add scatterlist-less DMA mapping helpers
Christoph Hellwig
2
-0
/
+224
2025-06-30
block: don't merge different kinds of P2P transfers in a single bio
Christoph Hellwig
3
-7
/
+18
2025-06-30
dm: Check for forbidden splitting of zone write operations
Damien Le Moal
1
-4
/
+13
2025-06-30
dm: dm-crypt: Do not partially accept write BIOs with zoned targets
Damien Le Moal
1
-10
/
+39
2025-06-30
dm: Always split write BIOs to zoned device limits
Damien Le Moal
1
-7
/
+22
2025-06-30
block: Introduce bio_needs_zone_write_plugging()
Damien Le Moal
4
-22
/
+63
2025-06-30
block: Make REQ_OP_ZONE_FINISH a write operation
Damien Le Moal
1
-3
/
+3
2025-06-30
block: Increase BLK_DEF_MAX_SECTORS_CAP
Damien Le Moal
2
-9
/
+9
2025-06-29
Linux 6.16-rc4
v6.16-rc4
Linus Torvalds
1
-1
/
+1
2025-06-27
tracing: Fix filter logic error
Edward Adam Davis
1
-7
/
+7
2025-06-27
i2c: scx200_acb: depends on HAS_IOPORT
Johannes Berg
1
-1
/
+1
2025-06-27
LoongArch: KVM: Disable updating of "num_cpu" and "feature"
Bibo Mao
1
-0
/
+6
2025-06-27
LoongArch: KVM: Check validity of "num_cpu" from user space
Bibo Mao
1
-5
/
+14
2025-06-27
LoongArch: KVM: Check interrupt route from physical CPU
Bibo Mao
1
-6
/
+18
2025-06-27
LoongArch: KVM: Fix interrupt route update with EIOINTC
Bibo Mao
1
-7
/
+6
2025-06-27
LoongArch: KVM: Add address alignment check for IOCSR emulation
Bibo Mao
1
-0
/
+10
2025-06-26
io_uring/kbuf: flag partial buffer mappings
Jens Axboe
3
-9
/
+18
2025-06-26
cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code
David Howells
1
-95
/
+17
2025-06-26
cifs: Fix the smbd_response slab to allow usercopy
David Howells
1
-5
/
+13
2025-06-26
smb: client: fix potential deadlock when reconnecting channels
Paulo Alcantara
2
-22
/
+37
2025-06-26
block: fix false warning in bdev_count_inflight_rw()
Yu Kuai
1
-11
/
+15
2025-06-26
ublk: sanity check add_dev input for underflow
Ronnie Sahlberg
1
-1
/
+2
2025-06-26
drm/xe: Process deferred GGTT node removals on device unwind
Michal Wajdeczko
1
-0
/
+11
2025-06-26
drm/xe/guc: Explicitly exit CT safe mode on unwind
Michal Wajdeczko
1
-4
/
+6
2025-06-26
drm/xe: move DPT l2 flush to a more sensible place
Matthew Auld
1
-2
/
+3
2025-06-26
drm/xe: Move DSB l2 flush to a more sensible place
Maarten Lankhorst
1
-7
/
+4
2025-06-26
LoongArch: KVM: Avoid overflow with array index
Bibo Mao
1
-10
/
+7
2025-06-26
LoongArch: Handle KCOV __init vs inline mismatches
Kees Cook
3
-4
/
+4
2025-06-26
LoongArch: Reserve the EFI memory map region
Ming Wang
1
-0
/
+12
2025-06-26
LoongArch: Fix build warnings about export.h
Huacai Chen
12
-4
/
+10
2025-06-26
LoongArch: Replace __ASSEMBLY__ with __ASSEMBLER__ in headers
Thomas Huth
27
-64
/
+64
2025-06-26
nvme: fix atomic write size validation
Christoph Hellwig
2
-24
/
+12
2025-06-26
nvme: refactor the atomic write unit detection
Christoph Hellwig
1
-34
/
+38
2025-06-26
nvme: reset delayed remove_work after reconnect
Keith Busch
2
-1
/
+5
2025-06-26
net: libwx: fix the creation of page_pool
Jiawen Wu
1
-1
/
+1
2025-06-26
net: selftests: fix TCP packet checksum
Jakub Kicinski
1
-2
/
+3
2025-06-26
perf/aux: Fix pending disable flow when the AUX ring buffer overruns
Leo Yan
2
-5
/
+5
[next]