summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2015-05-27perf/x86/intel: Add lockdep assertPeter Zijlstra1-2/+1
2015-05-27perf/x86/intel: Correct local vs remote sibling statePeter Zijlstra1-46/+33
2015-05-27perf/x86/intel/cqm: Use 'u32' data type for RMIDsMatt Fleming1-19/+18
2015-05-27perf/x86/intel/cqm: Add storage for 'closid' and clean up 'struct intel_pqr_s...Thomas Gleixner1-23/+27
2015-05-27perf/x86/intel/cqm: Remove useless wrapper functionThomas Gleixner1-6/+1
2015-05-27perf/x86/intel/cqm: Avoid pointless MSR writeThomas Gleixner1-3/+5
2015-05-27perf/x86/intel/cqm: Remove pointless spinlock from state cacheThomas Gleixner1-11/+6
2015-05-27perf/x86/intel/cqm: Use proper data typesThomas Gleixner1-2/+2
2015-05-27perf/x86/intel/cqm: Document PQR MSR abuseThomas Gleixner1-2/+13
2015-05-27Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar18-92/+208
2015-05-27perf/x86: Tweak broken BIOS rules during check_hw_exists()Don Zickus1-1/+15
2015-05-27perf/x86/intel/pt: Untangle pt_buffer_reset_markers()Alexander Shishkin1-12/+22
2015-05-27perf/x86: Improve HT workaround GP counter constraintPeter Zijlstra4-30/+53
2015-05-27perf/x86: Fix event/group validationPeter Zijlstra6-36/+33
2015-05-25x86: bpf_jit: fix compilation of large bpf programsAlexei Starovoitov1-1/+6
2015-05-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-13/+57
2015-05-20kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li4-2/+27
2015-05-20Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini3-0/+3
2015-05-20kvm: fix crash in kvm_vcpu_reload_apic_access_pageAndrea Arcangeli1-0/+2
2015-05-20x86/fpu: Disable XSAVES* support for nowIngo Molnar1-0/+15
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2-3/+4
2015-05-19locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra2-2/+2
2015-05-18x86/mce: Fix MCE severity messagesBorislav Petkov1-2/+5
2015-05-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2015-05-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+4
2015-05-13arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner1-2/+0
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+28
2015-05-13x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructionsAlexei Starovoitov1-0/+28
2015-05-12locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKSWaiman Long1-1/+1
2015-05-11KVM: MMU: fix SMAP virtualizationXiao Guangrong4-11/+16
2015-05-11KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini1-1/+1
2015-05-11KVM: MMU: fix smap permission checkXiao Guangrong2-0/+9
2015-05-11perf/x86/intel/uncore: Add Broadwell-U uncore IMC PMU supportStephane Eranian3-0/+24
2015-05-11perf/x86/rapl: Enable Broadwell-U RAPL supportStephane Eranian1-0/+1
2015-05-11x86/vdso: Fix 'make bzImage' on older distrosOleg Nesterov1-1/+1
2015-05-11locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar9-28/+28
2015-05-08locking/pvqspinlock, x86: Enable PV qspinlock for XenDavid Vrabel1-4/+60
2015-05-08locking/pvqspinlock, x86: Enable PV qspinlock for KVMWaiman Long1-0/+43
2015-05-08locking/pvqspinlock, x86: Implement the paravirt qspinlock call patchingPeter Zijlstra (Intel)8-12/+128
2015-05-08locking/qspinlock: Revert to test-and-set on hypervisorsPeter Zijlstra (Intel)1-0/+14
2015-05-08locking/qspinlock, x86: Enable x86-64 to use queued spinlocksWaiman Long4-0/+30
2015-05-08perf/x86/intel: Fix SLM cache event listKan Liang1-4/+3
2015-05-08Merge tag 'pm+acpi-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+22
2015-05-07Merge branches 'acpi-resources', 'acpi-battery', 'acpi-doc' and 'acpi-pnp'Rafael J. Wysocki4-69/+43
2015-05-07Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-12/+36
2015-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-13/+19
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-28/+50
2015-05-06xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARMStefano Stabellini1-0/+5
2015-05-06x86/fpu: Always restore_xinit_state() when use_eager_cpu()Bobby Powers1-5/+7
2015-05-06Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar1-0/+2