]> git.ipfire.org Git - thirdparty/linux.git/shortlog
thirdparty/linux.git
2026-03-28  Alexandre Courbotgpu: nova-core: falcon: use dma::Coherent
2026-03-28  Alexandre Courbotgpu: nova-core: firmware: fwsec: use dma::Coherent
2026-03-28  Alexandre Courbotgpu: nova-core: firmware: riscv: use dma::Coherent
2026-03-28  Alexandre Courbotrust: dma: add from-slice constructors for Coherent...
2026-03-28  Danilo Krummrichrust: dma: add CoherentHandle for DMA allocations witho...
2026-03-28  Danilo Krummrichrust: dma: remove DMA_ATTR_NO_KERNEL_MAPPING from publi...
2026-03-27  Danilo Krummrichgpu: nova-core: use sized array for GSP log buffers
2026-03-27  Danilo Krummrichrust: dma: generalize BinaryWriter impl for Coherent<T>
2026-03-27  Danilo Krummrichrust: uaccess: generalize write_dma() to accept any...
2026-03-27  Asahi Linarust: drm: gem: shmem: Add DRM shmem helper abstraction
2026-03-27  Lyude Paulrust: drm: gem: Add raw_dma_resv() function
2026-03-27  Asahi Linarust: helpers: Add bindings/wrappers for dma_resv_lock
2026-03-26  Alice Ryhlrust: drm: use new sync::aref path for imports
2026-03-26  Alice Ryhlrust: workqueue: use new sync::aref path for imports
2026-03-26  Daniel Almeidarust: drm: dispatch delayed work items to the private...
2026-03-26  Daniel Almeidarust: workqueue: add delayed work support for ARef<T>
2026-03-26  Daniel Almeidarust: drm: dispatch work items to the private data
2026-03-26  Daniel Almeidarust: workqueue: add support for ARef<T>
2026-03-26  Alexandre CourbotDocumentation: nova: remove register abstraction task
2026-03-26  Alexandre Courbotgpu: nova-core: remove `io::` qualifier to register...
2026-03-26  Alexandre Courbotgpu: nova-core: convert falcon registers to kernel...
2026-03-26  Alexandre Courbotgpu: nova-core: convert PDISP registers to kernel regis...
2026-03-26  Alexandre Courbotgpu: nova-core: convert FUSE registers to kernel regist...
2026-03-26  Alexandre Courbotgpu: nova-core: convert GC6 registers to kernel registe...
2026-03-26  Alexandre Courbotgpu: nova-core: convert PFB registers to kernel registe...
2026-03-26  Alexandre Courbotgpu: nova-core: convert PBUS registers to kernel regist...
2026-03-26  Alexandre Courbotgpu: nova-core: convert PMC registers to kernel registe...
2026-03-26  Alexandre Courbotgpu: nova-core: introduce `bounded_enum` macro
2026-03-26  Lyude Paulrust: gem: Introduce DriverObject::Args
2026-03-26  Lyude Paulrust: drm: Add gem::impl_aref_for_gem_obj!
2026-03-25  Timur Tabigpu: nova-core: create GSP-RM logging buffers debugfs...
2026-03-25  Timur Tabigpu: nova-core: create debugfs root in module init
2026-03-25  Timur Tabigpu: nova-core: Replace module_pci_driver! with explici...
2026-03-25  Timur Tabirust: dma: implement BinaryWriter for Coherent<[u8]>
2026-03-25  Timur Tabirust: uaccess: add write_dma() for copying from DMA...
2026-03-24  Timur Tabirust: device: add device name method
2026-03-24  Alexandre Courbotgpu: nova-core: gsp: move Cmdq's DMA handle to a struct...
2026-03-23  Danilo Krummrichrust: dma: remove dma::CoherentAllocation<T>
2026-03-23  Gary Guogpu: nova-core: convert to new dma::Coherent API
2026-03-23  Danilo Krummrichgpu: nova-core: convert Gsp::new() to use CoherentBox
2026-03-23  Danilo Krummrichgpu: nova-core: use Coherent::init to initialize GspFwW...
2026-03-23  Danilo Krummrichrust: dma: add Coherent:init() and Coherent::init_with_...
2026-03-23  Danilo Krummrichrust: dma: introduce dma::CoherentBox for memory initia...
2026-03-23  Gary Guorust: dma: add zeroed constructor to `Coherent`
2026-03-23  Gary Guorust: dma: add generalized container for types other...
2026-03-23  Danilo Krummrichrust: dma: use "kernel vertical" style for imports
2026-03-23  Joel FernandesMAINTAINERS: gpu: buddy: Update reviewer
2026-03-23  Joel Fernandesrust: gpu: Add GPU buddy allocator bindings
2026-03-23  Joel Fernandesrust: interop: Add list module for C linked list interface
2026-03-23  Danilo KrummrichMerge tag 'drm-misc-next-2026-03-12' into drm-rust...
2026-03-18  Eliot Courtneygpu: nova-core: gsp: add mutex locking to Cmdq
2026-03-18  Eliot Courtneygpu: nova-core: gsp: make `Cmdq` a pinned type
2026-03-18  Eliot Courtneygpu: nova-core: gsp: add reply/no-reply info to `Comman...
2026-03-18  Eliot Courtneygpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant...
2026-03-18  Eliot Courtneygpu: nova-core: gsp: fix stale doc comments on command...
2026-03-17  Danilo KrummrichMerge tag 'rust_io-7.1-rc1' of git://git.kernel.org...
2026-03-17  Alexandre Courbotsample: rust: pci: use `register!` macro
2026-03-17  Alexandre Courbotrust: io: introduce `write_reg` and `LocatedRegister`
2026-03-17  Alexandre Courbotrust: io: add `register!` macro
2026-03-17  Alexandre Courbotrust: io: use generic read/write accessors for primitiv...
2026-03-17  Alexandre Courbotrust: io: add IoLoc type and generic I/O accessors
2026-03-17  Alexandre Courbotrust: num: make Bounded::get const
2026-03-17  Alexandre Courbotrust: num: add `into_bool` method to `Bounded`
2026-03-17  Alexandre Courbotrust: num: add `shr` and `shl` methods to `Bounded`
2026-03-17  Alexandre Courbotrust: enable the `generic_arg_infer` feature
2026-03-17  Alexandre Courbotrust: io: remove overloaded Io methods of Mmio
2026-03-17  Alexandre Courbotrust: pci: io: remove overloaded Io methods of ConfigSpace
2026-03-17  Alexandre Courbotrust: io: remove legacy relaxed accessors of Mmio
2026-03-17  Alexandre Courbotrust: io: provide Mmio relaxed ops through a wrapper...
2026-03-17  Alexandre Courbotrust: io: mem: use non-relaxed I/O ops in examples
2026-03-17  Alexandre Courbotrust: io: turn IoCapable into a functional trait
2026-03-15  Danilo KrummrichMerge tag 'v7.0-rc4' into drm-rust-next
2026-03-15  Linus TorvaldsLinux 7.0-rc4 v7.0-rc4
2026-03-15  Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2026-03-15  Linus TorvaldsMerge tag 'probes-fixes-v7.0-rc3' of git://git.kernel...
2026-03-15  Linus TorvaldsMerge tag 'bootconfig-fixes-v7.0-rc3' of git://git...
2026-03-15  Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2026-03-15  Linus TorvaldsMerge tag 'powerpc-7.0-3' of git://git.kernel.org/pub...
2026-03-15  Linus TorvaldsMerge tag 'x86-urgent-2026-03-15' of git://git.kernel...
2026-03-15  Linus TorvaldsMerge tag 'timers-urgent-2026-03-15' of git://git.kerne...
2026-03-15  Linus TorvaldsMerge tag 'sched-urgent-2026-03-15' of git://git.kernel...
2026-03-15  Linus TorvaldsMerge tag 'objtool-urgent-2026-03-15' of git://git...
2026-03-15  Linus TorvaldsMerge tag 'irq-urgent-2026-03-15' of git://git.kernel...
2026-03-14  Linus TorvaldsMerge tag 'i3c/fixes-for-7.0' of git://git.kernel.org...
2026-03-14  Linus TorvaldsMerge tag 'i2c-for-7.0-rc4' of git://git.kernel.org...
2026-03-14  Linus TorvaldsMerge tag 'rust-fixes-7.0-2' of git://git.kernel.org...
2026-03-14  Linus TorvaldsMerge tag 'usb-7.0-rc4' of git://git.kernel.org/pub...
2026-03-14  Linus TorvaldsMerge tag 'char-misc-7.0-rc4' of git://git.kernel.org...
2026-03-14  Linus TorvaldsMerge tag 'staging-7.0-rc4' of git://git.kernel.org...
2026-03-13  Linus TorvaldsMerge tag 'drm-fixes-2026-03-14' of https://gitlab...
2026-03-13  Linus TorvaldsMerge tag 'wq-for-7.0-rc3-fixes' of git://git.kernel...
2026-03-13  Linus TorvaldsMerge tag 'cgroup-for-7.0-rc3-fixes' of git://git.kerne...
2026-03-13  Linus TorvaldsMerge tag 'sched_ext-for-7.0-rc3-fixes' of git://git...
2026-03-13  Linus TorvaldsMerge tag 'perf-tools-fixes-for-v7.0-1-2026-03-13'...
2026-03-13  Linus TorvaldsMerge tag 's390-7.0-5' of git://git.kernel.org/pub...
2026-03-13  Linus TorvaldsMerge tag 'ceph-for-7.0-rc4' of https://github.com...
2026-03-13  Linus TorvaldsMerge tag 'xfs-fixes-7.0-rc4' of git://git.kernel.org...
2026-03-13  Linus TorvaldsMerge tag 'v7.0-rc3-smb3-client-fixes' of git://git...
2026-03-13  Linus TorvaldsMerge tag 'spi-fix-v7.0-rc3' of git://git.kernel.org...
2026-03-13  Linus TorvaldsMerge tag 'regulator-fix-v7.0-rc3' of git://git.kernel...
next