index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-20
kernfs: d_obtain_alias(NULL) will do the right thing...
Al Viro
1
-3
/
+0
2023-12-15
driver core: Better advertise dev_err_probe()
Uwe Kleine-König
1
-4
/
+5
2023-12-15
kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()
Kees Cook
4
-21
/
+21
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
Merge tag 'device_is_big_endian-6.8-rc1' into driver-core-next
Greg Kroah-Hartman
1
-0
/
+26
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-26
Linux 6.7-rc3
Linus Torvalds
1
-1
/
+1
2023-11-26
Merge tag 'trace-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-48
/
+31
2023-11-26
Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-34
/
+43
2023-11-26
Merge tag 'x86-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-48
/
+37
2023-11-26
Merge tag 'perf-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2023-11-26
Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+2
2023-11-26
Merge tag '6.7-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
10
-375
/
+314
2023-11-25
Merge tag 'usb-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
29
-2245
/
+175
2023-11-25
Merge tag 'xfs-6.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-5
/
+21
[next]