summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | perf record: Remove suggestion to enable APICAndi Kleen2018-04-181-2/+1
| | | * | | | | | | | perf record: Remove misleading error suggestionAndi Kleen2018-04-181-2/+1
| | | * | | | | | | | perf hists browser: Clarify top/report browser helpAndi Kleen2018-04-181-1/+1
| | | * | | | | | | | perf mem: Allow all record/report optionsAndi Kleen2018-04-182-2/+5
| | | * | | | | | | | perf trace: Support MAP_FIXED_NOREPLACEArnaldo Carvalho de Melo2018-04-181-0/+3
| | | * | | | | | | | perf: Remove superfluous allocation error checkJiri Olsa2018-04-171-8/+2
| | | * | | | | | | | perf: Fix sample_max_stack maximum checkJiri Olsa2018-04-171-9/+12
| | | * | | | | | | | perf: Return proper values for user stack errorsJiri Olsa2018-04-171-2/+2
| | | * | | | | | | | perf list: Add s390 support for detailed/verbose PMU event descriptionThomas Richter2018-04-171-0/+6
| | | * | | | | | | | perf script: Extend misc field decoding with switch out event typeAlexey Budankov2018-04-172-9/+13
| | | * | | | | | | | perf report: Extend raw dump (-D) out with switch out event typeAlexey Budankov2018-04-171-1/+3
| | | * | | | | | | | perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE]Alexey Budankov2018-04-173-6/+34
| | | * | | | | | | | tools/headers: Synchronize kernel ABI headers, v4.17-rc1Ingo Molnar2018-04-1710-364/+451
| | * | | | | | | | | perf/x86/intel/uncore: Fix SBOX support for Broadwell CPUsOskar Senft2018-04-201-1/+17
| | * | | | | | | | | perf/x86/intel/uncore: Revert "Remove SBOX support for Broadwell server"Stephane Eranian2018-04-201-0/+21
| | |/ / / / / / / /
| | * | | | | | | | trace_kprobe: Remove warning message "Could not insert probe at..."Song Liu2018-04-171-2/+0
| | * | | | | | | | Merge tag 'perf-core-for-mingo-4.17-20180413' of git://git.kernel.org/pub/scm...Ingo Molnar2018-04-1625-48/+178
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | perf annotate: Handle variables in 'sub', 'or' and many other instructionsArnaldo Carvalho de Melo2018-04-131-1/+66
| | | * | | | | | | | perf annotate: Allow setting the offset level in .perfconfigArnaldo Carvalho de Melo2018-04-132-3/+17
| | | * | | | | | | | perf report: Fix switching to another perf.data fileArnaldo Carvalho de Melo2018-04-131-5/+3
| | | * | | | | | | | perf record: Change warning for missing sysfs entry to debugThomas Richter2018-04-131-1/+2
| | | * | | | | | | | perf tests: Disable breakpoint accounting test for powerpcSandipan Das2018-04-121-0/+1
| | | * | | | | | | | perf sched: Fix documentation for timehistTakuya Yamamoto2018-04-121-2/+2
| | | * | | | | | | | perf version: Print status for syscall_tableJin Yao2018-04-121-0/+3
| | | * | | | | | | | perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORTJin Yao2018-04-125-8/+8
| | | * | | | | | | | perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXXJin Yao2018-04-122-4/+4
| | | * | | | | | | | Revert "x86/asm: Allow again using asm.h when building for the 'bpf' clang ta...Arnaldo Carvalho de Melo2018-04-121-2/+0
| | | * | | | | | | | perf tests bpf: Remove unused ptrace.h include from LLVM testArnaldo Carvalho de Melo2018-04-121-1/+0
| | | * | | | | | | | perf jvmti: Give hints about package names needed to buildArnaldo Carvalho de Melo2018-04-121-1/+1
| | | * | | | | | | | perf annotate browser: Allow showing offsets in more than just jump targetsArnaldo Carvalho de Melo2018-04-121-0/+5
| | | * | | | | | | | perf annotate: Allow showing offsets in more than just jump targetsArnaldo Carvalho de Melo2018-04-122-2/+18
| | | * | | | | | | | perf tests: Run dwarf unwind test on arm32Kim Phillips2018-04-123-0/+30
| | | * | | | | | | | tools headers: Restore READ_ONCE() C++ compatibilityMark Rutland2018-04-121-5/+15
| | | * | | | | | | | perf stat: Enable 1ms interval for printing event counters valuesAlexey Budankov2018-04-122-13/+3
| * | | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-221-2/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | objtool: Support HOSTCFLAGS and HOSTLDFLAGSLaura Abbott2018-04-171-2/+2
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-222-31/+100
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | random: add new ioctl RNDRESEEDCRNGTheodore Ts'o2018-04-142-1/+15
| | * | | | | | | | | | random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o2018-04-141-2/+2
| | * | | | | | | | | | random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o2018-04-141-19/+27
| | * | | | | | | | | | random: use a different mixing algorithm for add_device_randomness()Theodore Ts'o2018-04-141-4/+51
| | * | | | | | | | | | random: fix crng_ready() testTheodore Ts'o2018-04-141-5/+5
| * | | | | | | | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-226-32/+96
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | MAINTAINERS: Add backup maintainers for libnvdimm and DAXDave Jiang2018-04-201-0/+15
| | * | | | | | | | | | | device-dax: allow MAP_SYNC to succeedDave Jiang2018-04-201-0/+2
| | * | | | | | | | | | | Revert "libnvdimm, of_pmem: workaround OF_NUMA=n build error"Dan Williams2018-04-201-2/+1
| | * | | | | | | | | | | libnvdimm, of_pmem: use dev_to_node() instead of of_node_to_nid()Rob Herring2018-04-201-1/+1
| | * | | | | | | | | | | tools/testing/nvdimm: enable labels for nfit_test.1 dimmsDan Williams2018-04-161-0/+3
| | * | | | | | | | | | | tools/testing/nvdimm: fix missing newline in nfit_test_dimm 'handle' attributeDan Williams2018-04-161-1/+1
| | * | | | | | | | | | | tools/testing/nvdimm: support nfit_test_dimm attributes under nfit_test.1Dan Williams2018-04-161-18/+25