aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-26spi: spi-fsl-qspi: Use devm_platform_ioremap_resource_byname()Yang Yingliang1-2/+1
2022-09-26spi: spi-fsl-lpspi: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2022-09-26spi: spi-fsl-dspi: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2022-09-26spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probeZhang Qilong1-0/+1
2022-09-26spi: dw: Fix PM disable depth imbalance in dw_spi_bt1_probeZhang Qilong1-1/+3
2022-09-26spi: cadence-quadspi: Fix PM disable depth imbalance in cqspi_probeZhang Qilong1-1/+2
2022-09-26regulator: tps65219: Fix is_enabled checking in tps65219_set_bypassAxel Lin1-4/+2
2022-09-26ASoC: MAINTAINERS: add bindings and APR to Qualcomm Audio entryKrzysztof Kozlowski1-0/+3
2022-09-26ASoC: codecs: wcd934x: Fix Kconfig dependencyRen Zhijie1-0/+1
2022-09-26ASoC: SOF: mediatek: mt8195: Add pcm_pointer callbackChunxu Li1-0/+33
2022-09-26ASoC: SOF: mediatek: mt8195: Add pcm_hw_params callbackChunxu Li1-0/+11
2022-09-26x86/cpu: Include the header of init_ia32_feat_ctl()'s prototypeLuciano Leão1-1/+1
2022-09-26fs: dlm: fix possible use after free if tracingAlexander Aring1-7/+8
2022-09-26io_uring/net: fix cleanup double free free_iov initPavel Begunkov1-10/+10
2022-09-26drm/panel-edp: Add INX N116BCA-EA2Sean Hong1-0/+1
2022-09-26drm/i915/gt: Restrict forced preemption to the active contextChris Wilson2-1/+35
2022-09-26mm/slub: clean up create_unique_id()Chao Yu1-3/+6
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel729-5453/+7100
2022-09-26iommu/vt-d: Avoid unnecessary global DMA cache invalidationLu Baolu2-0/+8
2022-09-26iommu/vt-d: Avoid unnecessary global IRTE cache invalidationLu Baolu2-2/+5
2022-09-26iommu/vt-d: Rename cap_5lp_support to cap_fl5lp_supportYi Liu5-6/+6
2022-09-26iommu/vt-d: Remove pasid_set_eafe()Lu Baolu1-10/+0
2022-09-26iommu/vt-d: Decouple PASID & PRI enabling from SVALu Baolu3-66/+18
2022-09-26iommu/vt-d: Remove unnecessary SVA data accesses in page fault pathLu Baolu2-54/+8
2022-09-26perf tests powerpc: Fix branch stack sampling test to include sanity check for branch filterAthira Rajeev1-1/+2
2022-09-26perf parse-events: Remove "not supported" hybrid cache eventsZhengjun Xing4-43/+57
2022-09-26perf print-events: Fix "perf list" can not display the PMU prefix for some hybrid cache eventsZhengjun Xing1-1/+1
2022-09-26perf tools: Get a perf cgroup more portably in BPFNamhyung Kim2-5/+24
2022-09-26powerpc: Remove direct call to personality syscall handlerRohan McLure1-1/+1
2022-09-26powerpc/32: Remove powerpc select specialisationRohan McLure4-21/+2
2022-09-26powerpc: Use generic fallocate compatibility syscallRohan McLure3-9/+1
2022-09-26asm-generic: compat: Support BE for long long args in 32-bit ABIsRohan McLure1-2/+7
2022-09-26powerpc: Fix fallocate and fadvise64_64 compat parameter combinationRohan McLure3-15/+15
2022-09-26powerpc/64s: Fix comment on interrupt handler prologueRohan McLure1-2/+2
2022-09-26powerpc/64e: Clarify register saves and clears with {SAVE,ZEROIZE}_GPRSRohan McLure1-16/+12
2022-09-26powerpc/32: Clarify interrupt restores with REST_GPR macro in entry_32.SRohan McLure1-20/+13
2022-09-26powerpc/64s: Use {ZEROIZE,SAVE,REST}_GPRS macros in sc, scv 0 handlersRohan McLure1-34/+9
2022-09-26powerpc: Add ZEROIZE_GPRS macros for register clearsRohan McLure1-0/+22
2022-09-26powerpc: Save caller r3 prior to system_call_exceptionRohan McLure3-1/+3
2022-09-26powerpc: Remove asmlinkage from syscall handler definitionsRohan McLure2-12/+12
2022-09-26powerpc/irq: Refactor irq_soft_mask_{set,or}_return()Christophe Leroy1-22/+4
2022-09-26powerpc: Remove impossible mmu_psize_defs[] on nohashChristophe Leroy1-49/+15
2022-09-26powerpc: Cleanup idle for e500Christophe Leroy6-19/+4
2022-09-26powerpc: Simplify redundant Kconfig testsChristophe Leroy3-3/+3
2022-09-26powerpc: Replace PPC_85xx || PPC_BOOKE_64 by PPC_E500Christophe Leroy3-3/+3
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy10-18/+14
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy32-66/+58
2022-09-26watchdog: booke_wdt: Replace PPC_FSL_BOOK3E by PPC_E500Christophe Leroy2-8/+8
2022-09-26Documentation: Rename PPC_FSL_BOOK3E to PPC_E500Christophe Leroy1-1/+1
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy18-38/+38