aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby1-3/+3
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby1-1/+2
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby1-1/+1
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-9/+30
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-3/+3
2021-04-26Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+0
2021-04-26Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds53-606/+2927
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unisoc', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-9/+30
2021-04-16habanalabs/gaudi: Fix uninitialized return code rc when read size is zeroColin Ian King1-1/+1
2021-04-14mei: me: add Alder Lake P device id.Tomas Winkler2-0/+2
2021-04-09habanalabs: print f/w boot unknown errorOded Gabbay1-16/+68
2021-04-09habanalabs: update to latest F/W communication headerOhad Sharabi2-1/+200
2021-04-09habanalabs/gaudi: skip iATU if F/W security is enabledOfir Bitton4-1/+101
2021-04-09habanalabs/gaudi: derive security status from pci idOfir Bitton8-8/+35
2021-04-09habanalabs: move dram scrub to free sequenceBharat Jauhari1-39/+48
2021-04-09habanalabs: send dynamic msi-x indexes to f/wOhad Sharabi5-19/+131
2021-04-09habanalabs/gaudi: clear QM errors only if not in stop_on_err modeTomer Tayar1-1/+2
2021-04-09habanalabs: support DEVICE_UNUSABLE error indication from FWKoby Elbaz2-0/+7
2021-04-09habanalabs: use strscpy instead of sprintf and strlcpyOded Gabbay1-2/+2
2021-04-09habanalabs/gaudi: add debugfs to DMA from the deviceOded Gabbay4-5/+298
2021-04-09habanalabs/gaudi: sync stream add protection to SOB reset flowfarah kassabri1-4/+12
2021-04-09habanalabs: add custom timeout flag per csAlon Mizrahi3-16/+23
2021-04-09habanalabs: improve utilization calculationKoby Elbaz9-169/+40
2021-04-09habanalabs: support legacy and new pll indexesOhad Sharabi9-36/+182
2021-04-09habanalabs: move relevant datapath work outside cs lockOfir Bitton3-35/+68
2021-04-09habanalabs: avoid soft lockup bug upon mapping errorfarah kassabri1-3/+17
2021-04-09habanalabs/gaudi: Update async events headerOfir Bitton3-14/+25
2021-04-09habanalabs/gaudi: unsecure TPC cfg status registersOfir Bitton1-8/+0
2021-04-09habanalabs/gaudi: always use single-msi modeOded Gabbay1-2/+1
2021-04-09habanalabs/gaudi: reset device upon BMC requestOfir Bitton3-1/+6
2021-04-09habanalabs: debugfs access to user mapped host addressesOfir Bitton5-41/+144
2021-04-09habanalabs: Switch to using the new API kobj_to_dev()Yang Li1-1/+1
2021-04-09habanalabs: update hl_boot_if.hOhad Sharabi1-0/+11
2021-04-09habanalabs: skip DISABLE PCI packet to FW on heartbeatOhad Sharabi7-44/+59
2021-04-09habanalabs: replace GFP_ATOMIC with GFP_KERNELOfir Bitton6-14/+36
2021-04-09habanalabs/gaudi: update extended async event headerOfir Bitton1-5/+5
2021-04-09habanalabs: return current power via INFO IOCTLSagiv Ozeri4-0/+51
2021-04-09habanalabs: support HW blocks vm showSagiv Ozeri4-7/+112
2021-04-09habanalabs: use a single FW loading bringup flagOfir Bitton5-11/+17
2021-04-09habanalabs: use correct define for 32-bit max valueOded Gabbay1-1/+1
2021-04-09habanalabs: wait for interrupt supportOfir Bitton5-24/+285
2021-04-09habanalabs: enable all IRQs for user interrupt supportOfir Bitton3-2/+74
2021-04-09habanalabs: reset device in case of sync errorOhad Sharabi5-0/+52
2021-04-09habanalabs: change default CS timeout to 30 secondsOded Gabbay1-2/+2
2021-04-09habanalabs: print if device is used on FD closeOded Gabbay2-4/+6
2021-04-09habanalabs: reset_upon_device_release is for bring-upOded Gabbay1-2/+1
2021-04-09habanalabs: fail reset if device is not idleOded Gabbay1-14/+12
2021-04-09habanalabs: reset after device is actually releasedOded Gabbay1-16/+16
2021-04-09habanalabs: add reset support when user closes FDOfir Bitton2-2/+20
2021-04-09habanalabs: set max asid to 2farah kassabri2-2/+2