aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-11perf symbols: Use lsdir() for the search in kcore cache directoryMasami Hiramatsu
2016-05-11perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu
2016-05-11perf tools: Fix lsdir to set errno correctlyMasami Hiramatsu
2016-05-11perf trace: Move seccomp args beautifiers to tools/perf/trace/beauty/Arnaldo Carvalho de Melo
2016-05-11perf trace: Move flock op beautifier to tools/perf/trace/beauty/Arnaldo Carvalho de Melo
2016-05-11perf build: Add build-test for debug-frame on arm/arm64He Kuang
2016-05-11perf build: Add build-test for libunwind cross-platforms supportHe Kuang
2016-05-11perf script: Fix export of callchains with recursion in db-exportChris Phlipot
2016-05-11perf script: Fix callchain addresses in db-exportChris Phlipot
2016-05-11perf script: Fix symbol insertion behavior in db-exportChris Phlipot
2016-05-11perf symbols: Add dso__insert_symbol functionChris Phlipot
2016-05-11perf scripting python: Use Py_FatalError instead of die()Arnaldo Carvalho de Melo
2016-05-11Merge tag 'perf-core-for-mingo-20160510' of git://git.kernel.org/pub/scm/linu...Ingo Molnar
2016-05-11Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2016-05-11perf diff: Fix duplicated output columnNamhyung Kim
2016-05-10Merge tag 'pci-v4.6-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-05-10Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-05-10perf tools: Remove xrealloc and ALLOC_GROWperf-core-for-mingo-20160510Masami Hiramatsu
2016-05-10perf help: Do not use ALLOC_GROW in add_cmd_listMasami Hiramatsu
2016-05-10perf pmu: Make pmu_formats_string to check return value of strbufMasami Hiramatsu
2016-05-10perf header: Make topology checkers to check return value of strbufMasami Hiramatsu
2016-05-10perf tools: Make alias handler to check return value of strbufMasami Hiramatsu
2016-05-10perf help: Make check_emacsclient_version to check strbuf APIsMasami Hiramatsu
2016-05-10perf probe: Check the return value of strbuf APIsMasami Hiramatsu
2016-05-10perf tools: Rewrite strbuf not to die()Masami Hiramatsu
2016-05-10sched/rt, sched/dl: Don't push if task's scheduling class was changedXunlei Pang
2016-05-10x86/topology: Set x86_max_cores to 1 for CONFIG_SMP=nThomas Gleixner
2016-05-09Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-05-09perf/core: Change the default paranoia level to 2Andy Lutomirski
2016-05-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-05-09zsmalloc: fix zs_can_compact() integer overflowSergey Senozhatsky
2016-05-09Revert "proc/base: make prompt shell start from new line after executing "cat...Robin Humble
2016-05-09perf symbols: Fix handling of zero-length symbols.Chris Phlipot
2016-05-09perf evsel: Print state of perf_event_attr.write_backwardArnaldo Carvalho de Melo
2016-05-09perf tests: Add test to check backward ring bufferWang Nan
2016-05-09perf tools: Support reading from backward ring bufferWang Nan
2016-05-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-05-09compiler-gcc: require gcc 4.8 for powerpc __builtin_bswap16()Josh Poimboeuf
2016-05-09perf script: Fix incorrect python db-export error messageChris Phlipot
2016-05-09perf stat: Scale values by unit before metricsAndi Kleen
2016-05-09perf callchain: Recording 'dwarf' callchains do not need DWARF unwinding supportHe Kuang
2016-05-09Merge branch 'mlx5-build-fix'David S. Miller
2016-05-09net/mlx5e: make VXLAN support conditionalArnd Bergmann
2016-05-09Revert "net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issue"Arnd Bergmann
2016-05-09macsec: key identifier is 128 bits, not 64Sabrina Dubroca
2016-05-08Documentation/networking: more accurate LCO explanationShmulik Ladkani
2016-05-08macvtap: segmented packet is consumedEric Dumazet
2016-05-08tools: bpf_jit_disasm: check for klogctl failureColin Ian King