]> git.ipfire.org Git - thirdparty/kernel/linux.git/shortlog
thirdparty/kernel/linux.git
2025-01-10  Danilo Krummrichrust: devres: remove action in `Devres::drop`
2025-01-10  Danilo Krummrichdevres: add devm_remove_action_nowarn()
2025-01-10  Heiner Kallweitdrivers: core: remove device_link argument from class_c...
2025-01-10  Kunwu ChanARM: riscpc: make ecard_bus_type constant
2025-01-10  Zijun Hudriver core: Move two simple APIs for finding child...
2025-01-10  Zijun Hudriver core: Introduce device_iter_t for device iterati...
2025-01-10  Zijun Hudriver core: Correct API device_for_each_child_reverse_...
2025-01-10  Zijun Hudriver core: Correct parameter check for API device_for...
2025-01-10  Zijun Hudriver core: Rename declaration parameter name for...
2025-01-10  Zijun Hudriver core: Move true expression out of if condition...
2025-01-10  Zijun Hublk-cgroup: Fix class @block_class's subsystem refcount...
2025-01-10  Zijun Hudriver core: class: Fix wild pointer dereferences in...
2025-01-10  Ricardo B.... bus: fsl-mc: constify the struct device_type usage
2025-01-10  Alice Ryhlmiscdevice: rust: use build_error! macro instead of...
2025-01-10  Thomas Weißschuhfirmware_loader: Constify 'struct bin_attribute'
2025-01-10  Randy Dunlapdevcoredump: cleanup some comments
2025-01-10  Bartosz Golaszewskimux: constify mux class
2025-01-09  Thomas Weißschuhbtf: Switch module BTF attribute to sysfs_bin_attr_simp...
2025-01-09  Thomas Weißschuhbtf: Switch vmlinux BTF attribute to sysfs_bin_attr_sim...
2025-01-09  Thomas Weißschuhsysfs: constify bin_attribute argument of sysfs_bin_att...
2025-01-07  Thomas Weißschuhsysfs: constify macro BIN_ATTRIBUTE_GROUPS()
2025-01-07  Thomas WeißschuhMAINTAINERS: add include/linux/sysfs.h
2025-01-07  Thomas Weißschuhkernel/ksysfs.c: simplify bin_attribute definition
2025-01-07  Danilo Krummrichrust: driver: address soundness issue in `RegistrationOps`
2025-01-07  Danilo Krummrichrust: io: move module entry to its correct location
2025-01-07  Danilo Krummrichrust: pci: do not depend on CONFIG_PCI_MSI
2025-01-03  Brian Norriskunit: platform: Resolve 'struct completion' warning
2025-01-03  Zijun Huusb: typec: class: Remove both cable_match() and partne...
2025-01-03  Zijun Hucxl/pmem: Remove is_cxl_nvdimm_bridge()
2025-01-03  Zijun Hucxl/pmem: Replace match_nvdimm_bridge() with API device...
2025-01-03  Zijun Hudriver core: Introduce an device matching API device_ma...
2025-01-03  Zijun Hugpio: sim: Remove gpio_sim_dev_match_fwnode()
2025-01-03  Zijun Huslimbus: core: Remove of_slim_match_dev()
2025-01-03  Zijun Hudriver core: Remove match_any()
2025-01-03  Zijun Hudriver core: Simplify API device_find_child_by_name...
2025-01-03  Zijun Hudriver core: Constify API device_find_child() and adapt...
2025-01-03  Zijun Hubus: fsl-mc: Constify fsl_mc_device_match()
2025-01-03  Zijun Huslimbus: core: Constify slim_eaddr_equal()
2025-01-03  Zijun Hulibnvdimm: Replace namespace_match() with device_find_c...
2024-12-24  Brian Norrisdrivers: base: test: Add ...find_device_by...(... NULL...
2024-12-24  Brian Norrisdrivers: base: test: Enable device model tests with...
2024-12-24  Brian Norrisdrivers: base: Don't match devices with NULL of_node...
2024-12-24  Thomas Weißschuhkheaders: Simplify attribute through __BIN_ATTR_SIMPLE_RO()
2024-12-20  Danilo KrummrichMAINTAINERS: add Danilo to DRIVER CORE
2024-12-20  Danilo Krummrichsamples: rust: add Rust platform sample driver
2024-12-20  Danilo Krummrichrust: platform: add basic platform device / driver...
2024-12-20  Danilo Krummrichrust: driver: implement `Adapter`
2024-12-20  Danilo Krummrichrust: of: add `of::DeviceId` abstraction
2024-12-20  Danilo Krummrichsamples: rust: add Rust PCI sample driver
2024-12-20  Danilo Krummrichrust: pci: implement I/O mappable `pci::Bar`
2024-12-20  Danilo Krummrichrust: pci: add basic PCI device / driver abstractions
2024-12-20  Danilo Krummrichrust: add devres abstraction
2024-12-20  Danilo Krummrichrust: add `io::{Io, IoRaw}` base types
2024-12-20  Wedson Almeida... rust: add `Revocable` type
2024-12-20  Danilo Krummrichrust: types: add `Opaque::pin_init`
2024-12-20  Wedson Almeida... rust: add rcu abstraction
2024-12-20  Danilo Krummrichrust: implement `IdArray`, `IdTable` and `RawDeviceId`
2024-12-20  Danilo Krummrichrust: implement generic driver registration
2024-12-20  Danilo Krummrichrust: module: add trait `ModuleMetadata`
2024-12-16  Alice Ryhlrust: miscdevice: add fops->show_fdinfo() hook
2024-12-16  Lee Jonessamples: rust_misc_device: Provide an example C program...
2024-12-16  Lee JonesMAINTAINERS: Add Rust Misc Sample to MISC entry
2024-12-16  Lee Jonessamples: rust_misc_device: Demonstrate additional get...
2024-12-16  Lee Jonessamples: rust: Provide example using the new Rust MiscD...
2024-12-16  Lee JonesDocumentation: ioctl-number: Carve out some identifiers...
2024-12-16  Lee Jonesrust: miscdevice: Provide accessor to pull out miscdevi...
2024-12-16  Alice Ryhlrust: miscdevice: access the `struct miscdevice` from...
2024-12-16  Alice Ryhlrust: miscdevice: access file in fops
2024-12-15  Linus TorvaldsLinux 6.13-rc3 v6.13-rc3
2024-12-15  Linus TorvaldsMerge tag 'arc-6.13-fixes' of git://git.kernel.org...
2024-12-15  Linus TorvaldsMerge tag 'efi-fixes-for-v6.13-1' of git://git.kernel...
2024-12-15  Linus TorvaldsMerge tag 'i2c-for-6.13-rc3' of git://git.kernel.org...
2024-12-15  Linus TorvaldsMerge tag 'edac_urgent_for_v6.13_rc3' of git://git...
2024-12-15  Linus TorvaldsMerge tag 'irq_urgent_for_v6.13_rc3' of git://git.kerne...
2024-12-15  Linus TorvaldsMerge tag 'sched_urgent_for_v6.13_rc3-p2' of git:/...
2024-12-15  Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2024-12-14  Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2024-12-14  Linus TorvaldsMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm...
2024-12-14  Priya Bala... bpf: Avoid deadlock caused by nested kprobe and fentry...
2024-12-14  Linus TorvaldsMerge tag 'usb-6.13-rc3' of git://git.kernel.org/pub...
2024-12-14  Linus TorvaldsMerge tag 'tty-6.13-rc3' of git://git.kernel.org/pub...
2024-12-14  Linus TorvaldsMerge tag 'staging-6.13-rc3' of git://git.kernel.org...
2024-12-14  Linus TorvaldsMerge tag 'v6.13-p2' of git://git.kernel.org/pub/scm...
2024-12-14  Linus TorvaldsMerge tag 'rust-fixes-6.13' of https://github.com/Rust...
2024-12-14  Linus TorvaldsMerge tag 'iommu-fixes-v6.13-rc2' of git://git.kernel...
2024-12-14  Linus TorvaldsMerge tag 'ata-6.13-rc3' of git://git.kernel.org/pub...
2024-12-14  Wolfram SangMerge tag 'i2c-host-fixes-6.13-rc3' of git://git.kernel...
2024-12-14  Linus TorvaldsMerge tag '6.13-rc2-smb3-client-fixes' of git://git...
2024-12-14  Linus TorvaldsMerge tag 'spi-fix-v6.13-rc2' of git://git.kernel.org...
2024-12-14  Linus TorvaldsMerge tag 'regulator-fix-v6.13-rc2' of git://git.kernel...
2024-12-14  Linus TorvaldsMerge tag 'drm-fixes-2024-12-14' of https://gitlab...
2024-12-14  Linus TorvaldsMerge tag 'pm-6.13-rc3' of git://git.kernel.org/pub...
2024-12-14  Linus TorvaldsMerge tag 'acpi-6.13-rc3' of git://git.kernel.org/pub...
2024-12-14  Alexei StarovoitovMerge branch 'explicit-raw_tp-null-arguments'
2024-12-14  Kumar Kartikeya... selftests/bpf: Add tests for raw_tp NULL args
2024-12-14  Kumar Kartikeya... bpf: Augment raw_tp arguments with PTR_MAYBE_NULL
2024-12-14  Kumar Kartikeya... bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_...
2024-12-13  Linus TorvaldsMerge tag 'block-6.13-20241213' of git://git.kernel...
2024-12-13  Linus TorvaldsMerge tag 'io_uring-6.13-20241213' of git://git.kernel...
2024-12-13  Linus TorvaldsMerge tag 'libnvdimm-fixes-6.13-rc3' of git://git.kerne...
next