summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf record: Get ref_reloc_sym from kernel mapAdrian Hunter2014-01-313-30/+9
* perf machine: Set up ref_reloc_sym in machine__create_kernel_maps()Adrian Hunter2014-01-312-0/+25
* perf machine: Add machine__get_kallsyms_filename()Adrian Hunter2014-01-311-8/+11
* perf tools: Add kallsyms__get_function_start()Adrian Hunter2014-01-312-3/+18
* perf symbols: Fix symbol annotation for relocated kernelAdrian Hunter2014-01-313-2/+6
* perf tools: Fix include for non x86 architecturesFrancesco Fusco2014-01-311-0/+6
* perf tools: Fix AAAAARGH64 memory barriersPeter Zijlstra2014-01-291-2/+2
* perf tools: Demangle kernel and kernel module symbols tooAvi Kivity2014-01-271-1/+1
* perf/doc: Remove mention of non-existent set_perf_event_pending() from design...Baruch Siach2014-01-261-1/+0
* Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2014-01-253-3/+4
|\
| * perf symbols: Load map before using map->map_ip()Masami Hiramatsu2014-01-231-1/+2
| * perf tools: Fix traceevent plugin path definitionsJosh Boyer2014-01-232-2/+2
|/
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-01-2310-15/+47
|\
| * perf symbols: Fix JIT symbol resolution on heapNamhyung Kim2014-01-211-2/+2
| * perf stat: Fix memory corruption of xyarray when cpumask is usedStephane Eranian2014-01-201-2/+5
| * perf evsel: Remove duplicate member zeroing after freeStephane Eranian2014-01-201-1/+0
| * perf tools: Ensure sscanf does not overrun the "mem" fieldAlan Cox2014-01-201-1/+1
| * perf stat: fix NULL pointer reference bug with event unitStephane Eranian2014-01-203-6/+22
| * perf tools: Add support for the xtensa architectureBaruch Siach2014-01-201-0/+7
| * perf session: Free cpu_map in perf_session__cpu_bitmapStanislav Fomichev2014-01-201-3/+7
| * perf timechart: Fix wrong SVG heightStanislav Fomichev2014-01-201-0/+3
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-202-21/+23
|\ \
| * | x86, x32: Use __kernel_long_t for __statfs_wordH.J. Lu2013-12-201-1/+1
| * | x86, x32: Use __kernel_long_t/__kernel_ulong_t in x86-64 stat.hH.J. Lu2013-12-201-20/+22
* | | Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2014-01-207-26/+133
|\ \ \
| * | | x86/intel/mpx: Remove unused LWP structureIngo Molnar2014-01-201-8/+2
| * | | x86, mpx: Add MPX related opcodes to the x86 opcode mapQiaowei Ren2014-01-171-2/+2
| * | | x86: replace futex_atomic_cmpxchg_inatomic() with user_atomic_cmpxchg_inatomicQiaowei Ren2013-12-161-20/+1
| * | | x86: add user_atomic_cmpxchg_inatomic at uaccess.hQiaowei Ren2013-12-161-0/+92
| * | | x86, xsave: Support eager-only xsave features, add MPX supportQiaowei Ren2013-12-063-4/+43
| * | | x86, cpufeature: Define the Intel MPX feature flagQiaowei Ren2013-12-061-0/+1
* | | | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-01-2022-158/+654
|\ \ \ \
| * | | | x86, kaslr: Clarify RANDOMIZE_BASE_MAX_OFFSETKees Cook2014-01-141-11/+18
| * | | | x86, kaslr: Remove unused including <linux/version.h>Wei Yongjun2014-01-141-1/+0
| * | | | x86, kaslr: Use char array to gain sizeof sanityKees Cook2013-11-121-1/+1
| * | | | x86, kaslr: Add a circular multiply for better bit diffusionH. Peter Anvin2013-11-111-0/+11
| * | | | x86, kaslr: Mix entropy sources together as neededKees Cook2013-11-112-22/+65
| * | | | x86/relocs: Add percpu fixup for GNU ld 2.23Kees Cook2013-10-181-0/+2
| * | | | x86, boot: Rename get_flags() and check_flags() to *_cpuflags()H. Peter Anvin2013-10-134-10/+10
| * | | | x86, kaslr: Raise the maximum virtual address to -1 GiB on x86_64Kees Cook2013-10-134-7/+29
| * | | | x86, kaslr: Report kernel offset on panicKees Cook2013-10-131-0/+26
| * | | | x86, kaslr: Select random position from e820 mapsKees Cook2013-10-133-9/+202
| * | | | x86, kaslr: Provide randomness functionsKees Cook2013-10-134-14/+76
| * | | | x86, kaslr: Return location from decompress_kernelKees Cook2013-10-139-24/+106
| * | | | x86, boot: Move CPU flags out of cpucheckKees Cook2013-10-137-97/+138
| * | | | x86, relocs: Add more per-cpu gold special casesMichael Davidson2013-10-131-5/+13
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-205-0/+88
|\ \ \ \ \
| * | | | | x86: Add check for number of available vectors before CPU downPrarit Bhargava2014-01-153-0/+77
| * | | | | x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov2014-01-142-0/+11
* | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-2013-54/+183
|\ \ \ \ \ \
OpenPOWER on IntegriCloud