summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2026-06-09rust: extract `bitfield!` macro from `register!`Alexandre Courbot2-0/+549
2026-06-09rust: page: mark Page::nid as inlineNakamura Shuta1-0/+1
2026-06-09driver core: platform: set mod_name in driver registrationShashank Balaji1-1/+3
2026-06-08Merge tag 'opp-updates-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki1-0/+3
2026-06-08Merge tag 'rust-i2c-7.1-rc7' of https://github.com/ikrtn/linux into i2c/for-c...Wolfram Sang1-1/+3
2026-06-08rust: tests: add Kconfig for KUnit testYury Norov7-0/+82
2026-06-08rust: tests: drop 'use crate' in bitmap and atomic KUnit testsYury Norov2-6/+2
2026-06-06rust: i2c: fix I2cAdapter refcounts double incrementNicolás Antinori1-1/+3
2026-06-06Merge tag 'pin-init-v7.2' of https://github.com/Rust-for-Linux/linux into rus...Miguel Ojeda14-404/+439
2026-06-05rust: ptr: remove implicit index projection syntaxGary Guo2-14/+0
2026-06-05rust: dma: update to keyworded index projection syntaxGary Guo1-4/+4
2026-06-05rust: ptr: add panicking index projection variantGary Guo2-16/+85
2026-06-05rust: ptr: use `match` instead of `unwrap_or_else` for `build_index`Gary Guo1-1/+4
2026-06-05rust: ptr: rename `ProjectIndex::index` to `build_index`Gary Guo1-8/+8
2026-06-04rust: sync: add #[must_use] to GlobalGuard and GlobalLock::try_lockAshutosh Desai1-0/+2
2026-06-04rust: module_param: add missing newline to pr_warn_onceKenny Glowner1-1/+1
2026-06-02rust/drm/gem: Use DeviceContext with GEM objectsLyude Paul4-51/+91
2026-06-02rust/drm/gem: Add DriverAllocImpl type aliasLyude Paul1-2/+7
2026-06-02rust/drm: Introduce DeviceContextLyude Paul3-57/+204
2026-06-02rust: drm: gem: s/device::Device/Device/ for shmem.rsLyude Paul1-5/+5
2026-06-01rust: cpufreq: clean new `clippy::map_or_identity` lint for Rust 1.98.0Miguel Ojeda1-1/+1
2026-06-01rust: block: fix GenDisk cleanup pathsHaoze Xie1-1/+19
2026-05-29rust: pin_init: internal: use `loop {}` to produce never valueGary Guo1-1/+1
2026-05-29rust: pin-init: remove `E` from `InitClosure`Gary Guo1-3/+3
2026-05-29rust: pin-init: move `InitClosure` out from `__internal`Gary Guo2-32/+32
2026-05-29rust: pin-init: docs: fix typos in MaybeZeroable documentationXiaobo Liu1-2/+2
2026-05-29rust: pin-init: internal: suppress `non_snake_case` lint in `[pin_]init!`Mirko Adzic1-1/+3
2026-05-29rust: pin-init: internal: suppress `non_snake_case` lint in `#[pin_data]`Mirko Adzic1-2/+10
2026-05-29rust: pin-init: internal: pin_data: filter non-`#[cfg]` attr in generated codeMartin Kletzander1-24/+28
2026-05-29uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov1-3/+1
2026-05-29rust: uaccess: use INLINE_COPY_TO_USER to guard copy_to_user()Yury Norov1-0/+2
2026-05-29rust: devres: add 'static bound to Devres<T>Danilo Krummrich1-3/+3
2026-05-29Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Danilo Krummrich19-348/+952
2026-05-29Merge patch series "rust: device: Higher-Ranked Lifetime Types for device dri...Danilo Krummrich19-258/+816
2026-05-29rust: drm: add FEAT_RENDER flag for render node supportLaura Nao2-1/+23
2026-05-28Merge remote-tracking branch 'drm/drm-next' into drm-rust-nextDanilo Krummrich5-117/+132
2026-05-28rust: error: replace match + panic in const context with const expectDaniel del Castillo1-4/+2
2026-05-28Merge tag 'alloc-7.2-rc1' of https://github.com/Rust-for-Linux/linux into rus...Miguel Ojeda7-60/+163
2026-05-27rust: helpers: add is_vmalloc_addr wrapper for NOMMU buildsShivam Kalra1-0/+6
2026-05-27rust: block: mq: align init_request numa_node arg with C signatureAndreas Hindborg1-1/+1
2026-05-27rust: auxiliary: generalize Registration over ForLtDanilo Krummrich1-30/+77
2026-05-27rust: types: add `ForLt` trait for higher-ranked lifetime supportGary Guo5-0/+388
2026-05-27rust: io: make IoMem and ExclusiveIoMem lifetime-parameterizedDanilo Krummrich1-51/+52
2026-05-27rust: pci: make Bar lifetime-parameterizedDanilo Krummrich2-23/+31
2026-05-27rust: driver: update module documentation for GAT-based Data typeDanilo Krummrich1-7/+13
2026-05-27rust: i2c: make Driver trait lifetime-parameterizedDanilo Krummrich1-18/+21
2026-05-27rust: usb: make Driver trait lifetime-parameterizedDanilo Krummrich1-15/+22
2026-05-27rust: auxiliary: make Driver trait lifetime-parameterizedDanilo Krummrich1-9/+9
2026-05-27rust: platform: make Driver trait lifetime-parameterizedDanilo Krummrich3-29/+29
2026-05-27rust: pci: make Driver trait lifetime-parameterizedDanilo Krummrich1-14/+14