]> git.ipfire.org Git - thirdparty/linux.git/shortlog
thirdparty/linux.git
2025-07-22  Miguel Ojedarust: io: fix broken intra-doc links to `platform:...
2025-07-22  Miguel Ojedarust: io: fix broken intra-doc link to missing `flags...
2025-07-20  Danilo Krummrichrust: io: mem: enable IoRequest doc-tests
2025-07-20  Daniel Almeidarust: platform: add resource accessors
2025-07-20  Daniel Almeidarust: io: mem: add a generic iomem abstraction
2025-07-20  Daniel Almeidarust: io: add resource abstraction
2025-07-19  Danilo Krummrichrust: samples: dma: set DMA mask
2025-07-19  Danilo Krummrichrust: platform: implement the `dma::Device` trait
2025-07-19  Danilo Krummrichrust: pci: implement the `dma::Device` trait
2025-07-19  Danilo Krummrichrust: dma: add DMA addressing capabilities
2025-07-19  Danilo Krummrichrust: dma: implement `dma::Device` trait
2025-07-16  FUJITA Tomonorirust: net::phy Change module_phy_driver macro to use...
2025-07-16  FUJITA Tomonorirust: net::phy represent DeviceId as transparent wrappe...
2025-07-16  FUJITA Tomonorirust: device_id: split out index support into a separat...
2025-07-16  Alice Ryhldevice: rust: rename Device::as_ref() to Device::from_raw()
2025-07-16  James Morsearm64: cacheinfo: Provide helper to compress MPIDR...
2025-07-16  James Morsecacheinfo: Add arch hook to compress CPU h/w id into...
2025-07-16  Rob Herringcacheinfo: Set cache 'id' based on DT data
2025-07-16  Sakari Ailuscontainer_of: Document container_of() is not to be...
2025-07-16  Johan Hovolddriver core: auxiliary bus: fix OF node leak
2025-07-16  Meng Shao Liusamples/kobject: make attribute_group const
2025-07-16  Meng Shao Liusamples/kobject: fix path comment
2025-07-15  Danilo Krummrichrust: device: implement Device::as_bound()
2025-07-15  Danilo Krummrichrust: devres: provide an accessor for the device
2025-07-15  Danilo Krummrichrust: devres: initialize Devres::inner::data last
2025-07-09  Al Virolpfc: don't use file->f_path.dentry for comparisons
2025-07-09  Al Viroblk-mq-debugfs: use debugfs_get_aux()
2025-07-09  Al Virodebugfs_get_aux(): allow storing non-const void *
2025-07-09  Al Virofix tt_command_write()
2025-07-09  Al Virodebugfs: split short and full proxy wrappers, kill...
2025-07-09  Al Vironetronome: don't bother with debugfs_real_fops()
2025-07-09  Al Virovmscan: don't bother with debugfs_real_fops()
2025-07-09  Al Viroresctrl: get rid of pointless debugfs_file_{get,put}()
2025-07-09  Al Viroregmap: get rid of redundant debugfs_file_{get,put}()
2025-07-09  Al Virohfi1: get rid of redundant debugfs_file_{get,put}()
2025-07-09  Al Virozynqmp: don't bother with debugfs_file_{get,put}()...
2025-07-08  Danilo Krummrichsamples: rust: pci: reset pci-testdev in unbind()
2025-07-08  Danilo Krummrichrust: pci: implement Driver::unbind()
2025-07-08  Danilo Krummrichrust: platform: implement Driver::unbind()
2025-07-08  Danilo Krummrichrust: auxiliary: use generic device drvdata accessors
2025-07-08  Danilo Krummrichrust: pci: use generic device drvdata accessors
2025-07-08  Danilo Krummrichrust: platform: use generic device drvdata accessors
2025-07-08  Danilo Krummrichrust: device: add drvdata accessors
2025-07-08  Danilo Krummrichrust: device: introduce device::CoreInternal
2025-07-07  Rahul Rameshbaburust: pci: fix documentation related to Device instances
2025-07-05  Tamir Dubersteinrust: devres: remove unused import
2025-07-05  Tamir Dubersteinrust: auxiliary: remove unnecessary import
2025-07-05  Tamir Dubersteinrust: platform: remove unnecessary import
2025-07-03  Miguel Ojedarust: acpi: remove unneeded cast to clean future Clippy...
2025-07-01  Matti Vaittinendevice property: Use tidy for_each_named_* macros
2025-07-01  Richard WeinbergerDocs/ABI: Fix sysfs-kernel-address_bits path
2025-07-01  Shankari Anandrust: miscdevice: clarify invariant for `MiscDeviceRegi...
2025-07-01  FUJITA Tomonorirust: fix typo in #[repr(transparent)] comments
2025-06-28  Danilo Krummrichrust: devres: get rid of Devres' inner Arc
2025-06-28  Danilo Krummrichrust: devres: replace Devres::new_foreign_owned()
2025-06-28  Danilo Krummrichrust: revocable: support fallible PinInit types
2025-06-28  Danilo KrummrichMerge tag 'pin-init-v6.17-result-blanket' of https...
2025-06-28  Christian Schreflrust: implement `Wrapper<T>` for `Opaque<T>`
2025-06-28  Danilo Krummrichrust: devres: require T: Send for Devres
2025-06-26  Igor Korotinsamples: rust: add ACPI match table example to platform...
2025-06-26  Igor Korotinrust: platform: Add ACPI match table support to `Driver...
2025-06-26  Igor Korotinrust: platform: Set `OF_ID_TABLE` default to `None...
2025-06-26  Igor Korotinrust: driver: Add ACPI id table support to Adapter...
2025-06-26  Igor Korotinrust: driver: Consolidate `Adapter::of_id_info` methods...
2025-06-26  Igor Korotinrust: acpi: add `acpi::DeviceId` abstraction
2025-06-25  Danilo Krummrichsamples: rust: platform: conditionally call Self::prope...
2025-06-25  Danilo Krummrichsamples: rust: platform: don't call as_ref() repeatedly
2025-06-25  Danilo Krummrichrust: device: implement FwNode::is_of_node()
2025-06-25  Remo Senekowitschsamples: rust: platform: Add property child and referen...
2025-06-25  Remo Senekowitschrust: device: Add property_get_reference_args
2025-06-25  Remo Senekowitschrust: device: Add child accessor and iterator
2025-06-23  Greg Kroah... Merge 6.16-rc3 into driver-core-next
2025-06-22  Linus TorvaldsLinux 6.16-rc3 v6.16-rc3
2025-06-22  Linus TorvaldsMerge tag 'i2c-for-6.16-rc3' of git://git.kernel.org...
2025-06-22  Linus TorvaldsMerge tag 'x86_urgent_for_v6.16_rc3' of git://git.kerne...
2025-06-22  Linus TorvaldsMerge tag 'irq_urgent_for_v6.16_rc3' of git://git.kerne...
2025-06-22  Linus TorvaldsMerge tag 'perf_urgent_for_v6.16_rc3' of git://git...
2025-06-22  Linus TorvaldsMerge tag 'locking_urgent_for_v6.16_rc3' of git://git...
2025-06-22  Linus TorvaldsMerge tag 'edac_urgent_for_v6.16_rc3' of git://git...
2025-06-22  Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2025-06-22  Linus TorvaldsMerge tag 'v6.16-rc2-smb3-client-fixes-v2' of git:...
2025-06-21  Alex Elderi2c: k1: check for transfer error
2025-06-21  Linus TorvaldsMerge tag 'nfsd-6.16-1' of git://git.kernel.org/pub...
2025-06-21  Linus TorvaldsMerge tag 'erofs-for-6.16-rc3-fixes' of git://git.kerne...
2025-06-21  Bharath SMsmb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for...
2025-06-21  Bharath SMsmb: minor fix to use sizeof to initialize flags_string...
2025-06-21  Bharath SMsmb: Use loff_t for directory position in cached_dirents
2025-06-21  Paul Aurichsmb: Log an error when close_all_cached_dirs fails
2025-06-21  David Howellscifs: Fix prepare_write to negotiate wsize if needed
2025-06-21  Stefan Metzmachersmb: client: fix max_sge overflow in smb_extract_folioq...
2025-06-21  zhangjiansmb: client: fix first command failure during re-negoti...
2025-06-21  Linus TorvaldsMerge tag 'io_uring-6.16-20250621' of git://git.kernel...
2025-06-21  Linus TorvaldsMerge tag 'acpi-6.16-rc3' of git://git.kernel.org/pub...
2025-06-21  Linus TorvaldsMerge tag 'pci-v6.16-fixes-1' of git://git.kernel.org...
2025-06-21  Linus TorvaldsMerge tag 'rcu/fixes-for-6.16-rc3' of git://git.kernel...
2025-06-21  Linus TorvaldsMerge tag 'perf-tools-fixes-for-v6.16-1-2025-06-20...
2025-06-21  Linus TorvaldsMerge tag 'mtd/fixes-for-6.16-rc3' of git://git.kernel...
2025-06-21  Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2025-06-20  Shiji Yangirqchip/ath79-misc: Fix missing prototypes warnings
2025-06-20  Uladzislau... rcu: Return early if callback is not specified
next