aboutsummaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-0/+4
5 daysMerge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
5 daysMerge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+22
5 daysMerge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds2-50/+134
5 daysrust: sync: atomic: separate import "blocks"Miguel Ojeda1-0/+1
5 daysMerge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-20/+694
6 daysMerge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds29-342/+2194
6 daysMerge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-1/+51
7 daysMerge tag 'pwm/for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-0/+767
7 daysMerge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds5-29/+143
8 daysMerge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-7/+10
8 daysMerge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds116-454/+59601
9 daysrust: pci: fix build failure when CONFIG_PCI_MSI is disabledDanilo Krummrich1-1/+13
9 daysMerge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-55/+59
9 daysMerge tag 'acpi-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+1
9 daysrust: id_pool: do not immediately acquire new idsAlice Ryhl1-16/+61
9 daysrust: id_pool: do not supply starting capacityAlice Ryhl1-0/+19
10 daysMerge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-43/+70
12 daysmm: introduce VMA flags bitmap typeLorenzo Stoakes1-1/+1
12 daysmm: declare VMA flags by bitLorenzo Stoakes2-0/+50
14 daysMerge branches 'acpi-misc' and 'pnp'Rafael J. Wysocki1-3/+1
2025-11-27rbtree: inline rb_last()Eric Dumazet1-0/+5
2025-11-27rbtree: inline rb_first()Eric Dumazet1-0/+5
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
2025-11-26rust: list: add warning to List::remove docs about mem::takeAlice Ryhl1-0/+3
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-24rust: macros: support `proc-macro2`, `quote` and `syn`Miguel Ojeda1-4/+9
2025-11-24rust: syn: enable support in kbuildMiguel Ojeda1-3/+34
2025-11-24rust: syn: add `README.md`Miguel Ojeda1-0/+13
2025-11-24rust: syn: remove `unicode-ident` dependencyMiguel Ojeda1-2/+2
2025-11-24rust: syn: add SPDX License IdentifiersMiguel Ojeda55-0/+110
2025-11-24rust: syn: import crateMiguel Ojeda55-0/+49824
2025-11-24rust: quote: enable support in kbuildMiguel Ojeda1-3/+35
2025-11-24rust: quote: add `README.md`Miguel Ojeda1-0/+12
2025-11-24rust: quote: add SPDX License IdentifiersMiguel Ojeda7-0/+14
2025-11-24rust: quote: import crateMiguel Ojeda7-0/+2633
2025-11-24rust: proc-macro2: enable support in kbuildMiguel Ojeda1-2/+30
2025-11-24rust: proc-macro2: add `README.md`Miguel Ojeda1-0/+13
2025-11-24rust: proc-macro2: remove `unicode_ident` dependencyMiguel Ojeda1-2/+2
2025-11-24rust: proc-macro2: add SPDX License IdentifiersMiguel Ojeda13-0/+26
2025-11-24rust: proc-macro2: import crateMiguel Ojeda13-0/+5098
2025-11-24rust: kbuild: support using libraries in `rustc_procmacro`Miguel Ojeda1-1/+1
2025-11-24rust: kbuild: support skipping flags in `rustc_test_library`Miguel Ojeda1-2/+2
2025-11-24rust: kbuild: add proc macro library supportMiguel Ojeda1-0/+10
2025-11-24rust: kbuild: simplify `--cfg` handlingMiguel Ojeda1-2/+4
2025-11-24rust: kbuild: introduce `core-flags` and `core-skip_flags`Miguel Ojeda1-5/+14
2025-11-24rust: num: bounded: rename `try_into_bitint` to `try_into_bounded`Alexandre Courbot1-6/+6
2025-11-23rust: num: bounded: Always inline fits_within and from_exprAlexandre Courbot1-0/+2
2025-11-24rust: i2c: prepare for `core::ffi::CStr`Miguel Ojeda1-10/+4
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie5-13/+20
2025-11-20rust: slice: fix broken intra-doc linksMiguel Ojeda1-4/+4
2025-11-19rust: sync: replace `kernel::c_str!` with C-StringsTamir Duberstein1-2/+1
2025-11-19rust: pin-init: fix typo in docsBrian Harring1-1/+1
2025-11-19rust: pin-init: fix broken rust doc linkBenno Lossin1-0/+2
2025-11-19rust: num: add Bounded integer wrapping typeAlexandre Courbot2-0/+1059
2025-11-18rust: Add trait to convert a device reference to a bus device referenceMarkus Probst6-1/+75
2025-11-17rust: add num module and Integer traitAlexandre Courbot2-0/+77
2025-11-17rust: allow `clippy::disallowed_names` for doctestsMiguel Ojeda2-3/+1
2025-11-18rust: i2c: add manual I2C device creation abstractionsIgor Korotin1-1/+152
2025-11-18rust: i2c: add basic I2C device and driver abstractionsIgor Korotin3-0/+437
2025-11-17rust: allow `unreachable_pub` for doctestsMiguel Ojeda2-2/+2
2025-11-17rust: macros: replace `kernel::c_str!` with C-StringsTamir Duberstein1-1/+1
2025-11-17rust: str: replace `kernel::c_str!` with C-StringsTamir Duberstein1-30/+29
2025-11-17rust: firmware: replace `kernel::c_str!` with C-StringsTamir Duberstein1-3/+3
2025-11-16rust: rbtree: add immutable cursorVitaly Wool1-47/+197
2025-11-14rust: enable slice_flatten feature and provide it through an extension traitAlexandre Courbot3-0/+56
2025-11-13pwm: Fix Rust formattingMiguel Ojeda2-23/+27
2025-11-13rust: pwm: Fix broken intra-doc linkMiguel Ojeda1-1/+1
2025-11-13rust: io: add typedef for phys_addr_tAlice Ryhl3-9/+38
2025-11-13rust: scatterlist: import ResourceSize from kernel::ioAlice Ryhl1-1/+1
2025-11-13rust: io: move ResourceSize to top-level io moduleAlice Ryhl2-5/+7
2025-11-13rust: io: define ResourceSize as resource_size_tAlice Ryhl1-1/+1
2025-11-12uaccess: decouple INLINE_COPY_FROM_USER and CONFIG_RUSTYury Norov (NVIDIA)1-0/+12
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-11rust: dma: use NonNull<T> instead of *mut TDanilo Krummrich1-9/+8
2025-11-11rust: dma: make use of start_ptr() and start_ptr_mut()Danilo Krummrich1-4/+8
2025-11-11rust: pci: use "kernel vertical" style for importsDanilo Krummrich4-19/+48
2025-11-11rust: io: cleanup imports and use "kernel vertical" styleDanilo Krummrich4-19/+33
2025-11-10rust/drm/gem: Fix missing header in `Object` rustdocLyude Paul1-1/+1
2025-11-10rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flagsXi Ruoyao1-1/+1
2025-11-07rust: debugfs: Implement BinaryReader for Mutex<T> only when T is UnpinDanilo Krummrich1-1/+1
2025-11-07rust: pwm: Drop wrapping of PWM polarity and stateUwe Kleine-König1-55/+1
2025-11-07rust: pwm: Add module_pwm_platform_driver! macroMichal Wilczynski1-0/+23
2025-11-07rust: pwm: Add complete abstraction layerMichal Wilczynski1-2/+662
2025-11-07rust: pwm: Add Kconfig and basic data structuresMichal Wilczynski5-0/+126
2025-11-07rust: macros: Add support for 'imports_ns' to module!Michal Wilczynski1-0/+8
2025-11-06rust: platform: get rid of redundant Result in IRQ methodsDanilo Krummrich1-19/+23
2025-11-06rust: pci: get rid of redundant Result in IRQ methodsDanilo Krummrich1-9/+13
2025-11-05rust: block: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand3-7/+10
2025-11-05rust: transmute: add `from_bytes_prefix` family of methodsAlexandre Courbot1-0/+63
2025-11-05rust: auxiliary: fix false positive warning for missing a safety commentDanilo Krummrich1-3/+2
2025-11-05rust: debugfs: support binary large objects for ScopedDirDanilo Krummrich1-0/+44
2025-11-05rust: debugfs: support blobs from smart pointersDanilo Krummrich2-3/+173
2025-11-05rust: debugfs: support for binary large objectsDanilo Krummrich3-7/+273
2025-11-05rust: uaccess: add UserSliceWriter::write_slice_file()Danilo Krummrich1-0/+25
2025-11-05rust: uaccess: add UserSliceWriter::write_slice_partial()Danilo Krummrich1-0/+17
2025-11-05rust: uaccess: add UserSliceReader::read_slice_file()Danilo Krummrich1-0/+26
2025-11-05rust: uaccess: add UserSliceReader::read_slice_partial()Danilo Krummrich1-0/+17
2025-11-05rust: fs: add file::Offset type aliasDanilo Krummrich1-0/+5
2025-11-04rust: Add read_poll_timeout_atomic functionFUJITA Tomonori1-1/+76
2025-11-04rust: add udelay() functionFUJITA Tomonori2-0/+42
2025-11-04rust: usb: fix broken call to T::disconnect()Danilo Krummrich1-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-03rust: module: update the module macro with module parameter supportAndreas Hindborg3-10/+224
2025-11-03rust: module: use a reference in macros::module::moduleAndreas Hindborg1-8/+8
2025-11-03rust: introduce module_param moduleAndreas Hindborg2-0/+182
2025-11-03rust: str: add radix prefixed integer parsing functionsAndreas Hindborg2-0/+150
2025-11-03rust: sync: add `SetOnce`Andreas Hindborg2-0/+127
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-29rust: auxiliary: implement parent() for Device<Bound>Danilo Krummrich1-0/+10
2025-10-29rust: auxiliary: move parent() to impl DeviceDanilo Krummrich1-2/+2
2025-10-29rust: auxiliary: unregister on parent device unbindDanilo Krummrich1-38/+51
2025-10-29rust: auxiliary: consider auxiliary devices always have a parentDanilo Krummrich1-3/+4
2025-10-29rust: device: introduce Device::drvdata()Danilo Krummrich2-3/+87
2025-10-29rust: device: narrow the generic of drvdata_obtain()Danilo Krummrich5-7/+7
2025-10-28rust: usb: fix formattingMiguel Ojeda1-1/+1
2025-10-27rust: acpi: replace `core::mem::zeroed` with `pin_init::zeroed`Siyuan Huang1-3/+1
2025-10-27Merge 6.18-rc3 into usb-nextGreg Kroah-Hartman6-16/+15
2025-10-27Merge 6.18-rc3 into driver-core-nextGreg Kroah-Hartman6-16/+15
2025-10-26rust: simplify read_poll_timeout's example codeFUJITA Tomonori1-10/+4
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: drm/gem: Remove Object.devLyude Paul1-8/+7
2025-10-23rust: pci: normalise spelling of PCI BARPeter Colberg2-6/+6
2025-10-23rust: pci: refer to legacy as INTx interruptsPeter Colberg1-5/+5
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: replace `CStr` with `core::ffi::CStr`Tamir Duberstein12-315/+112
2025-10-22rust: support formatting of foreign typesTamir Duberstein5-3/+207
2025-10-22rust: clk: use `CStr::as_char_ptr`Tamir Duberstein1-2/+2
2025-10-22rust: regulator: use `CStr::as_char_ptr`Tamir Duberstein1-5/+8
2025-10-22rust: configfs: use `CStr::as_char_ptr`Tamir Duberstein1-1/+1
2025-10-22rust: opp: use `CStr::as_char_ptr`Tamir Duberstein1-3/+3
2025-10-22rust: opp: fix broken rustdoc linkTamir Duberstein1-1/+1
2025-10-21Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem obje...Lyude Paul1-20/+16
2025-10-21rust: driver: let probe() return impl PinInit<Self, Error>Danilo Krummrich8-26/+33
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-21add `[pin_]init_scope` to execute code before creating an initializerBenno Lossin1-0/+87
2025-10-20rust: pci: move IRQ infrastructure to separate fileDanilo Krummrich2-233/+247
2025-10-20rust: pci: move I/O infrastructure to separate fileDanilo Krummrich2-129/+145
2025-10-20rust: pci: implement TryInto<IrqRequest<'a>> for IrqVector<'a>Danilo Krummrich1-20/+18
2025-10-20rust: remove spurious `use core::fmt::Debug`Tamir Duberstein1-1/+0
2025-10-20rust: pci: use `kernel::fmt`Tamir Duberstein1-2/+1
2025-10-20rust: debugfs: use `kernel::fmt`Tamir Duberstein4-13/+12
2025-10-20rust: alloc: use `kernel::fmt`Tamir Duberstein1-7/+7
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-15rust: pci: Allocate and manage PCI interrupt vectorsJoel Fernandes1-13/+201
2025-10-13Revert "USB: disable rust bindings from the build for now"Greg Kroah-Hartman3-0/+4
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