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
2020-01-13
tracing: kprobes: Output kprobe event to printk buffer
Masami Hiramatsu
3
-31
/
+31
2020-01-13
tracing: Apply soft-disabled and filter to tracepoints printk
Masami Hiramatsu
1
-0
/
+7
2020-01-13
tracing: Make struct ring_buffer less ambiguous
Steven Rostedt (VMware)
15
-126
/
+126
2020-01-13
tracing: Rename trace_buffer to array_buffer
Steven Rostedt (VMware)
17
-193
/
+193
2020-01-13
perf: Make struct ring_buffer less ambiguous
Steven Rostedt (VMware)
3
-65
/
+65
2020-01-11
Merge tag 'clone3-tls-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+10
2020-01-10
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
1
-0
/
+3
2020-01-10
bpf: Introduce function-by-function verification
Alexei Starovoitov
2
-81
/
+346
2020-01-10
PM: hibernate: fix spelling mistake "shapshot" -> "snapshot"
Colin Ian King
1
-1
/
+1
2020-01-09
kunit: allow kunit tests to be loaded as a module
Alan Maguire
1
-1
/
+3
2020-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
12
-28
/
+80
2020-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-4
/
+16
2020-01-09
time/sched_clock: Disable interrupts in sched_clock_register()
Paul Cercueil
1
-2
/
+5
2020-01-09
time/posix-stubs: Provide compat itimer supoprt for alpha
Arnd Bergmann
1
-0
/
+3
2020-01-09
genirq: Add missing __must_hold() sparse annotation
Jules Irenge
1
-0
/
+1
2020-01-09
genirq: Add missing __releases() sparse annotation
Jules Irenge
1
-0
/
+1
2020-01-09
bpf: tcp: Support tcp_congestion_ops in bpf
Martin KaFai Lau
1
-1
/
+6
2020-01-09
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
6
-34
/
+565
2020-01-09
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
6
-63
/
+304
2020-01-09
bpf: Support bitfield read access in btf_struct_access
Martin KaFai Lau
1
-5
/
+39
2020-01-09
bpf: Add enum support to btf_ctx_access()
Martin KaFai Lau
1
-1
/
+1
2020-01-09
bpf: Avoid storing modifier to info->btf_id
Martin KaFai Lau
1
-3
/
+6
2020-01-09
bpf: Save PTR_TO_BTF_ID register state when spilling to stack
Martin KaFai Lau
1
-0
/
+1
2020-01-09
cpu/SMT: Fix x86 link error without CONFIG_SYSFS
Arnd Bergmann
1
-71
/
+72
2020-01-09
genirq: Show irq name in non-oneshot error message
Luca Ceresoli
1
-2
/
+2
2020-01-09
futex: Fix kernel-doc notation warning
Randy Dunlap
1
-0
/
+1
2020-01-09
kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logic
Masami Hiramatsu
1
-24
/
+43
2020-01-08
kexec: add machine_kexec_post_load()
Pavel Tatashin
4
-0
/
+16
2020-01-08
kexec: quiet down kexec reboot
Pavel Tatashin
1
-1
/
+1
2020-01-08
kernel/module: Fix memleak in module_add_modinfo_attrs()
YueHaibing
1
-0
/
+2
2020-01-07
kcsan, ubsan: Make KCSAN+UBSAN work together
Marco Elver
1
-0
/
+1
2020-01-07
clone3: ensure copy_thread_tls is implemented
Amanieu d'Antras
1
-0
/
+10
2020-01-07
PM: hibernate: Add more logging on hibernation failure
Luigi Semenzato
2
-20
/
+27
2020-01-07
PM: hibernate: improve arithmetic division in preallocate_highmem_fraction()
Wen Yang
1
-3
/
+1
2020-01-06
Merge tag 'trace-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
6
-6
/
+27
2020-01-06
bpf: Fix passing modified ctx to ld/abs/ind instruction
Daniel Borkmann
1
-2
/
+7
2020-01-06
bpf: cgroup: prevent out-of-order release of cgroup bpf
Roman Gushchin
1
-2
/
+9
2020-01-06
Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflict
Ingo Molnar
6
-57
/
+72
2020-01-04
memcg: account security cred as well to kmemcg
Shakeel Butt
1
-3
/
+3
2020-01-03
tracing: Fix indentation issue
Colin Ian King
1
-1
/
+1
2020-01-03
Merge tag 'for-linus-2020-01-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-15
/
+27
2020-01-03
kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...
Kaitao Cheng
1
-1
/
+3
2020-01-02
ftrace: Avoid potential division by zero in function profiler
Wen Yang
1
-3
/
+3
2020-01-02
tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not defined
Steven Rostedt (VMware)
1
-0
/
+5
2020-01-02
tracing: Define MCOUNT_INSN_SIZE when not defined without direct calls
Steven Rostedt (VMware)
1
-0
/
+14
2020-01-02
Merge tag 'seccomp-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+7
2020-01-02
tracing: Initialize val to zero in parse_entry of inject code
Steven Rostedt (VMware)
1
-1
/
+1
2020-01-02
seccomp: Check that seccomp_notif is zeroed out by the user
Sargun Dhillon
1
-0
/
+7
2020-01-02
printk: fix exclusive_console replaying
John Ogness
1
-2
/
+2
2019-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-39
/
+35
[prev]
[next]