index
:
pub/scm/linux/kernel/git/liveupdate/linux.git
master
LiveUpdate kernel tree
Live Update Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-17
misc: open-dice: add ACPI device discovery support
Song Guo
1
-1
/
+13
2026-07-17
misc: open-dice: save mem_base and mem_size in drvdata
Song Guo
1
-12
/
+18
2026-07-17
misc: open-dice: do not assume dev->of_node is valid
Song Guo
1
-4
/
+9
2026-07-17
misc: amd-sbi: Add SBTSI ioctl register transfer interface
Prathima
3
-4
/
+163
2026-07-17
misc: amd-sbi: Add support for SB-TSI over I3C
Prathima
4
-7
/
+143
2026-07-17
misc: amd-sbi: Consolidate Common SBTSI Probe Path
Prathima
1
-8
/
+18
2026-07-17
hwmon/misc: amd-sbi: Move sbtsi register transfer to core abstraction
Prathima
2
-1
/
+31
2026-07-17
hwmon/misc: amd-sbi: Move core sbtsi support from hwmon to misc
Prathima
3
-0
/
+151
2026-07-17
misc: keba: cp500: use pcim_enable_device()
Rosen Penev
1
-13
/
+4
2026-07-17
misc: amd-sbi: Add null check for devm_kasprintf()
Griffin Kroah-Hartman
1
-0
/
+4
2026-07-17
misc: sgi-gru: fill execution status in exception details
Yousef Alhouseen
1
-1
/
+3
2026-07-17
misc: genwqe: handle a first DMA address of zero
Yousef Alhouseen
1
-1
/
+1
2026-07-17
misc: xilinx_sdfec: validate LDPC code register offsets
Yousef Alhouseen
1
-40
/
+34
2026-07-17
misc: lan966x_pci: depopulate children on populate failure
Pengpeng Hou
1
-0
/
+1
2026-07-17
misc: ad525x_dpot: use driver core groups for sysfs files
Pengpeng Hou
4
-70
/
+112
2026-07-17
misc: rp1: do not put borrowed OF node
Pengpeng Hou
1
-12
/
+8
2026-07-17
misc: rp1: clear chained IRQ handlers on teardown
Pengpeng Hou
1
-0
/
+3
2026-07-17
misc: ibmvmc: reject oversized inbound messages
Yousef Alhouseen
1
-0
/
+7
2026-07-17
misc: ibmvmc: release send buffer on write errors
Yousef Alhouseen
1
-2
/
+8
2026-07-17
misc: hpilo: validate device queue entries before use
Yousef Alhouseen
1
-1
/
+6
2026-07-17
misc: rtsx: add missing write register handling
Gleb Markov
1
-0
/
+2
2026-07-17
misc: bcm-vk: validate write size before allocation
Yousef Alhouseen
1
-6
/
+12
2026-07-17
misc: nsm: bound the device-reported response length
Bryam Vargas
1
-1
/
+1
2026-07-17
misc: ibmasm: add parentheses around sizeof operand
Batu Ada Tutkun
1
-2
/
+2
2026-07-17
misc: nsm: do not unlock mutex before locking it
Vu Nguyen Anh Khoa
1
-2
/
+1
2026-07-17
drivers/misc/enclosure: Replace strcpy() + strcat() with snprintf()
David Laight
1
-2
/
+2
2026-07-17
misc: bcm-vk: Use acquire/release for msgq_inited
Gui-Dong Han
1
-2
/
+4
2026-07-17
misc: pch_phub: Make MAC address configuration more robust
Uwe Kleine-König (The Capable Hub)
1
-2
/
+11
2026-07-17
misc: pch_phub: Drop unused members from struct pch_phub_reg
Uwe Kleine-König (The Capable Hub)
1
-28
/
+0
2026-07-17
misc: pch_phub: Complete enum usage for device identification
Uwe Kleine-König (The Capable Hub)
1
-10
/
+10
2026-07-17
issei: add heci hardware module
Alexander Usyskin
6
-0
/
+803
2026-07-17
issei: implement main thread and ham messages
Alexander Usyskin
5
-0
/
+484
2026-07-17
issei: add firmware and host clients implementation, finish character device
Alexander Usyskin
6
-0
/
+1108
2026-07-17
issei: initial driver skeleton
Alexander Usyskin
10
-0
/
+803
2026-07-17
mei: Remove redundant dev_err()
Pan Chuang
1
-3
/
+1
2026-07-17
misc: Remove redundant dev_err()/dev_err_probe()
Pan Chuang
5
-12
/
+5
2026-07-17
misc: bcm-vk: Remove redundant dev_err()
Pan Chuang
1
-12
/
+3
2026-07-17
mei: lb: fix incorrect type in assignment
Alexander Usyskin
1
-2
/
+2
2026-07-17
misc: nsm: pin the module while the device is open
Xu Rao
1
-0
/
+1
2026-07-17
mei: bus: access mei_device under device_lock on cleanup
Alexander Usyskin
1
-7
/
+9
2026-07-17
misc: nsm: only unlock nsm_dev on post-lock error paths
Runyu Xiao
1
-1
/
+1
2026-07-13
misc: rtsx_usb: avoid USB I/O in runtime autosuspend
Sean Rhodes
1
-6
/
+20
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
9
-9
/
+0
2026-06-24
Merge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+5
2026-06-22
misc: pci_endpoint_test: Remove dead BAR read before doorbell trigger
Carlos Bilbao
1
-1
/
+0
2026-06-22
misc: pci_endpoint_test: Validate BAR index in doorbell test
Carlos Bilbao
1
-0
/
+5
2026-06-22
Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
15
-1482
/
+164
2026-06-18
string: Remove strncpy() from the kernel
Kees Cook
1
-1
/
+1
2026-06-16
Merge tag 'hardening-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-2
/
+78
2026-06-16
Merge tag 'mmc-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-2
/
+2
[prev]
[next]