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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Lines
2026-01-23
HID: multitouch: add eGalaxTouch EXC3188 support
Thorsten Schmelzer
-0
/
+4
2026-01-23
HID: elecom: Add support for ELECOM HUGE Plus M-HT1MRBK
David Phillips
-0
/
+23
2026-01-23
ublk: fix canceling flag handling in batch I/O recovery
Ming Lei
-3
/
+8
2026-01-23
ublk: move ublk_mark_io_ready() out of __ublk_fetch()
Ming Lei
-1
/
+5
2026-01-23
drm/i915: move GEN7_ERR_INT snapshot to display irq code
Jani Nikula
-7
/
+5
2026-01-23
power: sequencing: Add the Power Sequencing driver for the PCIe M.2 connectors
Manivannan Sadhasivam
-0
/
+177
2026-01-23
iio: dac: Add MAX22007 DAC driver support
Janani Sunil
-0
/
+505
2026-01-23
PCI: dwc: Rename dw_pcie_rp::has_msi_ctrl to dw_pcie_rp::use_imsi_rx for clarity
Qiang Yu
-11
/
+11
2026-01-23
PCI: dwc: Fix grammar and formatting for comment in dw_pcie_remove_ext_capabi...
Qiang Yu
-1
/
+2
2026-01-23
drm/xe: derive mem copy capability from graphics version
Nitin Gote
-6
/
+1
2026-01-23
hwrng: airoha - set rng quality to 900
Aleksander Jan Bajkowski
-0
/
+1
2026-01-23
crypto: ccp - narrow scope of snp_range_list
Tycho Andersen (AMD)
-12
/
+1
2026-01-23
crypto: ccp - Fix a case where SNP_SHUTDOWN is missed
Tom Lendacky
-23
/
+23
2026-01-23
crypto: nx - Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+2
2026-01-23
crypto: inside-secure/eip93 - fix kernel panic in driver detach
Aleksander Jan Bajkowski
-1
/
+1
2026-01-23
crypto: ccp - Use NULL instead of plain 0
Herbert Xu
-1
/
+1
2026-01-23
crypto: xilinx - Add gcm(aes) support for AMD/Xilinx Versal device
Harsh Jain
-9
/
+421
2026-01-23
crypto: xilinx - Remove un-necessary typecast operation
Harsh Jain
-6
/
+3
2026-01-23
firmware: xilinx: Add firmware API's to support aes-gcm in Versal device
Harsh Jain
-1
/
+149
2026-01-23
crypto: xilinx - Change coherent DMA to streaming DMA API
Harsh Jain
-36
/
+58
2026-01-23
crypto: xilinx - Replace zynqmp prefix with xilinx
Harsh Jain
-71
/
+69
2026-01-23
crypto: xilinx - Register H/W key support with paes
Harsh Jain
-100
/
+204
2026-01-23
crypto: xilinx - Avoid submitting fallback requests to engine
Harsh Jain
-27
/
+35
2026-01-23
crypto: xilinx - Avoid Encrypt request to fallback for authsize < 16
Harsh Jain
-3
/
+3
2026-01-23
crypto: xilinx - Return linux error code instead of firmware error code
Harsh Jain
-7
/
+7
2026-01-23
crypto: xilinx - Update probe to self discover the device
Harsh Jain
-24
/
+62
2026-01-23
firmware: zynqmp: Add helper API to self discovery the device
Harsh Jain
-0
/
+31
2026-01-23
crypto: xilinx - Remove union from zynqmp_aead_drv_ctx
Harsh Jain
-13
/
+11
2026-01-23
firmware: zynqmp: Move crypto API's to separate file
Harsh Jain
-50
/
+60
2026-01-22
net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup()
Zilin Guan
-1
/
+1
2026-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-730
/
+1370
2026-01-23
drm/i915: Get rid of the INTEL_GMCH_CTRL alias
Ville Syrjälä
-1
/
+1
2026-01-23
drm/i915/crt: Extract intel_crt_sense_above_threshold()
Ville Syrjälä
-7
/
+9
2026-01-23
drm/i915/crt: Use IS0_R instead of VGA_MIS_W
Ville Syrjälä
-2
/
+2
2026-01-23
drm/i915/vga: Use MMIO for VGA registers on pre-g4x
Ville Syrjälä
-11
/
+22
2026-01-23
drm/i915/vga: Introduce intel_vga_{read,write}()
Ville Syrjälä
-9
/
+29
2026-01-23
drm/i915/de: Add intel_de_write8()
Ville Syrjälä
-0
/
+26
2026-01-23
drm/i915/de: Simplify intel_de_read8()
Ville Syrjälä
-8
/
+5
2026-01-23
drm/i915/vga: Assert that VGA register accesses are going to the right GPU
Ville Syrjälä
-0
/
+24
2026-01-23
drm/i915/vga: Stop trying to use GMCH_CTRL for VGA decode control
Ville Syrjälä
-35
/
+56
2026-01-23
drm/i915/vga: Avoid VGA arbiter during intel_vga_disable() for iGPUs
Ville Syrjälä
-4
/
+50
2026-01-23
drm/i915/vga: Clean up VGA registers even if VGA plane is disabled
Ville Syrjälä
-11
/
+25
2026-01-23
drm/i915/vga: Don't touch VGA registers if VGA decode is fully disabled
Ville Syrjälä
-0
/
+24
2026-01-22
ublk: fix batch I/O recovery -ENODEV error
Ming Lei
-32
/
+60
2026-01-22
ublk: implement batch request completion via blk_mq_end_request_batch()
Ming Lei
-8
/
+17
2026-01-22
ublk: add new feature UBLK_F_BATCH_IO
Ming Lei
-8
/
+52
2026-01-22
ublk: abort requests filled in event kfifo
Ming Lei
-1
/
+23
2026-01-22
ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()
Ming Lei
-10
/
+46
2026-01-22
ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processing
Ming Lei
-8
/
+386
2026-01-22
ublk: add batch I/O dispatch infrastructure
Ming Lei
-0
/
+195
[prev]
[next]