Age | Commit message (Expand) | Author | Files | Lines |
2020-12-30 | local64.h: make <asm/local64.h> mandatory | Randy Dunlap | 1 | -1/+0 |
2020-12-25 | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+1 |
2020-12-24 | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -127/+13 |
2020-12-23 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -1/+2 |
2020-12-23 | x86/split-lock: Avoid returning with interrupts enabled | Andi Kleen | 1 | -1/+2 |
2020-12-22 | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK | Andrey Konovalov | 1 | -1/+1 |
2020-12-22 | kasan, x86, s390: update undef CONFIG_KASAN | Andrey Konovalov | 1 | -0/+1 |
2020-12-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 38 | -498/+2297 |
2020-12-19 | Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -28/+24 |
2020-12-19 | epoll: wire up syscall epoll_pwait2 | Willem de Bruijn | 2 | -0/+2 |
2020-12-19 | mm, kvm: account kvm_vcpu_mmap to kmemcg | Shakeel Butt | 1 | -1/+1 |
2020-12-19 | xen: Kconfig: remove X86_64 depends from XEN_512GB | Jason Andryuk | 1 | -1/+1 |
2020-12-18 | Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 5 | -7/+46 |
2020-12-17 | Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+2 |
2020-12-17 | Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -0/+39 |
2020-12-16 | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+20 |
2020-12-16 | KVM: SVM: fix 32-bit compilation | Paolo Bonzini | 1 | -0/+2 |
2020-12-16 | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+0 |
2020-12-16 | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -0/+6 |
2020-12-16 | xen: remove trailing semicolon in macro definition | Tom Rix | 1 | -1/+1 |
2020-12-16 | xen: Kconfig: nest Xen guest options | Jason Andryuk | 1 | -13/+13 |
2020-12-16 | xen: Remove Xen PVH/PVHVM dependency on PCI | Jason Andryuk | 1 | -6/+12 |
2020-12-16 | x86/xen: Convert to DEFINE_SHOW_ATTRIBUTE | Qinglang Miao | 1 | -11/+1 |
2020-12-16 | Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -1/+2 |
2020-12-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 6 | -23/+7 |
2020-12-15 | arch, mm: make kernel_page_present() always available | Mike Rapoport | 2 | -3/+2 |
2020-12-15 | arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC | Mike Rapoport | 2 | -3/+3 |
2020-12-15 | mm: forbid splitting special mappings | Dmitry Safonov | 1 | -17/+0 |
2020-12-15 | mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio | Dmitry Safonov | 1 | -1/+1 |
2020-12-15 | x86: mremap speedup - Enable HAVE_MOVE_PUD | Kalesh Singh | 1 | -0/+1 |
2020-12-15 | mm/gup: prevent gup_fast from racing with COW during fork | Jason Gunthorpe | 1 | -0/+1 |
2020-12-15 | Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 9 | -47/+62 |
2020-12-15 | KVM: SVM: Add AP_JUMP_TABLE support in prep for AP booting | Tom Lendacky | 2 | -0/+29 |
2020-12-15 | genirq: Move irq_has_action() into core code | Thomas Gleixner | 1 | -0/+1 |
2020-12-15 | Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap' | Rafael J. Wysocki | 1 | -1/+2 |
2020-12-15 | KVM: SVM: Provide support to launch and run an SEV-ES guest | Tom Lendacky | 1 | -0/+104 |
2020-12-15 | KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests | Tom Lendacky | 4 | -9/+77 |
2020-12-15 | KVM: SVM: Provide support for SEV-ES vCPU loading | Tom Lendacky | 6 | -23/+103 |
2020-12-15 | KVM: SVM: Provide support for SEV-ES vCPU creation/loading | Tom Lendacky | 4 | -5/+92 |
2020-12-15 | KVM: SVM: Update ASID allocation to support SEV-ES guests | Tom Lendacky | 1 | -11/+14 |
2020-12-15 | KVM: SVM: Set the encryption mask for the SVM host save area | Tom Lendacky | 3 | -2/+4 |
2020-12-15 | KVM: SVM: Add NMI support for an SEV-ES guest | Tom Lendacky | 2 | -7/+17 |
2020-12-15 | KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guest | Tom Lendacky | 3 | -10/+56 |
2020-12-15 | KVM: SVM: Do not report support for SMM for an SEV-ES guest | Tom Lendacky | 4 | -5/+18 |
2020-12-15 | KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES | Tom Lendacky | 1 | -9/+18 |
2020-12-15 | KVM: SVM: Add support for CR8 write traps for an SEV-ES guest | Tom Lendacky | 2 | -1/+7 |
2020-12-15 | KVM: SVM: Add support for CR4 write traps for an SEV-ES guest | Tom Lendacky | 4 | -4/+21 |
2020-12-15 | KVM: SVM: Add support for CR0 write traps for an SEV-ES guest | Tom Lendacky | 4 | -13/+64 |
2020-12-15 | KVM: SVM: Add support for EFER write traps for an SEV-ES guest | Tom Lendacky | 2 | -0/+22 |
2020-12-15 | KVM: SVM: Support string IO operations for an SEV-ES guest | Tom Lendacky | 6 | -5/+83 |