summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-14firmware: stratix10-svc: extend svc to support RSU featureKah Jing Lee3-8/+37
2022-07-14firmware: stratix10-rsu: extend RSU driver to get DCMF statusKah Jing Lee1-5/+124
2022-07-14firmware: stratix10-svc: add new FCS commandsAng Tien Sung3-12/+245
2022-07-14firmware: stratix10-svc: add FCS polling commandAng Tien Sung3-5/+67
2022-07-14firmware: stratix10-svc: Add support for FCSAng Tien Sung2-5/+26
2022-07-14misc: Add a mechanism to detect stalls on guest vCPUsSebastian Ene3-0/+237
2022-07-14dt-bindings: vcpu_stall_detector: Add qemu,vcpu-stall-detector compatibleSebastian Ene1-0/+51
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-14Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman223-909/+3287
2022-07-13iio: adc: xilinx-xadc: Drop duplicate NULL check in xadc_parse_dt()Andy Shevchenko1-20/+18
2022-07-13iio: adc: xilinx-xadc: Make use of device propertiesAndy Shevchenko1-23/+16
2022-07-12Merge tag 'misc-habanalabs-next-2022-07-12' of https://git.kernel.org/pub/scm...Greg Kroah-Hartman210-1164/+159385
2022-07-12drivers: mcb: directly use ida_alloc()/free()keliu1-2/+2
2022-07-12interconnect: qcom: icc-rpm: Set bandwidth and clock for bucket valuesLeo Yan1-14/+61
2022-07-12interconnect: qcom: icc-rpm: Support multiple bucketsLeo Yan2-1/+56
2022-07-12interconnect: qcom: icc-rpm: Change to use qcom_icc_xlate_extended()Leo Yan1-1/+2
2022-07-12interconnect: qcom: Move qcom_icc_xlate_extended() to a common fileLeo Yan6-26/+52
2022-07-12dt-bindings: interconnect: Update property for icc-rpm path tagLeo Yan1-1/+5
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 Gabbay3-8/+20
2022-07-12habanalabs: fix update of is_in_soft_resetOded Gabbay1-5/+15
2022-07-12habanalabs: expose only valid debugfs nodesOfir Bitton2-52/+66
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
2022-07-12habanalabs/gaudi2: replace defines for reserved sob/mob with enumsTomer Tayar3-32/+46
2022-07-12habanalabs/gaudi2: configure virtual MSI-X doorbell interfaceTomer Tayar3-3/+28
2022-07-12habanalabs: add a value field to hl_fw_send_pci_access_msg()Tomer Tayar6-15/+14
2022-07-12habanalabs: fixes to the poll-timeout macrosOhad Sharabi1-29/+90
2022-07-12habanalabs/gaudi2: use DIV_ROUND_UP_SECTOR_T instead of roundupOhad Sharabi1-4/+5
2022-07-12habanalabs: initialize variable explicitlyOded Gabbay1-1/+1
2022-07-12habanalabs: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-07-12habanalabs/gaudi2: remove unused definesOded Gabbay3-13/+0
2022-07-12habanalabs: make sure variable is set before usedOded Gabbay1-1/+1
2022-07-12habanalabs: don't declare tmp twice in same functionOded Gabbay1-2/+2
2022-07-12habanalabs: do not set max power on a secured deviceOfir Bitton1-2/+4
2022-07-12habanalabs/gaudi2: SM mask can only be 8-bitOded Gabbay1-1/+2
2022-07-12habanalabs/gaudi2: remove unused variableOded Gabbay1-7/+3
2022-07-12habanalabs: allow detection of unsupported f/w packetsOded Gabbay1-4/+8
2022-07-12habanalabs: save f/w preboot minor versionSagiv Ozeri2-9/+44
2022-07-12habanalabs: add support for common decoder interruptsOfir Bitton5-6/+19
2022-07-12habanalabs: naming refactor of user interrupt flowOfir Bitton5-18/+21
2022-07-12habanalabs: wait for preboot ready after hard resetOhad Sharabi5-42/+107
2022-07-12habanalabs/gaudi2: reset device upon critical ECC eventOfir Bitton2-11/+16
2022-07-12habanalabs: enable gaudi2 code in driverOded Gabbay3-7/+63
2022-07-12habanalabs: add gaudi2 MMU supportMoti Haimovski7-33/+1064