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
2024-07-29
signal: Replace BUG_ON()s
Thomas Gleixner
1
-4
/
+7
2024-07-29
signal: Remove task argument from dequeue_signal()
Thomas Gleixner
3
-18
/
+14
2024-07-29
posix-timers: Consolidate signal queueing
Thomas Gleixner
4
-19
/
+15
2024-07-29
posix-cpu-timers: Make k_itimer::it_active consistent
Thomas Gleixner
1
-0
/
+4
2024-07-29
posix-timers: Consolidate timer setup
Thomas Gleixner
3
-20
/
+21
2024-07-29
posix-timers: Convert timer list to hlist
Thomas Gleixner
6
-18
/
+15
2024-07-29
posix-timers: Clear overrun in common_timer_set()
Thomas Gleixner
1
-0
/
+1
2024-07-29
posix-timers: Retrieve interval in common timer_settime() code
Thomas Gleixner
2
-9
/
+6
2024-07-29
posix-cpu-timers: Simplify posix_cpu_timer_set()
Thomas Gleixner
1
-27
/
+17
2024-07-29
posix-cpu-timers: Remove incorrect comment in posix_cpu_timer_set()
Thomas Gleixner
1
-6
/
+1
2024-07-29
posix-cpu-timers: Use @now instead of @val for clarity
Thomas Gleixner
1
-13
/
+9
2024-07-29
posix-cpu-timers: Do not arm SIGEV_NONE timers
Thomas Gleixner
1
-16
/
+13
2024-07-29
posix-cpu-timers: Replace old expiry retrieval in posix_cpu_timer_set()
Thomas Gleixner
1
-31
/
+6
2024-07-29
posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_set()
Thomas Gleixner
1
-1
/
+11
2024-07-29
posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_get()
Thomas Gleixner
1
-5
/
+9
2024-07-29
posix-cpu-timers: Handle interval timers correctly in timer_get()
Thomas Gleixner
1
-1
/
+17
2024-07-29
posix-cpu-timers: Save interval only for armed timers
Thomas Gleixner
1
-8
/
+6
2024-07-29
posix-cpu-timers: Split up posix_cpu_timer_get()
Thomas Gleixner
1
-27
/
+24
2024-07-29
selftests/timers/posix-timers: Validate overrun after unblock
Thomas Gleixner
1
-1
/
+60
2024-07-29
selftests/timers/posix-timers: Validate timer_gettime()
Thomas Gleixner
1
-1
/
+57
2024-07-29
selftests/timers/posix-timers: Validate SIGEV_NONE
Thomas Gleixner
1
-1
/
+52
2024-07-29
selftests/timers/posix_timers: Validate signal rules
Thomas Gleixner
1
-1
/
+107
2024-07-29
selftests/timers/posix_timers: Add SIG_IGN test
Thomas Gleixner
1
-2
/
+125
2024-07-29
selftests/timers/posix_timers: Simplify error handling
Thomas Gleixner
1
-99
/
+52
2024-07-29
bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubs
Martin KaFai Lau
4
-27
/
+21
2024-07-29
bpftool: Add document for net attach/detach on tcx subcommand
Tao Chen
1
-1
/
+21
2024-07-29
bpftool: Add bash-completion for tcx subcommand
Tao Chen
1
-1
/
+1
2024-07-29
bpftool: Add net attach/detach command to tcx prog
Tao Chen
1
-1
/
+42
2024-07-29
bpftool: Refactor xdp attach/detach type judgment
Tao Chen
1
-5
/
+21
2024-07-29
Merge branch 'bpf-fix-tailcall-hierarchy'
Alexei Starovoitov
8
-44
/
+653
2024-07-29
selftests/bpf: Add testcases for tailcall hierarchy fixing
Leon Hwang
6
-0
/
+533
2024-07-29
bpf, arm64: Fix tailcall hierarchy
Leon Hwang
1
-16
/
+41
2024-07-29
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
7
-162
/
+240
2024-07-29
bpf, x64: Fix tailcall hierarchy
Leon Hwang
1
-28
/
+79
2024-07-29
Merge branch 'bpf-track-find_equal_scalars-history-on-per-instruction-level'
Andrii Nakryiko
6
-235
/
+431
2024-07-29
selftests/bpf: Update comments find_equal_scalars->sync_linked_regs
Eduard Zingerman
1
-8
/
+8
2024-07-29
selftests/bpf: Tests for per-insn sync_linked_regs() precision tracking
Eduard Zingerman
1
-0
/
+165
2024-07-29
bpf: Remove mark_precise_scalar_ids()
Eduard Zingerman
3
-235
/
+59
2024-07-29
bpf: Track equal scalars history on per-instruction level
Eduard Zingerman
4
-32
/
+239
2024-07-29
selftests/bpf: Use auto-dependencies for test objects
Ihor Solodrai
2
-11
/
+33
2024-07-29
bpf: Simplify character output in seq_print_delegate_opts()
Markus Elfring
1
-2
/
+2
2024-07-29
bpf: Replace 8 seq_puts() calls by seq_putc() calls
Markus Elfring
4
-8
/
+8
2024-07-29
Merge branch 'use network helpers, part 9'
Martin KaFai Lau
4
-53
/
+46
2024-07-29
selftests/bpf: Add connect_to_addr_str helper
Geliang Tang
2
-0
/
+17
2024-07-29
selftests/bpf: Drop must_fail from network_helper_opts
Geliang Tang
3
-41
/
+16
2024-07-29
selftests/bpf: Drop type of connect_to_fd_opts
Geliang Tang
4
-14
/
+15
2024-07-29
dt-bindings: hwmon: Document TI TPS546D24
Marek Vasut
1
-0
/
+1
2024-07-29
dt-bindings: bus: qcom,ebi2: convert to dtschema
Rayyan Ansari
2
-138
/
+239
2024-07-29
dt-bindings: Batch-update Konrad Dybcio's email
Konrad Dybcio
24
-24
/
+24
2024-07-29
iio: adc: ad7173: Fix incorrect compatible string
Dumitru Ceclan
1
-5
/
+5
[prev]
[next]