summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iommu/mediatek-v1: Just rename mtk_iommu to mtk_iommu_v1Yong Wu2022-05-041-108/+103
* iommu/mediatek: Remove mtk_iommu.hYong Wu2022-05-043-36/+21
* iommu/mediatek: Separate mtk_iommu_data for v1 and v2Yong Wu2022-05-043-86/+106
* iommu/mediatek: Just move code position in hw_initYong Wu2022-05-041-24/+24
* iommu/mediatek: Only adjust code about register baseYong Wu2022-05-041-24/+27
* iommu/mediatek: Add mt8195 supportYong Wu2022-05-042-0/+42
* iommu/mediatek: Add PCIe supportYong Wu2022-05-041-1/+20
* iommu/mediatek: Add infra iommu supportYong Wu2022-05-042-7/+31
* iommu/mediatek: Add a PM_CLK_AO flag for infra iommuYong Wu2022-05-041-3/+26
* iommu/mediatek: Allow IOMMU_DOMAIN_UNMANAGED for PCIe VFIOYong Wu2022-05-041-1/+1
* iommu/mediatek: Adjust device link when it is sub-commonYong Wu2022-05-041-4/+14
* iommu/mediatek: Contain MM IOMMU flow with the MM TYPEYong Wu2022-05-041-91/+122
* iommu/mediatek: Add IOMMU_TYPE flagYong Wu2022-05-041-2/+10
* iommu/mediatek: Add SUB_COMMON_3BITS flagYong Wu2022-05-042-11/+17
* iommu/mediatek: Always enable output PA over 32bits in isrYong Wu2022-05-041-2/+2
* iommu/mediatek: Remove the granule in the tlb flushYong Wu2022-05-041-4/+2
* iommu/mediatek: Add a flag STD_AXI_MODEYong Wu2022-05-041-1/+3
* iommu/mediatek: Add a flag DCM_DISABLEYong Wu2022-05-041-1/+8
* iommu/mediatek: Add 12G~16G support for multi domainsYong Wu2022-05-041-3/+5
* iommu/mediatek: Adapt sharing and non-sharing pgtable caseYong Wu2022-05-042-20/+30
* iommu/mediatek: Add mutex for data in the mtk_iommu_domainYong Wu2022-05-041-1/+9
* iommu/mediatek: Add mutex for m4u_group and m4u_dom in dataYong Wu2022-05-042-2/+13
* iommu/mediatek: Remove clk_disable in mtk_iommu_removeYong Wu2022-05-041-1/+0
* iommu/mediatek: Add list_del in mtk_iommu_removeYong Wu2022-05-041-2/+1
* iommu/mediatek: Fix 2 HW sharing pgtable issueYong Wu2022-05-041-2/+5
* dt-bindings: mediatek: mt8186: Add binding for MM iommuYong Wu2022-05-042-0/+221
* dt-bindings: mediatek: mt8195: Add binding for infra IOMMUYong Wu2022-05-043-1/+32
* dt-bindings: mediatek: mt8195: Add binding for MM IOMMUYong Wu2022-05-042-0/+397
* Linux 5.18-rc4v5.18-rc4Linus Torvalds2022-04-241-1/+1
* Merge tag 'sched_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-04-241-5/+5
|\
| * sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang2022-04-191-5/+5
* | Merge tag 'powerpc-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-04-246-66/+66
|\ \
| * | powerpc/perf: Fix 32bit compileAlexey Kardashevskiy2022-04-211-2/+2
| * | powerpc/perf: Fix power10 event alternativesAthira Rajeev2022-04-211-1/+1
| * | powerpc/perf: Fix power9 event alternativesAthira Rajeev2022-04-211-4/+4
| * | KVM: PPC: Fix TCE handling for VFIOAlexey Kardashevskiy2022-04-212-44/+45
| * | powerpc/time: Always set decrementer in timer_interrupt()Michael Ellerman2022-04-211-15/+14
* | | Merge tag 'perf_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-04-244-9/+10
|\ \ \
| * | | perf/x86/cstate: Add SAPPHIRERAPIDS_X CPU supportZhang Rui2022-04-191-3/+4
| * | | perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabledZhipeng Xie2022-04-193-6/+6
| | |/ | |/|
* | | Merge tag 'edac_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-04-241-5/+11
|\ \ \
| * | | EDAC/synopsys: Read the error count from the correct registerShubhrajyoti Datta2022-04-141-5/+11
| | |/ | |/|
* | | kvmalloc: use vmalloc_huge for vmalloc allocationsLinus Torvalds2022-04-241-2/+9
* | | page_alloc: use vmalloc_huge for large system hashSong Liu2022-04-241-1/+1
* | | Merge tag '5.18-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-04-248-66/+52
|\ \ \
| * | | ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATIONNamjae Jeon2022-04-151-4/+7
| * | | ksmbd: increment reference count of parent fpNamjae Jeon2022-04-152-0/+3
| * | | ksmbd: remove filename in ksmbd_fileNamjae Jeon2022-04-158-62/+42
| |/ /
* | | Merge tag 'arc-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2022-04-249-27/+24
|\ \ \
| * | | ARC: remove redundant READ_ONCE() in cmpxchg loopBang Li2022-04-181-1/+1