]> git.ipfire.org Git - thirdparty/kernel/linux.git/shortlog
thirdparty/kernel/linux.git
2022-12-02  Vinod Kouldmaengine: Revert "dmaengine: remove s3c24xx driver"
2022-11-13  Akhil Rdmaengine: tegra: Add support for dma-channel-mask
2022-11-13  Akhil Rdt-bindings: dmaengine: Add dma-channel-mask to Tegra...
2022-11-13  Thomas Gleixnerdmaengine: idxd: Remove linux/msi.h include
2022-11-13  Konrad Dybciodt-bindings: dmaengine: qcom: gpi: add compatible for...
2022-11-13  Fenghua Yudmaengine: idxd: Fix crc_val field for completion record
2022-11-11  Tudor Ambarusdmaengine: at_hdmac: Convert driver to use virt-dma
2022-11-11  Tudor Ambarusdmaengine: at_hdmac: Remove unused member of at_dma_chan
2022-11-11  Tudor Ambarusdmaengine: at_hdmac: Rename "chan_common" to "dma_chan"
2022-11-11  Tudor Ambarusdmaengine: at_hdmac: Rename "dma_common" to "dma_device"
2022-11-11  Tudor Ambarusdmaengine: at_hdmac: Use bitfield access macros
2022-11-11  Tudor Ambarusdmaengine: at_hdmac: Keep register definitions and...
2022-11-11  Tudor Ambarusdmaengine: at_hdmac: Set include entries in alphabetic...
2022-11-11  Tudor Ambarusdmaengine: at_hdmac: Use pm_ptr()
2022-11-11  Tudor Ambarusdmaengine: at_hdmac: Use devm_clk_get()
2022-11-11  Tudor Ambarusdmaengine: at_hdmac: Use devm_platform_ioremap_resource
2022-11-11  Tudor Ambarusdmaengine: at_hdmac: Use devm_kzalloc() and struct_size()
2022-11-11  Tudor Ambarusdmaengine: at_hdmac: Introduce atc_get_llis_residue()
2022-11-11  Tudor Ambarusdmaengine: at_hdmac: s/atc_get_bytes_left/atc_get_residue
2022-11-11  Tudor Ambarusdmaengine: at_hdmac: Pass residue by address to avoid...
2022-11-11  Tudor Ambarusdmaengine: at_hdmac: Remove superfluous cast
2022-11-11  Tudor Ambarusdmaengine: at_hdmac: Return dma_cookie_status()'s ret...
2022-11-11  Tudor Ambarusdmaengine: at_hdmac: Do not print messages on console...
2022-11-11  Vinod KoulMerge branch 'fixes' into next
2022-11-08  Tudor Ambarusdmaengine: at_hdmac: Check return code of dma_async_dev...
2022-11-08  Tudor Ambarusdmaengine: at_hdmac: Fix impossible condition
2022-11-08  Tudor Ambarusdmaengine: at_hdmac: Don't allow CPU to reorder channel...
2022-11-08  Tudor Ambarusdmaengine: at_hdmac: Fix completion of unissued descrip...
2022-11-08  Tudor Ambarusdmaengine: at_hdmac: Fix descriptor handling when issui...
2022-11-08  Tudor Ambarusdmaengine: at_hdmac: Fix concurrency over the active...
2022-11-08  Tudor Ambarusdmaengine: at_hdmac: Free the memset buf without holdin...
2022-11-08  Tudor Ambarusdmaengine: at_hdmac: Fix concurrency over descriptor
2022-11-08  Tudor Ambarusdmaengine: at_hdmac: Fix concurrency problems by removi...
2022-11-08  Tudor Ambarusdmaengine: at_hdmac: Protect atchan->status with the...
2022-11-08  Tudor Ambarusdmaengine: at_hdmac: Do not call the complete callback...
2022-11-08  Tudor Ambarusdmaengine: at_hdmac: Fix premature completion of desc...
2022-11-08  Tudor Ambarusdmaengine: at_hdmac: Start transfer for cyclic channels...
2022-11-08  Tudor Ambarusdmaengine: at_hdmac: Don't start transactions at tx_sub...
2022-11-08  Tudor Ambarusdmaengine: at_hdmac: Fix at_lli struct definition
2022-11-08  Amelie Delaunaydmaengine: stm32-dma: fix potential race between pause...
2022-11-08  Yang Yingliangdmaengine: ti: k3-udma-glue: fix memory leak when regis...
2022-11-08  Christophe... dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_...
2022-11-08  Martin Povišerdmaengine: apple-admac: Fix grabbing of channels in...
2022-11-08  Fengqian Gaodmaengine: idxd: fix RO device state error after been...
2022-11-08  Xiaochen Shendmaengine: idxd: Fix max batch size for Intel IAA
2022-11-08  Doug Browndmaengine: pxa_dma: use platform_get_irq_optional
2022-11-04  Yang YingliangDocumentation: devres: add missing devm_acpi_dma_contro...
2022-11-04  Adam Skladowskidt-bindings: dmaengine: qcom: gpi: add compatible for...
2022-11-04  Xiaochen Shendmaengine: idxd: Make read buffer sysfs attributes...
2022-11-04  Stephen Kittdmaengine: sh: Remove unused shdma-arm.h
2022-11-04  Radhey Shyam... dmaengine: xilinx_dma : add xilinx_dma_device_config...
2022-11-04  Radhey Shyam... dmaengine: xilinx_dma: fix xilinx_dma_child_probe(...
2022-11-04  Arnd Bergmanndmaengine: remove s3c24xx driver
2022-11-04  Lukas BulwahnMAINTAINERS: remove section INTEL IOP-ADMA DMA DRIVER
2022-10-19  Arnd Bergmanndmaengine: remove iop-adma driver
2022-10-19  Martin Povišerdmaengine: apple-admac: Allocate cache SRAM to channels
2022-10-19  Xiaochen Shendmaengine: idxd: Make max batch size attributes in...
2022-10-19  Uwe Kleine... dmaengine: idma64: Make idma64_remove() return void
2022-10-19  Siarhei Volkaudmaengine: JZ4780: Add support for the JZ4755.
2022-10-19  Siarhei Volkaudt-bindings: ingenic: Add support for the JZ4755 dmaengine
2022-10-19  Fenghua Yudmaengine: idxd: Do not enable user type Work Queue...
2022-10-19  Amelie Delaunaydmaengine: stm32-mdma: memset stm32_mdma_chan_config...
2022-10-19  Kevin Hilmandmaengine: ti: convert PSIL to be buildable as module
2022-10-19  Kevin Hilmandmaengine: ti: convert k3-udma to module
2022-10-19  Kevin Hilmanof/irq: export of_msi_get_domain
2022-10-19  Colin Ian Kingdmaengine: ioat: Fix spelling mistake "idel" -> "idle"
2022-10-19  Krzysztof Kozlowskidmaengine: qcom: gpi: Document preferred SM6350 binding
2022-10-19  Krzysztof Kozlowskidt-bindings: dma: qcom: gpi: Use sm6350 fallback
2022-10-19  Richard Acayandmaengine: qcom: deprecate redundant of_device_id entries
2022-10-19  Richard Acayandt-bindings: dma: qcom: gpi: add compatible for sdm670
2022-10-19  Richard Acayandt-bindings: dma: qcom: gpi: add fallback compatible
2022-10-16  Linus TorvaldsLinux 6.1-rc1 v6.1-rc1
2022-10-16  Linus TorvaldsMerge tag 'random-6.1-rc1-for-linus' of git://git.kerne...
2022-10-16  Linus TorvaldsMerge tag 'perf-tools-for-v6.1-2-2022-10-16' of git...
2022-10-16  Linus TorvaldsMerge tag 'kbuild-fixes-v6.1' of git://git.kernel.org...
2022-10-16  Linus TorvaldsMerge tag 'clk-for-linus' of git://git.kernel.org/pub...
2022-10-16  Linus TorvaldsMerge tag '6.1-rc-smb3-client-fixes-part2' of git:...
2022-10-16  Tetsuo HandaRevert "cpumask: fix checking valid cpu range".
2022-10-16  Nathan Chancellorlib/Kconfig.debug: Add check for non-constant .{s,u...
2022-10-16  Masahiro Yamadakbuild: fix single directory build
2022-10-16  Linus TorvaldsMerge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel...
2022-10-15  Linus TorvaldsMerge tag 'for-linus' of https://github.com/openrisc...
2022-10-15  Linus TorvaldsMerge tag 'pci-v6.1-fixes-1' of git://git.kernel.org...
2022-10-15  Hyeonggon Yoomm/slab: use kmalloc_node() for off slab freelist_idx_t...
2022-10-15  Palmer DabbeltMAINTAINERS: git://github -> https://github.com for...
2022-10-15  Steve Frenchsmb3: improve SMB3 change notification support
2022-10-15  Steve Frenchcifs: lease key is uninitialized in two additional...
2022-10-15  Steve Frenchcifs: lease key is uninitialized in smb1 paths
2022-10-15  Steve Frenchsmb3: must initialize two ACL struct fields to zero
2022-10-15  Paulo Alcantaracifs: fix double-fault crash during ntlmssp
2022-10-15  Arnaldo Carvalho... tools arch x86: Sync the msr-index.h copy with the...
2022-10-15  Qi Liuperf auxtrace arm64: Add support for parsing HiSilicon...
2022-10-15  Qi Liuperf auxtrace arm64: Add support for HiSilicon PCIe...
2022-10-15  Qi Liuperf auxtrace arm: Refactor event list iteration in...
2022-10-15  Athira Rajeevperf tests stat+json_output: Include sanity check for...
2022-10-15  Athira Rajeevperf tests stat+csv_output: Include sanity check for...
2022-10-15  Adrian Hunterperf intel-pt: Fix system_wide dummy event for hybrid
2022-10-15  Adrian Hunterperf intel-pt: Fix segfault in intel_pt_print_info...
2022-10-15  James Clarkperf test: Fix attr tests for PERF_FORMAT_LOST
2022-10-15  Ammy Yiperf test: test_intel_pt.sh: Add 9 tests
next