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-12-20
wait: Remove uapi header file from main header file
Matthew Wilcox (Oracle)
2
-1
/
+4
2023-12-20
plist: Split out plist_types.h
Kent Overstreet
3
-0
/
+3
2023-12-20
sched.h: move pid helpers to pid.h
Kent Overstreet
2
-2
/
+4
2023-12-20
kernel/numa.c: Move logging out of numa.h
Kent Overstreet
2
-0
/
+27
2023-12-20
kernel/fork.c: add missing include
Kent Overstreet
1
-0
/
+1
2023-12-10
Merge tag 'sched_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2023-12-10
Merge tag 'perf_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-23
/
+38
2023-12-08
Merge tag 'trace-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-112
/
+69
2023-12-08
Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+0
2023-12-07
Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-52
/
+18
2023-12-07
Merge tag 'cgroup-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+7
2023-12-07
Merge tag 'wq-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-7
/
+15
2023-12-06
kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP
Baoquan He
1
-1
/
+0
2023-12-06
bpf: Fix prog_array_map_poke_run map poke update
Jiri Olsa
1
-48
/
+10
2023-12-06
ring-buffer: Test last update in 32bit version of __rb_time_read()
Steven Rostedt (Google)
1
-2
/
+2
2023-12-06
ring-buffer: Force absolute timestamp on discard of event
Steven Rostedt (Google)
1
-11
/
+8
2023-12-05
tracing: Fix a possible race when disabling buffered events
Petr Pavlu
1
-4
/
+8
2023-12-05
tracing: Fix a warning when allocating buffered events fails
Petr Pavlu
1
-6
/
+5
2023-12-05
tracing: Fix incomplete locking when disabling buffered events
Petr Pavlu
1
-8
/
+4
2023-12-05
tracing: Disable snapshot buffer when stopping instance tracers
Steven Rostedt (Google)
1
-76
/
+34
2023-12-05
tracing: Stop current tracer when resizing buffer
Steven Rostedt (Google)
1
-3
/
+7
2023-12-05
tracing: Always update snapshot buffer size
Steven Rostedt (Google)
1
-2
/
+1
2023-12-03
Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-11
/
+16
2023-12-01
bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
Yonghong Song
1
-4
/
+8
2023-12-01
rethook: Use __rcu pointer for rethook::handler
Masami Hiramatsu (Google)
1
-9
/
+14
2023-12-01
kprobes: consistent rcu api usage for kretprobe holder
JP Kobryn
1
-2
/
+2
2023-12-01
Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-0
/
+2
2023-11-29
perf: Fix perf_event_validate_size()
Peter Zijlstra
1
-23
/
+38
2023-11-29
freezer,sched: Do not restore saved_state of a thawed task
Elliot Berman
1
-1
/
+1
2023-11-28
cgroup_freezer: cgroup_freezing: Check if not frozen
Tim Van Patten
1
-1
/
+7
2023-11-26
bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
Hou Tao
1
-0
/
+2
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-24
lockdep: Fix block chain corruption
Peter Zijlstra
1
-1
/
+2
2023-11-23
Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-136
/
+266
2023-11-22
workqueue: Make sure that wq_unbound_cpumask is never empty
Tejun Heo
1
-7
/
+15
2023-11-20
bpf: keep track of max number of bpf_loop callback iterations
Eduard Zingerman
1
-2
/
+17
2023-11-20
bpf: widening for callback iterators
Eduard Zingerman
1
-2
/
+22
2023-11-20
bpf: verify callbacks as if they are called unknown number of times
Eduard Zingerman
1
-99
/
+175
2023-11-20
bpf: extract setup_func_entry() utility function
Eduard Zingerman
1
-36
/
+48
2023-11-20
bpf: extract __check_reg_arg() utility function
Eduard Zingerman
1
-6
/
+13
2023-11-19
Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-22
/
+19
2023-11-19
Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-38
/
+135
2023-11-19
Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-3
/
+6
2023-11-19
Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+17
2023-11-18
Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+4
2023-11-18
prctl: Disable prctl(PR_SET_MDWE) on parisc
Helge Deller
1
-0
/
+4
2023-11-17
Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2023-11-16
Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-29
/
+66
2023-11-15
bpf: Do not allocate percpu memory at init stage
Yonghong Song
2
-7
/
+21
2023-11-15
perf/core: Fix cpuctx refcounting
Peter Zijlstra
1
-0
/
+17
[next]