summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-14rust: enable slice_flatten feature and provide it through an extension traitAlexandre Courbot
2025-11-14gpu: nova-core: Add zeroable trait to bindingsAlistair Popple
2025-11-14gpu: nova-core: Add a slice-buffer (sbuffer) datastructureJoel Fernandes
2025-11-14gpu: nova-core: gsp: Create wpr metadataAlistair Popple
2025-11-14gpu: nova-core: Create initial GspAlistair Popple
2025-11-14gpu: nova-core: num: add functions to safely convert a const value to a small...Alexandre Courbot
2025-11-14gpu: nova-core: Set correct DMA maskAlistair Popple
2025-11-14gpu: nova-core: compute layout of more framebuffer regions required for GSPAlexandre Courbot
2025-11-10rust/drm/gem: Fix missing header in `Object` rustdocLyude Paul
2025-11-08gpu: nova-core: justify remaining uses of `as`Alexandre Courbot
2025-11-08gpu: nova-core: replace use of `as` with functions from `num`Alexandre Courbot
2025-11-08gpu: nova-core: add functions and traits for lossless integer conversionsAlexandre Courbot
2025-11-07Documentation: nova: Update the todo listDaniel del Castillo
2025-11-07gpu: nova-core: Simplify `DmaObject::from_data` in nova-core/dma.rsDaniel del Castillo
2025-11-07gpu: nova-core: Fix capitalization of some commentsDaniel del Castillo
2025-11-07gpu: nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rsDaniel del Castillo
2025-11-07gpu: nova-core: apply the one "use" item per line policyJohn Hubbard
2025-11-05gpu: nova-core: vbios: use FromBytes for NpdeStructAlexandre Courbot
2025-11-05gpu: nova-core: vbios: use FromBytes for BitHeaderAlexandre Courbot
2025-11-05gpu: nova-core: vbios: use FromBytes for PcirStructAlexandre Courbot
2025-11-05gpu: nova-core: vbios: use FromBytes for PmuLookupTable headerAlexandre Courbot
2025-11-05rust: transmute: add `from_bytes_prefix` family of methodsAlexandre Courbot
2025-11-04gpu: nova-core: use `try_from` instead of `as` for u32 conversionsAlexandre Courbot
2025-11-04gpu: nova-core: vbios: do not use `as` when comparing BiosImageTypeAlexandre Courbot
2025-10-30gpu: nova-core: replace `as` with `from` conversions where possibleAlexandre Courbot
2025-10-30drm: nova: select NOVA_COREDanilo Krummrich
2025-10-30drm: nova: depend on CONFIG_64BITDanilo Krummrich
2025-10-29MAINTAINERS: add Tyr to DRM DRIVERS AND COMMON INFRASTRUCTURE [RUST]Danilo Krummrich
2025-10-25gpu: nova-core: bitfield: remove BitOr implementationAlexandre Courbot
2025-10-25gpu: nova-core: bitfield: simplify expressionAlexandre Courbot
2025-10-25gpu: nova-core: bitfield: simplify conditionAlexandre Courbot
2025-10-25gpu: nova-core: replace wait_on with kernel equivalentsAlexandre Courbot
2025-10-25gpu: nova-core: remove unnecessary need_riscv, bar parametersJohn Hubbard
2025-10-25gpu: nova-core: remove an unnecessary register read: HWCFG1John Hubbard
2025-10-25gpu: nova-core: Ada: basic GPU identificationJohn Hubbard
2025-10-25gpu: nova-core: regs: rename .alter() --> .update()John Hubbard
2025-10-23rust: drm/gem: Remove Object.devLyude Paul
2025-10-21Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem obje...Lyude Paul
2025-10-21gpu: nova-core: bitfield: Add support for custom visibilityJoel Fernandes
2025-10-21gpu: nova-core: bitfield: Add support for different storage widthsJoel Fernandes
2025-10-21gpu: nova-core: bitfield: Move bitfield-specific code from register! into new...Joel Fernandes
2025-10-21gpu: nova-core: register: use field type for Into implementationAlexandre Courbot
2025-10-20Merge tag 'v6.18-rc2' into 'drm-rust-next'Alice Ryhl
2025-10-20panthor: use drm_gpuva_unlink_defer()Alice Ryhl
2025-10-20drm/gpuvm: add deferred vm_bo cleanupAlice Ryhl
2025-10-19Linux 6.18-rc2v6.18-rc2Linus Torvalds
2025-10-19Merge tag 'sched_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-19Merge tag 'perf_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-10-19Merge tag 'x86_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-10-18Merge tag 'rust-rustfmt' of git://git.kernel.org/pub/scm/linux/kernel/git/oje...Linus Torvalds