summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-23rust: pci: add config space read/write supportZhi Wang3-4/+204
2026-01-23rust: io: factor out MMIO read/write macrosZhi Wang1-45/+102
2026-01-23rust: io: separate generic I/O helpers from MMIO implementationZhi Wang11-131/+435
2026-01-23rust: devres: style for importsZhi Wang1-3/+13
2026-01-23MAINTAINERS: Add missing T: entry for FIRMWARE LOADERDanilo Krummrich1-0/+1
2026-01-23MAINTAINERS: Add driver-core mailing listDanilo Krummrich1-3/+6
2026-01-22driver-core: move devres_for_each_res() to base.hDanilo Krummrich2-4/+4
2026-01-21driver core: faux: stop using static struct deviceGreg Kroah-Hartman1-7/+11
2026-01-21revocable: Remove redundant synchronize_srcu() callTzung-Bi Shih1-1/+0
2026-01-20revocable: fix missing module license and descriptionDanilo Krummrich1-0/+3
2026-01-19rust: debugfs: Use kernel Atomic type in docs exampleFUJITA Tomonori1-6/+11
2026-01-16MAINTAINERS: driver-core: add driver-model documentationDanilo Krummrich1-0/+1
2026-01-16driver core: attribute_container: change return type to voidDaniel Gomez5-14/+8
2026-01-16devtmpfs: Replace simple_strtoul with kstrtoint in mount_paramThorsten Blum1-2/+1
2026-01-16devtmpfs: make 'devtmpfs_context_ops' staticBen Dooks1-1/+1
2026-01-16selftests: revocable: Add kselftest casesTzung-Bi Shih7-0/+389
2026-01-16revocable: Add Kunit test casesTzung-Bi Shih4-0/+151
2026-01-16revocable: Revocable resource managementTzung-Bi Shih6-1/+472
2026-01-13MAINTAINERS: update auxiliary bus entryDanilo Krummrich1-0/+2
2026-01-13rust: platform: fix remove_callback invariant commentAlok Tiwari1-1/+1
2026-01-13rust: auxiliary: fix remove_callback invariant commentAlok Tiwari1-1/+1
2026-01-12Merge tag 'v6.19-rc5' into driver-core-nextDanilo Krummrich584-2834/+4628
2026-01-12Linux 6.19-rc5v6.19-rc5Linus Torvalds1-1/+1
2026-01-12Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-4/+5
2026-01-11Merge tag 'char-misc-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-11/+19
2026-01-11Merge tag 'x86-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2026-01-11Merge tag 'sched-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2026-01-11Merge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+6
2026-01-11Merge tag 'irq-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+10
2026-01-11treewide: Update email addressThomas Gleixner63-82/+83
2026-01-11Merge tag 'riscv-for-linus-6.19-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-35/+26
2026-01-11Merge tag 'driver-core-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-17/+19
2026-01-11Merge tag 'linux_kselftest-fixes-6.19-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+17
2026-01-10Merge tag 'iommu-fixes-v6.19-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+5
2026-01-10erofs: fix file-backed mounts no longer working on EROFS partitionsGao Xiang1-1/+2
2026-01-10iommupt: Make pt_feature() always_inlineJason Gunthorpe1-2/+2
2026-01-10iommufd/selftest: Prevent module/builtin conflicts in kconfigJason Gunthorpe1-1/+1
2026-01-10iommufd/selftest: Add missing kconfig for DMA_SHARED_BUFFERJason Gunthorpe1-0/+1
2026-01-10iommupt: Fix the kunit buildingJason Gunthorpe1-1/+1
2026-01-10Merge tag 'erofs-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+12
2026-01-10erofs: don't bother with s_stack_depth increasing for nowGao Xiang1-6/+12
2026-01-10Merge tag 'block-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-50/+83
2026-01-10Merge tag 'io_uring-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+4
2026-01-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-7/+18
2026-01-10Merge tag 'soc-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds34-150/+111
2026-01-10Merge tag 'ceph-for-6.19-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds5-14/+34
2026-01-10driver core: make bus_find_device_by_acpi_dev() stub prototype alignedAndy Shevchenko1-2/+2
2026-01-10selftests/tracing: Fix test_multiple_writes stallFushuai Wang1-1/+17
2026-01-09Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-17/+39
2026-01-09Merge tag 'pci-v6.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-36/+30