summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2022-07-12habanalabs: fix double unlock on error in map_device_va()Dan Carpenter-4/+2
2022-07-11Merge 5.19-rc6 into char-misc-nextGreg Kroah-Hartman-22/+31
2022-07-08eeprom: idt_89hpesx: fix clang -Wformat warningsJustin Stitt-3/+3
2022-07-08sgi-xp: Use the bitmap API to allocate bitmapsChristophe JAILLET-7/+6
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin-1/+1
2022-07-02misc: rtsx_usb: set return value in rsp_buf alloc err pathShuah Khan-1/+3
2022-07-01uacce: Handle parent device removal or parent driver module rmmodJean-Philippe Brucker-46/+87
2022-07-01misc: rtsx_pcr: Fix a typoZhang Jiaming-1/+1
2022-07-01misc: rtsx_usb: use separate command and response buffersShuah Khan-9/+17
2022-07-01misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transferShuah Khan-6/+7
2022-06-27eeprom: at25: Rework buggy read splittingGeert Uytterhoeven-14/+12
2022-06-27misc: rtsx: Fix an error handling path in rtsx_pci_probe()Christophe JAILLET-1/+5
2022-06-27lkdtm: cfi: use NULL for a null pointer rather than zeroColin Ian King-1/+1
2022-06-27cxl: drop unexpected word "the" in the commentsJiang Jian-1/+1
2022-06-27sgi-xp: xpc_uv: drop unexpected word "the" in the commentsJiang Jian-1/+1
2022-06-27misc: sgi-gru: grukservices: drop unexpected word "the" in the commentsJiang Jian-1/+1
2022-06-19Merge tag 'char-misc-5.19-rc3-take2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+10
2022-06-10eeprom: at25: Split reads into chunks and cap write sizeBrad Bishop-40/+53
2022-06-10mei: me: add raptor lake point S DIDAlexander Usyskin-0/+4
2022-06-10mei: hbm: drop capability response on early shutdownAlexander Usyskin-1/+2
2022-06-10mei: me: set internal pg flag to off on hardware resetAlexander Usyskin-0/+2
2022-06-10misc: atmel-ssc: Fix IRQ check in ssc_probeMiaoqian Lin-2/+2
2022-06-10misc: rtsx: Fix clang -Wsometimes-uninitialized in rts5261_init_from_hw()Nathan Chancellor-0/+2
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner-9/+1
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2239/+2760
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+2
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-0/+14
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-3/+331
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-46/+99
2022-05-22habanalabs: use separate structure info for each error collect dataTal Cohen-52/+63
2022-05-22habanalabs: fix missing handle shift during mmapYuri Nudelman-2/+2
2022-05-22habanalabs: remove hdev from hl_ctx_get argsOhad Sharabi-13/+13
2022-05-22habanalabs: do MMU prefetch as deferred workOhad Sharabi-36/+103
2022-05-22habanalabs: order memory manager messagesYuri Nudelman-4/+4
2022-05-22habanalabs: return -EFAULT on copy_to_user errorOded Gabbay-3/+1
2022-05-22habanalabs: use NULL for eventfdOded Gabbay-12/+4
2022-05-22habanalabs: update firmware headerOded Gabbay-1/+31
2022-05-22habanalabs: add support for notification via eventfdTal Cohen-13/+167
2022-05-22habanalabs: add topic to memory manager bufferYuri Nudelman-9/+18
2022-05-22habanalabs: handle race in driver finiDani Liberman-4/+7
2022-05-22habanalabs: add device memory scrub ability through debugfsDafna Hirschfeld-8/+79
2022-05-22habanalabs: use unified memory manager for CB flowYuri Nudelman-454/+72
2022-05-22habanalabs: unified memory manager new code for CB flowYuri Nudelman-0/+164
2022-05-22habanalabs/gaudi: set arbitration timeout to a high valueOfir Bitton-16/+11
2022-05-22habanalabs: add put by handle method to memory managerYuri Nudelman-6/+71
2022-05-22habanalabs: hide memory manager page shiftYuri Nudelman-40/+32
2022-05-22habanalabs: Add separate poll interval value for protocolfarah kassabri-1/+8
2022-05-22habanalabs: use get_task_pid() to take PIDDani Liberman-1/+1
2022-05-22habanalabs: add prefetch flag to the MAP operationOhad Sharabi-5/+6
2022-05-22habanalabs: Stop using iommu_present()Robin Murphy-1/+1