summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-18Linux 5.13.12v5.13.12Greg Kroah-Hartman1-1/+1
2021-08-18KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)Maxim Levitsky1-0/+3
2021-08-18KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky3-7/+13
2021-08-18kasan, slub: reset tag when printing addressKuan-Ying Lee1-2/+2
2021-08-18ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton1-17/+17
2021-08-18ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton1-4/+4
2021-08-18ceph: add some lockdep assertions around snaprealm handlingJeff Layton1-0/+16
2021-08-18KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU with spinlockSean Christopherson3-4/+39
2021-08-18KVM: x86/mmu: Don't leak non-leaf SPTEs when zapping all SPTEsSean Christopherson1-10/+16
2021-08-18KVM: nVMX: Use vmx_need_pf_intercept() when deciding if L0 wants a #PFSean Christopherson1-1/+2
2021-08-18KVM: VMX: Use current VMCS to query WAITPKG support for MSR emulationSean Christopherson1-1/+1
2021-08-18locking/rtmutex: Use the correct rtmutex debugging config optionZhen Lei1-1/+1
2021-08-18efi/libstub: arm64: Double check image alignment at entryArd Biesheuvel1-0/+4
2021-08-18powerpc/32: Fix critical and debug interrupts on BOOKEChristophe Leroy3-41/+33
2021-08-18powerpc/xive: Do not skip CPU-less nodes when creating the IPIsCédric Le Goater1-11/+24
2021-08-18powerpc/smp: Fix OOPS in topology_init()Christophe Leroy1-1/+1
2021-08-18powerpc/32s: Fix napping restore in data storage interrupt (DSI)Christophe Leroy1-1/+1
2021-08-18powerpc/pseries: Fix update of LPAR security flavor after LPMLaurent Dufour1-2/+3
2021-08-18powerpc/interrupt: Do not call single_step_exception() from other exceptionsChristophe Leroy1-2/+7
2021-08-18PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner4-10/+13
2021-08-18PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()Thomas Gleixner1-1/+1
2021-08-18PCI/MSI: Correct misleading commentsThomas Gleixner1-4/+1
2021-08-18PCI/MSI: Do not set invalid bits in MSI maskThomas Gleixner1-4/+4
2021-08-18PCI/MSI: Enforce MSI[X] entry updates to be visibleThomas Gleixner1-0/+5
2021-08-18PCI/MSI: Enforce that MSI-X table entry is masked for updateThomas Gleixner1-0/+15
2021-08-18PCI/MSI: Mask all unused MSI-X entriesThomas Gleixner1-18/+27
2021-08-18PCI/MSI: Enable and mask MSI-X earlyThomas Gleixner1-13/+15
2021-08-18powerpc/interrupt: Fix OOPS by not calling do_IRQ() from timer_interrupt()Christophe Leroy4-3/+11
2021-08-18genirq/timings: Prevent potential array overflow in __irq_timings_store()Ben Dai1-0/+5
2021-08-18genirq/msi: Ensure deactivation on teardownBixuan Cui1-5/+8
2021-08-18x86/resctrl: Fix default monitoring groups reportingBabu Moger1-14/+13
2021-08-18x86/ioapic: Force affinity setup before startupThomas Gleixner1-2/+4
2021-08-18x86/msi: Force affinity setup before startupThomas Gleixner2-4/+9
2021-08-18genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner2-1/+6
2021-08-18x86/tools: Fix objdump version check againRandy Dunlap1-0/+1
2021-08-18i2c: iproc: fix race between client unreg and taskletDhananjay Phadke1-2/+2
2021-08-18powerpc/kprobes: Fix kprobe Oops happens in bookePu Lehui1-1/+2
2021-08-18efi/libstub: arm64: Relax 2M alignment again for relocatable kernelsArd Biesheuvel1-15/+13
2021-08-18efi/libstub: arm64: Force Image reallocation if BSS was not reservedArd Biesheuvel1-1/+48
2021-08-18KVM: arm64: Fix off-by-one in range_is_memoryDavid Brazdil1-1/+1
2021-08-18arm64: efi: kaslr: Fix occasional random alloc (and boot) failureBenjamin Herrenschmidt1-0/+2
2021-08-18nbd: Aovid double completion of a requestXie Yongji1-3/+11
2021-08-18vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)1-2/+5
2021-08-18xen/events: Fix race in set_evtchn_to_irqMaximilian Heyne1-6/+14
2021-08-18drm/i915: Only access SFC_DONE when media domain is not fused offMatt Roper1-1/+18
2021-08-18net: igmp: increase size of mr_ifc_countEric Dumazet2-2/+2
2021-08-18tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell1-1/+1
2021-08-18net: linkwatch: fix failure to restore device state across suspend/resumeWilly Tarreau1-2/+3
2021-08-18net: bridge: fix memleak in br_add_if()Yang Yingliang1-0/+2
2021-08-18net: bridge: fix flags interpretation for extern learn fdb entriesNikolay Aleksandrov4-12/+11