index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-01-06
3
-47
/
+172
|
\
|
*
bpf: Fix re-attachment branch in bpf_tracing_prog_attach
Jiri Olsa
2024-01-05
1
-0
/
+9
|
*
bpf: Relax tracing prog recursive attach rules
Dmitrii Dolgov
2024-01-05
2
-15
/
+47
|
*
bpf: Remove unnecessary cpu == 0 check in memalloc
Yonghong Song
2024-01-04
1
-1
/
+1
|
*
bpf: Limit up to 512 bytes for bpf_global_percpu_ma allocation
Yonghong Song
2024-01-04
1
-0
/
+8
|
*
bpf: Use smaller low/high marks for percpu allocation
Yonghong Song
2024-01-04
1
-1
/
+7
|
*
bpf: Refill only one percpu element in memalloc
Yonghong Song
2024-01-04
1
-4
/
+9
|
*
bpf: Allow per unit prefill for non-fix-size percpu memory allocator
Yonghong Song
2024-01-04
2
-15
/
+79
|
*
bpf: Add objcg to bpf_mem_alloc
Yonghong Song
2024-01-04
1
-5
/
+6
|
*
bpf: Avoid unnecessary extra percpu memory allocation
Yonghong Song
2024-01-04
1
-1
/
+3
|
*
bpf: Simplify checking size of helper accesses
Andrei Matei
2024-01-03
1
-6
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-01-05
7
-78
/
+108
|
\
\
|
|
/
|
/
|
|
*
Merge tag 'trace-v6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-12-30
3
-59
/
+73
|
|
\
|
|
*
ftrace: Fix modification of direct_function hash while in use
Steven Rostedt (Google)
2023-12-30
1
-53
/
+47
|
|
*
tracing: Fix blocked reader of snapshot buffer
Steven Rostedt (Google)
2023-12-29
2
-4
/
+19
|
|
*
ring-buffer: Fix wake ups when buffer_percent is set to 100
Steven Rostedt (Google)
2023-12-29
1
-2
/
+7
|
*
|
locking/osq_lock: Clarify osq_wait_next()
David Laight
2023-12-30
1
-5
/
+4
|
*
|
locking/osq_lock: Clarify osq_wait_next() calling convention
David Laight
2023-12-30
1
-12
/
+9
|
*
|
locking/osq_lock: Move the definition of optimistic_spin_node into osq_lock.c
David Laight
2023-12-30
1
-0
/
+7
|
*
|
Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-12-28
1
-0
/
+2
|
|
\
\
|
|
*
|
kexec: select CRYPTO from KEXEC_FILE instead of depending on it
Arnd Bergmann
2023-12-20
1
-1
/
+2
|
|
*
|
kexec: fix KEXEC_FILE dependencies
Arnd Bergmann
2023-12-20
1
-0
/
+1
|
*
|
|
Merge tag 'trace-v6.7-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-12-21
2
-2
/
+13
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
tracing / synthetic: Disable events after testing in synth_event_gen_test_init()
Steven Rostedt (Google)
2023-12-21
1
-0
/
+11
|
|
*
|
tracing/synthetic: fix kernel-doc warnings
Randy Dunlap
2023-12-20
1
-2
/
+2
*
|
|
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
David S. Miller
2024-01-01
4
-342
/
+322
|
\
\
\
\
|
*
|
|
|
bpf: Avoid unnecessary use of comma operator in verifier
Simon Horman
2023-12-21
1
-1
/
+1
|
*
|
|
|
bpf: Re-support uid and gid when mounting bpffs
Daniel Borkmann
2023-12-21
1
-2
/
+51
|
*
|
|
|
bpf: Use c->unit_size to select target cache during free
Hou Tao
2023-12-20
1
-94
/
+11
|
*
|
|
|
bpf: add support for passing dynptr pointer to global subprog
Andrii Nakryiko
2023-12-20
2
-0
/
+30
|
*
|
|
|
bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args
Andrii Nakryiko
2023-12-20
2
-7
/
+42
|
*
|
|
|
bpf: reuse subprog argument parsing logic for subprog call checks
Andrii Nakryiko
2023-12-20
1
-80
/
+30
|
*
|
|
|
bpf: move subprog call logic back to verifier.c
Andrii Nakryiko
2023-12-20
2
-146
/
+146
|
*
|
|
|
bpf: prepare btf_prepare_func_args() for handling static subprogs
Andrii Nakryiko
2023-12-20
2
-14
/
+9
|
*
|
|
|
bpf: reuse btf_prepare_func_args() check for main program BTF validation
Andrii Nakryiko
2023-12-20
2
-60
/
+15
|
*
|
|
|
bpf: abstract away global subprog arg preparation logic from reg state setup
Andrii Nakryiko
2023-12-20
2
-34
/
+47
|
*
|
|
|
bpf: make the verifier tracks the "not equal" for regs
Menglong Dong
2023-12-20
1
-1
/
+37
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-12-21
13
-413
/
+144
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
/
/
/
|
|
/
/
/
|
*
|
|
posix-timers: Get rid of [COMPAT_]SYS_NI() uses
Linus Torvalds
2023-12-21
2
-45
/
+14
|
*
|
|
Merge tag 'trace-v6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-12-19
1
-55
/
+24
|
|
\
|
|
|
|
*
|
ring-buffer: Fix slowpath of interrupted event
Steven Rostedt (Google)
2023-12-19
1
-55
/
+24
|
*
|
|
Merge tag 'perf_urgent_for_v6.7_rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-12-17
1
-0
/
+10
|
|
\
\
\
|
|
*
|
|
perf: Fix perf_event_validate_size() lockdep splat
Mark Rutland
2023-12-15
1
-0
/
+10
|
*
|
|
|
Merge tag 'cxl-fixes-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-12-17
1
-2
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
kernel/resource: Increment by align value in get_free_mem_region()
Alison Schofield
2023-12-05
1
-2
/
+2
|
*
|
|
|
|
Merge tag 'trace-v6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-12-16
5
-82
/
+68
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
Steven Rostedt (Google)
2023-12-15
1
-0
/
+6
|
|
*
|
|
|
ring-buffer: Have rb_time_cmpxchg() set the msb counter too
Steven Rostedt (Google)
2023-12-15
1
-0
/
+2
|
|
*
|
|
|
ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()
Mathieu Desnoyers
2023-12-15
1
-2
/
+2
|
|
*
|
|
|
ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archs
Steven Rostedt (Google)
2023-12-15
1
-1
/
+3
[next]