index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-13
mei: make a local copy of client uuid in connect
Alexander Usyskin
1
-9
/
+9
2025-11-13
eeprom: at25: support Cypress FRAMs without device ID
Markus Heidelberg
1
-31
/
+36
2025-11-13
misc: pci_endpoint_test: Skip IRQ tests if irq is out of range
Christian Bruel
1
-6
/
+6
2025-10-29
vmw_balloon: indicate success when effectively deflating during migration
David Hildenbrand
1
-5
/
+3
2025-10-29
treewide: remove MIGRATEPAGE_SUCCESS
David Hildenbrand
1
-2
/
+2
2025-10-29
misc: fastrpc: Fix dma_buf object leak in fastrpc_map_lookup
Junhao Xie
1
-0
/
+2
2025-10-29
mei: me: add wildcat lake P DID
Alexander Usyskin
2
-0
/
+4
2025-10-29
lkdtm: fortify: Fix potential NULL dereference on kmalloc failure
Junjie Cao
1
-0
/
+6
2025-10-15
misc: fastrpc: Skip reference for DMA handles
Ling Xu
1
-18
/
+27
2025-10-15
misc: fastrpc: fix possible map leak in fastrpc_put_args
Ling Xu
1
-3
/
+7
2025-10-15
misc: fastrpc: Fix fastrpc_map_lookup operation
Ling Xu
1
-1
/
+6
2025-10-15
misc: fastrpc: Save actual DMA size in fastrpc_map structure
Ling Xu
1
-9
/
+18
2025-10-15
misc: genwqe: Fix incorrect cmd field being reported in error
Colin Ian King
1
-1
/
+1
2025-10-15
misc: pci_endpoint_test: Fix array underflow in pci_endpoint_test_ioctl()
Dan Carpenter
1
-1
/
+1
2025-10-12
drivers/misc/amd-sbi/Kconfig: select REGMAP_I2C
Max Kellermann
1
-0
/
+1
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
2
-2
/
+2
2025-08-01
Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+83
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+1
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-9
/
+9
2025-07-29
Merge tag 'soc-drivers-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-0
/
+383
2025-07-29
Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
25
-564
/
+963
2025-07-28
Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-10
/
+21
2025-07-28
Merge tag 'gpio-updates-for-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-8
/
+5
2025-07-28
Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-14
/
+14
2025-07-24
misc: pci_endpoint_test: Add doorbell test case
Frank Li
1
-0
/
+83
2025-07-24
misc: ti_fpc202: Switch to of_fwnode_handle()
Jiri Slaby (SUSE)
1
-1
/
+1
2025-07-21
stackleak: Rename STACKLEAK to KSTACK_ERASE
Kees Cook
2
-14
/
+14
2025-07-19
mei: more prints with client prefix
Alexander Usyskin
3
-37
/
+34
2025-07-19
mei: bus: use cldev in prints
Alexander Usyskin
2
-14
/
+14
2025-07-18
misc: ti-fpc202: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-5
/
+5
2025-07-18
misc: ti-fpc202: remove unneeded direction check
Bartosz Golaszewski
1
-3
/
+0
2025-07-16
misc: amd-sbi: Explicitly clear in/out arg "mb_in_out"
Akshay Gupta
1
-0
/
+4
2025-07-16
misc: amd-sbi: Address copy_to/from_user() warning reported in smatch
Akshay Gupta
1
-4
/
+11
2025-07-16
misc: amd-sbi: Address potential integer overflow issue reported in smatch
Akshay Gupta
1
-3
/
+2
2025-07-16
misc: rtsx: usb: Ensure mmc child device is active when card is present
Ricky Wu
1
-7
/
+9
2025-07-16
eeprom: at25: convert to spi-mem API
Alexander Sverdlin
2
-160
/
+162
2025-07-16
vmci: Prevent the dispatching of uninitialized payloads
Lizhi Xu
1
-0
/
+2
2025-07-16
eeprom: at25: fram: Detect and support inside-out chip variants
Alexander Sverdlin
1
-3
/
+19
2025-07-16
misc: fastrpc: Use of_reserved_mem_region_to_resource() for "memory-region"
Rob Herring (Arm)
1
-12
/
+7
2025-07-13
mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
David Hildenbrand
1
-2
/
+1
2025-07-10
misc: tps6594-pfsm: Add TI TPS652G1 PMIC PFSM
Michael Walle
1
-10
/
+21
2025-07-03
Revert "vmci: Prevent the dispatching of uninitialized payloads"
Greg Kroah-Hartman
1
-2
/
+0
2025-07-01
vmci: Prevent the dispatching of uninitialized payloads
Lizhi Xu
1
-0
/
+2
2025-06-24
char: misc: add test cases
Thadeu Lima de Souza Cascardo
1
-2
/
+587
2025-06-24
misc: enclosure: Use str_on_off() helper
Yumeng Fang
1
-1
/
+2
2025-06-24
misc: rtsx: Add support for RTS5264 Version B and optimize init flow
Ricky Wu
3
-4
/
+67
2025-06-24
misc: ocxl: Replace scnprintf() with sysfs_emit() in sysfs show functions
Ankit Chauhan
1
-6
/
+6
2025-06-24
misc: vmw_vmci: Remove unused qpair functions
Dr. David Alan Gilbert
1
-133
/
+0
2025-06-24
misc: vmw_vmci: Remove unused vmci_doorbell_notify
Dr. David Alan Gilbert
1
-53
/
+0
2025-06-24
misc: vmw_vmci: Remove unused vmci_ctx functions
Dr. David Alan Gilbert
2
-56
/
+0
[next]