summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf: Update locking orderPeter Zijlstra2016-01-291-1/+1
* perf: Remove __free_event()Peter Zijlstra2016-01-291-25/+20
* perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov2016-01-294-27/+33
* perf: Fix NULL derefPeter Zijlstra2016-01-291-2/+2
* perf/x86: De-obfuscate codePeter Zijlstra2016-01-291-3/+1
* perf/x86: Fix uninitialized value usagePeter Zijlstra2016-01-291-1/+2
* perf: Fix race in perf_event_exit_task_context()Peter Zijlstra2016-01-281-21/+29
* perf: Fix orphan holePeter Zijlstra2016-01-281-2/+2
* perf: Synchronously free aux pages in case of allocation failureAlexander Shishkin2016-01-211-20/+20
* perf/x86: add Intel SkyLake uncore IMC PMU supportStephane Eranian2016-01-213-0/+24
* perf: Fix perf_event_exit_task() racePeter Zijlstra2016-01-211-66/+85
* perf: Add more assertionsPeter Zijlstra2016-01-211-0/+9
* perf: Collapse and fix event_function_call() usersPeter Zijlstra2016-01-213-201/+168
* perf: Specialize perf_event_exit_task()Peter Zijlstra2016-01-211-7/+11
* perf: Fix task context schedulingPeter Zijlstra2016-01-211-64/+91
* perf: Make ctx->is_active and cpuctx->task_ctx consistentPeter Zijlstra2016-01-211-7/+14
* perf: Optimize perf_sched_events() usagePeter Zijlstra2016-01-211-6/+16
* perf: Simplify/fix perf_event_enable() event schedulingPeter Zijlstra2016-01-211-26/+5
* perf: Use task_ctx_sched_out()Peter Zijlstra2016-01-211-2/+1
* perf: Fix perf_enable_on_exec() event schedulingPeter Zijlstra2016-01-211-20/+27
* perf: Remove stale commentPeter Zijlstra2016-01-211-7/+0
* perf: Fix cgroup scheduling in perf_enable_on_exec()Peter Zijlstra2016-01-211-24/+7
* perf: Fix cgroup event schedulingPeter Zijlstra2016-01-211-7/+10
* perf: Add lockdep assertionsPeter Zijlstra2016-01-211-2/+8
* 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