| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changes | Ingo Molnar | 2016-07-08 | 280 | -4498/+8812 |
|\ |
|
| * | KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode. | Quentin Casasnovas | 2016-06-27 | 1 | -12/+11 |
| * | KVM: LAPIC: cap __delay at lapic_timer_advance_ns | Marcelo Tosatti | 2016-06-27 | 1 | -1/+2 |
| * | KVM: x86: move nsec_to_cycles from x86.c to x86.h | Marcelo Tosatti | 2016-06-27 | 2 | -6/+7 |
| * | pvclock: Get rid of __pvclock_read_cycles in function pvclock_read_flags | Minfei Huang | 2016-06-27 | 1 | -2/+5 |
| * | pvclock: Cleanup to remove function pvclock_get_nsec_offset | Minfei Huang | 2016-06-27 | 1 | -16/+7 |
| * | pvclock: Add CPU barriers to get correct version value | Minfei Huang | 2016-06-27 | 2 | -0/+6 |
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-06-25 | 1 | -0/+12 |
| |\ |
|
| | * | kprobes/x86: Clear TF bit in fault on single-stepping | Masami Hiramatsu | 2016-06-14 | 1 | -0/+12 |
| * | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-06-24 | 5 | -6/+6 |
| |\ \ |
|
| | * | | x86/efi: get rid of superfluous __GFP_REPEAT | Michal Hocko | 2016-06-24 | 1 | -1/+1 |
| | * | | x86: get rid of superfluous __GFP_REPEAT | Michal Hocko | 2016-06-24 | 2 | -2/+2 |
| | * | | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 2016-06-24 | 2 | -3/+3 |
| * | | | Merge tag 'for-linus-4.7b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-06-24 | 1 | -42/+32 |
| |\ \ \ |
|
| | * | | | x86/xen: avoid m2p lookup when setting early page table entries | David Vrabel | 2016-06-23 | 1 | -41/+31 |
| | * | | | x86/xen: fix upper bound of pmd loop in xen_cleanhighmap() | Juergen Gross | 2016-06-23 | 1 | -1/+1 |
| * | | | | x86: fix up a few misc stack pointer vs thread_info confusions | Linus Torvalds | 2016-06-24 | 3 | -9/+6 |
| | |/ /
| |/| | |
|
| * | | | x86: avoid avoid passing around 'thread_info' in stack dumping code | Linus Torvalds | 2016-06-23 | 4 | -23/+17 |
| |/ / |
|
| * | | Merge tag 'driver-core-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-06-18 | 1 | -0/+9 |
| |\ \ |
|
| | * | | isa: Allow ISA-style drivers on modern systems | William Breathitt Gray | 2016-06-17 | 1 | -0/+9 |
| | |/ |
|
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-06-16 | 3 | -13/+34 |
| |\ \
| | |/
| |/| |
|
| | * | kvm: vmx: check apicv is active before using VT-d posted interrupt | Yang Zhang | 2016-06-16 | 1 | -5/+10 |
| | * | kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APIC | Suravee Suthikulpanit | 2016-06-16 | 1 | -5/+10 |
| | * | kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid() | Suravee Suthikulpanit | 2016-06-16 | 2 | -3/+14 |
| * | | 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 |
| | * | | x86/msr: Use the proper trace point conditional for writes | Dr. David Alan Gilbert | 2016-06-06 | 1 | -2/+2 |
| | |/ |
|
| * | | 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 |
| * | | 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 |