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-05-27
perf parse-events: Add bison --file-prefix-map option
Denys Zagorui
2
-3
/
+12
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
75
-420
/
+1406
2021-05-27
perf debug: Move debug initialization earlier
Ian Rogers
1
-2
/
+2
2021-05-27
selftests: kvm: do only 1 memslot_perf_test run by default
Paolo Bonzini
1
-1
/
+1
2021-05-27
KVM: X86: Use _BITUL() macro in UAPI headers
Joe Richey
1
-2
/
+3
2021-05-27
KVM: selftests: add shared hugetlbfs backing source type
Axel Rasmussen
4
-4
/
+33
2021-05-27
KVM: selftests: allow using UFFD minor faults for demand paging
Axel Rasmussen
1
-33
/
+79
2021-05-27
KVM: selftests: create alias mappings when using shared memory
Axel Rasmussen
3
-0
/
+52
2021-05-27
KVM: selftests: add shmem backing source type
Axel Rasmussen
3
-1
/
+22
2021-05-27
KVM: selftests: refactor vm_mem_backing_src_type flags
Axel Rasmussen
2
-18
/
+20
2021-05-27
KVM: selftests: allow different backing source types
Axel Rasmussen
1
-4
/
+11
2021-05-27
KVM: selftests: compute correct demand paging size
Axel Rasmussen
1
-4
/
+7
2021-05-27
KVM: selftests: simplify setup_demand_paging error handling
Axel Rasmussen
1
-32
/
+18
2021-05-27
KVM: selftests: Print a message if /dev/kvm is missing
David Matlack
4
-32
/
+39
2021-05-27
KVM: selftests: trivial comment/logging fixes
Axel Rasmussen
2
-3
/
+3
2021-05-27
KVM: selftests: Fix hang in hardware_disable_test
David Matlack
1
-1
/
+31
2021-05-27
KVM: selftests: Ignore CPUID.0DH.1H in get_cpuid_test
David Matlack
1
-0
/
+5
2021-05-27
KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()
David Matlack
4
-10
/
+16
2021-05-27
KVM: selftests: add a memslot-related performance benchmark
Maciej S. Szmigiero
3
-0
/
+1039
2021-05-27
KVM: selftests: Keep track of memslots more efficiently
Maciej S. Szmigiero
4
-35
/
+124
2021-05-27
selftests: kvm: fix potential issue with ELF loading
Paolo Bonzini
1
-5
/
+4
2021-05-27
selftests: kvm: make allocation of extra memory take effect
Zhenzhong Duan
1
-1
/
+1
2021-05-26
Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
19
-284
/
+911
2021-05-26
libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.h
Florent Revest
16
-68
/
+74
2021-05-26
perf jevents: Fix getting maximum number of fds
Felix Fietkau
1
-1
/
+1
2021-05-26
perf inject: Do not inject BUILD_ID record if MMAP2 has it
Namhyung Kim
1
-0
/
+24
2021-05-26
perf inject: Call dso__put() even if dso->hit is set
Namhyung Kim
1
-2
/
+2
2021-05-26
selftests/bpf: Add xdp_redirect_multi test
Hangbin Liu
4
-1
/
+526
2021-05-26
xdp: Extend xdp_redirect_map with broadcast support
Hangbin Liu
1
-2
/
+12
2021-05-25
bpftool: Set errno on skeleton failures and propagate errors
Andrii Nakryiko
1
-9
/
+18
2021-05-25
libbpf: Streamline error reporting for high-level APIs
Andrii Nakryiko
9
-468
/
+531
2021-05-25
libbpf: Streamline error reporting for low-level APIs
Andrii Nakryiko
3
-50
/
+156
2021-05-25
selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checks
Andrii Nakryiko
56
-425
/
+347
2021-05-25
libbpf: Add libbpf_set_strict_mode() API to turn on libbpf 1.0 behaviors
Andrii Nakryiko
5
-0
/
+71
2021-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
11
-200
/
+467
2021-05-25
bpf, selftests: Adjust few selftest result_unpriv outcomes
Daniel Borkmann
2
-10
/
+0
2021-05-25
kselftest/arm64: Add missing newline to SVE test skipping output
Mark Brown
1
-1
/
+1
2021-05-25
selftests/bpf: Add test for l3 use of bpf_redirect_peer
Jussi Maki
2
-178
/
+405
2021-05-25
bpftool: Add sock_release help info for cgroup attach/prog load command
Liu Jian
5
-7
/
+10
2021-05-25
perf scripts python: intel-pt-events.py: Add branches to script
Adrian Hunter
3
-35
/
+116
2021-05-25
perf scripting python: Add auxtrace error
Adrian Hunter
3
-0
/
+57
2021-05-25
perf scripting python: Add context switch
Adrian Hunter
1
-0
/
+45
2021-05-25
perf scripting python: Add cpumode
Adrian Hunter
1
-0
/
+3
2021-05-25
perf scripting python: Add IPC
Adrian Hunter
1
-0
/
+8
2021-05-25
perf scripting python: Add sample flags
Adrian Hunter
1
-0
/
+26
2021-05-25
perf script: Factor out perf_sample__sprintf_flags()
Adrian Hunter
2
-10
/
+21
2021-05-25
perf scripting python: Add 'addr_location' for 'addr'
Adrian Hunter
7
-23
/
+41
2021-05-25
perf scripting python: Factor out set_sym_in_dict()
Adrian Hunter
1
-8
/
+17
2021-05-25
perf scripting python: Fix tuple_set_u64()
Adrian Hunter
1
-65
/
+81
2021-05-25
perf auxtrace: Make perf_event__process_auxtrace*() callable
Arnaldo Carvalho de Melo
1
-3
/
+20
[prev]
[next]