index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-01
uprobes: prepare uprobe args buffer lazily
Andrii Nakryiko
1
-21
/
+28
2024-05-01
uprobes: encapsulate preparation of uprobe args buffer
Andrii Nakryiko
1
-37
/
+41
2024-05-01
Merge branches 'fixes.2024.04.15a', 'misc.2024.04.12a', 'rcu-sync-normal-improve.2024.04.15a', 'rcu-tasks.2024.04.15a' and 'rcutorture.2024.04.15a' into rcu-merge.2024.04.15a
Uladzislau Rezki (Sony)
12
-77
/
+479
2024-04-30
bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE
Stanislav Fomichev
1
-0
/
+5
2024-04-30
Merge patch series "riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl"
Palmer Dabbelt
1
-0
/
+6
2024-04-30
bpf: Add support for kprobe session cookie
Jiri Olsa
2
-3
/
+23
2024-04-30
bpf: Add support for kprobe session context
Jiri Olsa
2
-7
/
+63
2024-04-30
bpf: Add support for kprobe session attach
Jiri Olsa
2
-9
/
+26
2024-04-30
bpf: Do not walk twice the hash map on free
Benjamin Tissoires
1
-36
/
+13
2024-04-30
bpf: Do not walk twice the map on free
Benjamin Tissoires
1
-7
/
+8
2024-04-30
PM: hibernate: replace deprecated strncpy() with strscpy()
Justin Stitt
1
-1
/
+1
2024-04-29
bpf: Switch to krealloc_array()
Andy Shevchenko
1
-1
/
+1
2024-04-29
bpf: Use struct_size()
Andy Shevchenko
1
-5
/
+7
2024-04-29
Merge tag 'wq-for-6.9-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-3
/
+16
2024-04-30
clocksource: Make the int help prompt unit readable in ncurses
Borislav Petkov (AMD)
1
-1
/
+1
2024-04-29
bpf: Fix verifier assumptions about socket->sk
Alexei Starovoitov
1
-5
/
+18
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
18
-222
/
+1249
2024-04-29
bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUS
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-04-29
tracing/probes: Fix memory leak in traceprobe_parse_probe_arg_body()
LuMingYin
1
-1
/
+1
2024-04-29
softirq: Fix suspicious RCU usage in __do_softirq()
Zqiang
1
-4
/
+8
2024-04-28
Merge tag 'sched-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-16
/
+36
2024-04-28
Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+10
2024-04-28
sched/isolation: Fix boot crash when maxcpus < first housekeeping CPU
Oleg Nesterov
1
-1
/
+6
2024-04-28
sched/isolation: Prevent boot crash when the boot CPU is nohz_full
Oleg Nesterov
1
-1
/
+10
2024-04-27
profiling: Remove create_prof_cpu_mask().
Tetsuo Handa
1
-43
/
+0
2024-04-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-2
/
+40
2024-04-26
Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-3
/
+2
2024-04-26
bpf: verifier: prevent userspace memory access
Puranjay Mohan
2
-0
/
+39
2024-04-26
kdb: Simplify management of tmpbuffer in kdb_read()
Daniel Thompson
1
-23
/
+18
2024-04-26
kdb: Replace double memcpy() with memmove() in kdb_read()
Daniel Thompson
1
-12
/
+7
2024-04-26
kdb: Use format-specifiers rather than memset() for padding in kdb_read()
Daniel Thompson
1
-5
/
+3
2024-04-26
kdb: Merge identical case statements in kdb_read()
Daniel Thompson
1
-9
/
+1
2024-04-26
kdb: Fix console handling when editing and tab-completing commands
Daniel Thompson
1
-0
/
+5
2024-04-26
kdb: Use format-strings rather than '\0' injection in kdb_read()
Daniel Thompson
1
-21
/
+34
2024-04-26
kdb: Fix buffer overflow during tab-complete
Daniel Thompson
1
-8
/
+13
2024-04-25
blktrace: convert strncpy() to strscpy_pad()
Arnd Bergmann
1
-2
/
+1
2024-04-25
kcov: avoid clang out-of-range warning
Arnd Bergmann
1
-1
/
+2
2024-04-25
regset: use kvzalloc() for regset_get_alloc()
Douglas Anderson
1
-3
/
+3
2024-04-25
mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
David Hildenbrand
1
-2
/
+2
2024-04-25
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
2
-2
/
+2
2024-04-25
mm: rename mm_put_huge_zero_page to mm_put_huge_zero_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-04-25
mm: free up PG_slab
Matthew Wilcox (Oracle)
1
-1
/
+2
2024-04-25
mm: vmalloc: enable memory allocation profiling
Kent Overstreet
1
-1
/
+1
2024-04-25
change alloc_pages name in dma_map_ops to avoid name conflicts
Suren Baghdasaryan
1
-2
/
+2
2024-04-25
lib: prevent module unloading if memory is not freed
Suren Baghdasaryan
1
-8
/
+19
2024-04-25
lib: code tagging module support
Suren Baghdasaryan
1
-0
/
+4
2024-04-25
mm: memcg: add NULL check to obj_cgroup_put()
Yosry Ahmed
1
-4
/
+2
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-27
/
+37
2024-04-25
cgroup/cpuset: Remove outdated comment in sched_partition_write()
Xiu Jianfeng
1
-3
/
+0
2024-04-25
cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=n
Sean Christopherson
1
-4
/
+10
[prev]
[next]