index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
driver core: Better advertise dev_err_probe()
Uwe Kleine-König
2023-12-15
1
-4
/
+5
*
kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()
Kees Cook
2023-12-15
4
-21
/
+21
*
kernfs: Convert kernfs_name_locked() from strlcpy() to strscpy()
Kees Cook
2023-12-15
1
-5
/
+5
*
kernfs: Convert kernfs_walk_ns() from strlcpy() to strscpy()
Kees Cook
2023-12-15
1
-3
/
+3
*
initramfs: Expose retained initrd as sysfs file
Alexander Graf
2023-12-15
3
-3
/
+28
*
fs/kernfs/dir: obey S_ISGID
Max Kellermann
2023-12-15
1
-0
/
+12
*
kernel/cgroup: use kernfs_create_dir_ns()
Max Kellermann
2023-12-15
1
-27
/
+4
*
Merge tag 'device_is_big_endian-6.8-rc1' into driver-core-next
Greg Kroah-Hartman
2023-12-15
1
-0
/
+26
|
\
|
*
device property: Implement device_is_big_endian()
Andy Shevchenko
2023-12-15
1
-0
/
+26
*
|
driver core: Emit reason for pending deferred probe
Uwe Kleine-König
2023-12-07
1
-1
/
+1
*
|
driver core: Enable fw_devlink=rpm by default
Saravana Kannan
2023-12-07
1
-1
/
+1
*
|
device property: fwnode_property_get_reference_args allows NULL args now
Sakari Ailus
2023-12-07
1
-0
/
+1
*
|
software node: Let args be NULL in software_node_get_reference_args
Sakari Ailus
2023-12-07
1
-0
/
+3
*
|
acpi: property: Let args be NULL in __acpi_node_get_property_reference
Sakari Ailus
2023-12-07
1
-0
/
+4
*
|
software node: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2023-12-07
1
-4
/
+4
*
|
fs/sysfs/dir.c : Fix typo in comment
Mukesh Ojha
2023-12-07
1
-1
/
+1
*
|
base/node.c: initialize the accessor list before registering
Gregory Price
2023-12-07
1
-3
/
+6
*
|
base: soc: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2023-12-07
1
-2
/
+2
*
|
riscv: convert to use arch_cpu_is_hotpluggable()
Russell King (Oracle)
2023-12-06
1
-5
/
+2
*
|
riscv: Switch over to GENERIC_CPU_DEVICES
James Morse
2023-12-06
2
-15
/
+5
*
|
LoongArch: convert to use arch_cpu_is_hotpluggable()
Russell King (Oracle)
2023-12-06
1
-5
/
+2
*
|
LoongArch: Use the __weak version of arch_unregister_cpu()
James Morse
2023-12-06
1
-8
/
+0
*
|
LoongArch: Switch over to GENERIC_CPU_DEVICES
James Morse
2023-12-06
2
-27
/
+3
*
|
x86/topology: convert to use arch_cpu_is_hotpluggable()
Russell King (Oracle)
2023-12-06
1
-5
/
+2
*
|
x86/topology: use weak version of arch_unregister_cpu()
Russell King (Oracle)
2023-12-06
1
-5
/
+0
*
|
x86/topology: Switch over to GENERIC_CPU_DEVICES
James Morse
2023-12-06
3
-27
/
+5
*
|
arm64: convert to arch_cpu_is_hotpluggable()
Russell King (Oracle)
2023-12-06
1
-6
/
+2
*
|
arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
James Morse
2023-12-06
3
-10
/
+5
*
|
drivers: base: Print a warning instead of panic() when register_cpu() fails
James Morse
2023-12-06
1
-3
/
+4
*
|
drivers: base: Move cpu_dev_init() after node_dev_init()
James Morse
2023-12-06
1
-1
/
+1
*
|
drivers: base: add arch_cpu_is_hotpluggable()
Russell King (Oracle)
2023-12-06
2
-1
/
+11
*
|
drivers: base: Implement weak arch_unregister_cpu()
James Morse
2023-12-06
1
-1
/
+8
*
|
drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
James Morse
2023-12-06
2
-4
/
+14
*
|
drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
James Morse
2023-12-06
1
-1
/
+1
*
|
ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
James Morse
2023-12-06
4
-19
/
+2
*
|
Loongarch: remove arch_*register_cpu() exports
Russell King (Oracle)
2023-12-06
1
-2
/
+0
*
|
x86/topology: remove arch_*register_cpu() exports
Russell King (Oracle)
2023-12-06
1
-2
/
+0
*
|
x86: intel_epb: Don't rely on link order
James Morse
2023-12-06
1
-1
/
+1
*
|
arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
James Morse
2023-12-06
1
-12
/
+26
*
|
driver core: make device_is_dependent() static
Greg Kroah-Hartman
2023-11-28
2
-2
/
+1
|
/
*
Linux 6.7-rc3
v6.7-rc3
Linus Torvalds
2023-11-27
1
-1
/
+1
*
Merge tag 'trace-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-11-27
3
-48
/
+31
|
\
|
*
MAINTAINERS: TRACING: Add Mathieu Desnoyers as Reviewer
Mathieu Desnoyers
2023-11-23
1
-0
/
+1
|
*
eventfs: Make sure that parent->d_inode is locked in creating files/dirs
Steven Rostedt (Google)
2023-11-23
1
-0
/
+4
|
*
eventfs: Do not allow NULL parent to eventfs_start_creating()
Steven Rostedt (Google)
2023-11-23
1
-9
/
+4
|
*
eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()
Steven Rostedt (Google)
2023-11-23
1
-14
/
+2
|
*
eventfs: Use GFP_NOFS for allocation when eventfs_mutex is held
Steven Rostedt (Google)
2023-11-23
1
-2
/
+2
|
*
eventfs: Do not invalidate dentry in create_file/dir_dentry()
Steven Rostedt (Google)
2023-11-21
1
-13
/
+6
|
*
eventfs: Remove expectation that ei->is_freed means ei->dentry == NULL
Steven Rostedt (Google)
2023-11-21
1
-10
/
+12
*
|
Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-11-26
11
-34
/
+43
|
\
\
[next]