summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)Author
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_READ.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_READ.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_SEM_READ.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_PULSE.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_RESET.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_SET.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_CREATE_EVENT.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_KILL.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_WAIT_ALL.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_WAIT_ANY.Elizabeth Figura
2025-01-08ntsync: Rename NTSYNC_IOC_SEM_POST to NTSYNC_IOC_SEM_RELEASE.Elizabeth Figura
2025-01-08ntsync: Return the fd from NTSYNC_IOC_CREATE_SEM.Elizabeth Figura
2025-01-08misc:minor basic kunit testsVimal Agrawal
2024-12-24misc: ds1682: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-24misc: eeprom/max6875: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-24misc: eeprom/idt_89hpesx: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-24misc: pch_phub: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-24misc: c2port: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-24misc: c2port: Calculate bin_attribute size through group callbackThomas Weißschuh
2024-12-24misc: sram: constify 'struct bin_attribute'Thomas Weißschuh
2024-12-24cxl: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-24ocxl: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-13cxl: Deprecate driverAndrew Donnellan
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-11-30Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-25Merge tag 'hardening-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-21Merge tag 'i2c-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-20Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-19Compiler Attributes: disable __counted_by for clang < 19.1.3Jan Hendrik Farr
2024-11-18Merge tag 'i2c-host-6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git...Wolfram Sang
2024-11-14Merge tag 'at24-updates-for-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/...Wolfram Sang
2024-11-12Merge tag 'reset-for-v6.13' of git://git.pengutronix.de/pza/linux into soc/dr...Arnd Bergmann
2024-11-12mei: vsc: Fix typo "maintstepping" -> "mainstepping"Colin Ian King
2024-11-12misc: isl29020: Fix the wrong format specifierZhu Jun
2024-11-10mei: vsc: Improve error logging in vsc_identify_silicon()Hans de Goede
2024-11-10mei: vsc: Do not re-enable interrupt from vsc_tp_reset()Hans de Goede
2024-11-07misc: atmel-ssc: Use of_property_present() for non-boolean propertiesRob Herring (Arm)
2024-11-07misc: keba: Add hardware dependencyJean Delvare
2024-11-05sysfs: treewide: constify attribute callback of bin_attribute::mmap()Thomas Weißschuh
2024-11-05Merge 6.12-rc6 into char-misc-nextGreg Kroah-Hartman
2024-11-05eeprom: Fix the cacography in KconfigLuo Yifan
2024-11-05misc: rtsx: Cleanup on DRV_NAME cardreader variablesDesnes Nunes
2024-11-04misc: lan966x_pci: Fix dtc warn 'Missing interrupt-parent'Herve Codina
2024-11-04misc: lan966x_pci: Fix dtc warns 'missing or empty reg/ranges property'Herve Codina
2024-10-29mei: use kvmalloc for read bufferAlexander Usyskin