summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)Author
2026-04-02mei: me: move trace into firmware status readAlexander Usyskin
2026-04-02mei: fix idle print specifiersAlexander Usyskin
2026-04-02mei: me: use PCI_DEVICE_DATA macroAlexander Usyskin
2026-04-02misc: vmw_vmci: Fix spelling mistakes in commentsTomasz Unger
2026-04-02ibmasm: fix heap over-read in ibmasm_send_i2o_message()Tyllis Xu
2026-04-02ibmasm: fix OOB reads in command_file_write due to missing size checksTyllis Xu
2026-04-02misc: ibmasm: fix OOB MMIO read in ibmasm_handle_mouse_interrupt()Tyllis Xu
2026-04-02misc: ti_fpc202: Support special-purpose GPIO lines with LED featuresRomain Gantois
2026-04-02misc: ti_fpc202: Depend on GPIOLIB instead of selecting itRomain Gantois
2026-04-02misc: ti_fpc202: remove dead code in fpc202_detach_addr()Felix Gu
2026-04-02misc: ti_fpc202: fix off-by-one error in port ID bounds checkFelix Gu
2026-04-02misc: amd-sbi: Add device tree mapping for AMD SBRMI devicesAkshay Gupta
2026-04-02misc: amd-sbi: Add check to probe only SBRMI devicesAkshay Gupta
2026-04-02misc: amd-sbi: Add revision support for AMD Venice platformAkshay Gupta
2026-04-02misc: amd-sbi: Address CPUID extended function bitsAkshay Gupta
2026-04-02misc: fastrpc: check qcom_scm_assign_mem() return in rpmsg_probeXingjing Deng
2026-04-02misc: fastrpc: possible double-free of cctx->remote_heapXingjing Deng
2026-04-01lis3lv02d: Omit IRQF_ONESHOT if no threaded handler is providedArd Biesheuvel
2026-03-31lkdtm/fortify: Drop unneeded FORTIFY_STR_OBJECT testKees Cook
2026-03-31misc/mei: INTEL_MEI should depend on X86 or DRM_XEGeert Uytterhoeven
2026-03-31mei: me: reduce the scope on unexpected resetAlexander Usyskin
2026-03-15misc: pci_endpoint_test: Give reserved BARs a distinct error codeNiklas Cassel
2026-02-27i3c: simplify combined i3c/i2c dependenciesArnd Bergmann
2026-02-24misc: pci_endpoint_test: Gate doorbell test on dynamic inbound mappingKoichiro Den
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-15Merge tag 'i2c-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-11Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-10Merge tag 'hardening-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-31mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOONDavid Hildenbrand (Red Hat)
2026-01-31mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATIONDavid Hildenbrand (Red Hat)
2026-01-31mm: rename balloon_compaction.(c|h) to balloon.(c|h)David Hildenbrand (Red Hat)
2026-01-31vmw_balloon: stop using the balloon_dev_info lockDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: centralize basic page migration handlingDavid Hildenbrand (Red Hat)
2026-01-31vmw_balloon: remove vmballoon_compaction_init()David Hildenbrand (Red Hat)
2026-01-31vmw_balloon: adjust BALLOON_DEFLATE when deflating while migratingDavid Hildenbrand (Red Hat)
2026-01-29misc: pci_endpoint_test: Add BAR subrange mapping test caseKoichiro Den
2026-01-27eeprom: at25: expose JEDEC ID via sysfsPatrick Wicki
2026-01-27eeprom: at25: add support for Infineon Cypress QSN FRAMsPatrick Wicki
2026-01-26Merge 6.19-rc7 into char-misc-nextGreg Kroah-Hartman
2026-01-24Merge tag 'at24-updates-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/k...Wolfram Sang
2026-01-21Revert "mmc: rtsx_pci: add quirk to disable MMC_CAP_AGGRESSIVE_PM for RTS525A"Greg Kroah-Hartman
2026-01-21Revert "mmc: rtsx: reset power state on suspend"Greg Kroah-Hartman
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-17lkdtm/bugs: Add __counted_by_ptr() test PTR_BOUNDSKees Cook