| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-03-24 | 58 | -124/+193 |
|\ |
|
| * | x86/msr: Remove unused native_read_tscp() | Prarit Bhargava | 2016-03-23 | 1 | -8/+0 |
| * | x86/oprofile/nmi: Add missing hotplug FROZEN handling | Thomas Gleixner | 2016-03-19 | 1 | -1/+2 |
| * | x86/hpet: Use proper mask to modify hotplug action | Thomas Gleixner | 2016-03-19 | 1 | -1/+1 |
| * | x86/apic/uv: Fix the hotplug notifier | Thomas Gleixner | 2016-03-19 | 1 | -1/+2 |
| * | x86/apb/timer: Use proper mask to modify hotplug action | Thomas Gleixner | 2016-03-19 | 1 | -1/+1 |
| * | x86/topology: Use total_cpus not nr_cpu_ids for logical packages | Thomas Gleixner | 2016-03-19 | 1 | -1/+6 |
| * | x86/topology: Fix Intel HT disable | Peter Zijlstra | 2016-03-19 | 1 | -1/+14 |
| * | x86/topology: Fix logical package mapping | Peter Zijlstra | 2016-03-19 | 1 | -5/+0 |
| * | x86/irq: Cure live lock in fixup_irqs() | Thomas Gleixner | 2016-03-18 | 2 | -18/+71 |
| * | x86/tsc: Prevent NULL pointer deref in calibrate_delay_is_known() | Thomas Gleixner | 2016-03-18 | 1 | -1/+5 |
| * | x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt() | Dave Jones | 2016-03-18 | 1 | -1/+1 |
| * | x86/iopl: Fix iopl capability check on Xen PV | Andy Lutomirski | 2016-03-17 | 1 | -3/+9 |
| * | x86/iopl/64: Properly context-switch IOPL on Xen PV | Andy Lutomirski | 2016-03-17 | 3 | -1/+15 |
| * | Merge branch 'x86/cleanups' into x86/urgent | Ingo Molnar | 2016-03-17 | 44 | -66/+52 |
| |\ |
|
| | * | arch/x86/irq: Purge useless handler declarations from hw_irq.h | Nicolai Stange | 2016-02-25 | 1 | -14/+0 |
| | * | x86: Fix misspellings in comments | Adam Buchbinder | 2016-02-24 | 43 | -52/+52 |
| * | | x86/mm, x86/mce: Fix return type/value for memcpy_mcsafe() | Tony Luck | 2016-03-16 | 2 | -5/+6 |
| * | | Merge branch 'linus' into x86/urgent, to pick up dependencies for a fix | Ingo Molnar | 2016-03-16 | 128 | -1680/+2101 |
| |\ \ |
|
| * | | | x86/video: Don't assume all FB devices are PCI devices | Vitaly Kuznetsov | 2016-03-15 | 1 | -10/+8 |
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-03-23 | 15 | -114/+43 |
|\ \ \ \ |
|
| * | | | | x86/extable: use generic search and sort routines | Ard Biesheuvel | 2016-03-22 | 2 | -111/+2 |
| * | | | | kernel: add kcov code coverage | Dmitry Vyukov | 2016-03-22 | 10 | -0/+37 |
| * | | | | x86/compat: remove is_compat_task() | Andy Lutomirski | 2016-03-22 | 3 | -3/+4 |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-03-23 | 15 | -80/+350 |
|\ \ \ \ \ |
|
| * | | | | | KVM: page_track: fix access to NULL slot | Paolo Bonzini | 2016-03-22 | 1 | -2/+7 |
| * | | | | | kvm, rt: change async pagefault code locking for PREEMPT_RT | Rik van Riel | 2016-03-22 | 1 | -18/+19 |
| * | | | | | KVM/x86: update the comment of memory barrier in the vcpu_enter_guest() | Lan Tianyu | 2016-03-22 | 1 | -2/+6 |
| * | | | | | KVM/x86: Call smp_wmb() before increasing tlbs_dirty | Lan Tianyu | 2016-03-22 | 1 | -0/+11 |
| * | | | | | KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page... | Lan Tianyu | 2016-03-22 | 1 | -4/+3 |
| * | | | | | KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page() | Lan Tianyu | 2016-03-22 | 1 | -8/+7 |
| * | | | | | KVM, pkeys: expose CPUID/CR4 to guest | Huaitong Han | 2016-03-22 | 4 | -6/+37 |
| * | | | | | KVM, pkeys: add pkeys support for permission_fault | Huaitong Han | 2016-03-22 | 7 | -8/+72 |
| * | | | | | KVM, pkeys: introduce pkru_mask to cache conditions | Huaitong Han | 2016-03-22 | 2 | -0/+88 |
| * | | | | | KVM, pkeys: save/restore PKRU when guest/host switches | Xiao Guangrong | 2016-03-22 | 1 | -0/+23 |
| * | | | | | x86: pkey: introduce write_pkru() for KVM | Xiao Guangrong | 2016-03-22 | 2 | -0/+22 |
| * | | | | | KVM, pkeys: add pkeys support for xsave state | Huaitong Han | 2016-03-22 | 1 | -1/+2 |
| * | | | | | KVM, pkeys: disable pkeys for guests in non-paging mode | Huaitong Han | 2016-03-22 | 1 | -6/+10 |
| * | | | | | KVM: x86: remove magic number with enum cpuid_leafs | Huaitong Han | 2016-03-22 | 1 | -20/+20 |
| * | | | | | KVM: MMU: return page fault error code from permission_fault | Paolo Bonzini | 2016-03-22 | 2 | -8/+12 |
| * | | | | | KVM: VMX: fix nested vpid for old KVM guests | Paolo Bonzini | 2016-03-22 | 1 | -1/+13 |
| * | | | | | KVM: VMX: avoid guest hang on invalid invvpid instruction | Paolo Bonzini | 2016-03-22 | 1 | -0/+1 |
| * | | | | | KVM: VMX: avoid guest hang on invalid invept instruction | Paolo Bonzini | 2016-03-22 | 1 | -0/+1 |
| |/ / / / |
|
* | | | | | Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-22 | 1 | -7/+12 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | xen/x86: Drop mode-selecting ifdefs in startup_xen() | Boris Ostrovsky | 2016-03-03 | 1 | -7/+3 |
| * | | | | xen/x86: Zero out .bss for PV guests | Boris Ostrovsky | 2016-03-03 | 1 | -0/+9 |
* | | | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-21 | 26 | -79/+888 |
|\ \ \ \ \ |
|
| * | | | | | x86/mm/pkeys: Fix mismerge of protection keys CPUID bits | Dave Hansen | 2016-03-11 | 2 | -4/+4 |
| * | | | | | x86/mm/pkeys: Fix access_error() denial of writes to write-only VMA | Dave Hansen | 2016-03-03 | 1 | -18/+0 |
| * | | | | | mm/core, x86/mm/pkeys: Add execute-only protection keys support | Dave Hansen | 2016-02-18 | 5 | -2/+138 |