summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* driver core: Better advertise dev_err_probe()Uwe Kleine-König2023-12-151-4/+5
* kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook2023-12-154-21/+21
* kernfs: Convert kernfs_name_locked() from strlcpy() to strscpy()Kees Cook2023-12-151-5/+5
* kernfs: Convert kernfs_walk_ns() from strlcpy() to strscpy()Kees Cook2023-12-151-3/+3
* initramfs: Expose retained initrd as sysfs fileAlexander Graf2023-12-153-3/+28
* fs/kernfs/dir: obey S_ISGIDMax Kellermann2023-12-151-0/+12
* kernel/cgroup: use kernfs_create_dir_ns()Max Kellermann2023-12-151-27/+4
* Merge tag 'device_is_big_endian-6.8-rc1' into driver-core-nextGreg Kroah-Hartman2023-12-151-0/+26
|\
| * device property: Implement device_is_big_endian()Andy Shevchenko2023-12-151-0/+26
* | driver core: Emit reason for pending deferred probeUwe Kleine-König2023-12-071-1/+1
* | driver core: Enable fw_devlink=rpm by defaultSaravana Kannan2023-12-071-1/+1
* | device property: fwnode_property_get_reference_args allows NULL args nowSakari Ailus2023-12-071-0/+1
* | software node: Let args be NULL in software_node_get_reference_argsSakari Ailus2023-12-071-0/+3
* | acpi: property: Let args be NULL in __acpi_node_get_property_referenceSakari Ailus2023-12-071-0/+4
* | software node: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-071-4/+4
* | fs/sysfs/dir.c : Fix typo in commentMukesh Ojha2023-12-071-1/+1
* | base/node.c: initialize the accessor list before registeringGregory Price2023-12-071-3/+6
* | base: soc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-071-2/+2
* | riscv: convert to use arch_cpu_is_hotpluggable()Russell King (Oracle)2023-12-061-5/+2
* | riscv: Switch over to GENERIC_CPU_DEVICESJames Morse2023-12-062-15/+5
* | LoongArch: convert to use arch_cpu_is_hotpluggable()Russell King (Oracle)2023-12-061-5/+2
* | LoongArch: Use the __weak version of arch_unregister_cpu()James Morse2023-12-061-8/+0
* | LoongArch: Switch over to GENERIC_CPU_DEVICESJames Morse2023-12-062-27/+3
* | x86/topology: convert to use arch_cpu_is_hotpluggable()Russell King (Oracle)2023-12-061-5/+2
* | x86/topology: use weak version of arch_unregister_cpu()Russell King (Oracle)2023-12-061-5/+0
* | x86/topology: Switch over to GENERIC_CPU_DEVICESJames Morse2023-12-063-27/+5
* | arm64: convert to arch_cpu_is_hotpluggable()Russell King (Oracle)2023-12-061-6/+2
* | arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()James Morse2023-12-063-10/+5
* | drivers: base: Print a warning instead of panic() when register_cpu() failsJames Morse2023-12-061-3/+4
* | drivers: base: Move cpu_dev_init() after node_dev_init()James Morse2023-12-061-1/+1
* | drivers: base: add arch_cpu_is_hotpluggable()Russell King (Oracle)2023-12-062-1/+11
* | drivers: base: Implement weak arch_unregister_cpu()James Morse2023-12-061-1/+8
* | drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overriddenJames Morse2023-12-062-4/+14
* | drivers: base: Use present CPUs in GENERIC_CPU_DEVICESJames Morse2023-12-061-1/+1
* | ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscvJames Morse2023-12-064-19/+2
* | Loongarch: remove arch_*register_cpu() exportsRussell King (Oracle)2023-12-061-2/+0
* | x86/topology: remove arch_*register_cpu() exportsRussell King (Oracle)2023-12-061-2/+0
* | x86: intel_epb: Don't rely on link orderJames Morse2023-12-061-1/+1
* | arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUsJames Morse2023-12-061-12/+26
* | driver core: make device_is_dependent() staticGreg Kroah-Hartman2023-11-282-2/+1
|/
* Linux 6.7-rc3v6.7-rc3Linus Torvalds2023-11-271-1/+1
* Merge tag 'trace-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-11-273-48/+31
|\
| * MAINTAINERS: TRACING: Add Mathieu Desnoyers as ReviewerMathieu Desnoyers2023-11-231-0/+1
| * eventfs: Make sure that parent->d_inode is locked in creating files/dirsSteven Rostedt (Google)2023-11-231-0/+4
| * eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)2023-11-231-9/+4
| * eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()Steven Rostedt (Google)2023-11-231-14/+2
| * eventfs: Use GFP_NOFS for allocation when eventfs_mutex is heldSteven Rostedt (Google)2023-11-231-2/+2
| * eventfs: Do not invalidate dentry in create_file/dir_dentry()Steven Rostedt (Google)2023-11-211-13/+6
| * eventfs: Remove expectation that ei->is_freed means ei->dentry == NULLSteven Rostedt (Google)2023-11-211-10/+12
* | Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-2611-34/+43
|\ \