summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2026-06-09rust: kbuild: support per-target environment variablesMiguel Ojeda
2026-06-09rust: kbuild: define `procmacro-extension` variableMiguel Ojeda
2026-06-09rust: kbuild: define `procmacro-name` functionMiguel Ojeda
2026-06-09rust: kbuild: remove unused variableMiguel Ojeda
2026-06-09rust: kbuild: show the right `quiet_cmd_rustc_procmacrolibrary`Miguel Ojeda
2026-06-09rust: sync: add `UniqueArc::as_ptr`Andreas Hindborg
2026-06-09rust: inline some init methodsAlexandre Courbot
2026-06-09rust: io: use the `bitfield!` macro in `register!`Alexandre Courbot
2026-06-09rust: bitfield: Add KUnit tests for bitfieldJoel Fernandes
2026-06-09rust: extract `bitfield!` macro from `register!`Alexandre Courbot
2026-06-08rust: page: mark Page::nid as inlineNakamura Shuta
2026-06-08driver core: platform: set mod_name in driver registrationShashank Balaji
2026-06-08Merge tag 'opp-updates-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki
2026-06-08Merge tag 'rust-i2c-7.1-rc7' of https://github.com/ikrtn/linux into i2c/for-c...Wolfram Sang
2026-06-08rust: tests: add Kconfig for KUnit testYury Norov
2026-06-08rust: tests: drop 'use crate' in bitmap and atomic KUnit testsYury Norov
2026-06-06rust: i2c: fix I2cAdapter refcounts double incrementNicolás Antinori
2026-06-06Merge tag 'pin-init-v7.2' of https://github.com/Rust-for-Linux/linux into rus...Miguel Ojeda
2026-06-05rust: ptr: remove implicit index projection syntaxGary Guo
2026-06-05rust: dma: update to keyworded index projection syntaxGary Guo
2026-06-05rust: ptr: add panicking index projection variantGary Guo
2026-06-05rust: ptr: use `match` instead of `unwrap_or_else` for `build_index`Gary Guo
2026-06-05rust: ptr: rename `ProjectIndex::index` to `build_index`Gary Guo
2026-06-04rust: sync: add #[must_use] to GlobalGuard and GlobalLock::try_lockAshutosh Desai
2026-06-04rust: module_param: add missing newline to pr_warn_onceKenny Glowner
2026-06-04rust: drm: gem: shmem: Fix Default implementation for ObjectConfigLyude Paul
2026-06-02rust/drm/gem: Use DeviceContext with GEM objectsLyude Paul
2026-06-02rust/drm/gem: Add DriverAllocImpl type aliasLyude Paul
2026-06-02rust/drm: Introduce DeviceContextLyude Paul
2026-06-02rust: drm: gem: s/device::Device/Device/ for shmem.rsLyude Paul
2026-06-01rust: cpufreq: clean new `clippy::map_or_identity` lint for Rust 1.98.0Miguel Ojeda
2026-05-31rust: block: fix GenDisk cleanup pathsHaoze Xie
2026-05-29rust: pin_init: internal: use `loop {}` to produce never valueGary Guo
2026-05-29rust: pin-init: remove `E` from `InitClosure`Gary Guo
2026-05-29rust: pin-init: move `InitClosure` out from `__internal`Gary Guo
2026-05-29rust: pin-init: docs: fix typos in MaybeZeroable documentationXiaobo Liu
2026-05-29rust: pin-init: internal: suppress `non_snake_case` lint in `[pin_]init!`Mirko Adzic
2026-05-29rust: pin-init: internal: suppress `non_snake_case` lint in `#[pin_data]`Mirko Adzic
2026-05-29rust: pin-init: internal: pin_data: filter non-`#[cfg]` attr in generated codeMartin Kletzander
2026-05-28uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov
2026-05-28rust: uaccess: use INLINE_COPY_TO_USER to guard copy_to_user()Yury Norov
2026-05-29rust: devres: add 'static bound to Devres<T>Danilo Krummrich
2026-05-29Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Danilo Krummrich
2026-05-29Merge patch series "rust: device: Higher-Ranked Lifetime Types for device dri...Danilo Krummrich
2026-05-29rust: drm: add FEAT_RENDER flag for render node supportLaura Nao
2026-05-28Merge remote-tracking branch 'drm/drm-next' into drm-rust-nextDanilo Krummrich
2026-05-28rust: error: replace match + panic in const context with const expectDaniel del Castillo
2026-05-28Merge tag 'alloc-7.2-rc1' of https://github.com/Rust-for-Linux/linux into rus...Miguel Ojeda
2026-05-27rust: helpers: add is_vmalloc_addr wrapper for NOMMU buildsShivam Kalra
2026-05-27rust: block: mq: align init_request numa_node arg with C signatureAndreas Hindborg