summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-20Linux 5.10.25v5.10.25Greg Kroah-Hartman1-1/+1
2021-03-20net: dsa: b53: Support setting learning on portFlorian Fainelli3-14/+20
2021-03-20ALSA: usb-audio: Don't avoid stopping the stream at disconnectionTakashi Iwai2-7/+1
2021-03-20Revert "nfsd4: a client's own opens needn't prevent delegations"J. Bruce Fields2-43/+14
2021-03-20Revert "nfsd4: remove check_conflicting_opens warning"J. Bruce Fields1-0/+1
2021-03-20fuse: fix live lock in fuse_iget()Amir Goldstein1-0/+1
2021-03-20RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodesNicolas Morey-Chaisemartin1-65/+45
2021-03-20bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk4-10/+59
2021-03-20bpf: Add sanity check for upper ptr_limitPiotr Krysiuk1-3/+8
2021-03-20bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk1-5/+5
2021-03-20bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk1-2/+2
2021-03-20bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk1-6/+10
2021-03-20crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel2-56/+84
2021-03-20crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak2-20/+20
2021-03-17Linux 5.10.24v5.10.24Greg Kroah-Hartman1-1/+1
2021-03-17RDMA/umem: Use ib_dma_max_seg_size instead of dma_get_max_seg_sizeChristoph Hellwig1-4/+4
2021-03-17KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull3-13/+13
2021-03-17xen/events: avoid handling the same event on two cpus at the same timeJuergen Gross1-8/+18
2021-03-17xen/events: don't unmask an event channel when an eoi is pendingJuergen Gross4-49/+88
2021-03-17mm/page_alloc.c: refactor initialization of struct page for holes in memory l...Mike Rapoport1-83/+75
2021-03-17KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier5-7/+14
2021-03-17mm/madvise: replace ptrace attach requirement for process_madviseSuren Baghdasaryan1-1/+12
2021-03-17mm/userfaultfd: fix memory corruption due to writeprotectNadav Amit1-0/+8
2021-03-17KVM: arm64: Fix exclusive limit for IPA sizeMarc Zyngier1-2/+1
2021-03-17KVM: arm64: Reject VM creation when the default IPA size is unsupportedMarc Zyngier2-4/+11
2021-03-17KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose3-3/+25
2021-03-17KVM: arm64: Avoid corrupting vCPU context register in guest exitWill Deacon1-1/+1
2021-03-17KVM: arm64: Fix range alignment when walking page tablesJia He1-0/+1
2021-03-17KVM: kvmclock: Fix vCPUs > 64 can't be online/hotplugedWanpeng Li1-10/+9
2021-03-17KVM: x86: Ensure deadline timer has truly expired before posting its IRQSean Christopherson1-1/+10
2021-03-17x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscallsAndy Lutomirski1-1/+2
2021-03-17x86/sev-es: Use __copy_from_user_inatomic()Joerg Roedel3-15/+55
2021-03-17x86/sev-es: Correctly track IRQ states in runtime #VC handlerJoerg Roedel1-2/+4
2021-03-17x86/entry: Move nmi entry/exit into common codeThomas Gleixner7-50/+87
2021-03-17x86/sev-es: Check regs->sp is trusted before adjusting #VC IST stackJoerg Roedel1-2/+12
2021-03-17x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel4-2/+19
2021-03-17x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2Josh Poimboeuf1-6/+6
2021-03-17binfmt_misc: fix possible deadlock in bm_register_writeLior Ribak1-15/+14
2021-03-17powerpc: Fix missing declaration of [en/dis]able_kernel_vsx()Christophe Leroy1-0/+10
2021-03-17powerpc: Fix inverted SET_FULL_REGS bitopNicholas Piggin1-2/+2
2021-03-17powerpc/64s: Fix instruction encoding for lis in ppc_function_entry()Naveen N. Rao1-1/+1
2021-03-17efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP tableArd Biesheuvel1-0/+16
2021-03-17sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers1-3/+1
2021-03-17linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*Arnd Bergmann1-0/+6
2021-03-17zram: fix return value on writeback_storeMinchan Kim1-3/+8
2021-03-17include/linux/sched/mm.h: use rcu_dereference in in_vfork()Matthew Wilcox (Oracle)1-1/+2
2021-03-17stop_machine: mark helpers __always_inlineArnd Bergmann1-5/+6
2021-03-17seqlock,lockdep: Fix seqcount_latch_init()Peter Zijlstra1-4/+1
2021-03-17powerpc/64s/exception: Clean up a missed SRR specifierDaniel Axtens1-1/+1
2021-03-17hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen1-21/+39