index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
pid_namespace.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-15
kernfs: Convert kernfs_name_locked() from strlcpy() to strscpy()
Kees Cook
1
-5
/
+5
2023-12-15
kernfs: Convert kernfs_walk_ns() from strlcpy() to strscpy()
Kees Cook
1
-3
/
+3
2023-12-15
initramfs: Expose retained initrd as sysfs file
Alexander Graf
3
-3
/
+28
2023-12-15
fs/kernfs/dir: obey S_ISGID
Max Kellermann
1
-0
/
+12
2023-12-15
kernel/cgroup: use kernfs_create_dir_ns()
Max Kellermann
1
-27
/
+4
2023-12-15
device property: Implement device_is_big_endian()
Andy Shevchenko
1
-0
/
+26
2023-12-07
driver core: Emit reason for pending deferred probe
Uwe Kleine-König
1
-1
/
+1
2023-12-07
driver core: Enable fw_devlink=rpm by default
Saravana Kannan
1
-1
/
+1
2023-12-07
device property: fwnode_property_get_reference_args allows NULL args now
Sakari Ailus
1
-0
/
+1
2023-12-07
software node: Let args be NULL in software_node_get_reference_args
Sakari Ailus
1
-0
/
+3
2023-12-07
acpi: property: Let args be NULL in __acpi_node_get_property_reference
Sakari Ailus
1
-0
/
+4
2023-12-07
software node: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-4
/
+4
2023-12-07
fs/sysfs/dir.c : Fix typo in comment
Mukesh Ojha
1
-1
/
+1
2023-12-07
base/node.c: initialize the accessor list before registering
Gregory Price
1
-3
/
+6
2023-12-07
base: soc: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-2
/
+2
2023-12-06
riscv: convert to use arch_cpu_is_hotpluggable()
Russell King (Oracle)
1
-5
/
+2
2023-12-06
riscv: Switch over to GENERIC_CPU_DEVICES
James Morse
2
-15
/
+5
2023-12-06
LoongArch: convert to use arch_cpu_is_hotpluggable()
Russell King (Oracle)
1
-5
/
+2
2023-12-06
LoongArch: Use the __weak version of arch_unregister_cpu()
James Morse
1
-8
/
+0
2023-12-06
LoongArch: Switch over to GENERIC_CPU_DEVICES
James Morse
2
-27
/
+3
2023-12-06
x86/topology: convert to use arch_cpu_is_hotpluggable()
Russell King (Oracle)
1
-5
/
+2
2023-12-06
x86/topology: use weak version of arch_unregister_cpu()
Russell King (Oracle)
1
-5
/
+0
2023-12-06
x86/topology: Switch over to GENERIC_CPU_DEVICES
James Morse
3
-27
/
+5
2023-12-06
arm64: convert to arch_cpu_is_hotpluggable()
Russell King (Oracle)
1
-6
/
+2
2023-12-06
arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
James Morse
3
-10
/
+5
2023-12-06
drivers: base: Print a warning instead of panic() when register_cpu() fails
James Morse
1
-3
/
+4
2023-12-06
drivers: base: Move cpu_dev_init() after node_dev_init()
James Morse
1
-1
/
+1
2023-12-06
drivers: base: add arch_cpu_is_hotpluggable()
Russell King (Oracle)
2
-1
/
+11
2023-12-06
drivers: base: Implement weak arch_unregister_cpu()
James Morse
1
-1
/
+8
2023-12-06
drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
James Morse
2
-4
/
+14
2023-12-06
drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
James Morse
1
-1
/
+1
2023-12-06
ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
James Morse
4
-19
/
+2
2023-12-06
Loongarch: remove arch_*register_cpu() exports
Russell King (Oracle)
1
-2
/
+0
2023-12-06
x86/topology: remove arch_*register_cpu() exports
Russell King (Oracle)
1
-2
/
+0
2023-12-06
x86: intel_epb: Don't rely on link order
James Morse
1
-1
/
+1
2023-12-06
arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
James Morse
1
-12
/
+26
2023-11-28
driver core: make device_is_dependent() static
Greg Kroah-Hartman
2
-2
/
+1
2023-11-27
Linux 6.7-rc3
v6.7-rc3
Linus Torvalds
1
-1
/
+1
2023-11-25
parisc: Reduce size of the bug_table on 64-bit kernel by half
Helge Deller
2
-19
/
+22
2023-11-25
parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes
Helge Deller
3
-10
/
+0
2023-11-25
parisc: Use natural CPU alignment for bug_table
Helge Deller
1
-12
/
+18
2023-11-25
parisc: Ensure 32-bit alignment on parisc unwind section
Helge Deller
1
-0
/
+1
2023-11-25
parisc: Mark lock_aligned variables 16-byte aligned on SMP
Helge Deller
1
-1
/
+1
2023-11-25
parisc: Mark jump_table naturally aligned
Helge Deller
1
-2
/
+6
2023-11-25
parisc: Mark altinstructions read-only and 32-bit aligned
Helge Deller
1
-3
/
+6
2023-11-25
parisc: Mark ex_table entries 32-bit aligned in uaccess.h
Helge Deller
1
-0
/
+1
2023-11-25
parisc: Mark ex_table entries 32-bit aligned in assembly.h
Helge Deller
1
-0
/
+1
2023-11-24
afs: Mark a superblock for an R/O or Backup volume as SB_RDONLY
David Howells
1
-1
/
+3
2023-11-24
afs: Fix file locking on R/O volumes to operate in local mode
David Howells
1
-0
/
+2
2023-11-24
afs: Return ENOENT if no cell DNS record can be found
David Howells
1
-0
/
+10
[next]