#!/bin/bash # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf trace $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm 0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/arch/powerpc/net
AgeCommit message (Expand)Author
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-24bpf: powerpc64: add JIT support for multi-function programsSandipan Das
2018-05-24bpf: powerpc64: pad function address loads with NOPsSandipan Das
2018-05-03bpf, ppc64: remove ld_abs/ld_indDaniel Borkmann
2018-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-26bpf, ppc64: fix out of bounds access in tail callDaniel Borkmann
2018-02-22powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data accessMark Lord
2018-01-26bpf, ppc64: remove obsolete exception handling from div/modDaniel Borkmann
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov
2017-12-15bpf, ppc64: do not reload skb pointers in non-skb contextDaniel Borkmann
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-11-06bpf: take advantage of stack_depth tracking in powerpc JITSandipan Das
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-08-17powerpc/bpf: Use memset32() to pre-fill traps in BPF page(s)Naveen N. Rao
2017-08-09bpf, ppc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann