aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-20kernfs: d_obtain_alias(NULL) will do the right thing...Al Viro1-3/+0
2023-12-15driver core: Better advertise dev_err_probe()Uwe Kleine-König1-4/+5
2023-12-15kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook4-21/+21
2023-12-15kernfs: Convert kernfs_name_locked() from strlcpy() to strscpy()Kees Cook1-5/+5
2023-12-15kernfs: Convert kernfs_walk_ns() from strlcpy() to strscpy()Kees Cook1-3/+3
2023-12-15initramfs: Expose retained initrd as sysfs fileAlexander Graf3-3/+28
2023-12-15fs/kernfs/dir: obey S_ISGIDMax Kellermann1-0/+12
2023-12-15kernel/cgroup: use kernfs_create_dir_ns()Max Kellermann1-27/+4
2023-12-15Merge tag 'device_is_big_endian-6.8-rc1' into driver-core-nextGreg Kroah-Hartman1-0/+26
2023-12-15device property: Implement device_is_big_endian()Andy Shevchenko1-0/+26
2023-12-07driver core: Emit reason for pending deferred probeUwe Kleine-König1-1/+1
2023-12-07driver core: Enable fw_devlink=rpm by defaultSaravana Kannan1-1/+1
2023-12-07device property: fwnode_property_get_reference_args allows NULL args nowSakari Ailus1-0/+1
2023-12-07software node: Let args be NULL in software_node_get_reference_argsSakari Ailus1-0/+3
2023-12-07acpi: property: Let args be NULL in __acpi_node_get_property_referenceSakari Ailus1-0/+4
2023-12-07software node: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-4/+4
2023-12-07fs/sysfs/dir.c : Fix typo in commentMukesh Ojha1-1/+1
2023-12-07base/node.c: initialize the accessor list before registeringGregory Price1-3/+6
2023-12-07base: soc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2023-12-06riscv: convert to use arch_cpu_is_hotpluggable()Russell King (Oracle)1-5/+2
2023-12-06riscv: Switch over to GENERIC_CPU_DEVICESJames Morse2-15/+5
2023-12-06LoongArch: convert to use arch_cpu_is_hotpluggable()Russell King (Oracle)1-5/+2
2023-12-06LoongArch: Use the __weak version of arch_unregister_cpu()James Morse1-8/+0
2023-12-06LoongArch: Switch over to GENERIC_CPU_DEVICESJames Morse2-27/+3
2023-12-06x86/topology: convert to use arch_cpu_is_hotpluggable()Russell King (Oracle)1-5/+2
2023-12-06x86/topology: use weak version of arch_unregister_cpu()Russell King (Oracle)1-5/+0
2023-12-06x86/topology: Switch over to GENERIC_CPU_DEVICESJames Morse3-27/+5
2023-12-06arm64: convert to arch_cpu_is_hotpluggable()Russell King (Oracle)1-6/+2
2023-12-06arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()James Morse3-10/+5
2023-12-06drivers: base: Print a warning instead of panic() when register_cpu() failsJames Morse1-3/+4
2023-12-06drivers: base: Move cpu_dev_init() after node_dev_init()James Morse1-1/+1
2023-12-06drivers: base: add arch_cpu_is_hotpluggable()Russell King (Oracle)2-1/+11
2023-12-06drivers: base: Implement weak arch_unregister_cpu()James Morse1-1/+8
2023-12-06drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overriddenJames Morse2-4/+14
2023-12-06drivers: base: Use present CPUs in GENERIC_CPU_DEVICESJames Morse1-1/+1
2023-12-06ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscvJames Morse4-19/+2
2023-12-06Loongarch: remove arch_*register_cpu() exportsRussell King (Oracle)1-2/+0
2023-12-06x86/topology: remove arch_*register_cpu() exportsRussell King (Oracle)1-2/+0
2023-12-06x86: intel_epb: Don't rely on link orderJames Morse1-1/+1
2023-12-06arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUsJames Morse1-12/+26
2023-11-28driver core: make device_is_dependent() staticGreg Kroah-Hartman2-2/+1
2023-11-26Linux 6.7-rc3Linus Torvalds1-1/+1
2023-11-26Merge tag 'trace-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-48/+31
2023-11-26Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-34/+43
2023-11-26Merge tag 'x86-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-48/+37
2023-11-26Merge tag 'perf-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2023-11-26Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2023-11-26Merge tag '6.7-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-375/+314
2023-11-25Merge tag 'usb-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds29-2245/+175
2023-11-25Merge tag 'xfs-6.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-5/+21