summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-04class: fix use-after-free in class_register()Jing Xia
2024-01-04PM: clk: make pm_clk_add_notifier() take a const pointerGreg Kroah-Hartman
2024-01-04EDAC: constantify the struct bus_type usageGreg Kroah-Hartman
2024-01-02kernfs: fix reference to renamed functionAhelenia Ziemiańska
2023-12-23driver core: device.h: fix Excess kernel-doc description warningRandy Dunlap
2023-12-23driver core: class: fix Excess kernel-doc description warningRandy Dunlap
2023-12-21driver core: mark remaining local bus_type variables as constGreg Kroah-Hartman
2023-12-21driver core: container: make container_subsys constGreg Kroah-Hartman
2023-12-21driver core: bus: constantify subsys_register() callsGreg Kroah-Hartman
2023-12-21driver core: bus: make bus_sort_breadthfirst() take a const pointerGreg Kroah-Hartman
2023-12-20kernfs: d_obtain_alias(NULL) will do the right thing...Al Viro
2023-12-15driver core: Better advertise dev_err_probe()Uwe Kleine-König
2023-12-15kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook
2023-12-15kernfs: Convert kernfs_name_locked() from strlcpy() to strscpy()Kees Cook
2023-12-15kernfs: Convert kernfs_walk_ns() from strlcpy() to strscpy()Kees Cook
2023-12-15initramfs: Expose retained initrd as sysfs fileAlexander Graf
2023-12-15fs/kernfs/dir: obey S_ISGIDMax Kellermann
2023-12-15kernel/cgroup: use kernfs_create_dir_ns()Max Kellermann
2023-12-15Merge tag 'device_is_big_endian-6.8-rc1' into driver-core-nextGreg Kroah-Hartman
2023-12-15device property: Implement device_is_big_endian()Andy Shevchenko
2023-12-07driver core: Emit reason for pending deferred probeUwe Kleine-König
2023-12-07driver core: Enable fw_devlink=rpm by defaultSaravana Kannan
2023-12-07device property: fwnode_property_get_reference_args allows NULL args nowSakari Ailus
2023-12-07software node: Let args be NULL in software_node_get_reference_argsSakari Ailus
2023-12-07acpi: property: Let args be NULL in __acpi_node_get_property_referenceSakari Ailus
2023-12-07software node: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-07fs/sysfs/dir.c : Fix typo in commentMukesh Ojha
2023-12-07base/node.c: initialize the accessor list before registeringGregory Price
2023-12-07base: soc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-06riscv: convert to use arch_cpu_is_hotpluggable()Russell King (Oracle)
2023-12-06riscv: Switch over to GENERIC_CPU_DEVICESJames Morse
2023-12-06LoongArch: convert to use arch_cpu_is_hotpluggable()Russell King (Oracle)
2023-12-06LoongArch: Use the __weak version of arch_unregister_cpu()James Morse
2023-12-06LoongArch: Switch over to GENERIC_CPU_DEVICESJames Morse
2023-12-06x86/topology: convert to use arch_cpu_is_hotpluggable()Russell King (Oracle)
2023-12-06x86/topology: use weak version of arch_unregister_cpu()Russell King (Oracle)
2023-12-06x86/topology: Switch over to GENERIC_CPU_DEVICESJames Morse
2023-12-06arm64: convert to arch_cpu_is_hotpluggable()Russell King (Oracle)
2023-12-06arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()James Morse
2023-12-06drivers: base: Print a warning instead of panic() when register_cpu() failsJames Morse
2023-12-06drivers: base: Move cpu_dev_init() after node_dev_init()James Morse
2023-12-06drivers: base: add arch_cpu_is_hotpluggable()Russell King (Oracle)
2023-12-06drivers: base: Implement weak arch_unregister_cpu()James Morse
2023-12-06drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overriddenJames Morse
2023-12-06drivers: base: Use present CPUs in GENERIC_CPU_DEVICESJames Morse
2023-12-06ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscvJames Morse
2023-12-06Loongarch: remove arch_*register_cpu() exportsRussell King (Oracle)
2023-12-06x86/topology: remove arch_*register_cpu() exportsRussell King (Oracle)
2023-12-06x86: intel_epb: Don't rely on link orderJames Morse
2023-12-06arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUsJames Morse