summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-3/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-10/+10
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse2-7/+6
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse4-14/+14
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-08Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-130/+42
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds137-609/+90805
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-9/+1
2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-290/+0
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-2/+2
2020-06-02cxl: Remove dead Kconfig optionsAndrew Donnellan1-8/+0
2020-06-02Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',...Joerg Roedel1-130/+42
2020-06-02vhost: revert "vhost: disable for OABI"Michael S. Tsirkin1-1/+1
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2020-06-01Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki2-2/+2
2020-06-01habanalabs: correctly cast u64 to void*Oded Gabbay1-1/+1
2020-06-01habanalabs: initialize variable to default valueTomer Tayar1-1/+1
2020-05-29vmci_host: get rid of pointless access_ok()Al Viro1-2/+0
2020-05-29uacce: Remove mm_exit() opJean-Philippe Brucker1-130/+42
2020-05-27misc: xilinx-sdfec: convert get_user_pages() --> pin_user_pages()John Hubbard1-6/+5
2020-05-27misc: xilinx-sdfec: cleanup return value in xsdfec_table_write()John Hubbard1-3/+1
2020-05-27misc: xilinx-sdfec: improve get_user_pages_fast() error handlingJohn Hubbard1-10/+17
2020-05-25habanalabs: handle MMU cache invalidation timeoutOmer Shpigelman4-38/+75
2020-05-25habanalabs: don't allow hard reset with open processesOmer Shpigelman1-6/+11
2020-05-25habanalabs: GAUDI does not support soft-resetOded Gabbay5-17/+35
2020-05-25habanalabs: add print for soft reset due to eventOmer Shpigelman1-2/+10
2020-05-25habanalabs: improve MMU cache invalidation codeOmer Shpigelman1-2/+4
2020-05-25habanalabs: don't set default fence_ops->waitDaniel Vetter1-1/+0
2020-05-22misc: rtsx: Add short delay after exit from ASPMKlaus Doth1-0/+3
2020-05-22misc: rtsx: Remove unnecessary rts5249_set_aspm(), rts5260_set_aspm()Bjorn Helgaas2-28/+0
2020-05-22misc: rtsx: Simplify rtsx_comm_set_aspm()Bjorn Helgaas1-10/+3
2020-05-22misc: rtsx: Use pcie_capability_clear_and_set_word() for PCI_EXP_LNKCTLBjorn Helgaas5-27/+14
2020-05-22misc: rtsx: Use ASPM_MASK_NEG instead of hard-coded valueBjorn Helgaas1-2/+2
2020-05-22misc: rtsx: Removed unused dev_aspm_modeBjorn Helgaas4-74/+18
2020-05-22misc: rtsx: Remove unused pcr_opsBjorn Helgaas1-12/+3
2020-05-20ocxl: Fix misleading commentAndrew Donnellan1-1/+1
2020-05-19misc: pci_endpoint_test: Add Device ID for RZ/G2E PCIe controllerLad Prabhakar1-0/+4
2020-05-19genwqe: convert get_user_pages() --> pin_user_pages()John Hubbard1-33/+9
2020-05-19drivers/mic/scif: convert get_user_pages() --> pin_user_pages()John Hubbard1-13/+13
2020-05-19habanalabs: update patched_cb_size for Wreg32Rachel Stahl1-0/+1
2020-05-19habanalabs: move event handling to common firmware fileOfir Bitton6-1362/+801
2020-05-19habanalabs: enable gaudi code in driverOded Gabbay3-5/+7
2020-05-19habanalabs: add gaudi profiler moduleOmer Shpigelman4-3/+890
2020-05-19habanalabs: add gaudi security moduleOmer Shpigelman4-1/+9094
2020-05-19habanalabs: add hwmgr module for gaudiOded Gabbay4-4/+130
2020-05-19habanalabs: add gaudi asic-dependent codeOded Gabbay7-1/+8335
2020-05-19habanalabs: add gaudi asic registers header filesOded Gabbay91-1/+71211
2020-05-19habanalabs: get card type, location from F/WOmer Shpigelman2-3/+21