summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-29spi: spi-gxp: Use devm_platform_ioremap_resource()Yang Yingliang1-7/+3
2022-09-28spi: s3c64xx: Fix large transfers with DMAVincent Whitchurch1-0/+9
2022-09-28spi: Split transfers larger than max sizeVincent Whitchurch1-0/+9
2022-09-28spi: Fix cache corruption due to DMA/PIO overlapVincent Whitchurch1-21/+88
2022-09-28spi: Save current RX and TX DMA devicesVincent Whitchurch2-15/+8
2022-09-27spi: mt65xx: Add dma max segment size declarationzhichao.liu1-0/+5
2022-09-27spi: migrate mt7621 text bindings to YAMLSergio Paracuellos2-26/+61
2022-09-27spi: renesas,sh-msiof: Add r8a779g0 supportGeert Uytterhoeven1-0/+1
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-23spi: s3c24xx: Switch to use devm_spi_alloc_master()Yang Yingliang1-16/+8
2022-09-23spi: xilinx: Switch to use devm_spi_alloc_master()Yang Yingliang1-14/+6
2022-09-23spi: img-spfi: using pm_runtime_resume_and_get instead of pm_runtime_get_syncZhang Qilong1-4/+2
2022-09-23spi: aspeed: Remove redundant dev_err callShang XiaoJing1-3/+1
2022-09-23spi: spi-mpc52xx: switch to using gpiod APIDmitry Torokhov1-19/+13
2022-09-23spi: cadence: Remove redundant dev_err callShang XiaoJing1-3/+1
2022-09-22spi: xtensa-xtfpga: Switch to use devm_spi_alloc_master()Yang Yingliang1-11/+5
2022-09-22spi: meson-spicc: make symbol 'meson_spicc_pow2_clk_ops' staticWei Yongjun1-1/+1
2022-09-21spi: omap2-mcspi: Fix probe so driver works againDan Carpenter1-1/+1
2022-09-19spi: spi-loopback-test: Add test to trigger DMA/PIO mixingVincent Whitchurch1-0/+27
2022-09-19spi: omap2-mcspi: Switch to use dev_err_probe() helperYang Yingliang1-4/+2
2022-09-14spi: mpc52xx: Replace of_gpio_count() by gpiod_count()Andy Shevchenko1-1/+2
2022-09-14spi: fsl_spi: Convert to transfer_oneChristophe Leroy1-114/+43
2022-09-12spi: rockchip: add power-domains propertyJohan Jonker1-0/+3
2022-09-10rockchip: add rockchip,rk3128-spiJohan Jonker1-0/+1
2022-09-08spi: Group cs_change and cs_off flags together in struct spi_transferAndy Shevchenko1-2/+2
2022-09-08spi: meson-spicc: do not rely on busy flag in pow2 clk opsNeil Armstrong1-3/+3
2022-09-08spi: lpspi: Remove the unneeded result variableye xingchen1-4/+1
2022-09-07spi: Add capability to perform some transfer with chipselect offChristophe Leroy2-3/+11
2022-09-07spi: nxp-fspi: Do not dereference fwnode in struct deviceAndy Shevchenko1-4/+4
2022-09-05spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_run...Xu Qiang1-1/+3
2022-09-05spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()Xu Qiang1-3/+14
2022-09-04Linux 6.0-rc4v6.0-rc4Linus Torvalds1-1/+1
2022-09-04Makefile.extrawarn: re-enable -Wformat for clang; take 2Nick Desaulniers1-0/+12
2022-09-03gpio: ws16c48: Make irq_chip immutableWilliam Breathitt Gray1-3/+7
2022-09-03gpio: 104-idio-16: Make irq_chip immutableWilliam Breathitt Gray1-7/+11
2022-09-03gpio: 104-idi-48: Make irq_chip immutableWilliam Breathitt Gray1-3/+7
2022-09-03gpio: 104-dio-48e: Make irq_chip immutableWilliam Breathitt Gray1-3/+7
2022-09-03mm: pagewalk: Fix race between unmap and page walkerSteven Price3-13/+16
2022-09-03LoongArch: mm: Remove the unneeded result variableye xingchen1-4/+1
2022-09-03LoongArch: Fix arch_remove_memory() undefined build errorYupeng Li1-12/+10
2022-09-03LoongArch: Fix section mismatch due to acpi_os_ioremap()Huacai Chen3-2/+3
2022-09-03LoongArch: Improve dump_tlb() output messagesHuacai Chen1-13/+13
2022-09-03LoongArch: Adjust arch_do_signal_or_restart() to adapt generic entryHuacai Chen1-2/+2
2022-09-03LoongArch: Avoid orphan input sectionsArd Biesheuvel2-0/+3
2022-09-02Documentation: document ublkMing Lei3-0/+255