index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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/git/pci/pci
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/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+1
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
6
-9
/
+9
2025-07-29
Merge tag 'soc-drivers-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
6
-0
/
+383
2025-07-29
Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
25
-564
/
+963
2025-07-28
Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Linus Torvalds
1
-10
/
+21
2025-07-28
Merge tag 'gpio-updates-for-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
1
-8
/
+5
2025-07-28
Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
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
2025-06-24
misc: Use dev_fwnode()
Jiri Slaby (SUSE)
1
-3
/
+1
2025-06-24
drivers: misc: sram: fix up some const issues with recent attribute changes
Greg Kroah-Hartman
1
-4
/
+6
2025-06-24
mei: bus: Check for still connected devices in mei_cl_bus_dev_release()
Hans de Goede
1
-0
/
+6
2025-06-24
mei: vsc: Fix "BUG: Invalid wait context" lockdep error
Hans de Goede
1
-1
/
+1
2025-06-24
mei: vsc: Run event callback from a workqueue
Hans de Goede
1
-6
/
+11
2025-06-24
mei: vsc: Unset the event callback on remove and probe errors
Hans de Goede
1
-0
/
+5
2025-06-24
mei: vsc: Event notifier fixes
Hans de Goede
1
-3
/
+9
2025-06-24
mei: vsc: Destroy mutex after freeing the IRQ
Hans de Goede
1
-4
/
+4
[next]