Age | Commit message (Expand) | Author | Files | Lines |
2016-06-08 | x86, asm: Use CC_SET()/CC_OUT() in <asm/bitops.h> | H. Peter Anvin | 1 | -8/+8 |
2016-06-08 | x86, asm: change GEN_*_RMWcc() to use CC_SET()/CC_OUT() | H. Peter Anvin | 1 | -5/+9 |
2016-06-08 | x86, asm: define CC_SET() and CC_OUT() macros | H. Peter Anvin | 1 | -0/+12 |
2016-06-08 | x86, asm: change the GEN_*_RMWcc() macros to not quote the condition | H. Peter Anvin | 6 | -18/+18 |
2016-06-08 | x86, asm: use bool for bitops and other assembly outputs | H. Peter Anvin | 9 | -52/+53 |
2016-06-08 | x86, bitops: remove use of "sbb" to return CF | H. Peter Anvin | 4 | -30/+30 |
2016-06-08 | x86/hweight: Get rid of the special calling convention | Borislav Petkov | 1 | -14/+10 |
2016-06-06 | x86/msr: Use the proper trace point conditional for writes | Dr. David Alan Gilbert | 1 | -2/+2 |
2016-05-27 | Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvha... | Linus Torvalds | 2 | -1/+28 |
2016-05-27 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -3/+41 |
2016-05-27 | platform/x86: Add PMC Driver for Intel Core SoC | Rajneesh Bhardwaj | 1 | -0/+27 |
2016-05-26 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -9/+17 |
2016-05-24 | KVM: SVM: Add more SVM_EXIT_REASONS | Jan Kiszka | 1 | -3/+41 |
2016-05-23 | x86: remove more uaccess_32.h complexity | Linus Torvalds | 1 | -26/+0 |
2016-05-23 | x86: remove pointless uaccess_32.h complexity | Linus Torvalds | 1 | -36/+0 |
2016-05-21 | x86/kasan: instrument user memory access API | Andrey Ryabinin | 2 | -0/+12 |
2016-05-20 | Merge branch 'linus' into x86/urgent, to refresh the tree | Ingo Molnar | 43 | -910/+2543 |
2016-05-20 | x86/mm/mpx: Work around MPX erratum SKD046 | Dave Hansen | 1 | -0/+8 |
2016-05-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
2016-05-20 | arch: fix has_transparent_hugepage() | Hugh Dickins | 1 | -0/+1 |
2016-05-19 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -10/+49 |
2016-05-18 | KVM: x86: make hwapic_isr_update and hwapic_irr_update look the same | Paolo Bonzini | 1 | -1/+1 |
2016-05-18 | KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore | Suravee Suthikulpanit | 1 | -0/+1 |
2016-05-18 | svm: Add VMEXIT handlers for AVIC | Suravee Suthikulpanit | 2 | -1/+9 |
2016-05-18 | KVM: x86: Detect and Initialize AVIC support | Suravee Suthikulpanit | 2 | -0/+7 |
2016-05-18 | svm: Introduce new AVIC VMCB registers | Suravee Suthikulpanit | 1 | -2/+7 |
2016-05-18 | KVM: x86: Introducing kvm_x86_ops VCPU blocking/unblocking hooks | Suravee Suthikulpanit | 1 | -2/+16 |
2016-05-18 | KVM: x86: Introducing kvm_x86_ops VM init/destroy hooks | Suravee Suthikulpanit | 1 | -0/+3 |
2016-05-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+0 |
2016-05-17 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 5 | -554/+2144 |
2016-05-17 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 8 | -36/+126 |
2016-05-17 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 28 | -157/+177 |
2016-05-17 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -96/+5 |
2016-05-17 | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -1/+26 |
2016-05-17 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -20/+17 |
2016-05-16 | Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -16/+26 |
2016-05-16 | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -30/+22 |
2016-05-16 | x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeys | Dave Hansen | 2 | -9/+9 |
2016-05-13 | KVM: halt_polling: provide a way to qualify wakeups during poll | Christian Borntraeger | 1 | -0/+2 |
2016-05-12 | Merge branch 'sched/urgent' into sched/core to pick up fixes | Ingo Molnar | 1 | -0/+4 |
2016-05-12 | x86/cpu: Add detection of AMD RAS Capabilities | Yazen Ghannam | 2 | -1/+7 |
2016-05-12 | x86/mce/AMD: Log Deferred Errors using SMCA MCA_DE{STAT,ADDR} registers | Yazen Ghannam | 1 | -0/+4 |
2016-05-11 | x86/extable: ensure entries are swapped completely when sorting | Mathias Krause | 1 | -0/+8 |
2016-05-09 | x86/kvm: Do not use BIT() in user-exported header | Borislav Petkov | 1 | -3/+3 |
2016-05-07 | x86/KASLR: Build identity mappings on demand | Kees Cook | 1 | -0/+19 |
2016-05-07 | x86/boot: Split out kernel_ident_mapping_init() | Yinghai Lu | 1 | -0/+5 |
2016-05-07 | x86/boot: Clean up indenting for asm/boot.h | Kees Cook | 1 | -11/+9 |
2016-05-07 | Merge branch 'linus' into efi/core, to pick up fixes | Ingo Molnar | 1 | -0/+4 |
2016-05-05 | intel_telemetry: Constify telemetry_core_ops structures | Julia Lawall | 1 | -1/+1 |
2016-05-05 | perf/x86/intel/pt: Add IP filtering register/CPUID bits | Alexander Shishkin | 1 | -0/+9 |