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 git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-03-10
15
-140
/
+669
|
\
|
*
bpf, xdp: Restructure redirect actions
Björn Töpel
2021-03-10
2
-2
/
+0
|
*
bpf, xdp: Make bpf_redirect_map() a map operation
Björn Töpel
2021-03-10
3
-5
/
+32
|
*
bpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2021-03-05
1
-2
/
+81
|
*
bpf: Add arraymap support for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
1
-0
/
+40
|
*
bpf: Add hashtab support for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
2
-0
/
+92
|
*
bpf: Add bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
4
-13
/
+215
|
*
bpf: Change return value of verifier function add_subprog()
Yonghong Song
2021-02-26
1
-2
/
+2
|
*
bpf: Refactor check_func_call() to allow callback function
Yonghong Song
2021-02-26
1
-17
/
+43
|
*
bpf: Factor out verbose_invalid_scalar()
Yonghong Song
2021-02-26
1
-11
/
+19
|
*
bpf: Factor out visit_func_call_insn() in check_cfg()
Yonghong Song
2021-02-26
1
-12
/
+23
|
*
bpf: Rename fixup_bpf_calls and add some comments
Brendan Jackman
2021-02-26
1
-7
/
+9
|
*
bpf: Use MAX_BPF_FUNC_REG_ARGS macro
Dmitrii Banshchikov
2021-02-26
2
-12
/
+15
|
*
bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]
Song Liu
2021-02-26
3
-10
/
+62
|
*
bpf: Enable task local storage for tracing programs
Song Liu
2021-02-26
6
-49
/
+38
*
|
Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2021-03-10
3
-35
/
+64
|
\
\
|
*
|
bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
Brendan Jackman
2021-03-05
2
-1
/
+22
|
*
|
bpf: Account for BPF_FETCH in insn_has_def32()
Ilya Leoshkevich
2021-03-04
1
-31
/
+39
|
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2021-02-26
3
-3
/
+3
|
|
\
\
|
|
*
|
bpf: Drop imprecise log message
Dmitrii Banshchikov
2021-02-24
1
-2
/
+0
|
|
*
|
bpf: Clear percpu pointers in bpf_prog_clone_free()
Cong Wang
2021-02-22
1
-0
/
+2
|
|
*
|
bpf: Fix a warning message in mark_ptr_not_null_reg()
Dan Carpenter
2021-02-22
1
-1
/
+1
|
|
|
/
*
|
|
Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-03-05
1
-0
/
+30
|
\
\
\
|
*
|
|
kernel: provide create_io_thread() helper
Jens Axboe
2021-03-04
1
-0
/
+30
*
|
|
|
tracing: Skip selftests if tracing is disabled
Steven Rostedt (VMware)
2021-03-04
1
-0
/
+6
*
|
|
|
tracing: Fix memory leak in __create_synth_event()
Vamshi K Sthambamkadi
2021-03-04
1
-1
/
+3
*
|
|
|
ring-buffer: Add a little more information and a WARN when time stamp going b...
Steven Rostedt (VMware)
2021-03-04
1
-3
/
+7
*
|
|
|
ring-buffer: Force before_stamp and write_stamp to be different on discard
Steven Rostedt (VMware)
2021-03-04
1
-0
/
+11
*
|
|
|
tracing: Fix help text of TRACEPOINT_BENCHMARK in Kconfig
Rolf Eike Beer
2021-03-04
1
-1
/
+1
*
|
|
|
tracing: Remove duplicate declaration from trace.h
Yordan Karadzhov (VMware)
2021-03-04
1
-1
/
+0
|
/
/
/
*
|
|
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-28
1
-7
/
+13
|
\
\
\
|
*
|
|
blktrace: fix documentation for blk_fill_rw()
Chaitanya Kulkarni
2021-02-24
1
-1
/
+1
|
*
|
|
blktrace: remove debugfs file dentries from struct blk_trace
Greg Kroah-Hartman
2021-02-23
1
-6
/
+2
|
*
|
|
blktrace: add blk_fill_rwbs documentation comment
Chaitanya Kulkarni
2021-02-22
1
-0
/
+10
|
*
|
|
block: remove superfluous param in blk_fill_rwbs()
Chaitanya Kulkarni
2021-02-22
1
-1
/
+1
*
|
|
|
Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-27
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals
Jens Axboe
2021-02-22
2
-3
/
+3
*
|
|
|
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2021-02-27
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
audit_alloc_mark(): don't open-code ERR_CAST()
Al Viro
2021-02-23
1
-1
/
+1
*
|
|
|
|
|
Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-02-26
1
-116
/
+194
|
\
\
\
\
\
\
|
*
|
|
|
|
|
swiotlb: Validate bounce size in the sync/unmap path
Martin Radev
2021-02-26
1
-3
/
+50
|
*
|
|
|
|
|
swiotlb: respect min_align_mask
Christoph Hellwig
2021-02-26
1
-10
/
+31
|
*
|
|
|
|
|
swiotlb: don't modify orig_addr in swiotlb_tbl_sync_single
Christoph Hellwig
2021-02-22
1
-1
/
+0
|
*
|
|
|
|
|
swiotlb: refactor swiotlb_tbl_map_single
Christoph Hellwig
2021-02-22
1
-90
/
+89
|
*
|
|
|
|
|
swiotlb: clean up swiotlb_tbl_unmap_single
Christoph Hellwig
2021-02-20
1
-20
/
+21
|
*
|
|
|
|
|
swiotlb: factor out a nr_slots helper
Christoph Hellwig
2021-02-20
1
-4
/
+9
|
*
|
|
|
|
|
swiotlb: factor out an io_tlb_offset helper
Christoph Hellwig
2021-02-20
1
-7
/
+13
|
*
|
|
|
|
|
swiotlb: add a IO_TLB_SIZE define
Christoph Hellwig
2021-02-20
1
-7
/
+7
*
|
|
|
|
|
|
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2021-02-26
1
-2
/
+0
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
kexec: move machine_kexec_post_load() to public interface
Pavel Tatashin
2021-02-22
1
-2
/
+0
[next]