| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/signals: Add build-time checks to the siginfo compat code | Dave Hansen | 2016-06-14 | 1 | -0/+93 |
* | x86/signals: Add missing signal_compat code for x86 features | Dave Hansen | 2016-06-14 | 2 | -0/+26 |
* | x86/vdso/32: Assemble sigreturn.S separately | Andy Lutomirski | 2016-06-14 | 3 | -16/+4 |
* | x86/xen: Simplify set_aliased_prot() | Andy Lutomirski | 2016-06-11 | 1 | -3/+1 |
* | Merge branch 'linus' into x86/asm, to pick up fixes | Ingo Molnar | 2016-06-11 | 7 | -35/+85 |
|\ |
|
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-06-10 | 6 | -15/+86 |
| |\ |
|
| | * | x86/ioapic: Fix incorrect pointers in ioapic_setup_resources() | Rui Wang | 2016-06-10 | 1 | -1/+1 |
| | * | x86/entry/traps: Don't force in_interrupt() to return true in IST handlers | Andy Lutomirski | 2016-06-10 | 1 | -10/+10 |
| | * | x86/cpu/AMD: Extend X86_FEATURE_TOPOEXT workaround to newer models | Borislav Petkov | 2016-06-08 | 1 | -2/+2 |
| | * | x86/cpu/intel: Introduce macros for Intel family numbers | Dave Hansen | 2016-06-08 | 1 | -0/+68 |
| | * | x86, build: copy ldlinux.c32 to image.iso | H. Peter Anvin | 2016-06-07 | 1 | -0/+3 |
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-06-10 | 2 | -22/+1 |
| |\ \ |
|
| | * | | perf/x86/intel/uncore: Remove SBOX support for Broadwell server | Kan Liang | 2016-06-03 | 1 | -21/+0 |
| | * | | perf/x86/intel/rapl: Fix pmus free during cleanup | Vincent Stehlé | 2016-05-25 | 1 | -1/+1 |
* | | | | x86, asm: Use CC_SET()/CC_OUT() and static_cpu_has() in archrandom.h | H. Peter Anvin | 2016-06-08 | 2 | -70/+62 |
* | | | | x86, asm, boot: Use CC_SET()/CC_OUT() in arch/x86/boot/boot.h | H. Peter Anvin | 2016-06-08 | 1 | -4/+5 |
* | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/rwsem.h> | H. Peter Anvin | 2016-06-08 | 1 | -2/+2 |
* | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h> | H. Peter Anvin | 2016-06-08 | 1 | -4/+5 |
* | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/bitops.h> | H. Peter Anvin | 2016-06-08 | 1 | -8/+8 |
* | | | | x86, asm: change GEN_*_RMWcc() to use CC_SET()/CC_OUT() | H. Peter Anvin | 2016-06-08 | 1 | -5/+9 |
* | | | | x86, asm: define CC_SET() and CC_OUT() macros | H. Peter Anvin | 2016-06-08 | 1 | -0/+12 |
* | | | | x86, asm: change the GEN_*_RMWcc() macros to not quote the condition | H. Peter Anvin | 2016-06-08 | 6 | -18/+18 |
* | | | | x86, asm: use bool for bitops and other assembly outputs | H. Peter Anvin | 2016-06-08 | 12 | -60/+63 |
* | | | | x86, bitops: remove use of "sbb" to return CF | H. Peter Anvin | 2016-06-08 | 5 | -34/+31 |
* | | | | x86/hweight: Get rid of the special calling convention | Borislav Petkov | 2016-06-08 | 6 | -20/+93 |
| |_|/
|/| | |
|
* | | | x86/msr: Use the proper trace point conditional for writes | Dr. David Alan Gilbert | 2016-06-06 | 1 | -2/+2 |
|/ / |
|
* | | KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS | Paolo Bonzini | 2016-06-02 | 1 | -0/+5 |
* | | KVM: fail KVM_SET_VCPU_EVENTS with invalid exception number | Paolo Bonzini | 2016-06-02 | 1 | -0/+4 |
* | | KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID | Paolo Bonzini | 2016-06-02 | 1 | -10/+12 |
* | | kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDR | Paolo Bonzini | 2016-06-02 | 1 | -1/+1 |
* | | KVM: Handle MSR_IA32_PERF_CTL | Dmitry Bilunov | 2016-06-02 | 1 | -0/+1 |
* | | KVM: x86: avoid write-tearing of TDP | Nadav Amit | 2016-06-02 | 1 | -4/+4 |
* | | Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-05-27 | 6 | -41/+72 |
|\ \ |
|
| * | | um: add extended processor state save/restore support | Eli Cooper | 2016-05-21 | 4 | -15/+59 |
| * | | um: extend fpstate to _xstate to support YMM registers | Eli Cooper | 2016-05-21 | 2 | -13/+12 |
| * | | um: fix FPU state preservation around signal handlers | Eli Cooper | 2016-05-21 | 1 | -15/+3 |
* | | | mm: remove more IS_ERR_VALUE abuses | Linus Torvalds | 2016-05-27 | 1 | -9/+8 |
* | | | Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvha... | Linus Torvalds | 2016-05-27 | 2 | -1/+28 |
|\ \ \ |
|
| * | | | platform/x86: Add PMC Driver for Intel Core SoC | Rajneesh Bhardwaj | 2016-05-27 | 1 | -0/+27 |
| * | | | intel_telemetry: Constify telemetry_core_ops structures | Julia Lawall | 2016-05-05 | 1 | -1/+1 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-05-27 | 3 | -23/+73 |
|\ \ \ \ |
|
| * | | | | kvm:vmx: more complete state update on APICv on/off | Roman Kagan | 2016-05-25 | 1 | -18/+30 |
| * | | | | KVM: SVM: Add more SVM_EXIT_REASONS | Jan Kiszka | 2016-05-24 | 1 | -3/+41 |
| * | | | | svm: bitwise vs logical op typo | Dan Carpenter | 2016-05-24 | 1 | -2/+2 |
* | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2016-05-26 | 4 | -6/+2 |
|\ \ \ \ \ |
|
| * | | | | | kbuild: delete unnecessary "@:" | Masahiro Yamada | 2016-04-20 | 3 | -4/+0 |
| * | | | | | kbuild: drop FORCE from PHONY targets | Masahiro Yamada | 2016-04-20 | 1 | -2/+2 |
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-05-25 | 11 | -27/+85 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault code | Andy Lutomirski | 2016-05-20 | 1 | -3/+8 |
| * | | | | | | x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limits | Andy Lutomirski | 2016-05-20 | 2 | -4/+4 |