aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2020-09-13Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-17/+17
2020-09-09Merge tag 'at24-fixes-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang1-4/+7
2020-09-01misc: eeprom: at24: register nvmem only after eeprom is ready to useVadym Kochan1-4/+7
2020-08-31habanalabs: fix report of RAZWI initiator coordinatesOfir Bitton1-16/+16
2020-08-31habanalabs: prevent user buff overflowMoti Haimovski1-1/+1
2020-08-26Merge tag 'char-misc-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-63/+202
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva7-15/+15
2020-08-22habanalabs: correctly report inbound pci region cfg errorOfir Bitton1-1/+1
2020-08-22habanalabs: check correct vmalloc return codeOfir Bitton2-3/+8
2020-08-22habanalabs: validate FW file sizeOfir Bitton1-0/+9
2020-08-22habanalabs: fix incorrect check on failed workqueue createColin Ian King1-1/+1
2020-08-22habanalabs: set max power according to card typeOded Gabbay5-7/+26
2020-08-22habanalabs: proper handling of alloc size in coresightOfir Bitton3-3/+15
2020-08-22habanalabs: set clock gating according to maskOfir Bitton1-23/+21
2020-08-22habanalabs: verify user input in cs_ioctl_signal_waitOfir Bitton1-0/+8
2020-08-22habanalabs: Fix a loop in gaudi_extract_ecc_info()Dan Carpenter1-1/+1
2020-08-22habanalabs: Fix memory corruption in debugfsDan Carpenter1-4/+4
2020-08-22habanalabs: validate packet id during CB parseOfir Bitton2-0/+66
2020-08-22habanalabs: Validate user address before mappingOfir Bitton1-2/+14
2020-08-22habanalabs: unmap PCI bars upon iATU failureOfir Bitton1-2/+4
2020-08-18mei: hdcp: fix mei_hdcp_verify_mprime() input parameterTomas Winkler1-16/+24
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+10
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+3
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-3/+3
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-15/+128
2020-08-05Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas1-0/+9
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds123-1646/+2978
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2020-08-04Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+4
2020-08-03misc: pci_endpoint_test: Add J721E in pci_device_id tableKishon Vijay Abraham I1-0/+9
2020-07-29habanalabs: remove unused but set variable 'ctx_asid'Wei Yongjun1-2/+1
2020-07-29mei: add device kind to sysfsAlexander Usyskin5-10/+58
2020-07-29ocxl: Address kernel doc errors & warningsAlastair D'Silva2-16/+17
2020-07-29habanalabs: goya_ctx_init() can be statickernel test robot2-2/+2
2020-07-29habanalabs: fix up absolute include instructionsGreg Kroah-Hartman18-43/+37
2020-07-27x86/cpu: Relocate sync_core() to sync_core.hRicardo Neri3-0/+3
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman9-92/+138
2020-07-24habanalabs: Fix memory leak in error flow of context initializationTomer Tayar1-8/+10
2020-07-24habanalabs: use no flags on MMU cache invalidationTomer Tayar1-2/+1
2020-07-24habanalabs: enable device before hw_init()Oded Gabbay2-4/+15
2020-07-24habanalabs: create internal CB poolOfir Bitton6-53/+106
2020-07-24habanalabs: update hl_boot_if.h from firmwareOded Gabbay1-0/+14
2020-07-24habanalabs: create common folderOded Gabbay25-12/+20
2020-07-24habanalabs: check for DMA errors when clearing memoryMoti Haimovski1-2/+23
2020-07-24habanalabs: verify queue can contain all cs jobsOfir Bitton2-0/+11
2020-07-24habanalabs: Assign each CQ with its own work queueOfir Bitton4-12/+40
2020-07-24habanalabs: halt device CPU only upon certain resetOded Gabbay5-37/+61
2020-07-24habanalabs: remove unused hashOmer Shpigelman2-3/+0
2020-07-24habanalabs: use queue pi/ci in order to determine queue occupancyOfir Bitton4-69/+39
2020-07-24habanalabs: configure maximum queues per asicOfir Bitton6-43/+83
2020-07-24habanalabs: remove soft-reset support from GAUDIOded Gabbay1-63/+36
2020-07-24habanalabs: PCIe iATU refactoringOfir Bitton4-104/+180
2020-07-24habanalabs: Extract ECC information from FWOded Gabbay3-251/+146
2020-07-24habanalabs: Add dropped cs statistics info structOfir Bitton4-2/+56
2020-07-24habanalabs: extract cpu boot status lookupChristine Gharzuzi1-44/+48
2020-07-24habanalabs: rephrase error messagesOded Gabbay4-13/+17
2020-07-24habanalabs: Increase queues depthOfir Bitton4-36/+7
2020-07-24habanalabs: rephrase error messageOmer Shpigelman1-1/+2
2020-07-24habanalabs: calculate trace frequency from PLLAdam Aharon7-10/+194
2020-07-24habanalabs: align armcp_packet structure to 8 bytesOded Gabbay1-0/+2
2020-07-24habanalabs: Use mask instead of shift in sync stream registersOfir Bitton2-36/+38
2020-07-24habanalabs: sync stream generic functionalityOfir Bitton6-66/+67
2020-07-24habanalabs: Use pending CS amount per ASICOfir Bitton8-10/+37
2020-07-24habanalabs: remove rate limiters from GAUDIOded Gabbay2-126/+1
2020-07-23mei: hw: don't use one element arraysTomas Winkler1-4/+4
2020-07-23mei: hw: use sizeof of variable instead of struct typeTomas Winkler2-6/+4
2020-07-23mei: client: use sizeof of variable instead of struct typeTomas Winkler1-4/+4
2020-07-23mei: bus: use sizeof of variable instead of struct typeTomas Winkler2-13/+12
2020-07-23mei: ioctl: use sizeof of variable instead of struct typeTomas Winkler1-3/+3
2020-07-23mei: hbm: use sizeof of variable instead of struct typeTomas Winkler1-42/+32
2020-07-23Revert "mei: Avoid the use of one-element arrays"Greg Kroah-Hartman2-5/+5
2020-07-23cardreader/rtsx_pcr.c: use generic power managementVaibhav Gupta1-22/+11
2020-07-23misc: hpilo: avoid a useless memsetChristophe JAILLET1-2/+0
2020-07-23misc: hpilo: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-3/+4
2020-07-23char: Replace HTTP links with HTTPS onesAlexander A. Klimov2-4/+4
2020-07-23misc: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-23mei: Avoid the use of one-element arraysGustavo A. R. Silva2-5/+5
2020-07-23mei: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-23mei: hdcp: Replace one-element array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-07-22misc: rtsx: Use standard PCI definitionsBjorn Helgaas4-16/+16
2020-07-22misc: rtsx: Find L1 PM Substates capability instead of hard-codingBjorn Helgaas4-9/+24
2020-07-22misc: rtsx: Remove rtsx_pci_read/write_config() wrappersBjorn Helgaas9-30/+44
2020-07-22misc: rtsx: Remove unused pcie_capBjorn Helgaas1-1/+0
2020-07-22misc: rtsx: Use pcie_capability_clear_and_set_word() for PCI_EXP_LNKCTLBjorn Helgaas1-1/+3
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig1-0/+4
2020-07-19habanalabs: prevent possible out-of-bounds array accessOded Gabbay1-3/+11
2020-07-16ocxl: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-15ocxl: control via sysfs whether the FPGA is reloaded on a link resetPhilippe Bergheaud3-5/+117
2020-07-14hpilo: Replace one-element array with flexible-array memberGustavo A. R. Silva2-12/+12
2020-07-13cxl: Change PCIBIOS_SUCCESSFUL to 0Saheed O. Bolarinwa1-2/+2
2020-07-10habanalabs: set 4s timeout for message to device CPUOded Gabbay7-30/+38
2020-07-10habanalabs: set clock gating per engineOded Gabbay6-61/+93
2020-07-10habanalabs: block WREG_BULK packet on PDMAOded Gabbay1-1/+6
2020-07-10misc: rtsx: Add support new chip rts5228 mmc: rtsx: Add support MMC_CAP2_NO_MMCRicky Wu5-32/+972
2020-07-10vop: sparse warning fixupMichael S. Tsirkin1-1/+1
2020-07-10misc: cxl: flash: Remove unused variable 'drc_index'Lee Jones1-2/+2
2020-07-10misc: eeprom: at24: Tell the compiler that ACPI functions may not be usedLee Jones1-1/+1
2020-07-10uacce: remove uacce_vma_faultZhangfei Gao1-9/+0
2020-07-10Merge branch 'char-misc-linus' into 'char-misc-next'Greg Kroah-Hartman2-14/+13
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck1-1/+1
2020-07-01misc: ibmvmc: Repair ill-named function argument descriptionsLee Jones1-3/+3
2020-07-01misc: ocxl: config: Provide correct formatting to function headersLee Jones1-9/+9
2020-07-01misc: cxl: hcalls: Demote half-assed kerneldoc attemptLee Jones1-21/+21
2020-07-01misc: mic: scif: scif_rma: Repair a bunch of kerneldoc issuesLee Jones1-2/+10
2020-07-01misc: mic: scif: scif_fence: Fix a bunch of different documentation issuesLee Jones1-13/+21
2020-07-01misc: mic: scif: scif_dma: Fix a couple of kerneldoc issuesLee Jones1-1/+2
2020-07-01misc: mic: scif: scif_nm: Supply various kerneldoc fix-upsLee Jones1-8/+9
2020-07-01misc: mic: scif: scif_nodeqp: Fix a bunch of kerneldoc issuesLee Jones1-7/+11
2020-07-01misc: mic: scif: scif_epd: Describe missing 'scifdev' argument(s)Lee Jones1-0/+9
2020-07-01misc: mic: scif: scif_api: Demote scif_accept() function headerLee Jones1-1/+1
2020-07-01misc: mic: scif: scif_api: Remove set but unused variable 'read_size'Lee Jones1-3/+1
2020-07-01misc: mic: cosm: cosm_debugfs: Demote function headers from kerneldocLee Jones1-2/+2
2020-07-01misc: mic: scif: scif_ports: Fix copy 'n' paste errorLee Jones1-4/+5
2020-07-01misc: mic: cosm: cosm_main: Document 'force' function argumentLee Jones1-0/+1
2020-07-01misc: mic: host: mic_debugfs: Demote function headers from kerneldocLee Jones1-4/+4
2020-07-01misc: mic: card: mic_debugfs: Demote function headers from kerneldocLee Jones1-5/+5
2020-07-01misc: mic: host: mic_x100: Add missing descriptions to kerneldoc headersLee Jones1-0/+4
2020-07-01misc: mic: host: mic_intr: Properly document function argumentsLee Jones1-1/+3
2020-07-01misc: ibmasm: dot_command: Demote function headers from kerneldocLee Jones1-3/+3
2020-07-01misc: mic: host: mic_x100: Move declaration of mic_x100_intr_init[] into c-fileLee Jones2-9/+9
2020-07-01misc: ibmasm: r_heartbeat: Demote function headers from kerneldocLee Jones1-1/+1
2020-07-01misc: ibmasm: command: Demote function headers from kerneldocLee Jones1-3/+3
2020-07-01misc: ibmasm: event: Demote function headers from kerneldocLee Jones1-2/+2
2020-07-01misc: sgi-xp: xp_main: Staticify local functions xp_init() and xp_exit()Lee Jones1-2/+2
2020-07-01misc: genwqe: card_debugfs: Demote file header from kerneldocLee Jones1-1/+1
2020-07-01misc: genwqe: card_sysfs: Demote function/file headers from kerneldocLee Jones1-4/+4
2020-07-01misc: genwqe: card_ddcb: Fix a variety of kerneldoc issuesLee Jones1-5/+15
2020-07-01misc: genwqe: card_utils: Whole a plethora of documentation issuesLee Jones1-4/+26
2020-07-01misc: genwqe: card_dev: Whole host of kerneldoc fixesLee Jones1-6/+18
2020-07-01misc: genwqe: card_base: Whole host of kerneldoc fixesLee Jones1-3/+21
2020-07-01misc: genwqe: card_base: Provide documentation for genwqe_recover_card()'s argsLee Jones1-0/+2
2020-07-01misc: genwqe: card_base: Remove set but unused variable 'rc'Lee Jones1-3/+1
2020-07-01misc: enclosure: Update enclosure_remove_device() documentation to match realityLee Jones1-1/+1
2020-07-01misc: pch_phub: Remove superfluous descriptions to non-existent args 'offset_...Lee Jones1-2/+0
2020-07-01misc: pch_phub: Provide descriptions for 'chip' argumentLee Jones1-0/+7
2020-07-01misc: lattice-ecp3-config: Remove set but clearly unused variable 'ret'Lee Jones1-10/+9
2020-07-01misc: enclosure: Fix some kerneldoc anomaliesLee Jones1-2/+4
2020-07-01misc: habanalabs: gaudi: gaudi_security: Repair incorrectly named function argLee Jones1-2/+1
2020-07-01misc: habanalabs: gaudi: Remove ill placed asterisk from kerneldoc headerLee Jones1-1/+1
2020-07-01misc: habanalabs: goya: goya_coresight: Remove set but unused variable 'val'Lee Jones1-2/+1
2020-07-01misc: habanalabs: pci: Scrub documentation for non-present function argumentLee Jones1-1/+0
2020-07-01misc: habanalabs: goya: Omit pointless check ensuring addr is >=0Lee Jones1-10/+6
2020-07-01misc: habanalabs: irq: Repair kerneldoc formatting issuesLee Jones1-11/+11
2020-07-01misc: habanalabs: pci: Fix a variety of kerneldoc issuesLee Jones1-4/+8
2020-07-01misc: habanalabs: firmware_if: Add missing 'fw_name' and 'dst' entries to fun...Lee Jones1-0/+3
2020-07-01misc: pti: Remove unparsable empty line in function headerLee Jones1-1/+0
2020-07-01misc: pti: Repair kerneldoc formatting issuesLee Jones1-5/+5
2020-07-01Revert "cardreader/rtsx_pcr.c: use generic power management"Greg Kroah-Hartman1-10/+17
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu1-0/+1
2020-06-29mei: bus: don't clean driver pointerAlexander Usyskin1-2/+1
2020-06-29misc: atmel-ssc: lock with mutex instead of spinlockMichał Mirosław1-12/+12
2020-06-29misc: pti: Fix documentation for bit-rotted function pti_tty_driver_write()Lee Jones1-3/+2
2020-06-29misc: habanalabs: irq: Add missing struct identifier for 'struct hl_eqe_work'Lee Jones1-1/+2
2020-06-29misc: cb710: sgbuf2: Add missing documentation for cb710_sg_dwiter_write_next...Lee Jones1-0/+1
2020-06-29misc: mic: vop: vop_main: Remove set but unused variable 'ret'Lee Jones1-2/+1
2020-06-29misc: eeprom: eeprom_93cx6: Repair function arg descriptionsLee Jones1-2/+2
2020-06-29misc: lkdtm: bugs: At least try to use popuated variableLee Jones1-2/+2
2020-06-29misc: ti-st: st_kim: Tidy-up bespoke commentryLee Jones1-27/+44
2020-06-29misc: ti-st: st_core: Tidy-up bespoke commentryLee Jones1-30/+49
2020-06-29misc: c2port: core: Ensure source size does not equal destination size in str...Lee Jones1-1/+1
2020-06-29misc/pch_phub.c: use generic power managementVaibhav Gupta1-39/+9
2020-06-29misc/phantom.c: use generic power managementVaibhav Gupta1-12/+8
2020-06-29misc/tifm_7xx1.c: use generic power managementVaibhav Gupta1-22/+8
2020-06-29cardreader/rtsx_pcr.c: use generic power managementVaibhav Gupta1-17/+10
2020-06-29cb710/core.c: use generic power managementVaibhav Gupta1-21/+7
2020-06-29lkdtm: Make arch-specific tests always availableKees Cook2-19/+21
2020-06-29lkdtm/heap: Avoid edge and middle of slabsKees Cook1-4/+5
2020-06-29lkdtm: Avoid more compiler optimizations for bad writesKees Cook3-15/+25
2020-06-29mei: me: add MEI device for KBP with ITPS capabilityTomas Winkler2-0/+2
2020-06-29mei: me: add MEI device for SPT with ITPS capabilityTomas Winkler2-0/+2
2020-06-29mei: me: add kdoc for mei_me_fw_type_nm()Tomas Winkler1-1/+14
2020-06-29mei: me: make mei_me_fw_sku_sps_4() less crypticTomas Winkler2-6/+14
2020-06-29mei: me: constify the device parameter to the probe quirkTomas Winkler2-4/+4
2020-06-29misc: rtsx_usb: Constify struct usb_device_idRikard Falkeborn1-1/+1
2020-06-29misc: genwqe: Constify struct pci_error_handlersRikard Falkeborn1-1/+1
2020-06-29mei: hdcp: Constify struct mei_cl_device_idRikard Falkeborn1-1/+1
2020-06-29mic: vop: Constify static structsRikard Falkeborn1-2/+2
2020-06-29misc: mic: Remove the error message as the call will print itLiao Pingfang1-1/+0
2020-06-29cxl: Fix kobject memleakWang Hai1-1/+1
2020-06-24habanalabs: increase h/w timer when checking idleOmer Shpigelman1-0/+2
2020-06-24habanalabs: Correct handling when failing to enqueue CBOfir Bitton1-0/+13
2020-06-24habanalabs: increase GAUDI QMAN ARB WDT timeoutOded Gabbay1-1/+1
2020-06-24habanalabs: rename mmu_write() to mmu_asid_va_write()Oded Gabbay1-2/+2
2020-06-24habanalabs: use PI in MMU cache invalidationOmer Shpigelman2-0/+11
2020-06-24habanalabs: block scalar load_and_exe on external queueOded Gabbay2-1/+27
2020-06-23mei: me: add tiger lake point device ids for H platforms.Alexander Usyskin4-0/+16
2020-06-23mei: me: disable mei interface on Mehlow server platformsTomas Winkler4-18/+73
2020-06-19docs: misc-devices/pci-endpoint-test.txt: convert to ReSTMauro Carvalho Chehab2-2/+2
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