aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-25/+11
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-15/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+46
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-2/+2
2023-08-24cxl: Drop unused detach_spa()Michael Ellerman1-5/+0
2023-08-22misc: fastrpc: Pass proper scm arguments for static process initEkansh Gupta1-4/+9
2023-08-22misc: fastrpc: Fix incorrect DMA mapping unmap requestEkansh Gupta1-3/+5
2023-08-22misc: fastrpc: Fix remote heap allocation requestEkansh Gupta1-7/+7
2023-08-22mei: make mei_class a static const structureIvan Orlov1-13/+12
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman7-59/+24
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple1-4/+4
2023-08-17lkdtm: Add FAM_BOUNDS test for __counted_byKees Cook1-3/+44
2023-08-16cxl: Use pci_find_vsec_capability() to simplify the codeXiongfeng Wang1-10/+1
2023-08-15list: Introduce CONFIG_LIST_HARDENEDMarco Elver1-2/+2
2023-08-13Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman7-59/+24
2023-08-12misc: microchip: pci1xxxx: Fix some NULL vs IS_ERR() bugsDan Carpenter1-4/+4
2023-08-12misc: tps6594: Remove redundant dev_err_probe() for platform_get_irq_byname()Ruan Jinjie2-4/+2
2023-08-11misc: hpilo: make ilo_class a static const structureIvan Orlov1-9/+9
2023-08-11misc: genwqe: make class_genwqe a static const structureIvan Orlov2-24/+27
2023-08-11misc: eeprom/idt_89hpesx: Use devm_kmemdup to replace devm_kmalloc + memcpyLi Zetao1-5/+6
2023-08-11misc: eeprom/idt_89hpesx: Switch to memdup_user_nul() helperRuan Jinjie1-9/+3
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-1/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-3/+1
2023-08-11misc: ti-st: make st_recv() conforming to tty_ldisc_ops::receive_buf()Jiri Slaby (SUSE)2-7/+6
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)1-1/+1
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)1-1/+1
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)1-1/+1
2023-08-04misc: tps6594-esm: Disable ESM for rev 1 PMICEsteban Blanc1-1/+18
2023-08-04misc: rtsx: judge ASPM Mode to set PETXCFG RegRicky WU6-58/+6
2023-08-04misc: bcm_vk: Fix potential deadlock on &vk->ctx_lockChengfeng Ye2-8/+8
2023-08-04misc: open-dice: make OPEN_DICE depend on HAS_IOMEMBaoquan He1-0/+1
2023-08-04misc: hi6421-spmi-pmic: Remove redundant dev_err()Ruan Jinjie1-3/+1
2023-08-04misc: Explicitly include correct DT includesRob Herring9-7/+10
2023-08-04misc: tps6594-esm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-04misc: tps6594-pfsm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-04misc: xilinx_tmr_manager: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-04misc/xilinx_sdfec: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-08-04misc: atmel-ssc: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-04misc: microchip: pci1xxxx: Add support to read and write into PCI1XXXX EEPROM...Kumaravel Thiagarajan1-0/+140
2023-08-04misc: microchip: pci1xxxx: Add support to read and write into PCI1XXXX OTP vi...Kumaravel Thiagarajan3-1/+305
2023-07-31misc: ti-st: don't check for tty data == NULLJiri Slaby2-7/+1
2023-07-31misc: ti-st: remove ptr from recv functionsJiri Slaby2-6/+2
2023-07-31misc: ti-st: remove forward declarations and make st_int_recv() staticJiri Slaby1-3/+1
2023-07-31Merge 6.5-rc4 into char-misc-nextGreg Kroah-Hartman1-1/+1
2023-07-30mei: gsc: add module descriptionTomas Winkler1-0/+1
2023-07-30mei: pxp: Keep a const qualifier when calling mei_cldev_send()Christophe JAILLET1-2/+1
2023-07-30mei: obtain firmware version only on gsc.Alexander Usyskin3-3/+12
2023-07-30mei: bus: enable asynchronous suspend.Alexander Usyskin1-0/+1
2023-07-30mei: log firmware status on hw_start failure.Alexander Usyskin1-1/+4
2023-07-26misc/genalloc: Name subpools by of_node_full_name()Linus Walleij1-1/+1
2023-07-13ibm: convert to ctime accessor functionsJeff Layton2-2/+2
2023-07-10ibmvmc: update ctime in conjunction with mtime on writeJeff Layton1-1/+1
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds29-57/+509
2023-07-02Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2023-06-30Merge tag 'pci-v6.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+11
2023-06-29Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+5
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-14/+244
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2023-06-27Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-06-23misc: pci_endpoint_test: Simplify pci_endpoint_test_msi_irq()Damien Le Moal1-8/+4
2023-06-23misc: pci_endpoint_test: Do not write status in IRQ handlerDamien Le Moal1-3/+0
2023-06-23misc: pci_endpoint_test: Re-init completion for every testDamien Le Moal1-0/+4
2023-06-23misc: pci_endpoint_test: Free IRQs before removing the deviceDamien Le Moal1-3/+3
2023-06-23Merge tag 'at24-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Wolfram Sang1-1/+2
2023-06-19mm: ptep_get() conversionRyan Roberts1-1/+1
2023-06-19misc: fastrpc: check return value of devm_kasprintf()Claudiu Beznea1-0/+3
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie2-8/+24
2023-06-15misc: fastrpc: Create fastrpc scalar with correct buffer countEkansh Gupta1-1/+1
2023-06-15misc: tps6594-pfsm: Add driver for TI TPS6594 PFSMJulien Panis3-0/+319
2023-06-15misc: tps6594-esm: Add driver for TI TPS6594 ESMJulien Panis3-0/+144
2023-06-09mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes1-1/+1
2023-06-09Merge tag 'at24-fixes-for-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang1-0/+1
2023-06-08eeprom: at24: also select REGMAPRandy Dunlap1-0/+1
2023-06-07lkdtm: Avoid objtool/ibt warningPeter Zijlstra1-0/+1
2023-06-05Merge 6.4-rc5 into char-misc-nextGreg Kroah-Hartman1-8/+23
2023-05-31misc: sram: Generate unique names for subpoolsLinus Walleij1-4/+5
2023-05-31lkdtm: replace ll_rw_block with submit_bhYue Zhao1-1/+1
2023-05-31uacce: vma_close clears q->qfrs when freeing qfrsZhangfei Gao1-4/+7
2023-05-31uacce: use q->mapping to replace inode->i_mappingZhangfei Gao1-7/+7
2023-05-31misc: smpro-errmon: Remove the unneeded include <linux/i2c.h>Christophe JAILLET1-1/+0
2023-05-31misc/xilinx_sdfec: remove redundant _{open, release} functionBo Svangård1-12/+0
2023-05-31Merge drm/drm-next into drm-intel-nextJani Nikula5-1/+231
2023-05-31drm/i915/hdcp: Move away from master naming to arbiterSuraj Kandpal1-13/+13
2023-05-30lkdtm/bugs: Switch from 1-element array to flexible arrayKees Cook1-2/+2
2023-05-29misc: fastrpc: reject new invocations during device removalRichard Acayan1-1/+2
2023-05-29misc: fastrpc: return -EPIPE to invocations on device removalRichard Acayan1-1/+3
2023-05-29misc: fastrpc: Reassign memory ownership only for remote heapEkansh Gupta1-1/+1
2023-05-29misc: fastrpc: Pass proper scm arguments for secure map requestEkansh Gupta1-5/+17
2023-05-29mei: bus-fixup: fix buffer typeAlexander Usyskin1-2/+2
2023-05-29mei: bus: drop useless cldev null checkAlexander Usyskin1-9/+0
2023-05-29misc: add HAS_IOPORT dependenciesNiklas Schnelle2-2/+7
2023-05-29misc: Switch i2c drivers back to use .probe()Uwe Kleine-König16-18/+18
2023-05-29Merge tag 'drm-intel-gt-next-2023-05-24' of git://anongit.freedesktop.org/drm...Dave Airlie5-1/+231
2023-05-17misc: sram: Generate unique names for subpoolsLinus Walleij1-4/+5
2023-05-16eeprom: at24: Use dev_err_probe for nvmem register failureAlexander Stein1-1/+2
2023-05-04mei: gsc_proxy: add gsc proxy driverAlexander Usyskin5-1/+231
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+6
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-247/+156
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-9/+8
2023-04-25Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-410/+73
2023-04-25Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2023-04-14lkdtm/stackleak: Fix noinstr violationJosh Poimboeuf1-0/+6
2023-04-14Merge tag 'qcom-drivers-for-6.4' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-1/+1
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2-3/+3
2023-04-05genwqe: fix MAX_ORDER usageKirill A. Shutemov2-2/+2
2023-04-05vmci_host: fix a race condition in vmci_host_poll() causing GPFDae R. Jeong1-1/+7
2023-04-05misc: vmw_vmci: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)2-2/+2
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-3/+3
2023-03-29misc: alcor_pci: remove unused alcor functionsTom Rix1-23/+0
2023-03-29misc: hpilo: remove unused is_device_reset functionTom Rix1-6/+0
2023-03-24Merge tag 'drm-intel-next-2023-03-23' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter2-408/+51
2023-03-23mei: Move uuid.h to the MEI namespaceAndy Shevchenko5-5/+4
2023-03-23drm/i915/hdcp: Refactor HDCP API structuresSuraj Kandpal2-376/+22
2023-03-23drm/i915/hdcp: Use generic names for HDCP helpers and structsAnshuman Gupta1-32/+29
2023-03-20Merge 6.3-rc3 into char-misc-nextGreg Kroah-Hartman1-3/+3
2023-03-17misc: lis3lv02d: Fix reading 'st,default-rate' propertyRob Herring1-1/+1
2023-03-17misc: lis3lv02d: Use of_property_read_bool() for boolean propertiesRob Herring1-32/+32
2023-03-17misc/sram: Use of_property_read_bool() for boolean propertiesRob Herring1-8/+3
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman8-8/+8
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2023-03-15firmware: qcom_scm: Use fixed width src vm bitmapElliot Berman1-1/+1
2023-03-15Merge tag 'drm-intel-next-2023-03-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-2/+22
2023-03-10misc: smpro-errmon: Add dimm training failure syndromeQuan Nguyen1-0/+77
2023-03-10misc: smpro-errmon: Add DIMM 2x Refresh rate eventQuan Nguyen1-0/+5
2023-03-09misc: ad525x_dpot-i2c: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2023-03-09misc: microchip: pci1xxxx: Convert to immutable irqchipLinus Walleij1-2/+8
2023-03-09misc: genwqe: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-2/+0
2023-03-09misc: alcor_pci: Use PCI core to manage ASPM instead of open-codingBjorn Helgaas1-140/+4
2023-03-09sgi-xp: simplify sysctl registrationLuis Chamberlain1-14/+10
2023-03-09misc: sram: Improve and simplify clk handlingUwe Kleine-König2-13/+5
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-02-24Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-4/+4
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds20-41/+527
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-17/+15
2023-02-22Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds426-333135/+0
2023-02-22Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan10-18/+18
2023-02-08firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman1-1/+1
2023-02-08mei: lower the log level for non-fatal failed messagesVitaly Lubart1-11/+11
2023-02-08mei: bus: disallow driver match while dismantling deviceAlexander Usyskin1-1/+2
2023-02-08misc: vmw_balloon: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-03mei: Move uuid_le_cmp() to its only userAndy Shevchenko1-0/+5
2023-01-31drivers: misc: ti-st: Fix a typo ("unknow")Jonathan Neuschäfer1-1/+1
2023-01-31misc: isl29003: Use sysfs_emit() to instead of sprintf()Bo Liu1-5/+5
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter5-76/+72
2023-01-27mei: clean pending read with vtag on busAlexander Usyskin1-1/+3
2023-01-27mei: mei-me: resume device in prepareAlexander Usyskin1-1/+19
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2-4/+4
2023-01-26habanalabs: move driver to accel subsystemOded Gabbay426-333687/+0
2023-01-26habanalabs/uapi: move uapi file to drmOded Gabbay14-14/+15
2023-01-26habanalabs: fix dma-buf release handling if dma_buf_fd() failsTomer Tayar1-2/+8
2023-01-26habanalabs/gaudi2: dump event description even if no causeOfir Bitton1-2/+2
2023-01-26habanalabs: pass-through request from user to f/wfarah kassabri4-7/+135
2023-01-26habanalabs: support receiving ascii message from preboot f/wTal Cohen2-15/+78
2023-01-26habanalabs: fix asic-specific functions documentationOhad Sharabi1-1/+2
2023-01-26habanalabs: fix wrong variable type used for vzallocfarah kassabri1-1/+2
2023-01-26habanalabs/gaudi2: wait for preboot ready if HW state is dirtyOhad Sharabi3-2/+27
2023-01-26habanalabs: put fences in case of unexpected wait statusTomer Tayar1-1/+2
2023-01-26habanalabs: fix handling of wait CS for interrupting signalsTomer Tayar1-6/+11
2023-01-26habanalabs: fix dmabuf to export only required sizeOhad Sharabi2-9/+28
2023-01-26habanalabs: modify export dmabuf APIOhad Sharabi2-25/+203
2023-01-26habanalabs: helper function to validate export paramsOhad Sharabi1-35/+44
2023-01-26habanalabs: remove support to export dmabuf from handleOhad Sharabi2-139/+9
2023-01-26habanalabs: set log level for descriptor validation to debugfarah kassabri1-2/+2
2023-01-26habanalabs: trace COMMS protocolOhad Sharabi1-0/+31
2023-01-26habanalabs/gaudi2: support abrupt device reset eventOfir Bitton3-0/+4
2023-01-26habanalabs: skip device idle check in hpriv_release if in resetTomer Tayar1-2/+4
2023-01-26habanalabs: adjacent timestamps should be more accurateTamir Gilad-Raz1-3/+3
2023-01-26habanalabs/gaudi2: remove duplicated event printsOfir Bitton1-190/+149
2023-01-26habanalabs/gaudi2: count interrupt causesOfir Bitton1-109/+252
2023-01-26habanalabs: update DRAM props according to preboot dataOhad Sharabi1-0/+4
2023-01-26habanalabs: fix double assignment in MMU V1Marco Pagani1-1/+0
2023-01-26habanalabs: make set_dram_properties an ASIC functionOhad Sharabi4-1/+15
2023-01-26habanalabs: use dev_dbg() when hl_mmap_mem_buf_get() failsTomer Tayar1-2/+1
2023-01-26habanalabs: don't allow user to destroy CB handle more than onceTomer Tayar5-4/+32
2023-01-26habanalabs: don't notify user about clk throttling due to powerOfir Bitton2-6/+8
2023-01-26habanalabs: abort waiting user threads upon errorTomer Tayar3-3/+28
2023-01-26habanalabs: remove releasing of user threads from device releaseTomer Tayar1-5/+0
2023-01-26habanalabs: read binning info from prebootfarah kassabri3-10/+50
2023-01-26habanalabs/gaudi2: fix BMON 3rd address rangetal albo1-4/+4
2023-01-22Merge 6.2-rc5 into char-misc-nextGreg Kroah-Hartman5-76/+72
2023-01-20VMCI: Use threaded irqs instead of taskletsVishnu Dasa1-30/+19
2023-01-20misc: fastrpc: Pass bitfield into qcom_scm_assign_memElliot Berman1-9/+6
2023-01-20misc: fastrpc: Fix use-after-free race condition for mapsOla Jeppsson1-3/+5
2023-01-20misc: fastrpc: Don't remove map on creater_process and device_releaseAbel Vesa1-9/+9
2023-01-20misc: fastrpc: Fix use-after-free and race in fastrpc_map_findAbel Vesa1-20/+21
2023-01-20misc: fastrpc: fix error code in fastrpc_req_mmap()Dan Carpenter1-1/+0
2023-01-20mei: me: add meteor lake point M DIDAlexander Usyskin2-0/+4
2023-01-20mei: bus: fix unlink on bus in error pathAlexander Usyskin1-4/+8
2023-01-20misc: fastrpc: Fix an error handling path in fastrpc_rpmsg_probe()Christophe JAILLET1-1/+12
2023-01-20drivers: misc: Add Support for TMR Inject IPAppana Durga Kedareswara rao3-0/+182
2023-01-20drivers: misc: Add Support for TMR ManagerAppana Durga Kedareswara rao3-0/+231
2023-01-20misc/mei/hdcp: Use correct macros to initialize uuid_leAndy Shevchenko1-2/+2
2023-01-20mei: pxp: Use correct macros to initialize uuid_leAndy Shevchenko1-2/+2