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-07-28
tracing: Fix kernel-doc warnings in trace_seq.c
Gaosheng Cui
1
-0
/
+1
2023-07-28
tracing: Fix kernel-doc warnings in trace_events_trigger.c
Gaosheng Cui
1
-0
/
+2
2023-07-28
tracing/synthetic: Fix kernel-doc warnings in trace_events_synth.c
Gaosheng Cui
1
-0
/
+1
2023-07-28
ring-buffer: Fix kernel-doc warnings in ring_buffer.c
Gaosheng Cui
1
-2
/
+1
2023-07-28
ring-buffer: Fix wrong stat of cpu_buffer->read
Zheng Yejian
1
-10
/
+12
2023-07-28
bpf: Non-atomically allocate freelist during prefill
YiFei Zhu
1
-4
/
+8
2023-07-28
bpf: Fix compilation warning with -Wparentheses
Yonghong Song
2
-4
/
+4
2023-07-27
bpf: Add kernel/bpftool asm support for new instructions
Yonghong Song
1
-6
/
+51
2023-07-27
bpf: Support new 32bit offset jmp instruction
Yonghong Song
2
-13
/
+38
2023-07-27
bpf: Fix jit blinding with new sdiv/smov insns
Yonghong Song
1
-2
/
+2
2023-07-27
bpf: Support new signed div/mod instructions.
Yonghong Song
2
-18
/
+98
2023-07-27
bpf: Support new unconditional bswap instruction
Yonghong Song
2
-2
/
+19
2023-07-27
bpf: Handle sign-extenstin ctx member accesses
Yonghong Song
1
-0
/
+6
2023-07-27
bpf: Support new sign-extension mov insns
Yonghong Song
2
-28
/
+157
2023-07-27
bpf: Support new sign-extension load insns
Yonghong Song
2
-24
/
+137
2023-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-7
/
+21
2023-07-26
mm: suppress mm fault logging if fatal signal already pending
Linus Torvalds
1
-0
/
+4
2023-07-26
tracing/probes: Fix to add NULL check for BTF APIs
Masami Hiramatsu (Google)
1
-4
/
+4
2023-07-25
bpf: work around -Wuninitialized warning
Arnd Bergmann
1
-6
/
+6
2023-07-25
bpf: Disable preemption in bpf_event_output
Jiri Olsa
1
-1
/
+5
2023-07-25
bpf: Disable preemption in bpf_perf_event_output
Jiri Olsa
1
-4
/
+7
2023-07-25
workqueue: Scale up wq_cpu_intensive_thresh_us if BogoMIPS is below 4000
Tejun Heo
1
-1
/
+42
2023-07-23
Merge tag 'trace-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
4
-7
/
+17
2023-07-23
tracing/histograms: Return an error if we fail to add histogram to hist_vars ...
Mohamed Khalfella
1
-1
/
+2
2023-07-23
ring-buffer: Do not swap cpu_buffer during resize process
Chen Lin
2
-2
/
+15
2023-07-23
tracing: Remove unused extern declaration tracing_map_set_field_descr()
YueHaibing
1
-4
/
+0
2023-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
14
-56
/
+87
2023-07-20
Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-7
/
+25
2023-07-19
bpf, net: Introduce skb_pointer_if_linear().
Alexei Starovoitov
1
-1
/
+4
2023-07-19
bpf: Add fd-based tcx multi-prog infra with link support
Daniel Borkmann
4
-13
/
+419
2023-07-19
bpf: Add generic attach/detach/query API for multi-progs
Daniel Borkmann
2
-1
/
+446
2023-07-19
bpf: allow any program to use the bpf_map_sum_elem_count kfunc
Anton Protopopov
1
-1
/
+1
2023-07-19
bpf: make an argument const in the bpf_map_sum_elem_count kfunc
Anton Protopopov
1
-1
/
+1
2023-07-19
bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
Anton Protopopov
2
-2
/
+2
2023-07-19
bpf: consider types listed in reg2btf_ids as trusted
Anton Protopopov
1
-9
/
+12
2023-07-18
bpf: Add 'owner' field to bpf_{list,rb}_node
Dave Marchevsky
1
-4
/
+25
2023-07-18
bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_node
Dave Marchevsky
1
-10
/
+13
2023-07-18
bpf: Repeat check_max_stack_depth for async callbacks
Kumar Kartikeya Dwivedi
1
-2
/
+19
2023-07-18
bpf: Fix subprog idx logic in check_max_stack_depth
Kumar Kartikeya Dwivedi
1
-5
/
+6
2023-07-18
Merge tag 'mm-hotfixes-stable-2023-07-18-12-28' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-5
/
+5
2023-07-17
prctl: move PR_GET_AUXV out of PR_MCE_KILL
Miguel Ojeda
1
-5
/
+5
2023-07-17
locking/rtmutex: Fix task->pi_waiters integrity
Peter Zijlstra
4
-76
/
+155
2023-07-16
Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-10
/
+23
2023-07-16
Merge tag 'hardening-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+2
2023-07-16
Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-29
/
+24
2023-07-14
Merge tag 'pm-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2
-2
/
+8
2023-07-14
Merge branches 'pm-sleep' and 'pm-qos'
Rafael J. Wysocki
2
-2
/
+8
2023-07-14
tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...
Masami Hiramatsu (Google)
3
-12
/
+14
2023-07-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
15
-438
/
+897
2023-07-13
bpf: Fix an error in verifying a field in a union
Yafang Shao
1
-1
/
+1
[prev]
[next]