summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2017-07-18tools include uapi x86: Add __NR_setns, if missingArnaldo Carvalho de Melo-0/+6
2017-07-18tools include uapi x86: Grab a copy of unistd.hArnaldo Carvalho de Melo-0/+18
2017-07-18perf vendor events: Add POWER9 PVRs to mapfileSukadev Bhattiprolu-0/+3
2017-07-18perf vendor events: Add POWER9 PMU eventsSukadev Bhattiprolu-0/+3540
2017-07-18perf pmu-events: Support additional POWER8+ PVR in mapfileShriya-0/+1
2017-07-18perf trace beauty fcntl: Beautify F_GETOWN and F_SETOWNArnaldo Carvalho de Melo-1/+8
2017-07-18perf trace beauty: Export the pid beautifier for use in more placesArnaldo Carvalho de Melo-3/+4
2017-07-18perf trace beauty fcntl: Augment the return of F_DUPFD(_CLOEXEC)Arnaldo Carvalho de Melo-1/+5
2017-07-18perf trace beauty: Export the fd beautifier for use in more placesArnaldo Carvalho de Melo-7/+4
2017-07-18perf trace beauty: Give syscall return beautifier more contextArnaldo Carvalho de Melo-10/+20
2017-07-18perf trace beauty fcntl: Beautify F_[GS]ETFD arg/return valueArnaldo Carvalho de Melo-2/+14
2017-07-18perf trace beauty fcntl flags: Beautify F_SETFL argArnaldo Carvalho de Melo-0/+2
2017-07-18perf trace beauty open flags: Move RDRW to the start of the outputArnaldo Carvalho de Melo-1/+1
2017-07-18perf trace beauty fcntl: Beautify F_GETFL return valueArnaldo Carvalho de Melo-2/+8
2017-07-18perf trace beauty open flags: Do not depend on the system's O_LARGEFILE defineArnaldo Carvalho de Melo-0/+3
2017-07-18perf trace beauty open flags: Support O_TMPFILE and O_NOFOLLOWArnaldo Carvalho de Melo-0/+6
2017-07-18perf trace: Allow syscall_arg beautifiers to set a different return formatterArnaldo Carvalho de Melo-1/+29
2017-07-18perf beauty open: Detach the syscall_arg agnostic bits from the flags formatterArnaldo Carvalho de Melo-6/+15
2017-07-18perf trace: Beautify new write hint fcntl commandsArnaldo Carvalho de Melo-0/+1
2017-07-18perf trace beauty fcntl: Basic 'arg' beautifierArnaldo Carvalho de Melo-1/+23
2017-07-18tools include uapi asm-generic: Grab a copy of fcntl.hArnaldo Carvalho de Melo-0/+220
2017-07-18perf trace beauty: Introduce syscall arg beautifier for long integersArnaldo Carvalho de Melo-0/+8
2017-07-18perf trace beauty: Export the "int" and "hex" syscall arg formattersArnaldo Carvalho de Melo-8/+8
2017-07-18perf trace beauty: Allow accessing syscall args values in a syscall arg forma...Arnaldo Carvalho de Melo-7/+29
2017-07-18perf trace beauty: Mask ignored fcntl 'arg' parameterArnaldo Carvalho de Melo-1/+28
2017-07-18perf trace: Only build tools/perf/trace/beauty/ when building 'perf trace'Arnaldo Carvalho de Melo-1/+1
2017-07-18perf trace beauty: Export the strarrays scnprintf methodArnaldo Carvalho de Melo-4/+5
2017-07-18tools: Update include/uapi/linux/fcntl.h copy from the kernelArnaldo Carvalho de Melo-0/+21
2017-07-18perf trace: Beautify linux specific fcntl commandsArnaldo Carvalho de Melo-3/+54
2017-07-18perf trace: Remove F_ from some of the fcntl command stringsArnaldo Carvalho de Melo-3/+3
2017-07-18perf annotate: Implement visual marker for macro fusionJin Yao-0/+63
2017-07-18perf annotate: Check for fused instructionsJin Yao-6/+81
2017-07-18objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf-13/+207
2017-07-18objtool: Add ORC unwind table generationJosh Poimboeuf-60/+916
2017-07-17xdp: bpf redirect with map sample programJohn Fastabend-0/+2
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend-0/+15
2017-07-16tools: hv: ignore a NIC if it has been configuredsixiao@microsoft.com-2/+25
2017-07-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+633
2017-07-14kmod: throttle kmod thread limitLuis R. Rodriguez-22/+2
2017-07-14kmod: add test driver to stress test the module loaderLuis R. Rodriguez-0/+653
2017-07-14Merge tag 'ntb-4.13' of git://github.com/jonmason/ntbLinus Torvalds-2/+9
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-2/+66
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds-221/+777
2017-07-13Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-5/+211
2017-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+212
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko-1/+1
2017-07-12test_sysctl: test against int proc_dointvec() array supportLuis R. Rodriguez-0/+89
2017-07-12test_sysctl: add simple proc_douintvec() caseLuis R. Rodriguez-0/+63
2017-07-12test_sysctl: add simple proc_dointvec() caseLuis R. Rodriguez-0/+62
2017-07-12test_sysctl: test against PAGE_SIZE for intLuis R. Rodriguez-0/+66