summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/signals: Add build-time checks to the siginfo compat codeDave Hansen2016-06-141-0/+93
* x86/signals: Add missing signal_compat code for x86 featuresDave Hansen2016-06-142-0/+26
* x86/vdso/32: Assemble sigreturn.S separatelyAndy Lutomirski2016-06-143-16/+4
* x86/xen: Simplify set_aliased_prot()Andy Lutomirski2016-06-111-3/+1
* Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-06-117-35/+85
|\
| * 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
| * | 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
* | | | x86, asm: Use CC_SET()/CC_OUT() and static_cpu_has() in archrandom.hH. Peter Anvin2016-06-082-70/+62
* | | | x86, asm, boot: Use CC_SET()/CC_OUT() in arch/x86/boot/boot.hH. Peter Anvin2016-06-081-4/+5
* | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/rwsem.h>H. Peter Anvin2016-06-081-2/+2
* | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h>H. Peter Anvin2016-06-081-4/+5
* | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/bitops.h>H. Peter Anvin2016-06-081-8/+8
* | | | x86, asm: change GEN_*_RMWcc() to use CC_SET()/CC_OUT()H. Peter Anvin2016-06-081-5/+9
* | | | x86, asm: define CC_SET() and CC_OUT() macrosH. Peter Anvin2016-06-081-0/+12
* | | | x86, asm: change the GEN_*_RMWcc() macros to not quote the conditionH. Peter Anvin2016-06-086-18/+18
* | | | x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin2016-06-0812-60/+63
* | | | x86, bitops: remove use of "sbb" to return CFH. Peter Anvin2016-06-085-34/+31
* | | | x86/hweight: Get rid of the special calling conventionBorislav Petkov2016-06-086-20/+93
| |_|/ |/| |
* | | x86/msr: Use the proper trace point conditional for writesDr. David Alan Gilbert2016-06-061-2/+2
|/ /
* | 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
OpenPOWER on IntegriCloud