summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | perf vendor events powerpc: Fix eventcode of power10 JSON eventsKajol Jain2021-05-2810-299/+299
| * | | perf stat: Fix error check for bpf_program__attachNamhyung Kim2021-05-271-2/+2
| * | | perf debug: Move debug initialization earlierIan Rogers2021-05-271-2/+2
| * | | perf jevents: Fix getting maximum number of fdsFelix Fietkau2021-05-261-1/+1
* | | | Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-2619-284/+911
|\ \ \ \ | |/ / / |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-2511-200/+467
| |\ \ \
| | * | | bpf, selftests: Adjust few selftest result_unpriv outcomesDaniel Borkmann2021-05-252-10/+0
| | * | | selftests/bpf: Add test for l3 use of bpf_redirect_peerJussi Maki2021-05-252-178/+405
| | * | | bpftool: Add sock_release help info for cgroup attach/prog load commandLiu Jian2021-05-255-7/+10
| | * | | selftests/bpf: Test ringbuf mmap read-only and read-write restrictionsAndrii Nakryiko2021-05-201-1/+48
| | * | | selftests/bpf: Convert static to global in tc_redirect progsStanislav Fomichev2021-05-202-4/+4
| * | | | net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti2021-05-231-4/+4
| * | | | selftests: Add .gitignore for nci test suiteDavid Matlack2021-05-201-0/+1
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-119-266/+625
| |\ \ \ | | |_|/ | |/| |
| | * | selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.cJussi Maki2021-05-117-266/+617
| | * | libbpf: Provide GELF_ST_VISIBILITY() define for older libelfArnaldo Carvalho de Melo2021-05-111-0/+5
| | * | libbpf: Add NULL check to add_dummy_ksym_varIan Rogers2021-05-051-0/+3
* | | | Merge tag 'perf-tools-fixes-for-v5.13-2021-05-24' of git://git.kernel.org/pub...Linus Torvalds2021-05-2420-30/+71
|\ \ \ \
| * | | | perf stat: Skip evlist__[enable|disable] when all events uses BPFSong Liu2021-05-212-6/+10
| * | | | perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-ExitAdrian Hunter2021-05-213-7/+8
| * | | | perf scripts python: exported-sql-viewer.py: Fix warning displayAdrian Hunter2021-05-211-0/+5
| * | | | perf scripts python: exported-sql-viewer.py: Fix Array TypeErrorAdrian Hunter2021-05-211-2/+3
| * | | | perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top C...Adrian Hunter2021-05-211-1/+1
| * | | | tools headers UAPI: Sync files changed by the quotactl_path unwiringArnaldo Carvalho de Melo2021-05-214-4/+4
| * | | | tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo2021-05-211-1/+1
| * | | | tools headers UAPI: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo2021-05-211-1/+1
| * | | | Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2021-05-211-7/+7
| |\ \ \ \
| * | | | | perf parse-events: Check if the software events array slots are populatedArnaldo Carvalho de Melo2021-05-211-2/+7
| * | | | | perf tools: Add 'cgroup-switches' software eventNamhyung Kim2021-05-192-0/+5
| * | | | | perf intel-pt: Remove redundant setting of ptq->insn_lenAdrian Hunter2021-05-191-1/+0
| * | | | | perf intel-pt: Fix sample instruction bytesAdrian Hunter2021-05-191-1/+4
| * | | | | perf intel-pt: Fix transaction abort handlingAdrian Hunter2021-05-191-1/+5
| * | | | | perf test: Fix libpfm4 support (63) test error for nested event groupsThomas Richter2021-05-192-3/+12
| * | | | | tools arch kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2021-05-171-0/+2
| * | | | | perf buildid-list: Initialize zstd_dataMilian Wolff2021-05-171-0/+3
* | | | | | Merge tag 'powerpc-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-05-231-9/+18
|\ \ \ \ \ \
| * | | | | | powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference b...Nicholas Piggin2021-05-211-9/+18
| |/ / / / /
* | | | | | Merge tag 'kbuild-fixes-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-222-26/+26
|\ \ \ \ \ \
| * | | | | | tools build: Fix quiet cmd indentationKees Cook2021-05-172-26/+26
| |/ / / / /
* | | | | | linux/bits.h: fix compilation error with GENMASKRikard Falkeborn2021-05-222-1/+9
* | | | | | tools/testing/selftests/exec: fix link errorYang Yingliang2021-05-221-3/+3
| |/ / / / |/| | | |
* | | | | Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-211-7/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | signal: Deliver all of the siginfo perf data in _perfEric W. Biederman2021-05-181-7/+7
* | | | | Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-161-3/+3
|\ \ \ \ \
| * | | | | x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh2021-05-101-3/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'objtool-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-152-1/+3
|\ \ \ \ \
| * | | | | objtool/x86: Fix elf_add_alternative() endiannessVasily Gorbik2021-05-121-1/+2
| * | | | | objtool: Fix elf_create_undef_symbol() endiannessVasily Gorbik2021-05-121-0/+1
* | | | | | Merge tag 'libnvdimm-fixes-5.13-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-152-18/+26
|\ \ \ \ \ \
| * | | | | | ACPI: NFIT: Fix support for variable 'SPA' structure sizeDan Williams2021-05-121-17/+25