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
/
drivers
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-17
fwctl/mlx5: Add Adjacent function query commands and their scope
Saeed Mahameed
1
-0
/
+6
2025-09-17
fwctl/mlx5: Allow MODIFY_CONG_STATUS command
Avihai Horon
1
-0
/
+1
2025-09-17
spi: mt65xx: add dual and quad mode for standard spi device
Tim Kuo
1
-3
/
+25
2025-09-17
serial: qcom-geni: Fix blocked task
Krzysztof Kozlowski
1
-160
/
+16
2025-09-17
tty: serial: fix help message for SERIAL_CPM
Arturs Artamonovs
1
-1
/
+1
2025-09-17
Merge patch series "usb: gadget: Refactor function drivers to use __free() cl...
Greg Kroah-Hartman
5
-146
/
+110
2025-09-17
usb: gadget: f_rndis: Refactor bind path to use __free()
Kuen-Han Tsai
1
-50
/
+35
2025-09-17
usb: gadget: f_ecm: Refactor bind path to use __free()
Kuen-Han Tsai
1
-28
/
+20
2025-09-17
usb: gadget: f_acm: Refactor bind path to use __free()
Kuen-Han Tsai
1
-23
/
+19
2025-09-17
usb: gadget: f_ncm: Refactor bind path to use __free()
Kuen-Han Tsai
1
-45
/
+33
2025-09-17
usb: gadget: Store endpoint pointer in usb_request
Kuen-Han Tsai
1
-0
/
+3
2025-09-17
usb: host: xhci-rcar: Add Renesas RZ/G3E USB3 Host driver support
Biju Das
3
-1
/
+68
2025-09-17
usb: host: xhci-plat: Add .post_resume_quirk for struct xhci_plat_priv
Biju Das
2
-0
/
+15
2025-09-17
usb: host: xhci-rcar: Move R-Car reg definitions
Biju Das
2
-44
/
+50
2025-09-17
usb: gadget: f_fs: Fix epfile null pointer access after ep enable.
Owen Gu
1
-1
/
+7
2025-09-17
usb: mon: Increase BUFF_MAX to 64 MiB to support multi-MB URBs
Forest Crossman
1
-6
/
+8
2025-09-17
usb: xhci: plat: Facilitate using autosuspend for xhci plat devices
Krishna Kurapati
1
-0
/
+1
2025-09-17
Merge patch series "Add SpacemiT K1 USB3.0 host controller support"
Greg Kroah-Hartman
3
-0
/
+178
2025-09-17
usb: dwc3: add generic driver to support flattened
Ze Huang
3
-0
/
+178
2025-09-17
Merge tag 'iwlwifi-fixes-2025-09-15' of https://git.kernel.org/pub/scm/linux/...
Johannes Berg
1
-1
/
+1
2025-09-17
crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driver
Ashish Kalra
5
-2
/
+387
2025-09-17
media: tuner: xc5000: Fix use-after-free in xc5000_release
Duoming Zhou
1
-1
/
+1
2025-09-17
staging: rtl8723bs: xmit: rephrase comment and drop extra space
Akiyoshi Kurita
1
-1
/
+1
2025-09-17
media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probe
Duoming Zhou
1
-2
/
+2
2025-09-17
media: b2c2: Fix use-after-free causing by irq_check_work in flexcop_pci_remove
Duoming Zhou
1
-1
/
+1
2025-09-17
media: vsp1: Export missing vsp1_isp_free_buffer symbol
Laurent Pinchart
1
-0
/
+1
2025-09-17
media: renesas: vsp1: Convert to SYSTEM_SLEEP/RUNTIME_PM_OPS()
Geert Uytterhoeven
1
-7
/
+7
2025-09-17
media: renesas: ceu: Convert to RUNTIME_PM_OPS()
Geert Uytterhoeven
1
-6
/
+4
2025-09-17
media: renesas: fdp1: Convert to RUNTIME_PM_OPS()
Geert Uytterhoeven
1
-6
/
+4
2025-09-17
media: renesas: rcar-vin: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
Geert Uytterhoeven
1
-4
/
+4
2025-09-17
media: renesas: rcar_drif: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
Geert Uytterhoeven
1
-6
/
+6
2025-09-17
crypto: ccp - Add new HV-Fixed page allocation/free API
Ashish Kalra
2
-0
/
+185
2025-09-17
PCI: qcom: Move host bridge 'phy' and 'reset' pointers to struct qcom_pcie_port
Manivannan Sadhasivam
1
-51
/
+36
2025-09-17
EDAC/mc_sysfs: Increase legacy channel support to 16
Avadhut Naik
1
-0
/
+24
2025-09-17
EDAC/amd64: Add support for AMD family 1Ah-based newer models
Avadhut Naik
2
-1
/
+21
2025-09-17
HID: hidraw: tighten ioctl command parsing
Benjamin Tissoires
1
-102
/
+122
2025-09-17
HID: playstation: Support DualSense audio jack event reporting
Cristian Ciocaltea
1
-0
/
+36
2025-09-17
HID: playstation: Support DualSense audio jack hotplug detection
Cristian Ciocaltea
1
-3
/
+88
2025-09-17
HID: playstation: Redefine DualSense input report status field
Cristian Ciocaltea
1
-7
/
+7
2025-09-17
HID: playstation: Prefer kzalloc(sizeof(*buf)...)
Cristian Ciocaltea
1
-2
/
+2
2025-09-17
HID: playstation: Document spinlock_t usage
Cristian Ciocaltea
1
-1
/
+1
2025-09-17
HID: playstation: Fix all alignment and line length issues
Cristian Ciocaltea
1
-74
/
+89
2025-09-17
HID: playstation: Correct spelling in comment sections
Cristian Ciocaltea
1
-2
/
+2
2025-09-17
HID: playstation: Replace uint{32,16,8}_t with u{32,16,8}
Cristian Ciocaltea
1
-136
/
+136
2025-09-17
HID: playstation: Simplify locking with guard() and scoped_guard()
Cristian Ciocaltea
1
-123
/
+93
2025-09-17
HID: playstation: Add spaces around arithmetic operators
Cristian Ciocaltea
1
-20
/
+22
2025-09-17
HID: playstation: Make use of bitfield macros
Cristian Ciocaltea
1
-32
/
+45
2025-09-17
x86/cpu: Rename and move CPU model entry for Diamond Rapids
Tony Luck
2
-2
/
+2
2025-09-17
net/mlx5e: Prevent WQE metadata conflicts between timestamping and offloads
Carolina Jubran
2
-2
/
+2
2025-09-17
net/mlx5: Refactor MACsec WQE metadata shifts
Carolina Jubran
3
-8
/
+21
[prev]
[next]