| Commit message (Expand) | Author | Age | Files | Lines |
* | perf record: Get ref_reloc_sym from kernel map | Adrian Hunter | 2014-01-31 | 3 | -30/+9 |
* | perf machine: Set up ref_reloc_sym in machine__create_kernel_maps() | Adrian Hunter | 2014-01-31 | 2 | -0/+25 |
* | perf machine: Add machine__get_kallsyms_filename() | Adrian Hunter | 2014-01-31 | 1 | -8/+11 |
* | perf tools: Add kallsyms__get_function_start() | Adrian Hunter | 2014-01-31 | 2 | -3/+18 |
* | perf symbols: Fix symbol annotation for relocated kernel | Adrian Hunter | 2014-01-31 | 3 | -2/+6 |
* | perf tools: Fix include for non x86 architectures | Francesco Fusco | 2014-01-31 | 1 | -0/+6 |
* | perf tools: Fix AAAAARGH64 memory barriers | Peter Zijlstra | 2014-01-29 | 1 | -2/+2 |
* | perf tools: Demangle kernel and kernel module symbols too | Avi Kivity | 2014-01-27 | 1 | -1/+1 |
* | perf/doc: Remove mention of non-existent set_perf_event_pending() from design... | Baruch Siach | 2014-01-26 | 1 | -1/+0 |
* | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2014-01-25 | 3 | -3/+4 |
|\ |
|
| * | perf symbols: Load map before using map->map_ip() | Masami Hiramatsu | 2014-01-23 | 1 | -1/+2 |
| * | perf tools: Fix traceevent plugin path definitions | Josh Boyer | 2014-01-23 | 2 | -2/+2 |
|/ |
|
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2014-01-23 | 10 | -15/+47 |
|\ |
|
| * | perf symbols: Fix JIT symbol resolution on heap | Namhyung Kim | 2014-01-21 | 1 | -2/+2 |
| * | perf stat: Fix memory corruption of xyarray when cpumask is used | Stephane Eranian | 2014-01-20 | 1 | -2/+5 |
| * | perf evsel: Remove duplicate member zeroing after free | Stephane Eranian | 2014-01-20 | 1 | -1/+0 |
| * | perf tools: Ensure sscanf does not overrun the "mem" field | Alan Cox | 2014-01-20 | 1 | -1/+1 |
| * | perf stat: fix NULL pointer reference bug with event unit | Stephane Eranian | 2014-01-20 | 3 | -6/+22 |
| * | perf tools: Add support for the xtensa architecture | Baruch Siach | 2014-01-20 | 1 | -0/+7 |
| * | perf session: Free cpu_map in perf_session__cpu_bitmap | Stanislav Fomichev | 2014-01-20 | 1 | -3/+7 |
| * | perf timechart: Fix wrong SVG height | Stanislav Fomichev | 2014-01-20 | 1 | -0/+3 |
* | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-01-20 | 2 | -21/+23 |
|\ \ |
|
| * | | x86, x32: Use __kernel_long_t for __statfs_word | H.J. Lu | 2013-12-20 | 1 | -1/+1 |
| * | | x86, x32: Use __kernel_long_t/__kernel_ulong_t in x86-64 stat.h | H.J. Lu | 2013-12-20 | 1 | -20/+22 |
* | | | Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip | Linus Torvalds | 2014-01-20 | 7 | -26/+133 |
|\ \ \ |
|
| * | | | x86/intel/mpx: Remove unused LWP structure | Ingo Molnar | 2014-01-20 | 1 | -8/+2 |
| * | | | x86, mpx: Add MPX related opcodes to the x86 opcode map | Qiaowei Ren | 2014-01-17 | 1 | -2/+2 |
| * | | | x86: replace futex_atomic_cmpxchg_inatomic() with user_atomic_cmpxchg_inatomic | Qiaowei Ren | 2013-12-16 | 1 | -20/+1 |
| * | | | x86: add user_atomic_cmpxchg_inatomic at uaccess.h | Qiaowei Ren | 2013-12-16 | 1 | -0/+92 |
| * | | | x86, xsave: Support eager-only xsave features, add MPX support | Qiaowei Ren | 2013-12-06 | 3 | -4/+43 |
| * | | | x86, cpufeature: Define the Intel MPX feature flag | Qiaowei Ren | 2013-12-06 | 1 | -0/+1 |
* | | | | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-01-20 | 22 | -158/+654 |
|\ \ \ \ |
|
| * | | | | x86, kaslr: Clarify RANDOMIZE_BASE_MAX_OFFSET | Kees Cook | 2014-01-14 | 1 | -11/+18 |
| * | | | | x86, kaslr: Remove unused including <linux/version.h> | Wei Yongjun | 2014-01-14 | 1 | -1/+0 |
| * | | | | x86, kaslr: Use char array to gain sizeof sanity | Kees Cook | 2013-11-12 | 1 | -1/+1 |
| * | | | | x86, kaslr: Add a circular multiply for better bit diffusion | H. Peter Anvin | 2013-11-11 | 1 | -0/+11 |
| * | | | | x86, kaslr: Mix entropy sources together as needed | Kees Cook | 2013-11-11 | 2 | -22/+65 |
| * | | | | x86/relocs: Add percpu fixup for GNU ld 2.23 | Kees Cook | 2013-10-18 | 1 | -0/+2 |
| * | | | | x86, boot: Rename get_flags() and check_flags() to *_cpuflags() | H. Peter Anvin | 2013-10-13 | 4 | -10/+10 |
| * | | | | x86, kaslr: Raise the maximum virtual address to -1 GiB on x86_64 | Kees Cook | 2013-10-13 | 4 | -7/+29 |
| * | | | | x86, kaslr: Report kernel offset on panic | Kees Cook | 2013-10-13 | 1 | -0/+26 |
| * | | | | x86, kaslr: Select random position from e820 maps | Kees Cook | 2013-10-13 | 3 | -9/+202 |
| * | | | | x86, kaslr: Provide randomness functions | Kees Cook | 2013-10-13 | 4 | -14/+76 |
| * | | | | x86, kaslr: Return location from decompress_kernel | Kees Cook | 2013-10-13 | 9 | -24/+106 |
| * | | | | x86, boot: Move CPU flags out of cpucheck | Kees Cook | 2013-10-13 | 7 | -97/+138 |
| * | | | | x86, relocs: Add more per-cpu gold special cases | Michael Davidson | 2013-10-13 | 1 | -5/+13 |
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-01-20 | 5 | -0/+88 |
|\ \ \ \ \ |
|
| * | | | | | x86: Add check for number of available vectors before CPU down | Prarit Bhargava | 2014-01-15 | 3 | -0/+77 |
| * | | | | | x86, cpu, amd: Add workaround for family 16h, erratum 793 | Borislav Petkov | 2014-01-14 | 2 | -0/+11 |
* | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-01-20 | 13 | -54/+183 |
|\ \ \ \ \ \ |
|