summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-30dmaengine: idxd: Fix missing error code in idxd_cdev_open()Jiapeng Chong1-0/+1
2021-06-30cfg80211: call cfg80211_leave_ocb when switching away from OCBDu Cheng1-0/+3
2021-06-30mac80211_hwsim: drop pending frames on stopJohannes Berg1-0/+5
2021-06-30mac80211: remove warning in ieee80211_get_sband()Johannes Berg1-1/+1
2021-06-30dmaengine: xilinx: dpdma: Limit descriptor IDs to 16 bitsLaurent Pinchart1-2/+5
2021-06-30dmaengine: xilinx: dpdma: Add missing dependencies to KconfigLaurent Pinchart1-0/+1
2021-06-30dmaengine: stm32-mdma: fix PM reference leak in stm32_mdma_alloc_chan_resourc()Yu Kuai1-2/+2
2021-06-30dmaengine: zynqmp_dma: Fix PM reference leak in zynqmp_dma_alloc_chan_resourc()Yu Kuai1-1/+1
2021-06-30perf/x86/intel/lbr: Zero the xstate buffer on allocationThomas Gleixner1-1/+2
2021-06-30perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic contextLike Xu3-8/+30
2021-06-30drm/kmb: Fix error return code in kmb_hw_init()Zhen Lei1-0/+1
2021-06-30locking/lockdep: Improve noinstr vs errorsPeter Zijlstra3-2/+6
2021-06-30x86/xen: Fix noinstr fail in exc_xen_unknown_trap()Peter Zijlstra1-0/+2
2021-06-30x86/xen: Fix noinstr fail in xen_pv_evtchn_do_upcall()Peter Zijlstra1-1/+2
2021-06-30x86/entry: Fix noinstr fail in __do_fast_syscall_32()Peter Zijlstra1-1/+1
2021-06-30drm/vc4: hdmi: Make sure the controller is powered in detectMaxime Ripard1-0/+4
2021-06-30drm/vc4: hdmi: Move the HSM clock enable to runtime_pmMaxime Ripard1-10/+30
2021-06-30Revert "PCI: PM: Do not read power state in pci_enable_device_flags()"Rafael J. Wysocki1-3/+13
2021-06-30spi: spi-nxp-fspi: move the register operation after the clock enableHaibo Chen1-6/+5
2021-06-30psi: Fix psi state corruption when schedule() races with cgroup moveJohannes Weiner1-10/+26
2021-06-30mmc: meson-gx: use memcpy_to/fromio for dram-access-quirkNeil Armstrong1-5/+45
2021-06-30ARM: 9081/1: fix gcc-10 thumb2-kernel regressionArnd Bergmann1-7/+9
2021-06-30drm/amdgpu: wait for moving fence after pinningChristian König1-1/+13
2021-06-30drm/radeon: wait for moving fence after pinningChristian König1-3/+13
2021-06-30drm/nouveau: wait for moving fence after pinning v2Christian König1-1/+16
2021-06-30drm: add a locked version of drm_is_current_masterDesmond Cheong Zhi Xi1-19/+32
2021-06-30Revert "drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full d...Yifan Zhang1-5/+1
2021-06-30Revert "drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue."Yifan Zhang1-5/+1
2021-06-30module: limit enabling module.sig_enforceMimi Zohar1-5/+9
2021-06-23Linux 5.12.13v5.12.13Greg Kroah-Hartman1-1/+1
2021-06-23usb: dwc3: core: fix kernel panic when do rebootPeter Chen1-1/+1
2021-06-23usb: dwc3: debugfs: Add and remove endpoint dirs dynamicallyJack Pham3-19/+8
2021-06-23perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo1-2/+0
2021-06-23tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+3
2021-06-23net: fec_ptp: add clock rate zero checkFugang Duan1-0/+4
2021-06-23net: stmmac: disable clocks in stmmac_remove_config_dt()Joakim Zhang1-0/+2
2021-06-23mm/slub.c: include swab.hAndrew Morton1-0/+1
2021-06-23mm/slub: actually fix freelist pointer vs redzoningKees Cook1-11/+3
2021-06-23mm/slub: fix redzoning for small allocationsKees Cook2-5/+6
2021-06-23mm/slub: clarify verification reportingKees Cook2-12/+12
2021-06-23mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz3-23/+100
2021-06-23mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when comparePeter Xu2-5/+12
2021-06-23mm,hwpoison: fix race with hugetlb page allocationNaoya Horiguchi3-2/+48
2021-06-23net: bridge: fix vlan tunnel dst refcnt when egressingNikolay Aleksandrov1-2/+2
2021-06-23net: bridge: fix vlan tunnel dst null pointer dereferenceNikolay Aleksandrov2-16/+26
2021-06-23net: ll_temac: Fix TX BD buffer overwriteEsben Haabendal1-1/+1
2021-06-23net: ll_temac: Make sure to free skb when it is completely usedEsben Haabendal1-1/+5
2021-06-23drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue.Yifan Zhang1-1/+5
2021-06-23drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full doorbell.Yifan Zhang1-1/+5
2021-06-23cfg80211: avoid double free of PMSR requestAvraham Stern1-2/+14