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
2022-02-10
bpftool: Add libbpf's version number to "bpftool version" output
Quentin Monnet
2
-6
/
+11
2022-02-10
user_events: Add self-test for validator boundaries
Beau Belgrave
1
-0
/
+65
2022-02-10
user_events: Add self-test for perf_event integration
Beau Belgrave
2
-1
/
+169
2022-02-10
user_events: Add self-test for dynamic_events integration
Beau Belgrave
2
-1
/
+131
2022-02-10
user_events: Add self-test for ftrace integration
Beau Belgrave
3
-0
/
+397
2022-02-10
selftest/bpf: Check invalid length in test_xdp_update_frags
Lorenzo Bianconi
1
-1
/
+37
2022-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
29
-72
/
+248
2022-02-10
Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+1
2022-02-10
Merge tag 'linux-kselftest-fixes-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
6
-15
/
+43
2022-02-10
Merge tag 'linux-kselftest-kunit-fixes-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
1
-1
/
+1
2022-02-11
selftests: netfilter: disable rp_filter on router
Hangbin Liu
1
-0
/
+1
2022-02-10
bpftool: Generalize light skeleton generation.
Alexei Starovoitov
1
-19
/
+20
2022-02-10
libbpf: Prepare light skeleton for the kernel.
Alexei Starovoitov
2
-21
/
+179
2022-02-10
perf report: Output data file name in raw trace dump
Alexey Bayduraev
9
-37
/
+59
2022-02-10
perf session: Load data directory files for analysis
Alexey Bayduraev
1
-0
/
+133
2022-02-10
perf record: Implement compatibility checks
Alexey Bayduraev
1
-3
/
+46
2022-02-10
perf record: Extend --threads command line option
Alexey Bayduraev
3
-4
/
+349
2022-02-10
perf record: Introduce --threads command line option
Alexey Bayduraev
2
-1
/
+51
2022-02-10
perf record: Introduce data transferred and compressed stats
Alexey Bayduraev
1
-3
/
+22
2022-02-10
perf record: Introduce compressor at mmap buffer object
Alexey Bayduraev
3
-7
/
+23
2022-02-10
perf record: Introduce bytes written stats
Alexey Bayduraev
1
-3
/
+18
2022-02-10
perf record: Introduce data file at mmap buffer object
Alexey Bayduraev
2
-5
/
+33
2022-02-10
perf record: Start threads in the beginning of trace streaming
Alexey Bayduraev
2
-1
/
+121
2022-02-10
perf record: Stop threads in the end of trace streaming
Alexey Bayduraev
1
-0
/
+31
2022-02-10
perf record: Introduce thread local variable
Alexey Bayduraev
1
-46
/
+94
2022-02-10
perf record: Introduce function to propagate control commands
Alexey Bayduraev
2
-0
/
+17
2022-02-10
perf record: Introduce thread specific data array
Alexey Bayduraev
1
-3
/
+244
2022-02-10
tools lib: Introduce fdarray duplicate function
Alexey Bayduraev
2
-0
/
+18
2022-02-10
perf record: Introduce thread affinity and mmap masks
Alexey Bayduraev
1
-0
/
+123
2022-02-10
KVM: selftests: nSVM: Add enlightened MSR-Bitmap selftest
Vitaly Kuznetsov
3
-0
/
+177
2022-02-10
KVM: selftests: nSVM: Update 'struct vmcb_control_area' definition
Vitaly Kuznetsov
1
-1
/
+8
2022-02-10
KVM: selftests: nSVM: Set up MSR-Bitmap for SVM guests
Vitaly Kuznetsov
2
-0
/
+11
2022-02-10
KVM: selftests: nVMX: Add enlightened MSR-Bitmap selftest
Vitaly Kuznetsov
1
-0
/
+59
2022-02-10
KVM: selftests: nVMX: Properly deal with 'hv_clean_fields'
Vitaly Kuznetsov
2
-3
/
+152
2022-02-10
KVM: selftests: Adapt hyperv_cpuid test to the newly introduced Enlightened MSR-Bitmap
Vitaly Kuznetsov
1
-12
/
+17
2022-02-10
KVM: selftests: Add an option to disable MANUAL_PROTECT_ENABLE and INITIALLY_SET
David Matlack
1
-2
/
+11
2022-02-10
perf lock: Carefully combine lock stats for discarded entries
Namhyung Kim
1
-0
/
+16
2022-02-10
perf lock: Add -c/--combine-locks option
Namhyung Kim
2
-0
/
+72
2022-02-10
perf lock: Fix lock name length check for printing
Namhyung Kim
1
-1
/
+1
2022-02-10
perf lock: Sort map info based on class name
Namhyung Kim
1
-1
/
+19
2022-02-10
perf lock: Change type of lock_stat->addr to u64
Namhyung Kim
1
-26
/
+9
2022-02-10
perf lock: Convert lockhash_table to use hlist
Namhyung Kim
1
-8
/
+8
2022-02-10
perf annotate: Try chroot filename for objdump
Namhyung Kim
1
-0
/
+10
2022-02-10
perf inject: Try chroot directory when reading build-id
Namhyung Kim
1
-0
/
+10
2022-02-10
perf tools: Try chroot'ed filename when opening dso/symbol
Namhyung Kim
5
-2
/
+69
2022-02-10
selftests: netfilter: synproxy test requires nf_conntrack
Pablo Neira Ayuso
1
-0
/
+2
2022-02-10
selftests: net: test standard socket cmsgs across UDP and ICMP sockets
Jakub Kicinski
2
-0
/
+84
2022-02-10
selftests: net: cmsg_sender: support Tx timestamping
Jakub Kicinski
1
-1
/
+122
2022-02-10
selftests: net: cmsg_sender: support setting SO_TXTIME
Jakub Kicinski
1
-3
/
+46
2022-02-10
selftests: net: cmsg_so_mark: test with SO_MARK set by setsockopt
Jakub Kicinski
2
-11
/
+31
[prev]
[next]