| Age | Commit message (Expand) | Author | Files | Lines |
| 5 days | Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 3 | -0/+4 |
| 5 days | Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+3 |
| 5 days | Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -0/+22 |
| 5 days | Merge tag 'bitmap-for-6.19' of github.com:/norov/linux | Linus Torvalds | 2 | -50/+134 |
| 5 days | rust: sync: atomic: separate import "blocks" | Miguel Ojeda | 1 | -0/+1 |
| 5 days | Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 9 | -20/+694 |
| 6 days | Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 29 | -342/+2194 |
| 6 days | Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -1/+51 |
| 7 days | Merge tag 'pwm/for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -0/+767 |
| 7 days | Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 5 | -29/+143 |
| 8 days | Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -7/+10 |
| 8 days | Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/... | Linus Torvalds | 116 | -454/+59601 |
| 9 days | rust: pci: fix build failure when CONFIG_PCI_MSI is disabled | Danilo Krummrich | 1 | -1/+13 |
| 9 days | Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -55/+59 |
| 9 days | Merge tag 'acpi-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -3/+1 |
| 9 days | rust: id_pool: do not immediately acquire new ids | Alice Ryhl | 1 | -16/+61 |
| 9 days | rust: id_pool: do not supply starting capacity | Alice Ryhl | 1 | -0/+19 |
| 10 days | Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -43/+70 |
| 12 days | mm: introduce VMA flags bitmap type | Lorenzo Stoakes | 1 | -1/+1 |
| 12 days | mm: declare VMA flags by bit | Lorenzo Stoakes | 2 | -0/+50 |
| 14 days | Merge branches 'acpi-misc' and 'pnp' | Rafael J. Wysocki | 1 | -3/+1 |
| 2025-11-27 | rbtree: inline rb_last() | Eric Dumazet | 1 | -0/+5 |
| 2025-11-27 | rbtree: inline rb_first() | Eric Dumazet | 1 | -0/+5 |
| 2025-11-28 | Merge tag 'drm-rust-next-2025-11-21' of https://gitlab.freedesktop.org/drm/ru... | Dave Airlie | 1 | -4/+4 |
| 2025-11-26 | rust: id_pool: rename IdPool::new() to with_capacity() | Alice Ryhl | 1 | -4/+4 |
| 2025-11-26 | rust: bitmap: add BitmapVec::new_inline() | Alice Ryhl | 1 | -0/+10 |
| 2025-11-26 | rust: bitmap: add MAX_LEN and MAX_INLINE_LEN constants | Alice Ryhl | 2 | -31/+41 |
| 2025-11-26 | rust: list: add warning to List::remove docs about mem::take | Alice Ryhl | 1 | -0/+3 |
| 2025-11-25 | Merge tag 'opp-updates-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Rafael J. Wysocki | 1 | -55/+59 |
| 2025-11-24 | rust: macros: support `proc-macro2`, `quote` and `syn` | Miguel Ojeda | 1 | -4/+9 |
| 2025-11-24 | rust: syn: enable support in kbuild | Miguel Ojeda | 1 | -3/+34 |
| 2025-11-24 | rust: syn: add `README.md` | Miguel Ojeda | 1 | -0/+13 |
| 2025-11-24 | rust: syn: remove `unicode-ident` dependency | Miguel Ojeda | 1 | -2/+2 |
| 2025-11-24 | rust: syn: add SPDX License Identifiers | Miguel Ojeda | 55 | -0/+110 |
| 2025-11-24 | rust: syn: import crate | Miguel Ojeda | 55 | -0/+49824 |
| 2025-11-24 | rust: quote: enable support in kbuild | Miguel Ojeda | 1 | -3/+35 |
| 2025-11-24 | rust: quote: add `README.md` | Miguel Ojeda | 1 | -0/+12 |
| 2025-11-24 | rust: quote: add SPDX License Identifiers | Miguel Ojeda | 7 | -0/+14 |
| 2025-11-24 | rust: quote: import crate | Miguel Ojeda | 7 | -0/+2633 |
| 2025-11-24 | rust: proc-macro2: enable support in kbuild | Miguel Ojeda | 1 | -2/+30 |
| 2025-11-24 | rust: proc-macro2: add `README.md` | Miguel Ojeda | 1 | -0/+13 |
| 2025-11-24 | rust: proc-macro2: remove `unicode_ident` dependency | Miguel Ojeda | 1 | -2/+2 |
| 2025-11-24 | rust: proc-macro2: add SPDX License Identifiers | Miguel Ojeda | 13 | -0/+26 |
| 2025-11-24 | rust: proc-macro2: import crate | Miguel Ojeda | 13 | -0/+5098 |
| 2025-11-24 | rust: kbuild: support using libraries in `rustc_procmacro` | Miguel Ojeda | 1 | -1/+1 |
| 2025-11-24 | rust: kbuild: support skipping flags in `rustc_test_library` | Miguel Ojeda | 1 | -2/+2 |
| 2025-11-24 | rust: kbuild: add proc macro library support | Miguel Ojeda | 1 | -0/+10 |
| 2025-11-24 | rust: kbuild: simplify `--cfg` handling | Miguel Ojeda | 1 | -2/+4 |
| 2025-11-24 | rust: kbuild: introduce `core-flags` and `core-skip_flags` | Miguel Ojeda | 1 | -5/+14 |
| 2025-11-24 | rust: num: bounded: rename `try_into_bitint` to `try_into_bounded` | Alexandre Courbot | 1 | -6/+6 |
| 2025-11-23 | rust: num: bounded: Always inline fits_within and from_expr | Alexandre Courbot | 1 | -0/+2 |
| 2025-11-24 | rust: i2c: prepare for `core::ffi::CStr` | Miguel Ojeda | 1 | -10/+4 |
| 2025-11-21 | Merge tag 'v6.18-rc6' into drm-next | Dave Airlie | 5 | -13/+20 |
| 2025-11-20 | rust: slice: fix broken intra-doc links | Miguel Ojeda | 1 | -4/+4 |
| 2025-11-19 | rust: sync: replace `kernel::c_str!` with C-Strings | Tamir Duberstein | 1 | -2/+1 |
| 2025-11-19 | rust: pin-init: fix typo in docs | Brian Harring | 1 | -1/+1 |
| 2025-11-19 | rust: pin-init: fix broken rust doc link | Benno Lossin | 1 | -0/+2 |
| 2025-11-19 | rust: num: add Bounded integer wrapping type | Alexandre Courbot | 2 | -0/+1059 |
| 2025-11-18 | rust: Add trait to convert a device reference to a bus device reference | Markus Probst | 6 | -1/+75 |
| 2025-11-17 | rust: add num module and Integer trait | Alexandre Courbot | 2 | -0/+77 |
| 2025-11-17 | rust: allow `clippy::disallowed_names` for doctests | Miguel Ojeda | 2 | -3/+1 |
| 2025-11-18 | rust: i2c: add manual I2C device creation abstractions | Igor Korotin | 1 | -1/+152 |
| 2025-11-18 | rust: i2c: add basic I2C device and driver abstractions | Igor Korotin | 3 | -0/+437 |
| 2025-11-17 | rust: allow `unreachable_pub` for doctests | Miguel Ojeda | 2 | -2/+2 |
| 2025-11-17 | rust: macros: replace `kernel::c_str!` with C-Strings | Tamir Duberstein | 1 | -1/+1 |
| 2025-11-17 | rust: str: replace `kernel::c_str!` with C-Strings | Tamir Duberstein | 1 | -30/+29 |
| 2025-11-17 | rust: firmware: replace `kernel::c_str!` with C-Strings | Tamir Duberstein | 1 | -3/+3 |
| 2025-11-16 | rust: rbtree: add immutable cursor | Vitaly Wool | 1 | -47/+197 |
| 2025-11-14 | rust: enable slice_flatten feature and provide it through an extension trait | Alexandre Courbot | 3 | -0/+56 |
| 2025-11-13 | pwm: Fix Rust formatting | Miguel Ojeda | 2 | -23/+27 |
| 2025-11-13 | rust: pwm: Fix broken intra-doc link | Miguel Ojeda | 1 | -1/+1 |
| 2025-11-13 | rust: io: add typedef for phys_addr_t | Alice Ryhl | 3 | -9/+38 |
| 2025-11-13 | rust: scatterlist: import ResourceSize from kernel::io | Alice Ryhl | 1 | -1/+1 |
| 2025-11-13 | rust: io: move ResourceSize to top-level io module | Alice Ryhl | 2 | -5/+7 |
| 2025-11-13 | rust: io: define ResourceSize as resource_size_t | Alice Ryhl | 1 | -1/+1 |
| 2025-11-12 | uaccess: decouple INLINE_COPY_FROM_USER and CONFIG_RUST | Yury Norov (NVIDIA) | 1 | -0/+12 |
| 2025-11-12 | rust: debugfs: Replace the usage of Rust native atomics | Boqun Feng | 1 | -36/+17 |
| 2025-11-12 | rust: sync: atomic: Implement Debug for Atomic<Debug> | Boqun Feng | 1 | -0/+9 |
| 2025-11-12 | rust: sync: atomic: Make Atomic*Ops pub(crate) | Boqun Feng | 1 | -1/+2 |
| 2025-11-11 | rust: dma: use NonNull<T> instead of *mut T | Danilo Krummrich | 1 | -9/+8 |
| 2025-11-11 | rust: dma: make use of start_ptr() and start_ptr_mut() | Danilo Krummrich | 1 | -4/+8 |
| 2025-11-11 | rust: pci: use "kernel vertical" style for imports | Danilo Krummrich | 4 | -19/+48 |
| 2025-11-11 | rust: io: cleanup imports and use "kernel vertical" style | Danilo Krummrich | 4 | -19/+33 |
| 2025-11-10 | rust/drm/gem: Fix missing header in `Object` rustdoc | Lyude Paul | 1 | -1/+1 |
| 2025-11-10 | rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flags | Xi Ruoyao | 1 | -1/+1 |
| 2025-11-07 | rust: debugfs: Implement BinaryReader for Mutex<T> only when T is Unpin | Danilo Krummrich | 1 | -1/+1 |
| 2025-11-07 | rust: pwm: Drop wrapping of PWM polarity and state | Uwe Kleine-König | 1 | -55/+1 |
| 2025-11-07 | rust: pwm: Add module_pwm_platform_driver! macro | Michal Wilczynski | 1 | -0/+23 |
| 2025-11-07 | rust: pwm: Add complete abstraction layer | Michal Wilczynski | 1 | -2/+662 |
| 2025-11-07 | rust: pwm: Add Kconfig and basic data structures | Michal Wilczynski | 5 | -0/+126 |
| 2025-11-07 | rust: macros: Add support for 'imports_ns' to module! | Michal Wilczynski | 1 | -0/+8 |
| 2025-11-06 | rust: platform: get rid of redundant Result in IRQ methods | Danilo Krummrich | 1 | -19/+23 |
| 2025-11-06 | rust: pci: get rid of redundant Result in IRQ methods | Danilo Krummrich | 1 | -9/+13 |
| 2025-11-05 | rust: block: update ARef and AlwaysRefCounted imports from sync::aref | Shankari Anand | 3 | -7/+10 |
| 2025-11-05 | rust: transmute: add `from_bytes_prefix` family of methods | Alexandre Courbot | 1 | -0/+63 |
| 2025-11-05 | rust: auxiliary: fix false positive warning for missing a safety comment | Danilo Krummrich | 1 | -3/+2 |
| 2025-11-05 | rust: debugfs: support binary large objects for ScopedDir | Danilo Krummrich | 1 | -0/+44 |
| 2025-11-05 | rust: debugfs: support blobs from smart pointers | Danilo Krummrich | 2 | -3/+173 |
| 2025-11-05 | rust: debugfs: support for binary large objects | Danilo Krummrich | 3 | -7/+273 |
| 2025-11-05 | rust: uaccess: add UserSliceWriter::write_slice_file() | Danilo Krummrich | 1 | -0/+25 |
| 2025-11-05 | rust: uaccess: add UserSliceWriter::write_slice_partial() | Danilo Krummrich | 1 | -0/+17 |
| 2025-11-05 | rust: uaccess: add UserSliceReader::read_slice_file() | Danilo Krummrich | 1 | -0/+26 |
| 2025-11-05 | rust: uaccess: add UserSliceReader::read_slice_partial() | Danilo Krummrich | 1 | -0/+17 |
| 2025-11-05 | rust: fs: add file::Offset type alias | Danilo Krummrich | 1 | -0/+5 |
| 2025-11-04 | rust: Add read_poll_timeout_atomic function | FUJITA Tomonori | 1 | -1/+76 |
| 2025-11-04 | rust: add udelay() function | FUJITA Tomonori | 2 | -0/+42 |
| 2025-11-04 | rust: usb: fix broken call to T::disconnect() | Danilo Krummrich | 1 | -1/+1 |
| 2025-11-04 | rust: kbuild: workaround `rustdoc` doctests modifier bug | Miguel Ojeda | 1 | -1/+4 |
| 2025-11-04 | rust: kbuild: treat `build_error` and `rustdoc` as kernel objects | Miguel Ojeda | 1 | -0/+10 |
| 2025-11-03 | rust: module: update the module macro with module parameter support | Andreas Hindborg | 3 | -10/+224 |
| 2025-11-03 | rust: module: use a reference in macros::module::module | Andreas Hindborg | 1 | -8/+8 |
| 2025-11-03 | rust: introduce module_param module | Andreas Hindborg | 2 | -0/+182 |
| 2025-11-03 | rust: str: add radix prefixed integer parsing functions | Andreas Hindborg | 2 | -0/+150 |
| 2025-11-03 | rust: sync: add `SetOnce` | Andreas Hindborg | 2 | -0/+127 |
| 2025-11-02 | rust: condvar: fix broken intra-doc link | Miguel Ojeda | 1 | -1/+1 |
| 2025-11-02 | rust: devres: fix private intra-doc link | Miguel Ojeda | 1 | -1/+1 |
| 2025-10-29 | rust: auxiliary: implement parent() for Device<Bound> | Danilo Krummrich | 1 | -0/+10 |
| 2025-10-29 | rust: auxiliary: move parent() to impl Device | Danilo Krummrich | 1 | -2/+2 |
| 2025-10-29 | rust: auxiliary: unregister on parent device unbind | Danilo Krummrich | 1 | -38/+51 |
| 2025-10-29 | rust: auxiliary: consider auxiliary devices always have a parent | Danilo Krummrich | 1 | -3/+4 |
| 2025-10-29 | rust: device: introduce Device::drvdata() | Danilo Krummrich | 2 | -3/+87 |
| 2025-10-29 | rust: device: narrow the generic of drvdata_obtain() | Danilo Krummrich | 5 | -7/+7 |
| 2025-10-28 | rust: usb: fix formatting | Miguel Ojeda | 1 | -1/+1 |
| 2025-10-27 | rust: acpi: replace `core::mem::zeroed` with `pin_init::zeroed` | Siyuan Huang | 1 | -3/+1 |
| 2025-10-27 | Merge 6.18-rc3 into usb-next | Greg Kroah-Hartman | 6 | -16/+15 |
| 2025-10-27 | Merge 6.18-rc3 into driver-core-next | Greg Kroah-Hartman | 6 | -16/+15 |
| 2025-10-26 | rust: simplify read_poll_timeout's example code | FUJITA Tomonori | 1 | -10/+4 |
| 2025-10-25 | Merge tag 'driver-core-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -9/+3 |
| 2025-10-23 | rust: drm/gem: Remove Object.dev | Lyude Paul | 1 | -8/+7 |
| 2025-10-23 | rust: pci: normalise spelling of PCI BAR | Peter Colberg | 2 | -6/+6 |
| 2025-10-23 | rust: pci: refer to legacy as INTx interrupts | Peter Colberg | 1 | -5/+5 |
| 2025-10-23 | rust: opp: simplify callers of `to_c_str_array` | Tamir Duberstein | 1 | -54/+58 |
| 2025-10-22 | rust: debugfs: Implement Reader for Mutex<T> only when T is Unpin | Boqun Feng | 1 | -1/+1 |
| 2025-10-22 | rust: replace `CStr` with `core::ffi::CStr` | Tamir Duberstein | 12 | -315/+112 |
| 2025-10-22 | rust: support formatting of foreign types | Tamir Duberstein | 5 | -3/+207 |
| 2025-10-22 | rust: clk: use `CStr::as_char_ptr` | Tamir Duberstein | 1 | -2/+2 |
| 2025-10-22 | rust: regulator: use `CStr::as_char_ptr` | Tamir Duberstein | 1 | -5/+8 |
| 2025-10-22 | rust: configfs: use `CStr::as_char_ptr` | Tamir Duberstein | 1 | -1/+1 |
| 2025-10-22 | rust: opp: use `CStr::as_char_ptr` | Tamir Duberstein | 1 | -3/+3 |
| 2025-10-22 | rust: opp: fix broken rustdoc link | Tamir Duberstein | 1 | -1/+1 |
| 2025-10-21 | Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem obje... | Lyude Paul | 1 | -20/+16 |
| 2025-10-21 | rust: driver: let probe() return impl PinInit<Self, Error> | Danilo Krummrich | 8 | -26/+33 |
| 2025-10-21 | rust: lock: Add a Pin<&mut T> accessor | Daniel Almeida | 1 | -0/+25 |
| 2025-10-21 | rust: lock: Pin the inner data | Daniel Almeida | 1 | -3/+8 |
| 2025-10-21 | rust: lock: guard: Add T: Unpin bound to DerefMut | Daniel Almeida | 2 | -2/+8 |
| 2025-10-21 | add `[pin_]init_scope` to execute code before creating an initializer | Benno Lossin | 1 | -0/+87 |
| 2025-10-20 | rust: pci: move IRQ infrastructure to separate file | Danilo Krummrich | 2 | -233/+247 |
| 2025-10-20 | rust: pci: move I/O infrastructure to separate file | Danilo Krummrich | 2 | -129/+145 |
| 2025-10-20 | rust: pci: implement TryInto<IrqRequest<'a>> for IrqVector<'a> | Danilo Krummrich | 1 | -20/+18 |
| 2025-10-20 | rust: remove spurious `use core::fmt::Debug` | Tamir Duberstein | 1 | -1/+0 |
| 2025-10-20 | rust: pci: use `kernel::fmt` | Tamir Duberstein | 1 | -2/+1 |
| 2025-10-20 | rust: debugfs: use `kernel::fmt` | Tamir Duberstein | 4 | -13/+12 |
| 2025-10-20 | rust: alloc: use `kernel::fmt` | Tamir Duberstein | 1 | -7/+7 |
| 2025-10-17 | rust: device: fix device context of Device::parent() | Danilo Krummrich | 2 | -9/+3 |
| 2025-10-17 | rust: bitmap: fix formatting | Miguel Ojeda | 1 | -2/+6 |
| 2025-10-17 | rust: cpufreq: fix formatting | Miguel Ojeda | 1 | -2/+1 |
| 2025-10-17 | rust: alloc: employ a trailing comment to keep vertical layout | Miguel Ojeda | 1 | -1/+1 |
| 2025-10-15 | Merge tag 'vfs-6.18-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
| 2025-10-15 | rust: bitmap: clean Rust 1.92.0 `unused_unsafe` warning | Miguel Ojeda | 1 | -0/+2 |
| 2025-10-15 | rust: pci: Allocate and manage PCI interrupt vectors | Joel Fernandes | 1 | -13/+201 |
| 2025-10-13 | Revert "USB: disable rust bindings from the build for now" | Greg Kroah-Hartman | 3 | -0/+4 |
| 2025-10-11 | Merge tag 'mm-hotfixes-stable-2025-10-10-15-00' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -0/+1 |
| 2025-10-07 | mm/ksm: fix flag-dropping behavior in ksm_madvise | Jakub Acs | 1 | -0/+1 |
| 2025-10-07 | Merge tag 'pm-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -3/+4 |
| 2025-10-07 | rust: file: add intra-doc link for 'EBADF' | Tong Li | 1 | -2/+2 |
| 2025-10-07 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -3/+4 |
| 2025-10-04 | Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 16 | -1/+1029 |
| 2025-10-03 | Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+3 |
| 2025-10-02 | Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 12 | -43/+808 |
| 2025-10-02 | Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -5/+2 |
| 2025-10-02 | Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 24 | -117/+1323 |
| 2025-10-02 | Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 8 | -98/+289 |
| 2025-10-02 | Merge tag 'bitmap-for-6.18' of https://github.com/norov/linux | Linus Torvalds | 7 | -0/+864 |
| 2025-10-01 | Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb... | Linus Torvalds | 1 | -4/+4 |
| 2025-10-01 | Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2 | -12/+47 |
| 2025-10-01 | Merge tag 'pm-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 3 | -20/+16 |
| 2025-10-01 | Merge tag 'regulator-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -97/+84 |
| 2025-10-01 | Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 23 | -25/+2971 |
| 2025-10-01 | cpufreq: Make drivers using CPUFREQ_ETERNAL specify transition latency | Rafael J. Wysocki | 1 | -3/+4 |
| 2025-09-30 | Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/... | Linus Torvalds | 50 | -297/+1038 |
| 2025-09-30 | Merge tag 'locking-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 14 | -91/+2381 |
| 2025-09-30 | Merge tag 'lsm-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -5/+1 |
| 2025-09-29 | Merge tag 'vfs-6.18-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -9/+6 |
| 2025-09-29 | Merge branches 'pm-em', 'pm-opp' and 'pm-devfreq' | Rafael J. Wysocki | 1 | -11/+5 |
| 2025-09-26 | rust: usb: keep usb::Device private for now | Danilo Krummrich | 1 | -1/+1 |
| 2025-09-26 | rust: usb: don't retain device context for the interface parent | Danilo Krummrich | 1 | -6/+5 |
| 2025-09-25 | rust: pci: display symbolic PCI vendor names | John Hubbard | 1 | -7/+11 |
| 2025-09-25 | rust: pci: display symbolic PCI class names | John Hubbard | 1 | -6/+11 |
| 2025-09-25 | USB: disable rust bindings from the build for now | Greg Kroah-Hartman | 3 | -4/+0 |
| 2025-09-24 | Merge back earlier cpufreq material for 6.18 | Rafael J. Wysocki | 3 | -9/+11 |
| 2025-09-24 | Merge patch series "Add generated modalias to modules.builtin.modinfo" | Nathan Chancellor | 1 | -4/+4 |
| 2025-09-24 | modpost: Add modname to mod_device_table alias | Alexey Gladkov | 1 | -4/+4 |
| 2025-09-24 | rust: usb: add basic USB abstractions | Daniel Almeida | 5 | -0/+469 |
| 2025-09-22 | rust: add `Alignment` type | Alexandre Courbot | 2 | -0/+231 |
| 2025-09-22 | Merge tag 'rust-timekeeping-v6.18' of https://github.com/Rust-for-Linux/linux... | Miguel Ojeda | 6 | -10/+344 |
| 2025-09-22 | rust: add dynamic ID pool abstraction for bitmap | Burak Emir | 2 | -0/+227 |
| 2025-09-22 | rust: add find_bit_benchmark_rust module. | Burak Emir | 2 | -0/+16 |
| 2025-09-22 | rust: add bitmap API. | Burak Emir | 2 | -0/+586 |
| 2025-09-22 | rust: add bindings for bitops.h | Burak Emir | 2 | -0/+24 |
| 2025-09-22 | rust: add bindings for bitmap.h | Burak Emir | 3 | -0/+11 |