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
/
tools
Age
Commit message (
Expand
)
Author
Lines
2023-01-13
libbpf: Replace '.' with '_' in legacy kprobe event name
Menglong Dong
-0
/
+7
2023-01-13
selftests/landlock: Skip overlayfs tests when not supported
Jeff Xu
-0
/
+47
2023-01-13
bpftool: Always disable stack protection for BPF objects
Holger Hoffstätte
-1
/
+2
2023-01-13
entry, kasan, x86: Disallow overriding mem*() functions
Peter Zijlstra
-0
/
+3
2023-01-13
ubsan: Fix objtool UACCESS warns
Peter Zijlstra
-0
/
+1
2023-01-13
objtool/idle: Validate __cpuidle code as noinstr
Peter Zijlstra
-0
/
+13
2023-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-190
/
+368
2023-01-12
Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-74
/
+130
2023-01-12
Merge tag 'core-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-0
/
+9
2023-01-12
Merge tag 'urgent-nolibc.2023.01.09a' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-38
/
+79
2023-01-12
kselftest: Fix error message for unconfigured LLVM builds
Mark Brown
-1
/
+1
2023-01-12
kselftest/arm64: Run BTI selftests on systems without BTI
Mark Brown
-15
/
+10
2023-01-12
kselftest/arm64: Fix test numbering when skipping tests
Mark Brown
-1
/
+1
2023-01-12
kselftest/arm64: Skip non-power of 2 SVE vector lengths in fp-stress
Mark Brown
-1
/
+4
2023-01-12
kselftest/arm64: Only enumerate power of two VLs in syscall-abi
Mark Brown
-2
/
+2
2023-01-12
kselftest/arm64: Verify SME only ABI in syscall-abi
Mark Brown
-6
/
+42
2023-01-12
kselftest/arm64: Only enumerate VLs once in syscall-abi
Mark Brown
-54
/
+41
2023-01-12
kselftest/arm64: Fix syscall-abi for systems without 128 bit SME
Mark Brown
-0
/
+8
2023-01-12
x86/opcode: Add the LKGS instruction to x86-opcode-map
H. Peter Anvin (Intel)
-0
/
+1
2023-01-12
x86/cpufeature: Add the CPU feature bit for LKGS
H. Peter Anvin (Intel)
-0
/
+1
2023-01-12
test/vsock: vsock_perf utility
Arseniy Krasnov
-1
/
+463
2023-01-12
test/vsock: add big message test
Arseniy Krasnov
-0
/
+69
2023-01-12
test/vsock: rework message bounds test
Arseniy Krasnov
-15
/
+157
2023-01-12
selftests/rseq: Revert "selftests/rseq: Add mm_numa_cid to test script"
Mathieu Desnoyers
-5
/
+0
2023-01-11
selftests/xsk: automatically switch XDP programs
Magnus Karlsson
-68
/
+96
2023-01-11
selftests/xsk: automatically restore packet stream
Magnus Karlsson
-14
/
+1
2023-01-11
selftests/xsk: merge dual and single thread dispatchers
Magnus Karlsson
-66
/
+54
2023-01-11
selftests/xsk: add test when some packets are XDP_DROPed
Magnus Karlsson
-0
/
+43
2023-01-11
selftests/xsk: get rid of built-in XDP program
Magnus Karlsson
-106
/
+92
2023-01-11
selftests/xsk: remove unnecessary code in control path
Magnus Karlsson
-631
/
+3
2023-01-11
selftests/xsk: load and attach XDP program only once per mode
Magnus Karlsson
-87
/
+162
2023-01-11
selftests/xsk: remove namespaces
Magnus Karlsson
-74
/
+20
2023-01-11
selftests/xsk: replace asm acquire/release implementations
Magnus Karlsson
-76
/
+4
2023-01-11
selftests/xsk: add debug option for creating netdevs
Magnus Karlsson
-1
/
+10
2023-01-11
selftests/xsk: remove unused variable outstanding_tx
Magnus Karlsson
-2
/
+0
2023-01-11
selftests/xsk: print correct error codes when exiting
Magnus Karlsson
-9
/
+9
2023-01-11
selftests/xsk: submit correct number of frames in populate_fill_ring
Magnus Karlsson
-1
/
+1
2023-01-11
selftests/xsk: do not close unused file descriptors
Magnus Karlsson
-2
/
+11
2023-01-11
selftests/xsk: print correct payload for packet dump
Magnus Karlsson
-2
/
+2
2023-01-11
proc: fix PIE proc-empty-vm, proc-pid-vm tests
Alexey Dobriyan
-9
/
+12
2023-01-11
selftests: netfilter: fix transaction test script timeout handling
Florian Westphal
-7
/
+10
2023-01-11
perf auxtrace: Fix address filter duplicate symbol selection
Adrian Hunter
-1
/
+1
2023-01-10
libbpf: Fix map creation flags sanitization
Ludovic L'Hours
-1
/
+1
2023-01-10
bpftool: fix output for skipping kernel config check
Chethan Suresh
-4
/
+4
2023-01-10
bpftool: Add missing quotes to libbpf bootstrap submake vars
James Hilliard
-1
/
+1
2023-01-10
selftests/nolibc: Add `getpagesize(2)` selftest
Ammar Faizi
-0
/
+30
2023-01-10
nolibc/sys: Implement `getpagesize(2)` function
Ammar Faizi
-0
/
+21
2023-01-10
nolibc/stdlib: Implement `getauxval(3)` function
Ammar Faizi
-0
/
+27
2023-01-10
tools/nolibc: add auxiliary vector retrieval for s390
Sven Schnelle
-0
/
+10
2023-01-10
tools/nolibc: add auxiliary vector retrieval for mips
Willy Tarreau
-0
/
+11
[prev]
[next]