aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2022-09-09misc/xilinx_sdfec: Replace kmap() with kmap_local_page()Fabio M. De Francesco1-2/+2
2022-09-09misc/xilinx_sdfec: Call kunmap() on pages mapped with kmap()Fabio M. De Francesco1-0/+1
2022-09-09misc/vmw_vmci: Use kmap_local_page() in vmci_queue_pair.cFabio M. De Francesco1-8/+8
2022-09-09misc: microchip: pci1xxxx: use module_auxiliary_driverWei Yongjun1-13/+1
2022-09-09misc: microchip: pci1xxxx: Add missing MODULE_DEVICE_TABLEWei Yongjun1-0/+1
2022-09-09misc: microchip: pci1xxxx: Make symbol 'pci1xxxx_gpio_auxiliary_id_table' staticWei Yongjun1-1/+1
2022-09-09misc: microchip: pci1xxxx: Fix missing spin_lock_init()Wei Yongjun1-0/+1
2022-09-09misc: microchip: pci1xxxx: fix error handling in gp_aux_bus_probe()Wei Yongjun1-4/+5
2022-09-07lkdtm: Update tests for memcpy() run-time warningsKees Cook1-13/+83
2022-09-06misc: microchip: pci1xxxx: fix dependency issues in building the pci1xxxx's a...Kumaravel Thiagarajan1-1/+3
2022-09-05Merge 6.0-rc4 into char-misc-nextGreg Kroah-Hartman1-5/+9
2022-09-02misc: microchip: pci1xxxx: Add power management functions - suspend & resume ...Kumaravel Thiagarajan1-0/+37
2022-09-02misc: microchip: pci1xxxx: Add gpio irq handler and irq helper functions irq_...Kumaravel Thiagarajan1-0/+159
2022-09-02misc: microchip: pci1xxxx: Add functions to configure gpio pins as input / ou...Kumaravel Thiagarajan1-0/+79
2022-09-02misc: microchip: pci1xxxx: load gpio driver for the gpio controller auxiliary...Kumaravel Thiagarajan2-1/+164
2022-09-02misc: microchip: pci1xxxx: load auxiliary bus driver for the PIO function in ...Kumaravel Thiagarajan6-1/+209
2022-09-01ibmvmc: don't open-code file_inode()Al Viro1-2/+4
2022-09-01misc: ocxl: fix possible refcount leak in afu_ioctl()Hangyu Hua1-0/+2
2022-09-01misc: move from strlcpy with unused retval to strscpyWolfram Sang5-8/+8
2022-09-01misc: fastrpc: Use USER_PD define in fastrpc_get_info_from_dspAbel Vesa1-1/+1
2022-09-01misc: bcm_vk: Remove usage of deprecated functionsBreno Leitao1-3/+3
2022-09-01misc: bcm-vk: Specify the minimum number of IRQ vecsBreno Leitao1-1/+1
2022-09-01misc: fastrpc: increase maximum session countJohan Hovold1-1/+1
2022-09-01misc: fastrpc: fix memory corruption on openJohan Hovold1-4/+3
2022-09-01misc: fastrpc: fix memory corruption on probeJohan Hovold1-0/+5
2022-08-16i2c: Make remove callback return voidUwe Kleine-König16-40/+17
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-2/+2
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-9/+1
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds224-1201/+159197
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-58/+3
2022-08-03misc: update maintainer email address and description for atmel-sscHans-Christian Noren Egtvedt1-2/+2
2022-08-02Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)1-58/+3
2022-07-28drivers: lkdtm: fix clang -Wformat warningJustin Stitt1-1/+1
2022-07-27drivers: lkdtm: fix clang -Wformat warningJustin Stitt1-1/+1
2022-07-20lkdtm: Disable return thunks in rodata.cJosh Poimboeuf1-3/+6
2022-07-14misc: Add a mechanism to detect stalls on guest vCPUsSebastian Ene3-0/+237
2022-07-14cxl: Fix a memory leak in an error handling pathChristophe JAILLET1-0/+1
2022-07-14cxl: Use the bitmap API to allocate bitmapsChristophe JAILLET4-7/+5
2022-07-14mei: me: fix clang -Wformat warningJustin Stitt1-1/+1
2022-07-14eeprom: idt_89hpesx: uninitialized data in idt_dbgfs_csr_write()Dan Carpenter1-2/+6
2022-07-12habanalabs: move h/w dirty message to debugOded Gabbay3-5/+3
2022-07-12habanalabs: rename soft reset to compute resetOded Gabbay8-30/+30
2022-07-12habanalabs: add status of reset after device releaseOded Gabbay2-7/+16
2022-07-12habanalabs: fix update of is_in_soft_resetOded Gabbay1-5/+15
2022-07-12habanalabs: expose only valid debugfs nodesOfir Bitton1-44/+50
2022-07-12habanalabs/gaudi2: map virtual MSI-X doorbell memory for userTomer Tayar2-2/+44
2022-07-12habanalabs/gaudi2: modify decoder to use virtual MSI-X doorbellTomer Tayar4-11/+161
2022-07-12habanalabs/gaudi2: modify CS completion CQ to use virtual MSI-X doorbellTomer Tayar1-3/+16