summaryrefslogtreecommitdiffstats
path: root/kernel/pid_namespace.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-27Linux 6.7-rc3v6.7-rc3Linus Torvalds1-1/+1
2023-11-25parisc: Reduce size of the bug_table on 64-bit kernel by halfHelge Deller2-19/+22
2023-11-25parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller3-10/+0
2023-11-25parisc: Use natural CPU alignment for bug_tableHelge Deller1-12/+18
2023-11-25parisc: Ensure 32-bit alignment on parisc unwind sectionHelge Deller1-0/+1
2023-11-25parisc: Mark lock_aligned variables 16-byte aligned on SMPHelge Deller1-1/+1
2023-11-25parisc: Mark jump_table naturally alignedHelge Deller1-2/+6
2023-11-25parisc: Mark altinstructions read-only and 32-bit alignedHelge Deller1-3/+6
2023-11-25parisc: Mark ex_table entries 32-bit aligned in uaccess.hHelge Deller1-0/+1
2023-11-25parisc: Mark ex_table entries 32-bit aligned in assembly.hHelge Deller1-0/+1
2023-11-24afs: Mark a superblock for an R/O or Backup volume as SB_RDONLYDavid Howells1-1/+3
2023-11-24afs: Fix file locking on R/O volumes to operate in local modeDavid Howells1-0/+2
2023-11-24afs: Return ENOENT if no cell DNS record can be foundDavid Howells1-0/+10