index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-02
libbpf: Add API to get/set log_level at per-program level
Andrii Nakryiko
4
-1
/
+23
2021-12-02
libbpf: Use __u32 fields in bpf_map_create_opts
Andrii Nakryiko
1
-4
/
+4
2021-12-02
tools/resolve_btfids: Skip unresolved symbol warning for empty BTF sets
Kumar Kartikeya Dwivedi
1
-3
/
+5
2021-12-02
selftests/bpf: Update test names for xchg and cmpxchg
Paul E. McKenney
1
-2
/
+2
2021-12-02
selftests/bpf: Build testing_helpers.o out of tree
Jean-Philippe Brucker
1
-18
/
+22
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-106
/
+318
2021-12-02
Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-5
/
+32
2021-12-02
selftests/bpf: Add CO-RE relocations to verifier scale test.
Alexei Starovoitov
1
-2
/
+2
2021-12-02
selftests/bpf: Revert CO-RE removal in test_ksyms_weak.
Alexei Starovoitov
1
-1
/
+1
2021-12-02
selftests/bpf: Additional test for CO-RE in the kernel.
Alexei Starovoitov
3
-1
/
+119
2021-12-02
selftests/bpf: Convert map_ptr_kern test to use light skeleton.
Alexei Starovoitov
2
-10
/
+9
2021-12-02
selftests/bpf: Improve inner_map test coverage.
Alexei Starovoitov
1
-2
/
+14
2021-12-02
selftests/bpf: Add lskel version of kfunc test.
Alexei Starovoitov
2
-1
/
+25
2021-12-02
libbpf: Clean gen_loader's attach kind.
Alexei Starovoitov
1
-1
/
+3
2021-12-02
libbpf: Support init of inner maps in light skeleton.
Alexei Starovoitov
3
-3
/
+31
2021-12-02
libbpf: Use CO-RE in the kernel in light skeleton.
Alexei Starovoitov
3
-33
/
+120
2021-12-02
libbpf: Cleanup struct bpf_core_cand.
Andrii Nakryiko
2
-15
/
+17
2021-12-02
bpf: Pass a set of bpf_core_relo-s to prog_load command.
Alexei Starovoitov
2
-54
/
+58
2021-12-02
bpf: Define enum bpf_core_relo_kind as uapi.
Alexei Starovoitov
4
-60
/
+63
2021-12-02
bpf: Prepare relo_core.c for kernel duty.
Alexei Starovoitov
1
-11
/
+65
2021-12-02
libbpf: Replace btf__type_by_id() with btf_type_by_id().
Alexei Starovoitov
3
-13
/
+10
2021-12-02
selftests: net: remove meaningless help option
Li Zhijian
1
-2
/
+0
2021-12-02
selftests: net: Correct case name
Li Zhijian
1
-2
/
+2
2021-11-30
tools/memory-model: litmus: Add two tests for unlock(A)+lock(B) ordering
Boqun Feng
3
-0
/
+76
2021-11-30
tools/memory-model: doc: Describe the requirement of the litmus-tests directory
Boqun Feng
1
-0
/
+12
2021-11-30
tools/memory-model: Provide extra ordering for unlock+lock pair on the same CPU
Boqun Feng
2
-22
/
+28
2021-11-30
torture: Properly redirect kvm-remote.sh "echo" commands
Paul E. McKenney
1
-5
/
+5
2021-11-30
torture: Fix incorrectly redirected "exit" in kvm-remote.sh
Paul E. McKenney
1
-1
/
+1
2021-11-30
rcutorture: Test RCU Tasks lock-contention detection
Paul E. McKenney
1
-0
/
+1
2021-11-30
rcutorture: Cause TREE02 and TREE10 scenarios to do more callback flooding
Paul E. McKenney
2
-0
/
+2
2021-11-30
torture: Retry download once before giving up
Paul E. McKenney
1
-2
/
+9
2021-11-30
torture: Make kvm-find-errors.sh report link-time undefined symbols
Paul E. McKenney
2
-3
/
+4
2021-11-30
torture: Catch kvm.sh help text up with actual options
Paul E. McKenney
1
-3
/
+6
2021-11-30
tools/nolibc: Implement gettid()
Mark Brown
1
-0
/
+18
2021-11-30
tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`
Ammar Faizi
1
-1
/
+1
2021-11-30
tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber list
Ammar Faizi
1
-14
/
+19
2021-11-30
tools/nolibc: fix incorrect truncation of exit code
Willy Tarreau
1
-8
/
+5
2021-11-30
tools/nolibc: i386: fix initial stack alignment
Willy Tarreau
1
-1
/
+9
2021-11-30
tools/nolibc: x86-64: Fix startup code bug
Ammar Faizi
1
-2
/
+8
2021-11-30
rcu: Remove the RCU_FAST_NO_HZ Kconfig option
Paul E. McKenney
3
-3
/
+0
2021-11-30
torture: Remove RCU_FAST_NO_HZ from rcu scenarios
Paul E. McKenney
6
-6
/
+0
2021-11-30
torture: Remove RCU_FAST_NO_HZ from rcuscale and refscale scenarios
Paul E. McKenney
6
-6
/
+0
2021-11-30
rcutorture: Add CONFIG_PREEMPT_DYNAMIC=n to tiny scenarios
Paul E. McKenney
5
-0
/
+5
2021-11-30
libbpf: Avoid reload of imm for weak, unresolved, repeating ksym
Kumar Kartikeya Dwivedi
1
-3
/
+2
2021-11-30
libbpf: Avoid double stores for success/failure case of ksym relocations
Kumar Kartikeya Dwivedi
1
-16
/
+21
2021-11-30
selftest/bpf/benchs: Add bpf_loop benchmark
Joanne Koong
7
-1
/
+203
2021-11-30
selftests/bpf: Measure bpf_loop verifier performance
Joanne Koong
5
-4
/
+169
2021-11-30
selftests/bpf: Add bpf_loop test
Joanne Koong
2
-0
/
+257
2021-11-30
bpf: Add bpf_loop helper
Joanne Koong
1
-0
/
+25
2021-11-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-80
/
+257
[prev]
[next]