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-14
drm/amdkfd: kfd driver supports hot unplug/replug amdgpu devices
Xiaogang Chen
-2
/
+156
2026-01-14
drm/amd/pm: fix issue of missing '*' on pp_dpm_xxx nodes
Yang Wang
-15
/
+16
2026-01-14
drm/amdkfd: Fix GART PTE for non-4K pagesize in svm_migrate_gart_map()
Donet Tom
-1
/
+1
2026-01-14
drm/amdkfd: Fix SVM map/unmap address conversion for non-4k page sizes
Donet Tom
-8
/
+21
2026-01-14
drm/amdkfd: Relax size checking during queue buffer get
Donet Tom
-3
/
+3
2026-01-14
drm/amd/display: Initialise backlight level values from hw
Vivek Das Mohapatra
-1
/
+17
2026-01-14
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
-6
/
+31
2026-01-14
accel/amdxdna: Fix notifier_wq flushing warning
Lizhi Hou
-1
/
+1
2026-01-14
PCI/P2PDMA: Reset page reference count when page mapping fails
Alistair Popple
-0
/
+7
2026-01-14
soc: ti: pruss: Fix double free in pruss_clk_mux_setup()
Wentao Liang
-4
/
+2
2026-01-14
PCI: Remove useless WARN_ON() from devres
Philipp Stanner
-3
/
+0
2026-01-14
soc: ti: k3-socinfo: Fix regmap leak on probe failure
Johan Hovold
-1
/
+1
2026-01-14
soc: ti: k3-socinfo: Fix compile testing
Johan Hovold
-1
/
+1
2026-01-14
ACPI: processor: idle: Add debug log for states with invalid entry methods
Huisong Li
-0
/
+2
2026-01-14
PCI/PTM: Fix pcie_ptm_create_debugfs() memory leak
Aadityarangan Shridhar Iyengar
-1
/
+4
2026-01-14
ACPI: processor: Fix NULL-pointer dereference in acpi_processor_errata_piix4()
Tuo Li
-13
/
+15
2026-01-14
ACPI: resource: Add JWIPC JVC9100 to irq1_level_low_skip_override[]
Ai Chao
-0
/
+8
2026-01-14
i3c: mipi-i3c-hci-pci: Add Runtime PM support
Adrian Hunter
-0
/
+17
2026-01-14
i3c: mipi-i3c-hci: Add optional Runtime PM support
Adrian Hunter
-6
/
+72
2026-01-14
i3c: master: Introduce optional Runtime PM support
Adrian Hunter
-9
/
+134
2026-01-14
i3c: mipi-i3c-hci: Factor out master dynamic address setting into helper
Adrian Hunter
-3
/
+10
2026-01-14
i3c: mipi-i3c-hci: Allow core re-initialization for Runtime PM support
Adrian Hunter
-17
/
+21
2026-01-14
i3c: mipi-i3c-hci: Factor out core initialization into helper
Adrian Hunter
-67
/
+75
2026-01-14
i3c: mipi-i3c-hci: Factor out IO mode setting into helper
Adrian Hunter
-14
/
+31
2026-01-14
i3c: mipi-i3c-hci: Factor out software reset into helper
Adrian Hunter
-12
/
+29
2026-01-14
i3c: mipi-i3c-hci: Add PIO suspend and resume support
Adrian Hunter
-0
/
+14
2026-01-14
i3c: mipi-i3c-hci: Refactor PIO register initialization
Adrian Hunter
-17
/
+28
2026-01-14
i3c: mipi-i3c-hci: Add DMA suspend and resume support
Adrian Hunter
-0
/
+27
2026-01-14
i3c: mipi-i3c-hci: Extract ring initialization from hci_dma_init()
Adrian Hunter
-50
/
+68
2026-01-14
i3c: mipi-i3c-hci: Introduce helper to restore DAT
Adrian Hunter
-0
/
+10
2026-01-14
i3c: mipi-i3c-hci: Cache DAT in memory for Runtime PM restore
Adrian Hunter
-6
/
+29
2026-01-14
i3c: mipi-i3c-hci: Manage DMA deallocation via devres action
Adrian Hunter
-2
/
+21
2026-01-14
i3c: mipi-i3c-hci: Switch PIO data allocation to devm_kzalloc()
Adrian Hunter
-3
/
+1
2026-01-14
i3c: mipi-i3c-hci: Switch DAT bitmap allocation to devm_bitmap_zalloc()
Adrian Hunter
-11
/
+3
2026-01-14
i3c: master: Replace WARN_ON() with dev_err() in i3c_dev_free_ibi_locked()
Adrian Hunter
-2
/
+5
2026-01-14
i3c: master: Update hot-join flag only on success
Adrian Hunter
-1
/
+2
2026-01-14
i3c: mipi-i3c-hci: Ensure proper bus clean-up
Adrian Hunter
-3
/
+39
2026-01-14
i3c: mipi-i3c-hci: Reset RING_OPERATION1 fields during init
Adrian Hunter
-0
/
+8
2026-01-14
Merge tag 'media/v6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
-40
/
+67
2026-01-14
ACPI: bus: Align acpi_device_get_match_data() with driver match order
Kartik Rajput
-18
/
+12
2026-01-14
phy: freescale: imx8m-pcie: assert phy reset during power on
Rafael Beims
-1
/
+2
2026-01-14
ACPI: extlog: Trace CPER CXL Protocol Error Section
Fabio M. De Francesco
-1
/
+28
2026-01-14
ACPI: APEI: GHES: Add helper to copy CPER CXL protocol error info to work struct
Fabio M. De Francesco
-21
/
+34
2026-01-14
ACPI: APEI: GHES: Add helper for CPER CXL protocol errors checks
Fabio M. De Francesco
-17
/
+35
2026-01-14
ACPI: extlog: Trace CPER PCI Express Error Section
Fabio M. De Francesco
-1
/
+35
2026-01-14
ACPI: extlog: Trace CPER Non-standard Section Body
Fabio M. De Francesco
-0
/
+6
2026-01-14
ACPI: APEI: GHES: Improve ghes_notify_sea() status check
Shuai Xue
-3
/
+17
2026-01-14
ACPI: APEI: GHES: Extract helper functions for error status handling
Shuai Xue
-21
/
+68
2026-01-14
ACPI: APEI: GHES: Improve ghes_notify_nmi() status check
Tony Luck
-3
/
+37
2026-01-14
EFI/CPER: don't dump the entire memory region
Mauro Carvalho Chehab
-0
/
+5
[prev]
[next]