summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-1417-151/+342
|\ \
| * | x86/cpu/amd: Remove an unneeded condition in srat_detect_node()Dan Carpenter2016-01-141-2/+1
| * | x86/vdso/pvclock: Protect STABLE check with the seqcountAndy Lutomirski2016-01-131-6/+6
| * | x86/mm: Improve switch_mm() barrier commentsAndy Lutomirski2016-01-131-7/+8
| * | selftests/x86: Test __kernel_sigreturn and __kernel_rt_sigreturnAndy Lutomirski2016-01-132-1/+90
| * | x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]Mario Kleiner2016-01-121-0/+8
| * | lguest: Map switcher text R/ORusty Russell2016-01-122-24/+54
| * | x86/boot: Hide local labels in verify_cpu()Borislav Petkov2016-01-121-25/+25
| * | x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu2016-01-122-5/+12
| * | x86/fpu: Disable MPX when eagerfpu is offyu-cheng yu2016-01-123-14/+46
| * | x86/fpu: Disable XGETBV1 when no XSAVEyu-cheng yu2016-01-121-0/+1
| * | x86/fpu: Fix early FPU command-line parsingyu-cheng yu2016-01-121-71/+38
| * | x86/mm: Use PAGE_ALIGNED instead of IS_ALIGNEDKefeng Wang2016-01-121-2/+1
| * | selftests/x86: Disable the ldt_gdt_64 test for nowAndy Lutomirski2016-01-121-2/+3
| * | x86/mm/pat: Make split_page_count() check for empty levels to fix /proc/memin...Dave Jones2016-01-121-0/+3
| * | Merge commit 'linus' into x86/urgent, to pick up recent x86 changesIngo Molnar2016-01-12576-5089/+20459
| |\ \
| * | | x86/boot: Double BOOT_HEAP_SIZE to 64KBH.J. Lu2016-01-111-1/+1
| * | | x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski2016-01-112-4/+58
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-01-142-7/+12
|\ \ \ \
| * \ \ \ Merge branches 'clockevents/4.4-fixes' and 'clockevents/4.5-fixes' of http://...Thomas Gleixner2016-01-121101-6828/+13176
| |\ \ \ \
| | * | | | clocksource/drivers/vt8500: Increase the minimum deltaRoman Volkov2016-01-111-2/+4
| * | | | | clocksource/drivers/fsl_ftm_timer: Fix CLKSRC_MMIO dependencyDaniel Lezcano2016-01-111-0/+1
| * | | | | clocksource/drivers: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-01-111-5/+7
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-01-1428-66/+918
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2016-01-1315-42/+847
| |\ \ \ \ \
| | * | | | | perf tools: Fallback to srcdir/Documentation/tips.txtNamhyung Kim2016-01-122-6/+15
| | * | | | | perf ui/tui: Print helpline message as isNamhyung Kim2016-01-121-1/+1
| | * | | | | perf tools: Set and pass DOCDIR to builtin-report.cNamhyung Kim2016-01-122-0/+4
| | * | | | | perf tools: Add file_only config option to strlistNamhyung Kim2016-01-122-1/+16
| | * | | | | perf tools: Add more usage tipsNamhyung Kim2016-01-121-0/+15
| | * | | | | perf record: Add --buildid-all optionNamhyung Kim2016-01-122-6/+23
| | * | | | | tools subcmd: Add missing NORETURN define for parse-options.hJosh Poimboeuf2016-01-121-0/+4
| | * | | | | tools: Fix formatting of the "make -C tools" help messageJosh Poimboeuf2016-01-121-16/+16
| | * | | | | tools: Make list.h self-sufficientJosh Poimboeuf2016-01-121-6/+747
| | * | | | | perf tools: Fix mmap2 event allocation in synthesize codeWang Nan2016-01-121-2/+2
| | * | | | | perf stat: Fix recort_usage typoJiri Olsa2016-01-121-4/+4
| |/ / / / /
| * | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2016-01-1215-23/+70
| |\ \ \ \ \
| | * | | | | perf test: Reset err after using it hold errcode in hist testcasesWang Nan2016-01-114-0/+4
| | * | | | | perf test: Fix false TEST_OK result for 'perf test hist'Wang Nan2016-01-111-5/+0
| | * | | | | tools build: Add BPF feature check to test-allWang Nan2016-01-111-0/+5
| | * | | | | perf bpf: Fix build breakage due to libbpfNaveen N. Rao2016-01-111-8/+8