summaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorLines
2025-08-15rust: driver-core: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand-9/+11
2025-08-15rust: alloc: take the allocator into account for FOREIGN_ALIGNAlice Ryhl-7/+12
2025-08-15rust: alloc: specify the minimum alignment of each allocatorAlice Ryhl-0/+17
2025-08-15rust: Add several miscellaneous PCI helpersAlistair Popple-0/+54
2025-08-15rust: Update PCI binding safety comments and add inline compiler hintAlistair Popple-2/+6
2025-08-15rust: pci: use c_* types via kernel preludeAbhinav Ananthu-2/+2
2025-08-15rust: auxiliary: Use `c_` types from prelude instead ofAbhinav Ananthu-1/+1
2025-08-15rust: make `kvec::Vec` functions `const fn`Onur Özkan-5/+5
2025-08-15rust: make `ArrayLayout::new_unchecked` a `const fn`Onur Özkan-1/+1
2025-08-14rust: cpumask: Mark CpumaskVar as transparentBaptiste Lepers-0/+1
2025-08-14rust: cpumask: rename CpumaskVar::as[_mut]_ref to from_raw[_mut]Alice Ryhl-3/+3
2025-08-14rust: devres: fix leaking call to devm_add_action()Danilo Krummrich-9/+18
2025-08-13rust: alloc: kvec: simplify KUnit test module name to "rust_kvec"Hui Zhu-1/+1
2025-08-13rust: alloc: kvec: add doc example for as_slice methodHui Zhu-0/+10
2025-08-13rust: faux: fix C header linkMiguel Ojeda-1/+1
2025-08-12rust: kbuild: clean output before running `rustdoc`Miguel Ojeda-3/+7
2025-08-12rust: workaround `rustdoc` target modifiers bugMiguel Ojeda-0/+6
2025-08-12rust: irq: add &Device<Bound> argument to irq callbacksAlice Ryhl-38/+57
2025-08-12rust: pci: add irq accessorsDaniel Almeida-2/+51
2025-08-12rust: platform: add irq accessorsDaniel Almeida-1/+176
2025-08-12rust: irq: add support for threaded IRQs and handlersDaniel Almeida-5/+232
2025-08-12rust: irq: add support for non-threaded IRQs and handlersDaniel Almeida-2/+282
2025-08-12rust: irq: add flags moduleDaniel Almeida-0/+130
2025-08-12rust: irq: add irq moduleDaniel Almeida-0/+12
2025-08-12driver: rust: expand documentation for driver infrastructureDanilo Krummrich-2/+87
2025-08-12device: rust: expand documentation for DeviceDanilo Krummrich-13/+126
2025-08-12device: rust: expand documentation for DeviceContextDanilo Krummrich-11/+58
2025-08-11rust: drm: don't pass the address of drm::Device to drm_dev_put()Danilo Krummrich-3/+18
2025-08-11rust: drm: remove pin annotations from drm::DeviceDanilo Krummrich-2/+0
2025-08-11rust: drm: ensure kmalloc() compatible LayoutDanilo Krummrich-2/+7
2025-08-11rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()Danilo Krummrich-12/+18
2025-08-11Merge drm/drm-next into drm-misc-nThomas Zimmermann-1460/+5676
2025-08-10rust: regulator: implement Send and Sync for Regulator<T>Daniel Almeida-0/+8
2025-08-10rust: regulator: remove needless &mut from member functionsDaniel Almeida-9/+9
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-907/+2435
2025-07-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-23/+19
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-49/+205
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-21/+13
2025-07-29Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+2
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+91
2025-07-29Merge branches 'clk-bindings', 'clk-cleanup', 'clk-pwm', 'clk-hw-device', 'cl...Stephen Boyd-23/+19
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-377/+2213
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+0
2025-07-28Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+464
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-49/+32
2025-07-28Merge tag 'vfs-6.17-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-42/+37
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+15
2025-07-23rust: Add warn_on macroFUJITA Tomonori-0/+156
2025-07-22Merge branches 'pm-cpuidle', 'pm-qos', 'pm-devfreq' and 'pm-opp'Rafael J. Wysocki-4/+4
2025-07-22rust: kernel: move ARef and AlwaysRefCounted to sync::arefShankari Anand-151/+158