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
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-13
rv/reactor: remove MODULE_LICENSE in non-modules
Nick Alcock
2
-2
/
+0
2023-04-13
perf/hw_breakpoint: remove MODULE_LICENSE in non-modules
Nick Alcock
1
-1
/
+0
2023-04-13
dma-mapping: benchmark: remove MODULE_LICENSE in non-modules
Nick Alcock
1
-1
/
+0
2023-04-13
mm: compaction: move compaction sysctl to its own file
Minghao Chi
1
-59
/
+0
2023-04-13
mm: memory-failure: Move memory failure sysctls to its own file
Kefeng Wang
1
-20
/
+0
2023-04-13
utsname: simplify one-level sysctl registration for uts_kern_table
Luis Chamberlain
1
-10
/
+1
2023-04-13
seccomp: simplify sysctls with register_sysctl_init()
Luis Chamberlain
1
-14
/
+1
2023-04-12
bpf: Remove bpf_cgroup_kptr_get() kfunc
David Vernet
1
-32
/
+0
2023-04-12
bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULL
David Vernet
1
-3
/
+2
2023-04-12
cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpuset
Waiman Long
1
-1
/
+2
2023-04-12
cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methods
Waiman Long
1
-11
/
+86
2023-04-12
cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
Waiman Long
1
-20
/
+42
2023-04-12
cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
Waiman Long
1
-1
/
+5
2023-04-12
cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex
Tetsuo Handa
1
-2
/
+5
2023-04-12
bpf: Handle NULL in bpf_local_storage_free.
Alexei Starovoitov
1
-0
/
+3
2023-04-12
sched/core: Make sched_dynamic_mutex static
Josh Poimboeuf
1
-1
/
+1
2023-04-12
sched/fair: Fix imbalance overflow
Vincent Guittot
1
-0
/
+10
2023-04-11
bpf/btf: Fix is_int_ptr()
Feng Zhou
1
-6
/
+2
2023-04-11
bpf: Relax log_buf NULL conditions when log_level>0 is requested
Andrii Nakryiko
1
-17
/
+25
2023-04-11
bpf: Simplify internal verifier log interface
Andrii Nakryiko
3
-65
/
+87
2023-04-11
bpf: Add log_true_size output field to return necessary log buffer size
Andrii Nakryiko
3
-23
/
+33
2023-04-11
bpf: Keep track of total log content size in both fixed and rolling modes
Andrii Nakryiko
1
-21
/
+46
2023-04-11
bpf: Simplify logging-related error conditions handling
Andrii Nakryiko
3
-6
/
+6
2023-04-11
bpf: Avoid incorrect -EFAULT error in BPF_LOG_KERNEL mode
Andrii Nakryiko
1
-1
/
+1
2023-04-11
bpf: Fix missing -EFAULT return on user log buf error in btf_parse()
Andrii Nakryiko
1
-0
/
+4
2023-04-11
bpf: Ignore verifier log reset in BPF_LOG_KERNEL mode
Andrii Nakryiko
1
-1
/
+1
2023-04-11
bpf: Switch BPF verifier log to be a rotating log by default
Andrii Nakryiko
3
-19
/
+201
2023-04-11
bpf: Remove minimum size restrictions on verifier log buffer
Andrii Nakryiko
1
-1
/
+1
2023-04-11
bpf: Split off basic BPF verifier log into separate file
Andrii Nakryiko
3
-70
/
+87
2023-04-10
Merge tag 'urgent-rcu.2023.04.07a' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-8
/
+19
2023-04-09
Merge tag 'perf_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+8
2023-04-08
kexec: remove unnecessary arch_kexec_kernel_image_load()
Bjorn Helgaas
1
-3
/
+3
2023-04-08
notifiers: add tracepoints to the notifiers infrastructure
Guilherme G. Piccoli
1
-0
/
+6
2023-04-08
kernel/hung_task.c: set some hung_task.c variables storage-class-specifier to...
Tom Rix
1
-5
/
+5
2023-04-08
Merge tag 'dma-mapping-6.3-2023-04-08' of git://git.infradead.org/users/hch/d...
Linus Torvalds
1
-3
/
+3
2023-04-08
Merge tag 'trace-v6.3-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-7
/
+10
2023-04-08
Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+3
2023-04-07
dma-mapping: provide CONFIG_ARCH_DMA_DEFAULT_COHERENT
Jiaxun Yang
2
-1
/
+8
2023-04-07
dma-mapping: provide a fallback dma_default_coherent
Jiaxun Yang
1
-0
/
+4
2023-04-06
bpf: ensure all memory is initialized in bpf_get_current_comm
Barret Rhoden
1
-1
/
+1
2023-04-06
bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifier
Yonghong Song
1
-0
/
+12
2023-04-06
bpf: Improve verifier JEQ/JNE insn branch taken checking
Yonghong Song
1
-0
/
+8
2023-04-06
tracing/synthetic: Make lastcmd_mutex static
Steven Rostedt (Google)
1
-1
/
+1
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-32
/
+61
2023-04-06
rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period
Ziwei Dai
1
-8
/
+19
2023-04-06
ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()
Zheng Yejian
1
-6
/
+9
2023-04-06
swiotlb: fix a braino in the alignment check fix
Petr Tesarik
1
-3
/
+3
2023-04-05
sched/numa: use hash_32 to mix up PIDs accessing VMA
Raghavendra K T
1
-1
/
+1
2023-04-05
sched/numa: implement access PID reset logic
Raghavendra K T
1
-2
/
+21
2023-04-05
sched/numa: enhance vma scanning logic
Raghavendra K T
1
-0
/
+19
[prev]
[next]