aboutsummaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
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-01Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-43/+70
2025-11-28Merge branches 'acpi-misc' and 'pnp'Rafael J. Wysocki1-3/+1
2025-11-25Merge tag 'opp-updates-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Rafael J. Wysocki1-55/+59
2025-11-12rust: debugfs: Replace the usage of Rust native atomicsBoqun Feng1-36/+17
2025-11-12rust: sync: atomic: Implement Debug for Atomic<Debug>Boqun Feng1-0/+9
2025-11-12rust: sync: atomic: Make Atomic*Ops pub(crate)Boqun Feng1-1/+2
2025-11-10rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flagsXi Ruoyao1-1/+1
2025-11-04rust: kbuild: workaround `rustdoc` doctests modifier bugMiguel Ojeda1-1/+4
2025-11-04rust: kbuild: treat `build_error` and `rustdoc` as kernel objectsMiguel Ojeda1-0/+10
2025-11-02rust: condvar: fix broken intra-doc linkMiguel Ojeda1-1/+1
2025-11-02rust: devres: fix private intra-doc linkMiguel Ojeda1-1/+1
2025-10-27rust: acpi: replace `core::mem::zeroed` with `pin_init::zeroed`Siyuan Huang1-3/+1
2025-10-25Merge tag 'driver-core-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-9/+3
2025-10-23rust: opp: simplify callers of `to_c_str_array`Tamir Duberstein1-54/+58
2025-10-22rust: debugfs: Implement Reader for Mutex<T> only when T is UnpinBoqun Feng1-1/+1
2025-10-22rust: opp: fix broken rustdoc linkTamir Duberstein1-1/+1
2025-10-21rust: lock: Add a Pin<&mut T> accessorDaniel Almeida1-0/+25
2025-10-21rust: lock: Pin the inner dataDaniel Almeida1-3/+8
2025-10-21rust: lock: guard: Add T: Unpin bound to DerefMutDaniel Almeida2-2/+8
2025-10-17rust: device: fix device context of Device::parent()Danilo Krummrich2-9/+3
2025-10-17rust: bitmap: fix formattingMiguel Ojeda1-2/+6
2025-10-17rust: cpufreq: fix formattingMiguel Ojeda1-2/+1
2025-10-17rust: alloc: employ a trailing comment to keep vertical layoutMiguel Ojeda1-1/+1
2025-10-15Merge tag 'vfs-6.18-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-10-15rust: bitmap: clean Rust 1.92.0 `unused_unsafe` warningMiguel Ojeda1-0/+2
2025-10-11Merge tag 'mm-hotfixes-stable-2025-10-10-15-00' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2025-10-07mm/ksm: fix flag-dropping behavior in ksm_madviseJakub Acs1-0/+1
2025-10-07Merge tag 'pm-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+4
2025-10-07rust: file: add intra-doc link for 'EBADF'Tong Li1-2/+2
2025-10-07Merge branch 'pm-cpufreq'Rafael J. Wysocki1-3/+4
2025-10-04Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-1/+1029
2025-10-03Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+3
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds12-43/+808
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-5/+2
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds24-117/+1323
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-98/+289
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds7-0/+864
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds1-4/+4
2025-10-01Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-12/+47
2025-10-01Merge tag 'pm-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-20/+16
2025-10-01Merge tag 'regulator-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-97/+84
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds23-25/+2971
2025-10-01cpufreq: Make drivers using CPUFREQ_ETERNAL specify transition latencyRafael J. Wysocki1-3/+4
2025-09-30Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds50-297/+1038
2025-09-30Merge tag 'locking-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-91/+2381
2025-09-30Merge tag 'lsm-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+1
2025-09-29Merge tag 'vfs-6.18-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-9/+6
2025-09-29Merge branches 'pm-em', 'pm-opp' and 'pm-devfreq'Rafael J. Wysocki1-11/+5
2025-09-26rust: usb: keep usb::Device private for nowDanilo Krummrich1-1/+1
2025-09-26rust: usb: don't retain device context for the interface parentDanilo Krummrich1-6/+5
2025-09-25rust: pci: display symbolic PCI vendor namesJohn Hubbard1-7/+11
2025-09-25rust: pci: display symbolic PCI class namesJohn Hubbard1-6/+11
2025-09-25USB: disable rust bindings from the build for nowGreg Kroah-Hartman3-4/+0
2025-09-24Merge back earlier cpufreq material for 6.18Rafael J. Wysocki3-9/+11
2025-09-24Merge patch series "Add generated modalias to modules.builtin.modinfo"Nathan Chancellor1-4/+4
2025-09-24modpost: Add modname to mod_device_table aliasAlexey Gladkov1-4/+4
2025-09-24rust: usb: add basic USB abstractionsDaniel Almeida5-0/+469
2025-09-22rust: add `Alignment` typeAlexandre Courbot2-0/+231
2025-09-22Merge tag 'rust-timekeeping-v6.18' of https://github.com/Rust-for-Linux/linux...Miguel Ojeda6-10/+344
2025-09-22rust: add dynamic ID pool abstraction for bitmapBurak Emir2-0/+227
2025-09-22rust: add find_bit_benchmark_rust module.Burak Emir2-0/+16
2025-09-22rust: add bitmap API.Burak Emir2-0/+586
2025-09-22rust: add bindings for bitops.hBurak Emir2-0/+24
2025-09-22rust: add bindings for bitmap.hBurak Emir3-0/+11
2025-09-22rust: macros: reduce collections in `quote!` macroTamir Duberstein1-55/+49
2025-09-21rust: maple_tree: add MapleTreeAllocAlice Ryhl1-0/+158
2025-09-21rust: maple_tree: add lock guard for maple treeAlice Ryhl1-0/+140
2025-09-21rust: maple_tree: add MapleTreeAlice Ryhl4-0/+359
2025-09-19rust_binder: add Rust Binder driverAlice Ryhl9-0/+117
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2025-09-17rust: pci: fix incorrect platform reference in PCI driver probe doc commentRahul Rameshbabu1-2/+2
2025-09-17rust: pci: fix incorrect platform reference in PCI driver unbind doc commentRahul Rameshbabu1-1/+1
2025-09-17Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie23-109/+1337
2025-09-16rust: kunit: allow `cfg` on `test`sKaibo Ma2-12/+43
2025-09-16regulator: max77838: add max77838 regulator driverMark Brown3-7/+14
2025-09-16rust: acpi: use `core::ffi::CStr` method namesTamir Duberstein1-5/+2
2025-09-16rust: of: use `core::ffi::CStr` method namesTamir Duberstein1-1/+1
2025-09-16rust: net: use `core::ffi::CStr` method namesTamir Duberstein1-1/+1
2025-09-16rust: miscdevice: use `core::ffi::CStr` method namesTamir Duberstein1-1/+1
2025-09-16rust: kunit: use `core::ffi::CStr` method namesTamir Duberstein1-3/+3
2025-09-16rust: firmware: use `core::ffi::CStr` method namesTamir Duberstein1-1/+1
2025-09-16rust: drm: use `core::ffi::CStr` method namesTamir Duberstein1-2/+2
2025-09-16rust: cpufreq: use `core::ffi::CStr` method namesTamir Duberstein1-1/+1
2025-09-16rust: configfs: use `core::ffi::CStr` method namesTamir Duberstein1-2/+2
2025-09-16rust: auxiliary: use `core::ffi::CStr` method namesTamir Duberstein1-2/+2
2025-09-16rust: device: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-11/+12
2025-09-16rust: sync: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-1/+1
2025-09-16rust: seq_file: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-3/+3
2025-09-16rust: kunit: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-4/+4
2025-09-16rust: file: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-2/+3
2025-09-16rust: device: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-3/+3
2025-09-16rust: block: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein3-4/+3
2025-09-16rust: alloc: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein3-3/+3
2025-09-15Merge back earlier cpufreq material for 6.18Rafael J. Wysocki3-9/+11
2025-09-15Merge tag 'v6.17-rc6' into drm-nextDave Airlie9-60/+356
2025-09-15rust: block: convert `block::mq` to use `Refcount`Gary Guo3-55/+40
2025-09-15rust: convert `Arc` to use `Refcount`Gary Guo1-31/+14
2025-09-15rust: make `Arc::into_unique_or_drop` associated functionGary Guo1-6/+6
2025-09-15rust: implement `kernel::sync::Refcount`Gary Guo3-0/+110
2025-09-15rust: sync: Add memory barriersBoqun Feng4-0/+81
2025-09-15rust: sync: atomic: Add Atomic<{usize,isize}>Boqun Feng1-4/+49
2025-09-15rust: sync: atomic: Add Atomic<u{32,64}>Boqun Feng1-0/+95
2025-09-15rust: sync: atomic: Add the framework of arithmetic operationsBoqun Feng2-2/+106
2025-09-15rust: sync: atomic: Add atomic {cmp,}xchg operationsBoqun Feng1-1/+167
2025-09-15rust: sync: atomic: Add generic atomicsBoqun Feng2-0/+286
2025-09-15rust: sync: atomic: Add ordering annotation typesBoqun Feng2-0/+106
2025-09-15rust: sync: Add basic atomic operation mapping frameworkBoqun Feng3-0/+288
2025-09-15rust: Introduce atomic API helpersBoqun Feng2-0/+1041
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman3-7/+14
2025-09-15rust: list: Add an example for `ListLinksSelfPtr` usageBoqun Feng1-0/+120
2025-09-15rust: sync: extend module documentation of arefBenno Lossin1-0/+15
2025-09-14rust: kernel: cpu: mark `CpuId::current()` inlineRitvik Gupta1-0/+1
2025-09-13rust: mm: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand2-2/+3
2025-09-13rust: allocator: add KUnit tests for alignment guaranteesHui Zhu1-0/+56
2025-09-13rust: support large alignments in allocationsVitaly Wool3-27/+18
2025-09-13rust: add support for NUMA ids in allocationsVitaly Wool7-29/+90
2025-09-13Merge tag 'driver-core-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+3
2025-09-12Merge tag 'pin-init-v6.18' of https://github.com/Rust-for-Linux/linux into dr...Danilo Krummrich6-48/+226
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+10
2025-09-12dma-mapping: introduce new DMA attribute to indicate MMIO memoryLeon Romanovsky1-0/+3
2025-09-11rust: pin-init: add references to previously initialized fieldsBenno Lossin2-38/+117
2025-09-11rust: pin-init: add code blocks to `[try_][pin_]init!` macrosBenno Lossin2-0/+31
2025-09-11rust: pin-init: add pin projections to `#[pin_data]`Benno Lossin2-8/+62
2025-09-11rust: pin-init: rename `project` -> `project_this` in doctestBenno Lossin1-1/+1
2025-09-11rust: pin-init: README: add information banner on the rename to `pin-init`Benno Lossin1-0/+12
2025-09-11rust: pin-init: examples: error: use `Error` in `fn main()`Benno Lossin1-1/+3
2025-09-11rust: drm: Introduce the Tyr driver for Arm Mali GPUsDaniel Almeida1-0/+1
2025-09-10rust: regulator: add devm_enable and devm_enable_optionalDaniel Almeida2-1/+69
2025-09-10rust: regulator: remove Regulator<Dynamic>Daniel Almeida1-87/+1
2025-09-10rust: debugfs: Add support for scoped directoriesMatthew Maurer2-15/+320
2025-09-10rust: debugfs: Add support for callback-based filesMatthew Maurer3-0/+219
2025-09-10rust: debugfs: Add support for writable filesMatthew Maurer3-3/+216
2025-09-10rust: debugfs: Add support for read-only filesMatthew Maurer4-1/+350
2025-09-10rust: debugfs: Add initial support for directoriesMatthew Maurer4-0/+145
2025-09-10Merge drm-misc-next-2025-08-21 into drm-rust-nextDanilo Krummrich5-10/+25
2025-09-10rust: error: improve `to_result` documentationMiguel Ojeda1-2/+37
2025-09-10rust: error: improve `Error::from_errno` documentationMiguel Ojeda1-2/+17
2025-09-08rust: drm: gem: Drop Object::SIZELyude Paul1-4/+1
2025-09-08rust: drm: gem: Add DriverFile type aliasLyude Paul1-11/+12
2025-09-08rust: drm: gem: Simplify use of genericsLyude Paul2-43/+37
2025-09-08rust: cpufreq: replace `MaybeUninit::zeroed().assume_init()` with `pin_init::...Benno Lossin1-3/+1
2025-09-08rust: derive `Zeroable` for all structs & unions generated by bindgen where p...Benno Lossin3-0/+14
2025-09-08rust: add `pin-init` as a dependency to `bindings` and `uapi`Benno Lossin1-6/+8
2025-09-08rust: task: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand1-3/+4
2025-09-08rust: prelude: re-export `core::mem::{align,size}_of{,_val}`Miguel Ojeda1-1/+4
2025-09-08rust: error: add C header linksOnur Özkan1-1/+3
2025-09-08rust: warn if `srctree/` links do not existMiguel Ojeda1-0/+6
2025-09-08rust: drm: fix `srctree/` linksMiguel Ojeda5-5/+5
2025-09-08rust: block: fix `srctree/` linksMiguel Ojeda1-1/+1
2025-09-08rust: sync: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand1-1/+1
2025-09-08Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/...Miguel Ojeda13-157/+129
2025-09-06Merge tag 'rust-fixes-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+10
2025-09-06Merge patch series "Rust support for `struct iov_iter`"Greg Kroah-Hartman5-1/+448
2025-09-06rust: miscdevice: Provide additional abstractions for iov_iter and kiocb stru...Alice Ryhl1-1/+62
2025-09-06rust: fs: add Kiocb structAlice Ryhl2-0/+71
2025-09-06rust: iov: add iov_iter abstractions for ITER_DESTAlice Ryhl1-0/+143
2025-09-06rust: iov: add iov_iter abstractions for ITER_SOURCEAlice Ryhl2-0/+172
2025-09-05regulator: pf530x: NXP PF530x regulator driverMark Brown8-58/+357
2025-09-04rust: scatterlist: Add abstraction for sg_tableDanilo Krummrich4-0/+517
2025-09-04rust: dma: add type alias for bindings::dma_addr_tDanilo Krummrich1-4/+14
2025-09-04rust: dma: implement DataDirectionDanilo Krummrich2-0/+69
2025-09-04rust: alloc: kvec: implement AsPageIter for VVecDanilo Krummrich1-1/+39
2025-09-04rust: alloc: layout: implement ArrayLayout::size()Danilo Krummrich1-0/+5
2025-09-04rust: alloc: kbox: implement AsPageIter for VBoxDanilo Krummrich1-1/+39
2025-09-04rust: page: define trait AsPageIterDanilo Krummrich1-0/+12
2025-09-04rust: alloc: implement VmallocPageIterDanilo Krummrich3-0/+134
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-09-04Merge tag 'opp-updates-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Rafael J. Wysocki1-11/+5
2025-09-04Merge tag 'cpufreq-arm-updates-6.18' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki3-9/+11
2025-09-04rust: alloc: vmalloc: implement Vmalloc::to_page()Danilo Krummrich1-0/+49
2025-09-04rust: page: implement BorrowedPageDanilo Krummrich2-1/+75
2025-09-04rust: time: Implement basic arithmetic operations for DeltaLyude Paul1-0/+98
2025-09-04rust: time: Implement Add<Delta>/Sub<Delta> for InstantLyude Paul1-1/+42
2025-09-04rust: hrtimer: Add HrTimer::expires()Lyude Paul2-1/+23
2025-09-04rust: time: Add Instant::from_ktime()Lyude Paul1-0/+23
2025-09-04rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContextLyude Paul1-0/+19
2025-09-04rust: hrtimer: Add HrTimerCallbackContext and ::forward()Lyude Paul5-9/+93
2025-09-04rust: hrtimer: Add HrTimer::raw_forward() and forward()Lyude Paul1-0/+40
2025-09-04rust: hrtimer: Add HrTimerInstantLyude Paul1-0/+5
2025-09-04rust: hrtimer: Document the return value for HrTimerHandle::cancel()Lyude Paul1-0/+2
2025-09-03rust: phy: use to_result for error handlingOnur Özkan1-5/+2
2025-09-02rust: block: add remote completion to `Request`Andreas Hindborg3-4/+38
2025-09-02rust: block: mq: fix spelling in a safety commentAndreas Hindborg1-1/+1
2025-09-02rust: block: add `GenDisk` private data supportAndreas Hindborg3-16/+69
2025-09-02rnull: enable configuration via `configfs`Andreas Hindborg1-1/+1
2025-09-02rust: block: add block related constantsAndreas Hindborg1-0/+13
2025-09-02rust: block: remove trait bound from `mq::Request` definitionAndreas Hindborg1-1/+1
2025-09-02rust: block: remove `RawWriter`Andreas Hindborg2-57/+0
2025-09-02rust: block: use `NullTerminatedFormatter`Andreas Hindborg3-6/+8
2025-09-02rust: block: normalize imports for `gen_disk.rs`Andreas Hindborg1-3/+7
2025-09-02rust: configfs: re-export `configfs_attrs` from `configfs` moduleAndreas Hindborg1-0/+2
2025-09-02rust: str: introduce `kstrtobool` functionAndreas Hindborg1-0/+79
2025-09-02rust: str: introduce `NullTerminatedFormatter`Andreas Hindborg1-0/+49
2025-09-02rust: str: expose `str::{Formatter, RawFormatter}` publicly.Andreas Hindborg1-5/+4
2025-09-02rust: str: allow `str::Formatter` to format into `&mut [u8]`.Andreas Hindborg1-6/+17
2025-09-02rust: str: normalize imports in `str.rs`Andreas Hindborg1-4/+5
2025-09-02rust: device: fix unresolved link to drm::DeviceDanilo Krummrich1-2/+3
2025-09-01rust: pci: inline several tiny functionsJohn Hubbard1-0/+5