Age | Commit message (Expand) | Author | Files | Lines |
2020-06-01 | KVM: nSVM: move MMU setup to nested_prepare_vmcb_control | Paolo Bonzini | 1 | -6/+6 |
2020-06-01 | KVM: nSVM: extract preparation of VMCB for nested run | Paolo Bonzini | 1 | -16/+24 |
2020-06-01 | KVM: nSVM: extract load_nested_vmcb_control | Paolo Bonzini | 1 | -16/+22 |
2020-06-01 | KVM: nSVM: move map argument out of enter_svm_guest_mode | Paolo Bonzini | 3 | -10/+9 |
2020-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 40 | -277/+317 |
2020-05-31 | Merge tag 'x86-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 6 | -56/+73 |
2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -0/+1 |
2020-05-31 | MIPS: ralink: drop ralink_clk_init for mt7621 | Chuanhong Guo | 1 | -43/+0 |
2020-05-31 | MIPS: ralink: bootrom: mark a function as __init to save some memory | Christophe JAILLET | 1 | -1/+1 |
2020-05-31 | MIPS: Loongson64: Reorder CPUCFG model match arms | WANG Xuerui | 1 | -16/+16 |
2020-05-31 | MIPS: Expose Loongson CPUCFG availability via HWCAP | WANG Xuerui | 2 | -1/+9 |
2020-05-31 | MIPS: Loongson64: Guard against future cores without CPUCFG | WANG Xuerui | 3 | -17/+35 |
2020-05-30 | Merge tag 'powerpc-5.7-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2 | -0/+5 |
2020-05-30 | printk: Collapse shutdown types into a single dump reason | Kees Cook | 1 | -3/+1 |
2020-05-30 | MIPS: Fix build warning about "PTR_STR" redefinition | Thomas Bogendoerfer | 4 | -779/+781 |
2020-05-30 | Merge tag 'armsoc-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 16 | -53/+41 |
2020-05-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -0/+1 |
2020-05-29 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -1/+1 |
2020-05-29 | Merge branch 'parisc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2020-05-29 | Merge tag 'iommu-fixes-v5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -2/+2 |
2020-05-29 | take the dummy csum_and_copy_from_user() into net/checksum.h | Al Viro | 8 | -114/+0 |
2020-05-29 | arm: switch to csum_and_copy_from_user() | Al Viro | 1 | -0/+14 |
2020-05-29 | sh32: convert to csum_and_copy_from_user() | Al Viro | 1 | -2/+7 |
2020-05-29 | m68k: convert to csum_and_copy_from_user() | Al Viro | 2 | -3/+4 |
2020-05-29 | xtensa: switch to providing csum_and_copy_from_user() | Al Viro | 1 | -4/+7 |
2020-05-29 | sparc: switch to providing csum_and_copy_from_user() | Al Viro | 3 | -2/+9 |
2020-05-29 | parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user() | Al Viro | 2 | -10/+5 |
2020-05-29 | alpha: turn csum_partial_copy_from_user() into csum_and_copy_from_user() | Al Viro | 2 | -4/+5 |
2020-05-29 | ia64: turn csum_partial_copy_from_user() into csum_and_copy_from_user() | Al Viro | 2 | -15/+6 |
2020-05-29 | ia64: csum_partial_copy_nocheck(): don't abuse csum_partial_copy_from_user() | Al Viro | 1 | -2/+2 |
2020-05-29 | x86: switch 32bit csum_and_copy_to_user() to user_access_{begin,end}() | Al Viro | 3 | -7/+3 |
2020-05-29 | x86: switch both 32bit and 64bit to providing csum_and_copy_from_user() | Al Viro | 4 | -13/+14 |
2020-05-29 | x86_64: csum_..._copy_..._user(): switch to unsafe_..._user() | Al Viro | 1 | -11/+12 |
2020-05-29 | parisc: Fix kernel panic in mem_init() | Helge Deller | 1 | -1/+1 |
2020-05-29 | powerpc/64s: Disable sanitisers for C syscall/interrupt entry/exit code | Daniel Axtens | 1 | -0/+3 |
2020-05-29 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vf... | Ingo Molnar | 1 | -38/+48 |
2020-05-28 | x86/ioperm: Prevent a memory leak when fork fails | Jay Lang | 3 | -15/+15 |
2020-05-28 | Merge tag 'csky-for-linus-5.7-rc8' of git://github.com/c-sky/csky-linux | Linus Torvalds | 4 | -71/+66 |
2020-05-28 | x86/spinlock: Remove obsolete ticket spinlock macros and types | Waiman Long | 1 | -22/+0 |
2020-05-28 | x86/dma: Fix max PFN arithmetic overflow on 32 bit systems | Alexander Dahl | 1 | -1/+1 |
2020-05-28 | Merge branch 'for-next/scs' into for-next/core | Will Deacon | 16 | -9/+168 |
2020-05-28 | Merge branch 'for-next/kvm/errata' into for-next/core | Will Deacon | 9 | -77/+68 |
2020-05-28 | Merge branch 'for-next/bti' into for-next/core | Will Deacon | 62 | -208/+739 |
2020-05-28 | Merge branches 'for-next/acpi', 'for-next/bpf', 'for-next/cpufeature', 'for-n... | Will Deacon | 50 | -504/+893 |
2020-05-28 | x86/mm: Drop deprecated DISCONTIGMEM support for 32-bit | Mike Rapoport | 4 | -84/+1 |
2020-05-28 | KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h | Marc Zyngier | 2 | -18/+17 |
2020-05-28 | KVM: arm64: Check advertised Stage-2 page size capability | Marc Zyngier | 4 | -3/+57 |
2020-05-28 | x86/Kconfig: Update config and kernel doc for MPK feature on AMD | Babu Moger | 1 | -2/+2 |
2020-05-28 | KVM: nVMX: always update CR3 in VMCS | Paolo Bonzini | 1 | -4/+1 |
2020-05-28 | KVM: SVM: always update CR3 in VMCB | Paolo Bonzini | 2 | -16/+6 |