summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa2019-07-2952-198/+198
| * | | | | | | | | | | | | | | | perf stat: Move loaded out of struct perf_counts_valuesJiri Olsa2019-07-294-4/+28
| * | | | | | | | | | | | | | | | perf trace: Add "sendfile64" alias to the "sendfile" syscallArnaldo Carvalho de Melo2019-07-291-0/+1
| * | | | | | | | | | | | | | | | perf trace: Reuse BPF augmenters from syscalls with similar args signatureArnaldo Carvalho de Melo2019-07-291-2/+152
| * | | | | | | | | | | | | | | | perf trace: Preallocate the syscall tableArnaldo Carvalho de Melo2019-07-293-22/+9
| * | | | | | | | | | | | | | | | perf trace: Mark syscall ids that are not allocated to avoid unnecessary erro...Arnaldo Carvalho de Melo2019-07-291-6/+19
| * | | | | | | | | | | | | | | | perf trace: Forward error codes when trying to read syscall infoArnaldo Carvalho de Melo2019-07-291-6/+9
| * | | | | | | | | | | | | | | | perf trace beauty: Add BPF augmenter for the 'rename' syscallArnaldo Carvalho de Melo2019-07-291-0/+19
| * | | | | | | | | | | | | | | | perf trace beauty: Beautify bind's sockaddr argArnaldo Carvalho de Melo2019-07-291-1/+3
| * | | | | | | | | | | | | | | | perf trace beauty: Beautify 'sendto's sockaddr argArnaldo Carvalho de Melo2019-07-291-0/+21
| * | | | | | | | | | | | | | | | perf trace beauty: Do not try to use the fd->pathname beautifier for bind/con...Arnaldo Carvalho de Melo2019-07-291-2/+4
| * | | | | | | | | | | | | | | | perf trace beauty: Disable fd->pathname when close() not enabledArnaldo Carvalho de Melo2019-07-291-3/+16
| * | | | | | | | | | | | | | | | perf trace beauty: Make connect's addrlen be printed as an int, not hexArnaldo Carvalho de Melo2019-07-291-1/+2
| * | | | | | | | | | | | | | | | perf augmented_raw_syscalls: Augment sockaddr arg in 'connect'Arnaldo Carvalho de Melo2019-07-291-5/+30
| * | | | | | | | | | | | | | | | perf augmented_raw_syscalls: Rename augmented_args_filename to augmented_args...Arnaldo Carvalho de Melo2019-07-291-10/+12
| * | | | | | | | | | | | | | | | perf trace: Look for default name for entries in the syscalls prog arrayArnaldo Carvalho de Melo2019-07-291-11/+19
| * | | | | | | | | | | | | | | | perf augmented_raw_syscalls: Support copying two string syscall argsArnaldo Carvalho de Melo2019-07-292-0/+22
| * | | | | | | | | | | | | | | | perf augmented_raw_syscalls: Switch to using BPF_MAP_TYPE_PROG_ARRAYArnaldo Carvalho de Melo2019-07-291-111/+16
| * | | | | | | | | | | | | | | | perf augmented_raw_syscalls: Add handler for "openat"Arnaldo Carvalho de Melo2019-07-292-0/+18
| * | | | | | | | | | | | | | | | perf trace: Handle raw_syscalls:sys_enter just like the BPF_OUTPUT augmented ...Arnaldo Carvalho de Melo2019-07-291-0/+15
| * | | | | | | | | | | | | | | | perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure ...Arnaldo Carvalho de Melo2019-07-292-4/+86
| * | | | | | | | | | | | | | | | perf trace: Allow specifying the bpf prog to augment specific syscallsArnaldo Carvalho de Melo2019-07-292-2/+71
| * | | | | | | | | | | | | | | | perf trace: Add BPF handler for unaugmented syscallsArnaldo Carvalho de Melo2019-07-292-0/+22
| * | | | | | | | | | | | | | | | perf trace: Order -e syscalls tableArnaldo Carvalho de Melo2019-07-291-0/+8
| * | | | | | | | | | | | | | | | perf trace: Look up maps just on the __augmented_syscalls__ BPF objectArnaldo Carvalho de Melo2019-07-291-13/+7
| * | | | | | | | | | | | | | | | perf trace: Add pointer to BPF object containing __augmented_syscalls__Arnaldo Carvalho de Melo2019-07-291-0/+15
| * | | | | | | | | | | | | | | | perf evsel: Store backpointer to attached bpf_objectArnaldo Carvalho de Melo2019-07-295-4/+9
| * | | | | | | | | | | | | | | | perf bpf: Do not attach a BPF prog to a tracepoint if its name starts with !Arnaldo Carvalho de Melo2019-07-291-0/+9
| * | | | | | | | | | | | | | | | perf include bpf: Add bpf_tail_call() prototypeArnaldo Carvalho de Melo2019-07-291-0/+2
* | | | | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-1612-39/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-08-2212-39/+35
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge LKMM and RCU commitsPaul E. McKenney2019-08-132-1/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | rcutorture: Test TREE03 with the threadirqs kernel boot parameterPaul E. McKenney2019-08-011-0/+1
| | | * | | | | | | | | | | | | | | | | torture: Expand last_ts variable in kvm-test-1-run.shPaul E. McKenney2019-08-011-1/+1
| | | | |_|_|_|_|_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | tools/memory-model: Update the informal documentationAndrea Parri2019-08-092-35/+30
| | * | | | | | | | | | | | | | | | | tools/memory-model: Use cumul-fence instead of fence in ->prop exampleJoel Fernandes (Google)2019-08-091-3/+3
| | * | | | | | | | | | | | | | | | | tools/memory-model: Make scripts be executablePaul E. McKenney2019-08-018-0/+0
| | |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | objtool: Clobber user CFLAGS variableJosh Poimboeuf2019-09-101-1/+1
| | |_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge tag 'riscv/for-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-168-1/+279
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | riscv: Add support for libdwMao Han2019-09-058-1/+279
| | |_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-164-0/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | selftests, arm64: fix uninitialized symbol in tags_test.cAndrey Konovalov2019-08-191-3/+5
| * | | | | | | | | | | | | | | | | selftests, arm64: add a selftest for passing tagged pointers to kernelAndrey Konovalov2019-08-064-0/+53
| | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-167-20/+421
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | tests: add pidfd poll testsSuren Baghdasaryan2019-08-063-1/+119
| * | | | | | | | | | | | | | | | tests: move common definitions and functions into pidfd.hSuren Baghdasaryan2019-08-062-5/+5
| * | | | | | | | | | | | | | | | pidfd: add pidfd_wait testsChristian Brauner2019-08-065-15/+298
| | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-142-11/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-09-061-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud