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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-15
arm64: selftests: Fix spelling of 'Mismatch'
Mark Brown
2
-2
/
+2
2021-01-14
Merge tag 'trace-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-0
/
+5
2021-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-445
/
+382
2021-01-14
bpf: Add tests for new BPF atomic operations
Brendan Jackman
9
-0
/
+881
2021-01-14
bpf: Add bitwise atomic instructions
Brendan Jackman
1
-0
/
+6
2021-01-14
bpf: Add instructions for atomic_[cmp]xchg
Brendan Jackman
2
-1
/
+5
2021-01-14
bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
Brendan Jackman
2
-0
/
+4
2021-01-14
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
11
-33
/
+41
2021-01-14
selftests: Add separate option to nettest for address binding
David Ahern
2
-8
/
+15
2021-01-14
selftests: Remove exraneous newline in nettest
David Ahern
1
-1
/
+0
2021-01-14
selftests: Add separate options for server device bindings
David Ahern
2
-142
/
+154
2021-01-14
selftests: Add new option for client-side passwords
David Ahern
2
-45
/
+52
2021-01-14
selftests: Consistently specify address for MD5 protection
David Ahern
2
-33
/
+33
2021-01-14
selftests: Make address validation apply only to client mode
David Ahern
1
-0
/
+6
2021-01-14
selftests: Add missing newline in nettest error messages
David Ahern
1
-8
/
+6
2021-01-14
selftests: Use separate stdout and stderr buffers in nettest
David Ahern
1
-1
/
+20
2021-01-14
selftests: Add support to nettest to run both client and server
David Ahern
1
-8
/
+85
2021-01-14
selftests: Add options to set network namespace to nettest
David Ahern
1
-1
/
+55
2021-01-14
selftests: Move address validation in nettest
David Ahern
1
-17
/
+43
2021-01-14
selftests: Move convert_addr up in nettest
David Ahern
1
-126
/
+126
2021-01-14
selftests: Move device validation in nettest
David Ahern
1
-22
/
+42
2021-01-14
Merge tag 'linux-kselftest-fixes-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
1
-2
/
+4
2021-01-14
Merge tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-5
/
+11
2021-01-14
objtool: Support stack layout changes in alternatives
Josh Poimboeuf
4
-110
/
+158
2021-01-14
objtool: Add 'alt_group' struct
Josh Poimboeuf
2
-7
/
+35
2021-01-14
objtool: Refactor ORC section generation
Josh Poimboeuf
7
-159
/
+140
2021-01-14
tools/bootconfig: Add tracing_on support to helper scripts
Masami Hiramatsu
2
-0
/
+5
2021-01-13
selftests/bpf: Add verifier test for PTR_TO_MEM spill
Gilad Reti
2
-1
/
+41
2021-01-13
tools/bpftool: Add -Wall when building BPF programs
Ian Rogers
1
-1
/
+1
2021-01-13
bpf, libbpf: Avoid unused function warning on bpf_tail_call_static
Ian Rogers
1
-1
/
+1
2021-01-13
selftests/bpf: Install btf_dump test cases
Jean-Philippe Brucker
1
-1
/
+2
2021-01-13
selftests/bpf: Fix installation of urandom_read
Jean-Philippe Brucker
1
-1
/
+1
2021-01-13
selftests/bpf: Move generated test files to $(TEST_GEN_FILES)
Jean-Philippe Brucker
1
-4
/
+3
2021-01-13
selftests/bpf: Fix out-of-tree build
Jean-Philippe Brucker
1
-1
/
+1
2021-01-13
selftests/bpf: Enable cross-building
Jean-Philippe Brucker
1
-11
/
+35
2021-01-13
x86/insn: Fix vector instruction decoding on big endian cross-compiles
Vasily Gorbik
2
-9
/
+21
2021-01-13
objtool: Rework header include paths
Vasily Gorbik
26
-47
/
+48
2021-01-13
objtool: Fix x86 orc generation on big endian cross-compiles
Vasily Gorbik
7
-6
/
+70
2021-01-13
objtool: Fix reloc generation on big endian cross-compiles
Martin Schwidefsky
1
-15
/
+19
2021-01-13
x86/insn: Support big endian cross-compiles
Martin Schwidefsky
2
-54
/
+80
2021-01-13
objtool: Make SP memory operation match PUSH/POP semantics
Julien Thierry
1
-0
/
+20
2021-01-13
objtool: Support addition to set CFA base
Julien Thierry
1
-0
/
+11
2021-01-13
objtool: Fully validate the stack frame
Julien Thierry
1
-4
/
+11
2021-01-13
objtool: Don't add empty symbols to the rbtree
Josh Poimboeuf
1
-0
/
+7
2021-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
1
-3
/
+9
2021-01-12
selftests/bpf: Test kernel module ksym externs
Andrii Nakryiko
3
-0
/
+60
2021-01-12
libbpf: Support kernel module ksym externs
Andrii Nakryiko
1
-18
/
+32
2021-01-12
selftests/bpf: Sync RCU before unloading bpf_testmod
Andrii Nakryiko
3
-33
/
+12
2021-01-12
bpf: Extend bind v4/v6 selftests for mark/prio/bindtoifindex
Daniel Borkmann
2
-8
/
+76
2021-01-12
bpf: Clarify return value of probe str helpers
Brendan Jackman
1
-5
/
+5
[prev]
[next]