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
2024-04-04
bpf: prevent r10 register from being marked as precise
Andrii Nakryiko
1
-2
/
+4
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-11
/
+48
2024-04-04
Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
3
-8
/
+40
2024-04-04
bpf: inline bpf_get_branch_snapshot() helper
Andrii Nakryiko
1
-0
/
+55
2024-04-04
bpf: make bpf_get_branch_snapshot() architecture-agnostic
Andrii Nakryiko
1
-4
/
+0
2024-04-04
bpf: Optimize emit_mov_imm64().
Alexei Starovoitov
1
-3
/
+10
2024-04-03
bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH map
Andrii Nakryiko
1
-0
/
+21
2024-04-03
bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY maps
Andrii Nakryiko
1
-0
/
+33
2024-04-03
bpf: inline bpf_get_smp_processor_id() helper
Andrii Nakryiko
1
-0
/
+24
2024-04-03
bpf: add special internal-only MOV instruction to resolve per-CPU addrs
Andrii Nakryiko
2
-0
/
+19
2024-04-03
bpf: Replace deprecated strncpy with strscpy
Justin Stitt
2
-4
/
+4
2024-04-02
swiotlb: do not set total_used to 0 in swiotlb_create_debugfs_files()
Dexuan Cui
1
-4
/
+0
2024-04-02
swiotlb: fix swiotlb_bounce() to do partial sync's correctly
Michael Kelley
1
-17
/
+13
2024-04-02
swiotlb: extend buffer pre-padding to alloc_align_mask if necessary
Petr Tesarik
1
-13
/
+46
2024-04-02
bpf: Improve program stats run-time calculation
Jose Fernandez
1
-1
/
+2
2024-04-02
bpf: Add a verbose message if map limit is reached
Anton Protopopov
1
-0
/
+2
2024-04-01
bitops: make BYTES_TO_BITS() treewide-available
Alexander Lobakin
1
-2
/
+0
2024-04-01
timers: Fix text inconsistencies and spelling
Randy Dunlap
1
-11
/
+11
2024-04-01
tick/sched: Fix struct tick_sched doc warnings
Randy Dunlap
1
-1
/
+1
2024-04-01
tick/sched: Fix various kernel-doc warnings
Randy Dunlap
1
-3
/
+15
2024-03-31
Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2024-03-31
Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+7
2024-03-31
kbuild: make -Woverride-init warnings more consistent
Arnd Bergmann
1
-1
/
+1
2024-03-29
bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.
Alexei Starovoitov
1
-4
/
+9
2024-03-29
bpf: fix possible file descriptor leaks in verifier
Anton Protopopov
1
-0
/
+3
2024-03-28
bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter mode
Martin KaFai Lau
1
-0
/
+2
2024-03-28
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
2
-5
/
+34
2024-03-28
bpf: put uprobe link's path and task in release callback
Andrii Nakryiko
1
-3
/
+3
2024-03-28
bpf: Mitigate latency spikes associated with freeing non-preallocated htab
Yafang Shao
1
-0
/
+1
2024-03-28
bpf: add bpf_modify_return_test_tp() kfunc triggering tracepoint
Andrii Nakryiko
1
-0
/
+1
2024-03-28
bpf,arena: Use helper sizeof_field in struct accessors
Haiyue Wang
1
-1
/
+1
2024-03-28
bpf: improve error message for unsupported helper
Mykyta Yatsenko
1
-2
/
+2
2024-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
18
-46
/
+173
2024-03-28
Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
4
-11
/
+56
2024-03-27
Merge tag 'mm-hotfixes-stable-2024-03-27-11-25' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-2
/
+12
2024-03-27
Merge tag 'probes-fixes-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2024-03-27
bpf: Protect against int overflow for stack access size
Andrei Matei
1
-0
/
+5
2024-03-27
bpf: Check bloom filter map value size
Andrei Matei
1
-0
/
+13
2024-03-27
Fix memory leak in posix_clock_open()
Linus Torvalds
1
-7
/
+9
2024-03-27
bpf: fix warning for crash_kexec
Hari Bathini
1
-1
/
+1
2024-03-27
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
9
-71
/
+115
2024-03-26
crash: use macro to add crashk_res into iomem early for specific arch
Baoquan He
1
-0
/
+7
2024-03-26
prctl: generalize PR_SET_MDWE support check to be per-arch
Zev Weiss
1
-2
/
+5
2024-03-26
Merge tag 'printk-for-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+6
2024-03-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
2
-10
/
+37
2024-03-25
genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd
Rafael J. Wysocki
1
-2
/
+7
2024-03-25
Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-0
/
+5
2024-03-25
bpf: Avoid get_kernel_nofault() to fetch kprobe entry IP
Andrii Nakryiko
1
-3
/
+9
2024-03-25
tracing: probes: Fix to zero initialize a local variable
Masami Hiramatsu (Google)
1
-1
/
+1
2024-03-24
Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...
Linus Torvalds
1
-12
/
+33
[prev]
[next]