summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-26drm/amd/display: Fix Dynamic bpp issue with 8K30 with Navi 1XBing Guo1-1/+1
2021-08-26spi: cadence-quadspi: Fix check condition for DTR opsApurva Nandan1-3/+18
2021-08-26perf/x86: Fix out of bound MSR accessPeter Zijlstra1-5/+7
2021-08-26net: usb: lan78xx: don't modify phy_device state concurrentlyIvan T. Ivanov1-4/+12
2021-08-26net: usb: pegasus: Check the return value of get_geristers() and friends;Petko Manolov1-33/+75
2021-08-26ARM: dts: nomadik: Fix up interrupt controller node namesSudeep Holla1-2/+2
2021-08-26qede: fix crash in rmmod qede while automatic debug collectionPrabhakar Kushwaha2-0/+9
2021-08-26drm/amdgpu: fix the doorbell missing when in CGPG issue for renoir.Yifan Zhang1-1/+20
2021-08-26scsi: core: Fix capacity set to zero after offlinining devicelijinlin1-3/+6
2021-08-26scsi: core: Avoid printing an error if target_alloc() returns -ENXIOSreekanth Reddy1-1/+2
2021-08-26scsi: scsi_dh_rdac: Avoid crash during rdac_bus_attach()Ye Bin1-2/+2
2021-08-26scsi: megaraid_mm: Fix end of loop tests for list_for_each_entry()Harshvardhan Jha1-6/+15
2021-08-26scsi: pm80xx: Fix TMF task completion race conditionIgor Pylypiv1-17/+15
2021-08-26dmaengine: of-dma: router_xlate to return -EPROBE_DEFER if controller is not ...Peter Ujfalusi1-2/+7
2021-08-26ARM: dts: am43x-epos-evm: Reduce i2c0 bus speed for tps65218Dave Gerlach1-1/+1
2021-08-26net: xfrm: Fix end of loop tests for list_for_each_entryHarshvardhan Jha1-1/+1
2021-08-26spi: spi-mux: Add module info needed for autoloadingUwe Kleine-König1-0/+8
2021-08-26dmaengine: usb-dmac: Fix PM reference leak in usb_dmac_probe()Yu Kuai1-1/+1
2021-08-26dmaengine: xilinx_dma: Fix read-after-free bug when terminating transfersAdrian Larumbe1-0/+12
2021-08-26USB: core: Fix incorrect pipe calculation in do_proc_control()Alan Stern1-1/+1
2021-08-26USB: core: Avoid WARNings for 0-length descriptor requestsAlan Stern1-0/+6
2021-08-26io_uring: Use WRITE_ONCE() when writing to sq_flagsNadav Amit1-4/+9
2021-08-26mtd: cfi_cmdset_0002: fix crash when erasing/writing AMD cardsAndreas Persson1-1/+1
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