| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-08-25 | Merge tag 'usb-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb |  Linus Torvalds | 1 | -21/+14 |
| 2026-08-25 | Merge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc |  Linus Torvalds | 9 | -2/+470 |
| 2026-08-24 | Merge tag 'i2c-7.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux |  Linus Torvalds | 1 | -0/+3 |
| 2026-08-23 | Merge tag 'rcu.2026.08.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux |  Linus Torvalds | 4 | -0/+209 |
| 2026-08-22 | i2c: rust: mark I2cAdapter methods as inline |  Nicolás Antinori | 1 | -0/+3 |
| 2026-08-21 | Merge tag 'modules-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux |  Linus Torvalds | 3 | -2/+27 |
| 2026-08-21 | Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernel |  Linus Torvalds | 17 | -324/+1169 |
| 2026-08-20 | BackMerge tag 'v7.2' into drm-next |  Dave Airlie | 40 | -94/+217 |
| 2026-08-19 | Merge tag 'lsm-pr-20260814' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm |  Linus Torvalds | 2 | -14/+2 |
| 2026-08-19 | Merge tag 'for-linus-fwctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fwctl/fwctl |  Linus Torvalds | 5 | -1/+615 |
| 2026-08-19 | Merge tag 'iommu-updates-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux |  Linus Torvalds | 1 | -2/+1 |
| 2026-08-19 | Merge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core |  Linus Torvalds | 36 | -1471/+3140 |
| 2026-08-19 | Merge tag 'pwm/for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux |  Linus Torvalds | 1 | -3/+1 |
| 2026-08-18 | Merge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 15 | -49/+629 |
| 2026-08-18 | Merge tag 'powerpc-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux |  Linus Torvalds | 3 | -20/+44 |
| 2026-08-18 | Merge tag 'rust-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux |  Linus Torvalds | 44 | -365/+1363 |
| 2026-08-18 | Merge tag 'pm-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |  Linus Torvalds | 1 | -9/+26 |
| 2026-08-17 | Merge tag 'linux_kselftest-kunit-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest |  Linus Torvalds | 1 | -0/+1 |
| 2026-08-17 | rust: pci: expose the allocated interrupt type |  Danilo Krummrich | 2 | -0/+28 |
| 2026-08-17 | rust: pci: remove request_irq() and request_threaded_irq() from Device |  Danilo Krummrich | 1 | -43/+5 |
| 2026-08-17 | rust: pci: resolve IRQ in index() and embed IrqRequest in IrqVector |  Danilo Krummrich | 1 | -44/+23 |
| 2026-08-17 | rust: pci: convert IrqVectorRegistration to a lifetime-managed owning type |  Danilo Krummrich | 2 | -61/+70 |
| 2026-08-14 | rust: introduce abstractions for fwctl |  Zhi Wang | 5 | -1/+615 |
| 2026-08-14 | Merge 7.2-rc7 into usb-next |  Greg Kroah-Hartman | 4 | -4/+10 |
| 2026-08-14 | rust: serdev: use ThisModule::as_ptr() instead of field access |  Danilo Krummrich | 1 | -1/+1 |
| 2026-08-13 | rust: add functions and traits for lossless integer conversions |  Alexandre Courbot | 2 | -0/+300 |
| 2026-08-13 | rust: kernel: add `LocalModule` fallback for `#[vtable]` `impl`s |  Danilo Krummrich | 1 | -0/+14 |
| 2026-08-12 | rust: fmt: route {:p} through HashedPtr to prevent address leaks |  Ke Sun | 1 | -2/+186 |
| 2026-08-12 | rust: fmt: fix {:p} printing stack addresses |  Ke Sun | 1 | -1/+8 |
| 2026-08-12 | rust: macros: remove `THIS_MODULE` static from `module!` |  Alvin Sun | 1 | -16/+0 |
| 2026-08-12 | rust: configfs: use `LocalModule` for `THIS_MODULE` |  Alvin Sun | 1 | -3/+6 |
| 2026-08-12 | rust: miscdevice: set fops.owner from driver module pointer |  Alvin Sun | 1 | -1/+3 |
| 2026-08-12 | rust: drm: set fops.owner from driver module pointer |  Alvin Sun | 2 | -3/+4 |
| 2026-08-12 | rust: macros: auto-insert OwnerModule in #[vtable] |  Alvin Sun | 2 | -5/+54 |
| 2026-08-12 | rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait |  Alvin Sun | 2 | -1/+26 |
| 2026-08-12 | rust: module: move module types into `module.rs` |  Alvin Sun | 8 | -74/+88 |
| 2026-08-11 | rust: num: add Bounded::shr_exact |  Eliot Courtney | 1 | -0/+31 |
| 2026-08-11 | rust: num: reject Bounded::shr overshifts at build time |  Eliot Courtney | 1 | -0/+1 |
| 2026-08-11 | rust: num: use const_assert! in Bounded |  Eliot Courtney | 1 | -2/+2 |
| 2026-08-11 | rust: uapi: replace direct asm-generic/ioctl.h include with linux/ioctl.h |  Mukesh Kumar Chaurasiya (IBM) | 1 | -1/+1 |
| 2026-08-11 | rust: time: add Delta::as_millis_ceil() |  FUJITA Tomonori | 1 | -0/+26 |
| 2026-08-11 | rust: time: add jiffies time unit for Delta |  FUJITA Tomonori | 1 | -0/+26 |
| 2026-08-11 | rust: time: make Delta generic over its time unit |  FUJITA Tomonori | 1 | -24/+48 |
| 2026-08-11 | rust: time: fix as_micros_ceil() rounding near i64::MAX |  FUJITA Tomonori | 1 | -7/+10 |
| 2026-08-11 | Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'qualcomm/msm', 'rockchip', 'ti/omap', 'riscv', 'intel/vt-d', 'amd/amd-vi', 'core' and 'typos' into next |  Joerg Roedel | 1 | -2/+1 |
| 2026-08-11 | rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed` |  Francis Laniel | 1 | -3/+1 |
| 2026-08-10 | rust: sync: Introduce SpinLockIrq::lock_with() and friends |  Lyude Paul | 1 | -1/+91 |
| 2026-08-10 | rust: sync: Add SpinLockIrq |  Lyude Paul | 3 | -1/+241 |
| 2026-08-10 | rust: sync: Use super::* in spinlock.rs |  Lyude Paul | 1 | -5/+4 |
| 2026-08-10 | rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers |  Boqun Feng | 1 | -0/+15 |