summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* habanalabs: add uapi to retrieve engines statusDani Liberman2022-09-183-2/+50
* habanalabs: remove all kdma locksOded Gabbay2022-09-185-34/+0
* habanalabs: wrap macro arg with parenthesesOhad Sharabi2022-09-181-2/+2
* habanalabs: fix spelling mistakesBharat Jauhari2022-09-184-28/+27
* habanalabs/gaudi2: remove old interrupt mappingsOfir Bitton2022-09-182-60/+0
* habanalabs/gaudi: increase default cs timeout to 10 minutesOded Gabbay2022-09-181-5/+18
* habanalabs: add return code field to module iteratorOhad Sharabi2022-09-183-20/+32
* habanalabs/gaudi2: enable all MMU SPI/SEI interruptsTomer Tayar2022-09-181-3/+11
* habanalabs: rename non_hard_reset to compute_resetOfir Bitton2022-09-185-9/+9
* habanalabs: Fix spelling mistake "Scrubing" -> "Scrubbing"Colin Ian King2022-09-181-1/+1
* habanalabs: Simplify bool conversionYang Li2022-09-181-1/+1
* habanalabs: removed seq_file parameter from is_idle asic functionsDani Liberman2022-09-185-89/+151
* comedi: convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-09-091-4/+4
* misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panicShunsuke Mie2022-09-091-0/+5
* misc: pci_endpoint_test: Aggregate params checking for xferShunsuke Mie2022-09-091-6/+23
* misc/xilinx_sdfec: Replace kmap() with kmap_local_page()Fabio M. De Francesco2022-09-091-2/+2
* misc/xilinx_sdfec: Call kunmap() on pages mapped with kmap()Fabio M. De Francesco2022-09-091-0/+1
* misc/vmw_vmci: Use kmap_local_page() in vmci_queue_pair.cFabio M. De Francesco2022-09-091-8/+8
* virt: vbox: Remove unproper informationJiasheng Jiang2022-09-091-4/+0
* virt: vbox: convert to use dev_groupsJiasheng Jiang2022-09-091-4/+8
* misc: microchip: pci1xxxx: use module_auxiliary_driverWei Yongjun2022-09-091-13/+1
* misc: microchip: pci1xxxx: Add missing MODULE_DEVICE_TABLEWei Yongjun2022-09-091-0/+1
* misc: microchip: pci1xxxx: Make symbol 'pci1xxxx_gpio_auxiliary_id_table' staticWei Yongjun2022-09-091-1/+1
* misc: microchip: pci1xxxx: Fix missing spin_lock_init()Wei Yongjun2022-09-091-0/+1
* misc: microchip: pci1xxxx: fix error handling in gp_aux_bus_probe()Wei Yongjun2022-09-091-4/+5
* MAINTAINERS: Add a new entry for VMWARE VSOCK VMCI TRANSPORT DRIVERVishnu Dasa2022-09-071-0/+8
* MAINTAINERS: Change status of some VMware driversVishnu Dasa2022-09-071-6/+6
* MAINTAINERS: Change VMware PVSCSI driver entry to upper caseVishnu Dasa2022-09-071-1/+1
* binder: fix binder_alloc kernel-doc warningsCarlos Llamas2022-09-061-3/+2
* binder: remove binder_alloc_set_vma()Carlos Llamas2022-09-061-23/+2
* binder: rename alloc->vma_vm_mm to alloc->mmCarlos Llamas2022-09-062-19/+19
* misc: microchip: pci1xxxx: fix dependency issues in building the pci1xxxx's a...Kumaravel Thiagarajan2022-09-061-1/+3
* Merge 6.0-rc4 into char-misc-nextGreg Kroah-Hartman2022-09-051036-6976/+13437
|\
| * Linux 6.0-rc4v6.0-rc4Linus Torvalds2022-09-041-1/+1
| * Merge tag 'powerpc-6.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-09-046-69/+89
| |\
| | * powerpc/papr_scm: Ensure rc is always initialized in papr_scm_pmu_register()Nathan Chancellor2022-09-021-1/+3
| | * Revert "powerpc/irq: Don't open code irq_soft_mask helpers"Michael Ellerman2022-09-021-7/+36
| | * powerpc: Fix hard_irq_disable() with sanitizerChristophe Leroy2022-08-311-1/+2
| | * powerpc/rtas: Fix RTAS MSR[HV] handling for CellMichael Ellerman2022-08-261-0/+4
| | * Revert "powerpc: Remove unused FW_FEATURE_NATIVE references"Michael Ellerman2022-08-261-0/+8
| | * powerpc: align syscall table for ppc32Masahiro Yamada2022-08-261-0/+1
| | * powerpc/pci: Enable PCI domains in /proc when PCI bus numbers are not uniquePali Rohár2022-08-251-0/+9
| | * powerpc/papr_scm: Fix nvdimm event mappingsKajol Jain2022-08-231-61/+27
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-09-0414-103/+151
| |\ \
| | * \ Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2022-09-02729-5093/+10252
| | |\ \
| | | * | KVM: s390: pci: Hook to access KVM lowlevel from VFIOPierre Morel2022-08-295-18/+32
| | * | | Merge tag 'kvm-riscv-fixes-6.0-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2022-09-023-15/+13
| | |\ \ \
| | | * | | riscv: kvm: move extern sbi_ext declarations to a headerConor Dooley2022-08-192-11/+13
| | | * | | riscv: kvm: vcpu_timer: fix unused variable warningsConor Dooley2022-08-191-4/+0
| | * | | | KVM: x86: check validity of argument to KVM_SET_MP_STATEPaolo Bonzini2022-09-021-3/+17