]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2017-04-24 Arnaldo Carvalho... perf tools: Remove stale prototypes from builtin.h
2017-04-24 Arnaldo Carvalho... perf tools: Remove string.h from util.h
2017-04-24 Arnaldo Carvalho... perf tools: Remove sys/ioctl.h from util.h
2017-04-24 Arnaldo Carvalho... perf tools: Remove a few more needless includes from...
2017-04-24 Arnaldo Carvalho... perf tools: Include sys/param.h where needed
2017-04-24 Arnaldo Carvalho... perf callchain: Move callchain specific routines from...
2017-04-24 Arnaldo Carvalho... perf tools: Add compress.h for the *_decompress_to_file...
2017-04-24 Andi Kleenperf mem: Fix display of data source snoop indication
2017-04-24 Arnaldo Carvalho... perf debug: Move dump_stack() and sighandler_dump_stack...
2017-04-24 Arnaldo Carvalho... perf kvm: Make function only used by 'perf kvm' static
2017-04-20 Arnaldo Carvalho... perf tools: Move timestamp routines from util.h to...
2017-04-20 Arnaldo Carvalho... perf tools: Move units conversion/formatting routines...
2017-04-20 Arnaldo Carvalho... perf tools: Add signal.h to places using its definitions
2017-04-20 Arnaldo Carvalho... perf unwind: Provide only forward declarations for...
2017-04-20 Ingo MolnarMerge tag 'perf-core-for-mingo-4.12-20170419' of git...
2017-04-20 Ingo MolnarMerge branch 'WIP.x86/process' into perf/core
2017-04-19 Arnaldo Carvalho... perf tools: Ditch unused strchrnul() reimplementation
2017-04-19 Arnaldo Carvalho... perf tools: Remove regex.h and fnmatch.h from util.h
2017-04-19 Arnaldo Carvalho... perf tools: Remove include dirent.h from util.h
2017-04-19 Arnaldo Carvalho... perf tools: Remove misplaced __maybe_unused in some...
2017-04-19 Arnaldo Carvalho... perf tools: Use api/fs/tracing_path.h where needed
2017-04-19 Arnaldo Carvalho... perf tools: No need to include bitops.h in util.h
2017-04-19 Arnaldo Carvalho... perf tools: Move path related functions to util/path.h
2017-04-19 Arnaldo Carvalho... perf tools: Don't include terminal handling headers...
2017-04-19 Arnaldo Carvalho... perf str{filter,list}: Disentangle headers
2017-04-19 Arnaldo Carvalho... perf tools: Include errno.h where needed
2017-04-19 Arnaldo Carvalho... perf tools: Move extra string util functions to util...
2017-04-19 Arnaldo Carvalho... perf tools: Move srcline definitions to separate header
2017-04-19 Arnaldo Carvalho... perf tools: Move print_binary definitions to separate...
2017-04-19 Arnaldo Carvalho... tools include: Include missing headers for fls() and...
2017-04-19 Arnaldo Carvalho... perf tools: Move sane ctype stuff from util.h to sane_c...
2017-04-19 Arnaldo Carvalho... perf tools: Ditch unused PATH_SEP, STRIP_EXTENSION
2017-04-19 Arnaldo Carvalho... perf tools: Replace STR() calls with __stringify()
2017-04-19 Arnaldo Carvalho... perf tools: Remove PRI[xu] macros from perf.h
2017-04-19 Arnaldo Carvalho... perf tools: Including missing inttypes.h header
2017-04-19 Arnaldo Carvalho... perf tools: Remove unused macros from util.h
2017-04-19 Arnaldo Carvalho... tools include: Drop ARRAY_SIZE() definition from linux...
2017-04-19 Arnaldo Carvalho... objtool: Drop ARRAY_SIZE() definition, tools/include...
2017-04-19 Arnaldo Carvalho... perf tools: Add include <linux/kernel.h> where ARRAY_SI...
2017-04-19 Arnaldo Carvalho... tools include: Move ARRAY_SIZE() to linux/kernel.h
2017-04-19 Arnaldo Carvalho... tools include: Adopt __same_type() and __must_be_array...
2017-04-19 Arnaldo Carvalho... tools include: Introduce linux/bug.h, from the kernel...
2017-04-19 Arnaldo Carvalho... perf tools: Remove FLEX_ARRAY definition
2017-04-19 Arnaldo Carvalho... perf unwind arm64: Add missing errno.h header
2017-04-17 Ingo MolnarMerge tag 'perf-core-for-mingo-4.12-20170413' of git...
2017-04-14 Kan Liangperf/x86: Fix spurious NMI with PEBS Load Latency event
2017-04-14 Ingo MolnarMerge branch 'perf/urgent' into perf/core, to pick...
2017-04-14 Peter Zijlstraperf/x86: Avoid exposing wrong/stale data in intel_pmu_...
2017-04-13 David Carrillo... Revert "perf tools: Fix include of linux/mman.h"
2017-04-13 David Carrillo... perf util: Hint missing file when tool tips fail to...
2017-04-13 David Carrillo... tools build: Fix feature detection redefinion of build...
2017-04-13 David Carrillo... perf tools: Disable JVMTI if no ELF support available
2017-04-13 Ravi Bangoriaperf trace: Add usage of --no-syscalls in man page
2017-04-13 Stephane Eranianperf stat: Fix bug in handling events in error state
2017-04-12 David Carrillo... perf tools: Pass PYTHON config to feature detection
2017-04-12 Masami Hiramatsukprobes/x86: Consolidate insn decoder users for copying...
2017-04-12 Masami Hiramatsukprobes/x86: Use probe_kernel_read() instead of memcpy()
2017-04-12 Masami Hiramatsukprobes/x86: Set kprobes pages read-only
2017-04-12 Masami Hiramatsukprobes/x86: Make boostable flag boolean
2017-04-12 Masami Hiramatsukprobes/x86: Do not modify singlestep buffer while...
2017-04-12 Masami Hiramatsukprobes/x86: Use instruction decoder for booster
2017-04-12 Masami Hiramatsukprobes/x86: Fix the description of __copy_instruction()
2017-04-12 Masami Hiramatsukprobes/x86: Fix kprobe-booster not to boost far call...
2017-04-12 Ingo MolnarMerge tag 'perf-core-for-mingo-4.12-20170411' of git...
2017-04-12 Ingo MolnarMerge branch 'perf/urgent' into perf/core, to pick...
2017-04-11 Ingo MolnarMerge tag 'perf-urgent-for-mingo-4.11-20170411' of...
2017-04-11 Taeung Songperf annotate: Use stripped line instead of raw disasse...
2017-04-11 Taeung Songperf annotate: Refactor the code to parse disassemble...
2017-04-11 David Carrillo... perf tools: Do not print missing features in pipe-mode
2017-04-11 David Carrillo... perf session: Don't rely on evlist in pipe mode
2017-04-11 David Carrillo... perf annotate: Process attr and build_id records
2017-04-11 David Carrillo... perf tools: Describe pipe mode in perf.data-file-fomat.txt
2017-04-11 David Carrillo... perf inject: Copy events when reordering events in...
2017-04-11 David Carrillo... perf inject: Don't proceed if perf_session__process_eve...
2017-04-11 Christian Borntraegerperf annotate s390: Implement jump types for perf annotate
2017-04-11 Christian Borntraegerperf annotate s390: Fix perf annotate error -95 (4...
2017-04-11 Arnaldo Carvalho... perf string: Simplify ltrim() implementation
2017-04-11 Taeung Songperf tools: Refactor the code to strip command name...
2017-04-11 Taeung Songperf pmu: Refactor wordwrap() with ltrim()
2017-04-11 Taeung Songperf ui browser: Refactor the code to parse color confi...
2017-04-11 Taeung Songperf stat: Refactor the code to strip csv output with...
2017-04-11 Jin Yaoperf evsel: Return exact sub event which failed with...
2017-04-11 Arnaldo Carvalho... perf script: Use strtok_r() when parsing output field...
2017-04-11 Arnaldo Carvalho... perf callchains: Switch from strtok() to strtok_r(...
2017-04-11 Borislav Petkovperf/amd/uncore: Fix pr_fmt() prefix
2017-04-11 Borislav Petkovperf/amd/uncore: Clean up per-family setup
2017-04-11 Borislav Petkovperf/amd/uncore: Do feature check first, before assignments
2017-04-11 Ingo MolnarMerge tag 'v4.11-rc6' into perf/core, to pick up fixes
2017-04-10 Linus TorvaldsMerge branch 'linus' of git://git.kernel.org/pub/scm...
2017-04-09 Linus TorvaldsLinux 4.11-rc6 v4.11-rc6
2017-04-09 Linus TorvaldsMerge branch 'for-next' of git://git.samba.org/sfrench...
2017-04-09 Linus TorvaldsMerge branch 'fixes' of git://git.armlinux.org.uk/...
2017-04-09 Linus TorvaldsMerge tag 'driver-core-4.11-rc6' of git://git.kernel...
2017-04-09 Linus TorvaldsMerge tag 'staging-4.11-rc6' of git://git.kernel.org...
2017-04-09 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2017-04-08 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2017-04-08 Linus TorvaldsMerge tag 'pinctrl-v4.11-4' of git://git.kernel.org...
2017-04-08 Linus TorvaldsMerge tag 'powerpc-4.11-7' of git://git.kernel.org...
2017-04-08 Chris Sallsmm/mempolicy.c: fix error handling in set_mempolicy...
2017-04-08 Liping Zhangsysctl: report EINVAL if value is larger than UINT_MAX...
next