index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2023-04-13
Daniel Borkmann says:
Jakub Kicinski
-792
/
+2271
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-24
/
+43
2023-04-12
bpf: Remove bpf_cgroup_kptr_get() kfunc
David Vernet
-32
/
+0
2023-04-12
bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULL
David Vernet
-3
/
+2
2023-04-12
bpf: Handle NULL in bpf_local_storage_free.
Alexei Starovoitov
-0
/
+3
2023-04-11
bpf/btf: Fix is_int_ptr()
Feng Zhou
-6
/
+2
2023-04-11
bpf: Relax log_buf NULL conditions when log_level>0 is requested
Andrii Nakryiko
-17
/
+25
2023-04-11
bpf: Simplify internal verifier log interface
Andrii Nakryiko
-65
/
+87
2023-04-11
bpf: Add log_true_size output field to return necessary log buffer size
Andrii Nakryiko
-23
/
+33
2023-04-11
bpf: Keep track of total log content size in both fixed and rolling modes
Andrii Nakryiko
-21
/
+46
2023-04-11
bpf: Simplify logging-related error conditions handling
Andrii Nakryiko
-6
/
+6
2023-04-11
bpf: Avoid incorrect -EFAULT error in BPF_LOG_KERNEL mode
Andrii Nakryiko
-1
/
+1
2023-04-11
bpf: Fix missing -EFAULT return on user log buf error in btf_parse()
Andrii Nakryiko
-0
/
+4
2023-04-11
bpf: Ignore verifier log reset in BPF_LOG_KERNEL mode
Andrii Nakryiko
-1
/
+1
2023-04-11
bpf: Switch BPF verifier log to be a rotating log by default
Andrii Nakryiko
-19
/
+201
2023-04-11
bpf: Remove minimum size restrictions on verifier log buffer
Andrii Nakryiko
-1
/
+1
2023-04-11
bpf: Split off basic BPF verifier log into separate file
Andrii Nakryiko
-70
/
+87
2023-04-10
Merge tag 'urgent-rcu.2023.04.07a' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-8
/
+19
2023-04-09
Merge tag 'perf_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-6
/
+8
2023-04-08
Merge tag 'dma-mapping-6.3-2023-04-08' of git://git.infradead.org/users/hch/d...
Linus Torvalds
-3
/
+3
2023-04-08
Merge tag 'trace-v6.3-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-7
/
+10
2023-04-08
Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...
Linus Torvalds
-0
/
+3
2023-04-06
bpf: ensure all memory is initialized in bpf_get_current_comm
Barret Rhoden
-1
/
+1
2023-04-06
bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifier
Yonghong Song
-0
/
+12
2023-04-06
bpf: Improve verifier JEQ/JNE insn branch taken checking
Yonghong Song
-0
/
+8
2023-04-06
tracing/synthetic: Make lastcmd_mutex static
Steven Rostedt (Google)
-1
/
+1
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-32
/
+61
2023-04-06
rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period
Ziwei Dai
-8
/
+19
2023-04-06
ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()
Zheng Yejian
-6
/
+9
2023-04-06
swiotlb: fix a braino in the alignment check fix
Petr Tesarik
-3
/
+3
2023-04-05
mm: enable maple tree RCU mode by default
Liam R. Howlett
-0
/
+3
2023-04-05
tracing: Free error logs of tracing instances
Steven Rostedt (Google)
-0
/
+1
2023-04-05
perf/core: Fix the same task check in perf_event_set_output
Kan Liang
-1
/
+1
2023-04-05
perf: Optimize perf_pmu_migrate_context()
Peter Zijlstra
-5
/
+7
2023-04-04
tracing: Fix ftrace_boot_snapshot command line logic
Steven Rostedt (Google)
-6
/
+7
2023-04-04
tracing: Have tracing_snapshot_instance_cond() write errors to the appropriat...
Steven Rostedt (Google)
-7
/
+7
2023-04-04
kallsyms: Disable preemption for find_kallsyms_symbol_value
Jiri Olsa
-3
/
+13
2023-04-04
bpf: Undo strict enforcement for walking untagged fields.
Alexei Starovoitov
-3
/
+8
2023-04-04
bpf: Allowlist few fields similar to __rcu tag.
Alexei Starovoitov
-2
/
+37
2023-04-04
bpf: Refactor NULL-ness check in check_reg_type().
Alexei Starovoitov
-4
/
+8
2023-04-04
bpf: Teach verifier that certain helpers accept NULL pointer.
Alexei Starovoitov
-8
/
+8
2023-04-04
bpf: Refactor btf_nested_type_is_trusted().
Alexei Starovoitov
-38
/
+29
2023-04-04
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
-2
/
+2
2023-04-04
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
-1
/
+1
2023-04-03
bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
Dave Marchevsky
-5
/
+9
2023-04-03
tracing/osnoise: Fix notify new tracing_max_latency
Daniel Bristot de Oliveira
-1
/
+1
2023-04-03
tracing/timerlat: Notify new max thread latency
Daniel Bristot de Oliveira
-0
/
+2
2023-04-03
ring-buffer: Fix race while reader and writer are on the same page
Zheng Yejian
-1
/
+12
2023-04-03
tracing/synthetic: Fix races on freeing last_cmd
Tze-nan Wu
-4
/
+15
2023-04-02
bpf: compute hashes in bloom filter similar to hashmap
Anton Protopopov
-15
/
+2
[next]