aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'rust-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-29/+46
2026-01-26rust: num: bounded: clean __new documentation and commentsShivam Kalra1-3/+1
2026-01-26rust: sync: atomic: Provide stub for `rusttest` 32-bit hostsMiguel Ojeda1-0/+11
2026-01-18rust: num: bounded: add missing comment for always inlined functionAlexandre Courbot1-0/+1
2026-01-18rust: sync: refcount: always inline functions using build_assert with argumentsAlexandre Courbot1-1/+2
2026-01-18rust: bits: always inline functions using build_assert with argumentsAlexandre Courbot1-2/+4
2026-01-16rust: driver: drop device private data post unbindDanilo Krummrich7-20/+56
2026-01-16rust: driver: add DriverData type to the DriverLayout traitDanilo Krummrich6-0/+14
2026-01-16rust: driver: add DEVICE_DRIVER_OFFSET to the DriverLayout traitDanilo Krummrich6-1/+22
2026-01-16rust: driver: introduce a DriverLayout traitDanilo Krummrich6-50/+80
2026-01-15rust: auxiliary: add Driver::unbind() callbackDanilo Krummrich1-1/+17
2026-01-15rust: i2c: do not drop device private data on shutdown()Danilo Krummrich1-2/+2
2026-01-14rust: irq: always inline functions using build_assert with argumentsAlexandre Courbot1-0/+2
2026-01-14rust: io: always inline functions using build_assert with argumentsAlexandre Courbot2-3/+8
2026-01-10Merge tag 'driver-core-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-15/+17
2026-01-06rust: device: Remove explicit import of CStrExtFUJITA Tomonori1-1/+0
2026-01-06rust: num: bounded: mark __new as unsafeHsiu Che Yu1-15/+19
2026-01-06rust: pci: fix typos in Bar struct's commentsMarko Turk1-2/+2
2026-01-04rust: num: fix typos in Bounded documentationNakamura Shuta1-6/+6
2026-01-04rust: fmt: Fix grammar in Adapter descriptionDirk Behme1-1/+1
2026-01-04rust: rbtree: fix documentation typo in CursorMut peek_next methodHang Shu1-1/+1
2026-01-04rust: rbtree: fix minor typo in commentAtharv Dubey1-1/+1
2026-01-02rust: device: fix broken intra-doc linksFUJITA Tomonori1-3/+3
2026-01-02rust: dma: fix broken intra-doc linksFUJITA Tomonori1-2/+3
2025-12-30rust: driver: fix broken intra-doc links to example driver typesAlice Ryhl1-4/+8
2025-12-29rust: device_id: replace incorrect word in safety documentationYilin Chen1-1/+1
2025-12-29rust: dma: remove incorrect safety documentationYilin Chen1-2/+0
2025-12-23rust: maple_tree: rcu_read_lock() in destructor to silence lockdepAlice Ryhl1-1/+10
2025-12-06Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+2
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds2-50/+134
2025-12-06rust: sync: atomic: separate import "blocks"Miguel Ojeda1-0/+1
2025-12-06Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-0/+460
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds25-341/+2082
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-12-04Merge tag 'pwm/for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+737
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds5-29/+143
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-7/+10
2025-12-03Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds30-437/+1600
2025-12-02Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-55/+59
2025-12-02Merge tag 'acpi-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+1
2025-12-02rust: id_pool: do not immediately acquire new idsAlice Ryhl1-16/+61
2025-12-02rust: id_pool: do not supply starting capacityAlice Ryhl1-0/+19
2025-12-01Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-43/+70
2025-11-29mm: introduce VMA flags bitmap typeLorenzo Stoakes1-1/+1
2025-11-28Merge branches 'acpi-misc' and 'pnp'Rafael J. Wysocki1-3/+1
2025-11-28Merge tag 'drm-rust-next-2025-11-21' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie1-4/+4
2025-11-26rust: id_pool: rename IdPool::new() to with_capacity()Alice Ryhl1-4/+4
2025-11-26rust: bitmap: add BitmapVec::new_inline()Alice Ryhl1-0/+10
2025-11-26rust: bitmap: add MAX_LEN and MAX_INLINE_LEN constantsAlice Ryhl2-31/+41