summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* objtool: Rename some variables and functionsJosh Poimboeuf2016-03-093-52/+54
* objtool: Remove superflous INIT_LIST_HEADJosh Poimboeuf2016-03-091-2/+0Star
* objtool: Add helper macros for traversing instructionsJosh Poimboeuf2016-03-091-73/+55Star
* objtool: Fix false positive warnings related to sibling callsJosh Poimboeuf2016-03-091-1/+6
* objtool: Compile with debugging symbolsJosh Poimboeuf2016-03-091-1/+1
* objtool: Detect infinite recursionJosh Poimboeuf2016-03-091-12/+33
* objtool: Prevent infinite recursion in noreturn detectionJosh Poimboeuf2016-03-091-4/+20
* objtool: Support CROSS_COMPILEJosh Poimboeuf2016-03-032-9/+14
* x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf2016-03-032-6/+6
* objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf2016-02-2923-6/+5173
* Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixesIngo Molnar2016-02-254-36/+452
|\
| * Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-1828-63/+1510
| |\
| * | selftests/x86: Add a test for syscall restart under ptraceAndy Lutomirski2016-02-171-0/+126
| * | selftests/x86: Fix some error messages in ptrace_syscallAndy Lutomirski2016-02-171-3/+3
| * | selftests/x86: Add tests for UC_SIGCONTEXT_SS and UC_STRICT_RESTORE_SSAndy Lutomirski2016-02-171-28/+202
| * | x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski2016-02-171-3/+2Star
| * | selftests/x86: Add check_initial_reg_state()Andy Lutomirski2016-01-292-1/+117
| * | selftests/x86: Extend Makefile to allow 64-bit-only testsAndy Lutomirski2016-01-291-2/+3
* | | Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-02-221-10/+5Star
|\ \ \ | |_|/ |/| |
| * | ftracetest: Fix instance test to use proper shell command for pidsSteven Rostedt2016-02-191-10/+5Star
* | | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2016-02-162-4/+87
|\ \ \ | |/ / |/| |
| * | efi: Make efivarfs entries immutable by defaultPeter Jones2016-02-102-4/+87
* | | Merge tag 'perf-urgent-for-mingo-2' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2016-02-041-0/+10
|\ \ \
| * | | perf stat: Fix interval output valuesJiri Olsa2016-02-031-0/+10
* | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2016-02-044-26/+53
|\| | | | |/ / |/| |
| * | perf probe: Search both .eh_frame and .debug_frame sections for probe locationHemant Kumar2016-02-022-26/+41
| * | perf tools: Fix thread lifetime related segfaut in intel_ptAdrian Hunter2016-02-021-0/+9
| * | perf tools: tracepoint_error() can receive e=NULL, robustify itAdrian Hunter2016-02-011-0/+3
* | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-02-021-1/+1
|\ \ \
| * | | phys_to_pfn_t: use phys_addr_tDan Williams2016-01-311-1/+1
| | |/ | |/|
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-02-011-1/+138
|\ \ \
| * | | kselftests: timers: Add adjtimex SETOFFSET validity testsJohn Stultz2016-01-261-1/+138
| * | | Merge branches 'clockevents/4.4-fixes' and 'clockevents/4.5-fixes' of http://...Thomas Gleixner2016-01-126-52/+42Star
| |\ \ \
* | \ \ \ Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-02-019-22/+75
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | perf stat: Do not clean event's private statsJiri Olsa2016-01-261-1/+0Star
| * | | | perf hists: Fix HISTC_MEM_DCACHELINE width settingJiri Olsa2016-01-261-0/+2
| * | | | perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf2016-01-261-2/+2
| * | | | perf tests: Remove wrong semicolon in while loop in CQM testMarkus Trippelsdorf2016-01-261-1/+1
| * | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2016-01-195-18/+70
| |\ \ \ \
| | * | | | perf build: Introduce FEATURES_DUMP make variableJiri Olsa2016-01-152-1/+17
| | * | | | perf build: Add feature-dump targetJiri Olsa2016-01-151-0/+11
| | * | | | perf build: Pass O option to kernel makefile in build-testWang Nan2016-01-151-4/+5
| | * | | | perf build: Test correct path of perf in build-testWang Nan2016-01-151-7/+14
| | * | | | perf build: Pass O option to Makefile.perf in build-testWang Nan2016-01-151-3/+11
| | * | | | perf build: Set parallel making options build-testWang Nan2016-01-151-7/+16
| | * | | | perf symbols: Fix reading of build-id from vDSOBen Hutchings2016-01-151-1/+1
| | * | | | perf kvm record/report: 'unprocessable sample' error while recording/reportin...Ravi Bangoria2016-01-151-1/+1
* | | | | | tools/virtio: add ringtest utilitiesMichael S. Tsirkin2016-01-268-0/+1123
* | | | | | tools/virtio: use virt_xxx barriersMichael S. Tsirkin2016-01-263-9/+23
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-242-2/+2
|\ \ \ \ \