summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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 '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/intel/rapl: Fix pmus free during cleanupVincent Stehlé2016-05-251-1/+1
* | 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
* | Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-276-41/+72
|\ \
| * | um: add extended processor state save/restore supportEli Cooper2016-05-214-15/+59
| * | um: extend fpstate to _xstate to support YMM registersEli Cooper2016-05-212-13/+12
| * | um: fix FPU state preservation around signal handlersEli Cooper2016-05-211-15/+3
* | | mm: remove more IS_ERR_VALUE abusesLinus Torvalds2016-05-271-9/+8
* | | Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvha...Linus Torvalds2016-05-272-1/+28
|\ \ \
| * | | platform/x86: Add PMC Driver for Intel Core SoCRajneesh Bhardwaj2016-05-271-0/+27
| * | | intel_telemetry: Constify telemetry_core_ops structuresJulia Lawall2016-05-051-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-273-23/+73
|\ \ \ \
| * | | | kvm:vmx: more complete state update on APICv on/offRoman Kagan2016-05-251-18/+30
| * | | | KVM: SVM: Add more SVM_EXIT_REASONSJan Kiszka2016-05-241-3/+41
| * | | | svm: bitwise vs logical op typoDan Carpenter2016-05-241-2/+2
* | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-05-264-6/+2
|\ \ \ \ \
| * | | | | kbuild: delete unnecessary "@:"Masahiro Yamada2016-04-203-4/+0
| * | | | | kbuild: drop FORCE from PHONY targetsMasahiro Yamada2016-04-201-2/+2
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-2511-27/+85
|\ \ \ \ \ \
| * | | | | | x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault codeAndy Lutomirski2016-05-201-3/+8
| * | | | | | x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limitsAndy Lutomirski2016-05-202-4/+4
| * | | | | | Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar2016-05-20201-3735/+6867
| |\ \ \ \ \ \
| * | | | | | | x86/mm/mpx: Work around MPX erratum SKD046Dave Hansen2016-05-203-0/+48
| * | | | | | | x86/entry/64: Fix stack return address retrieval in thunkJosh Poimboeuf2016-05-191-6/+5
| * | | | | | | x86/efi: Fix 7-parameter efi_call()sLinus Torvalds2016-05-171-5/+4
| * | | | | | | x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen2016-05-163-9/+13
| * | | | | | | x86/tsc: Add missing Cherrytrail frequency to the tableJeremy Compostella2016-05-121-0/+3
* | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-253-9/+9
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | perf/x86/intel/p4: Trival indentation fix, remove spaceColin Ian King2016-05-201-1/+1
| * | | | | | | Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-201-7/+7
| |\ \ \ \ \ \ \
| | * | | | | | | perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo2016-05-161-2/+2
| | * | | | | | | perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-161-7/+7
| * | | | | | | | perf/x86/intel/uncore: Remove WARN_ON_ONCE in uncore_pci_probeJiri Olsa2016-05-181-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus-4.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-243-44/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | xen: use same main loop for counting and remapping pagesJuergen Gross2016-05-241-39/+26
| * | | | | | | | xen/x86: actually allocate legacy interrupts on PV guestsStefano Stabellini2016-05-241-2/+5
| * | | | | | | | xen/x86: don't lose event interruptsStefano Stabellini2016-05-241-3/+3
OpenPOWER on IntegriCloud