Age | Commit message (Expand) | Author | Files | Lines |
2014-12-06 | x86, microcode: Reload microcode on resume | Borislav Petkov | 3 | -0/+6 |
2014-12-01 | x86, microcode, AMD: Do not use smp_processor_id() in preemtible context | Borislav Petkov | 1 | -1/+1 |
2014-11-24 | uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME | Andy Lutomirski | 1 | -1/+1 |
2014-11-24 | x86_64, traps: Stop using IST for #SS | Andy Lutomirski | 3 | -7/+6 |
2014-11-10 | x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU down | Boris Ostrovsky | 1 | -0/+1 |
2014-10-28 | sched: stop the unbound recursion in preempt_schedule_context() | Oleg Nesterov | 1 | -0/+1 |
2014-10-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+15 |
2014-10-24 | KVM: x86: Prevent host from panicking on shared MSR writes. | Andy Honig | 1 | -1/+1 |
2014-10-24 | KVM: x86: Check non-canonical addresses upon WRMSR | Nadav Amit | 1 | -0/+14 |
2014-10-24 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -21/+10 |
2014-10-19 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+0 |
2014-10-19 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2 | -12/+1 |
2014-10-17 | kprobes/x86: Remove stale ARCH_SUPPORTS_KPROBES_ON_FTRACE define | Anton Blanchard | 1 | -1/+0 |
2014-10-15 | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -9/+9 |
2014-10-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+3 |
2014-10-14 | Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -1/+10 |
2014-10-14 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -5/+2 |
2014-10-14 | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2014-10-14 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2014-10-14 | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2 | -24/+67 |
2014-10-13 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -12/+12 |
2014-10-13 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+8 |
2014-10-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -132/+2 |
2014-10-13 | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -17/+2 |
2014-10-12 | Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -6/+5 |
2014-10-10 | mm: remove misleading ARCH_USES_NUMA_PROT_NONE | Mel Gorman | 1 | -0/+14 |
2014-10-09 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+11 |
2014-10-08 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -17/+26 |
2014-10-08 | x86: Reject x32 executables if x32 ABI not supported | Ben Hutchings | 1 | -2/+3 |
2014-10-07 | Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo... | Linus Torvalds | 1 | -0/+7 |
2014-10-04 | Merge branch 'next' into efi-next-merge | Matt Fleming | 1 | -21/+10 |
2014-10-03 | efi: Delete the in_nmi() conditional runtime locking | Matt Fleming | 1 | -2/+0 |
2014-10-03 | x86/efi: Mark initialization code as such | Mathias Krause | 1 | -10/+10 |
2014-10-03 | x86/efi: Unexport add_efi_memmap variable | Mathias Krause | 1 | -1/+0 |
2014-10-03 | x86/efi: Remove unused efi_call* macros | Mathias Krause | 1 | -10/+0 |
2014-10-03 | efi: Implement mandatory locking for UEFI Runtime Services | Ard Biesheuvel | 1 | -0/+2 |
2014-10-03 | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() | Pranith Kumar | 2 | -2/+2 |
2014-09-28 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -27/+3 |
2014-09-25 | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... | Ingo Molnar | 1 | -24/+0 |
2014-09-24 | kvm: x86: Unpin and remove kvm_arch->apic_access_page | Tang Chen | 1 | -1/+1 |
2014-09-24 | kvm: x86: Add request bit to reload APIC access page address | Tang Chen | 1 | -0/+2 |
2014-09-24 | kvm: Add arch specific mmu notifier for page invalidation | Tang Chen | 1 | -0/+2 |
2014-09-24 | kvm: Fix page ageing bugs | Andres Lagar-Cavilla | 1 | -1/+1 |
2014-09-24 | x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-only | Paolo Bonzini | 2 | -2/+9 |
2014-09-24 | KVM: x86: directly use kvm_make_request again | Liang Chen | 1 | -1/+0 |
2014-09-24 | Revert "efi/x86: efistub: Move shared dependencies to <asm/efi.h>" | Matt Fleming | 1 | -24/+0 |
2014-09-23 | x86: remove the Xen-specific _PAGE_IOMAP PTE flag | David Vrabel | 1 | -6/+5 |
2014-09-22 | x86: use generic dma-contiguous.h | Zubair Lutfullah Kakakhel | 2 | -12/+1 |
2014-09-19 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2014-09-19 | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... | Ingo Molnar | 1 | -3/+3 |