summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel: Add {rd,wr}lbr_{to,from} wrappersPeter Zijlstra2016-06-271-13/+40
* perf/x86/intel: Add MSR_LAST_BRANCH_FROM_x quirk for ctx switchDavid Carrillo-Cisneros2016-06-271-3/+21
* perf/x86/intel: Fix trivial formatting and style bugDavid Carrillo-Cisneros2016-06-271-3/+3
* perf/x86/intel: Fix MSR_LAST_BRANCH_FROM_x bug when no TSXDavid Carrillo-Cisneros2016-06-273-0/+72
* perf/x86/intel: Print LBR support statement after validationDavid Carrillo-Cisneros2016-06-272-9/+2
* Merge tag 'v4.7-rc5' into perf/core, to pick up fixesIngo Molnar2016-06-2717-92/+115
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-06-251-0/+12
| |\
| | * kprobes/x86: Clear TF bit in fault on single-steppingMasami Hiramatsu2016-06-141-0/+12
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-06-245-6/+6
| |\ \
| | * | x86/efi: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-1/+1
| | * | x86: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-242-2/+2
| | * | tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-242-3/+3
| * | | Merge tag 'for-linus-4.7b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-06-241-42/+32
| |\ \ \
| | * | | x86/xen: avoid m2p lookup when setting early page table entriesDavid Vrabel2016-06-231-41/+31
| | * | | x86/xen: fix upper bound of pmd loop in xen_cleanhighmap()Juergen Gross2016-06-231-1/+1
| * | | | x86: fix up a few misc stack pointer vs thread_info confusionsLinus Torvalds2016-06-243-9/+6
| | |/ / | |/| |
| * | | x86: avoid avoid passing around 'thread_info' in stack dumping codeLinus Torvalds2016-06-234-23/+17
| |/ /
| * | Merge tag 'driver-core-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-06-181-0/+9
| |\ \
| | * | isa: Allow ISA-style drivers on modern systemsWilliam Breathitt Gray2016-06-171-0/+9
| | |/
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-06-163-13/+34
| |\ \ | | |/ | |/|
| | * kvm: vmx: check apicv is active before using VT-d posted interruptYang Zhang2016-06-161-5/+10
| | * kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APICSuravee Suthikulpanit2016-06-161-5/+10
| | * kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid()Suravee Suthikulpanit2016-06-162-3/+14
* | | perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86Andi Kleen2016-06-141-0/+8
* | | perf/x86/intel/uncore: Remove redundant pci_get_drvdata()Bjorn Helgaas2016-06-141-1/+1
* | | Merge branch 'linus' into perf/core, to pick up fixes before merging new changesIngo Molnar2016-06-144-34/+13
|\ \ \ | |/ /
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-06-106-15/+86
| |\ \
| | * | x86/ioapic: Fix incorrect pointers in ioapic_setup_resources()Rui Wang2016-06-101-1/+1
| | * | x86/entry/traps: Don't force in_interrupt() to return true in IST handlersAndy Lutomirski2016-06-101-10/+10
| | * | x86/cpu/AMD: Extend X86_FEATURE_TOPOEXT workaround to newer modelsBorislav Petkov2016-06-081-2/+2
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-06-102-22/+1
| |\ \ \ | | |_|/ | |/| |
| | * | perf/x86/intel/uncore: Remove SBOX support for Broadwell serverKan Liang2016-06-031-21/+0
* | | | perf/x86/rapl: Add Skylake server model detectionJacob Pan2016-06-081-0/+1
* | | | perf/x86/uncore: Use Intel family name macros for uncoreDave Hansen2016-06-081-20/+21
* | | | perf/x86/cstate: Use Intel Model name macrosDave Hansen2016-06-081-23/+24
* | | | perf/x86/msr: Add missing Intel modelsDave Hansen2016-06-081-0/+4
* | | | perf/x86/msr: Use Intel family macros for MSR events codeDave Hansen2016-06-081-23/+24
* | | | perf/x86/rapl: Use Intel family macros for RAPLDave Hansen2016-06-081-15/+16
* | | | perf/x86/intel: Use Intel family macros for core perf eventsDave Hansen2016-06-081-43/+44
* | | | Merge branch 'x86/urgent' into perf/core, to pick up dependencyIngo Molnar2016-06-083-2/+73
|\ \ \ \ | | |_|/ | |/| |
| * | | x86/cpu/intel: Introduce macros for Intel family numbersDave Hansen2016-06-081-0/+68
| * | | x86, build: copy ldlinux.c32 to image.isoH. Peter Anvin2016-06-071-0/+3
| * | | x86/msr: Use the proper trace point conditional for writesDr. David Alan Gilbert2016-06-061-2/+2
| |/ /
* | | Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar2016-06-0871-537/+1439
|\ \ \ | |/ /
| * | KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini2016-06-021-0/+5
| * | KVM: fail KVM_SET_VCPU_EVENTS with invalid exception numberPaolo Bonzini2016-06-021-0/+4
| * | KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini2016-06-021-10/+12
| * | kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDRPaolo Bonzini2016-06-021-1/+1
| * | KVM: Handle MSR_IA32_PERF_CTLDmitry Bilunov2016-06-021-0/+1
| * | KVM: x86: avoid write-tearing of TDPNadav Amit2016-06-021-4/+4
OpenPOWER on IntegriCloud