index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-01-28
rust: macros: allow arbitrary types to be used in `module!` macro
Gary Guo
-6
/
+7
2026-01-28
rust: macros: convert `#[kunit_tests]` macro to use `syn`
Gary Guo
-157
/
+123
2026-01-28
platform: mellanox: mlx-platform: Add support DGX flavor of next-generation 8...
Oleksandr Shamray
-0
/
+28
2026-01-28
platform: mellanox: mlx-platform: Add support for new Nvidia DGX system based...
Oleksandr Shamray
-0
/
+456
2026-01-28
bus: fsl-mc: fix an error handling in fsl_mc_device_add()
Haoxiang Li
-5
/
+1
2026-01-28
block: Replace snprintf with strscpy in check_partition
Thorsten Blum
-1
/
+2
2026-01-28
xfs: use bounce buffering direct I/O when the device requires stable pages
Christoph Hellwig
-5
/
+44
2026-01-28
iomap: add a flag to bounce buffer direct I/O
Christoph Hellwig
-10
/
+29
2026-01-28
iomap: support ioends for direct reads
Christoph Hellwig
-0
/
+8
2026-01-28
iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED
Christoph Hellwig
-4
/
+4
2026-01-28
iomap: free the bio before completing the dio
Christoph Hellwig
-8
/
+9
2026-01-28
iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_direct
Christoph Hellwig
-23
/
+19
2026-01-28
iomap: split out the per-bio logic from iomap_dio_bio_iter
Christoph Hellwig
-52
/
+59
2026-01-28
iomap: simplify iomap_dio_bio_iter
Christoph Hellwig
-7
/
+6
2026-01-28
iomap: fix submission side handling of completion side errors
Christoph Hellwig
-3
/
+7
2026-01-28
block: add helpers to bounce buffer an iov_iter into bios
Christoph Hellwig
-0
/
+205
2026-01-28
block: remove bio_release_page
Christoph Hellwig
-12
/
+3
2026-01-28
iov_iter: extract a iov_iter_extract_bvecs helper from bio code
Christoph Hellwig
-102
/
+119
2026-01-28
block: open code bio_add_page and fix handling of mismatching P2P ranges
Christoph Hellwig
-24
/
+13
2026-01-28
block: refactor get_contig_folio_len
Christoph Hellwig
-35
/
+27
2026-01-28
block: add a BIO_MAX_SIZE constant and use it
Christoph Hellwig
-15
/
+15
2026-01-28
ASoC: tegra: set reg_default_cb callback
Sheetal
-0
/
+22
2026-01-28
ASoC: tegra: Add AHUB writeable_reg for RX holes
Sheetal
-0
/
+87
2026-01-28
Merge branch 'platform-drivers-x86-asus-kbd' into for-next
Ilpo Järvinen
-190
/
+325
2026-01-28
HID: asus: add support for the asus-wmi brightness handler
Antheas Kapenekakis
-0
/
+11
2026-01-28
platform/x86: asus-wmi: add keyboard brightness event handler
Antheas Kapenekakis
-5
/
+54
2026-01-28
platform/x86: asus-wmi: remove unused keyboard backlight quirk
Antheas Kapenekakis
-50
/
+0
2026-01-28
HID: asus: listen to the asus-wmi brightness device instead of creating one
Antheas Kapenekakis
-55
/
+10
2026-01-28
platform/x86: asus-wmi: Add support for multiple kbd led handlers
Antheas Kapenekakis
-25
/
+173
2026-01-28
HID: asus: early return for ROG devices
Antheas Kapenekakis
-0
/
+7
2026-01-28
HID: asus: move vendor initialization to probe
Antheas Kapenekakis
-17
/
+18
2026-01-28
HID: asus: fortify keyboard handshake
Antheas Kapenekakis
-4
/
+30
2026-01-28
HID: asus: use same report_id in response
Antheas Kapenekakis
-1
/
+1
2026-01-28
HID: asus: initialize additional endpoints only for certain devices
Antheas Kapenekakis
-10
/
+6
2026-01-28
HID: asus: simplify RGB init sequence
Antheas Kapenekakis
-30
/
+22
2026-01-28
spi: dw: Remove duplicate error message
Andy Shevchenko
-3
/
+1
2026-01-28
ASoC: wm8962: add .set_tdm_slot callback function
Shengjiu Wang
-4
/
+31
2026-01-28
spi: aspeed: Improve handling of shared SPI
Mark Brown
-1719
/
+4008
2026-01-28
svcrdma: use bvec-based RDMA read/write API
Chuck Lever
-69
/
+86
2026-01-28
RDMA/core: add rdma_rw_max_sge() helper for SQ sizing
Chuck Lever
-17
/
+46
2026-01-28
RDMA/core: add MR support for bvec-based RDMA operations
Chuck Lever
-36
/
+154
2026-01-28
RDMA/core: use IOVA-based DMA mapping for bvec RDMA operations
Chuck Lever
-0
/
+114
2026-01-28
RDMA/core: add bio_vec based RDMA read/write API
Chuck Lever
-0
/
+250
2026-01-28
x86/hyperv: Fix smp_ops build failure on UP kernels
Ingo Molnar
-0
/
+2
2026-01-28
kbuild: Fix permissions of modules.builtin.modinfo
Ethan Zuo
-1
/
+2
2026-01-28
kbuild: rpm-pkg: Generate debuginfo package manually
Nathan Chancellor
-35
/
+30
2026-01-28
RDMA/irdma: Use kvzalloc for paged memory DMA address array
Carlos Bilbao
-3
/
+3
2026-01-28
rtc: amlogic-a4: Remove IRQF_ONESHOT
Sebastian Andrzej Siewior
-1
/
+1
2026-01-28
RDMA/rxe: Fix race condition in QP timer handlers
Li Zhijian
-0
/
+6
2026-01-28
drm/imx/tve: fix probe device leak
Johan Hovold
-0
/
+13
[prev]
[next]