Age | Commit message (Expand) | Author | Files | Lines |
2015-10-06 | Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ... | Ingo Molnar | 24 | -202/+242 |
2015-10-03 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 9 | -65/+69 |
2015-10-03 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+66 |
2015-10-02 | x86/headers/uapi: Fix __BITS_PER_LONG value for x32 builds | Ben Hutchings | 1 | -1/+1 |
2015-10-02 | x86/mm: Set NX on gap between __ex_table and rodata | Stephen Smalley | 1 | -1/+1 |
2015-10-02 | x86/kexec: Fix kexec crash in syscall kexec_file_load() | Lee, Chun-Yi | 1 | -4/+3 |
2015-10-01 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+2 |
2015-10-01 | arch/x86/include/asm/efi.h: fix build failure | Andrey Ryabinin | 1 | -0/+2 |
2015-10-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -119/+22 |
2015-10-01 | Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS | Dirk Müller | 1 | -1/+1 |
2015-10-01 | Revert "KVM: SVM: use NPT page attributes" | Paolo Bonzini | 1 | -96/+5 |
2015-10-01 | Revert "KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask" | Paolo Bonzini | 1 | -8/+7 |
2015-10-01 | Revert "KVM: SVM: Sync g_pat with guest-written PAT value" | Paolo Bonzini | 1 | -10/+0 |
2015-10-01 | Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages" | Paolo Bonzini | 2 | -5/+13 |
2015-10-01 | x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, i... | Matt Fleming | 1 | -1/+66 |
2015-10-01 | Merge remote-tracking branch 'tglx/x86/urgent' into x86/urgent | Ingo Molnar | 3 | -52/+55 |
2015-09-30 | x86/process: Unify 32bit and 64bit implementations of get_wchan() | Thomas Gleixner | 3 | -84/+55 |
2015-09-30 | x86/process: Add proper bound checks in 64bit get_wchan() | Thomas Gleixner | 1 | -10/+42 |
2015-09-30 | x86, efi, kasan: Fix build failure on !KASAN && KMEMCHECK=y kernels | Andrey Ryabinin | 1 | -0/+2 |
2015-09-30 | Merge tag 'v4.3-rc3' into x86/urgent, before applying dependent fix | Ingo Molnar | 7 | -8/+36 |
2015-09-30 | x86/hyperv: Fix the build in the !CONFIG_KEXEC_CORE case | Vitaly Kuznetsov | 1 | -5/+7 |
2015-09-28 | Revert "KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system... | Radim Krčmář | 2 | -4/+1 |
2015-09-27 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -4/+20 |
2015-09-27 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -5/+27 |
2015-09-25 | Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
2015-09-25 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 5 | -8/+25 |
2015-09-25 | KVM: disable halt_poll_ns as default for s390x | David Hildenbrand | 1 | -0/+1 |
2015-09-25 | KVM: x86: fix off-by-one in reserved bits check | Paolo Bonzini | 1 | -1/+1 |
2015-09-25 | KVM: x86: use correct page table format to check nested page table reserved bits | Paolo Bonzini | 1 | -6/+17 |
2015-09-25 | KVM: svm: do not call kvm_set_cr0 from init_vmcb | Paolo Bonzini | 1 | -1/+2 |
2015-09-25 | perf/x86: Change test_aperfmperf() and test_intel() to static | Geliang Tang | 1 | -2/+2 |
2015-09-23 | x86/cpufeatures: Correct spelling of the HWP_NOTIFY flag | Kristen Carlson Accardi | 2 | -2/+2 |
2015-09-23 | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 2 | -4/+4 |
2015-09-22 | x86, efi, kasan: #undef memset/memcpy/memmove per arch | Andrey Ryabinin | 1 | -0/+10 |
2015-09-22 | x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI code | Andy Lutomirski | 1 | -1/+4 |
2015-09-22 | x86/paravirt: Replace the paravirt nop with a bona fide empty function | Andy Lutomirski | 2 | -4/+23 |
2015-09-21 | KVM: x86: trap AMD MSRs for the TSeg base and mask | Paolo Bonzini | 2 | -0/+3 |
2015-09-18 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -0/+4 |
2015-09-18 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -17/+10 |
2015-09-18 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2015-09-18 | kvm: svm: reset mmu on VCPU reset | Igor Mammedov | 1 | -0/+1 |
2015-09-18 | perf/x86/intel: Fix Skylake FRONTEND MSR extrareg mask | Andi Kleen | 1 | -1/+5 |
2015-09-18 | perf/x86/intel/pebs: Add PEBS frontend profiling for Skylake | Andi Kleen | 3 | -1/+13 |
2015-09-18 | perf/x86/intel: Make the CYCLE_ACTIVITY.* constraint on Broadwell more specific | Andi Kleen | 1 | -1/+1 |
2015-09-17 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 11 | -27/+72 |
2015-09-17 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -1/+5 |
2015-09-17 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -5/+14 |
2015-09-17 | x86/pci/dma: Fix gfp flags for coherent DMA memory allocation | Junichi Nomura | 1 | -1/+1 |
2015-09-16 | x86/platform: Fix Geode LX timekeeping in the generic x86 build | David Woodhouse | 1 | -7/+10 |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 3 | -14/+9 |