summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-29hwmon: (occ) Prevent power cap command overwriting poll responseEddie James4-13/+15
2022-06-29PM / devfreq: passive: revert an editing accident in SPDX-License lineLukas Bulwahn1-1/+1
2022-06-29PM / devfreq: Fix kernel warning with cpufreq passive register failChristian Marangi1-1/+0
2022-06-29PM / devfreq: Rework freq_table to be local to devfreq structChristian Marangi3-44/+46
2022-06-29PM / devfreq: exynos-ppmu: Fix refcount leak in of_get_devfreq_eventsMiaoqian Lin1-2/+6
2022-06-29PM / devfreq: passive: Use HZ_PER_KHZ macro in units.hYicong Yang1-2/+1
2022-06-29PM / devfreq: Fix cpufreq passive unregister erroring on PROBE_DEFERChristian 'Ansuel' Marangi1-22/+17
2022-06-29PM / devfreq: Mute warning on governor PROBE_DEFERChristian 'Ansuel' Marangi1-2/+3
2022-06-29PM / devfreq: Fix kernel panic with cpu based scaling to passive govChristian 'Ansuel' Marangi1-2/+1
2022-06-29i2c: piix4: Fix a memory leak in the EFCH MMIO supportJean Delvare1-9/+7
2022-06-29usb: dwc3-am62: remove unnecesary clk_put()Yang Yingliang1-6/+2
2022-06-29usb: dwc3: gadget: Fix event pending checkThinh Nguyen1-1/+3
2022-06-29Revert "drm/amdgpu/display: set vblank_disable_immediate for DC"Alex Deucher2-3/+1
2022-06-29drm/amdgpu: To flush tlb for MMHUB of RAVEN seriesRuili Ji1-1/+2
2022-06-29drm/fourcc: fix integer type usage in uapi headerCarlos Llamas1-2/+2
2022-06-29drm/amdgpu: fix adev variable used in amdgpu_device_gpu_recover()Alex Deucher1-1/+1
2022-06-29spi: aspeed: Fix division by zeroCédric Le Goater1-1/+3
2022-06-29spi: aspeed: Add dev_dbg() to dump the spi-mem direct mapping descriptorCédric Le Goater1-0/+8
2022-06-29Merge tag 'platform-drivers-x86-v5.19-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds8-60/+127
2022-06-29Merge tag '5.19-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds4-28/+24
2022-06-29ceph: wait on async create before checking caps for syncfsJeff Layton1-0/+1
2022-06-29xfs: dont treat rt extents beyond EOF as eofblocks to be clearedDarrick J. Wong1-0/+2
2022-06-29xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong5-65/+12
2022-06-29xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong1-9/+17
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra19-69/+178
2022-06-29nvme: fix regression when disconnect a recovering ctrlRuozhu Li4-6/+19
2022-06-29nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG SX6000LNP (AKA SPECTRIX S40G)Pablo Greco1-1/+2
2022-06-29nvme-tcp: always fail a request when sending it failedSagi Grimberg1-2/+1
2022-06-29nvmet-tcp: fix regression in data_digest calculationSagi Grimberg1-20/+3
2022-06-29reset: Fix devm bulk optional exclusive control getterSerge Semin1-1/+1
2022-06-29MAINTAINERS: rectify entry for SYNOPSYS AXS10x RESET CONTROLLER DRIVERLukas Bulwahn1-1/+1
2022-06-29NFC: nxp-nci: don't print header length mismatch on i2c errorMichael Walle1-2/+6
2022-06-29NFC: nxp-nci: Don't issue a zero length i2c_master_read()Michael Walle1-0/+3
2022-06-29net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua1-0/+1
2022-06-29powerpc/memhotplug: Add add_pages override for PPCAneesh Kumar K.V2-1/+36
2022-06-29powerpc/bpf: Fix use of user_pt_regs in uapiNaveen N. Rao2-9/+9
2022-06-29wifi: cfg80211: Allow P2P client interface to indicate port authorizationVinayak Yadawad1-1/+2
2022-06-29wifi: mac80211: do not wake queues on a vif that is being stoppedFelix Fietkau2-0/+5
2022-06-29wifi: mac80211: check skb_shared in ieee80211_8023_xmit()Ryder Lee1-23/+13
2022-06-29wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi5-7/+11
2022-06-29wifi: mac80211_hwsim: set virtio device ready in probe()Johannes Berg1-0/+2
2022-06-29fbdev: Disable sysfb device registration when removing conflicting FBsJavier Martinez Canillas1-0/+12
2022-06-29firmware: sysfb: Add sysfb_disable() helper functionJavier Martinez Canillas3-6/+66
2022-06-29firmware: sysfb: Make sysfb_create_simplefb() return a pdev pointerJavier Martinez Canillas3-15/+15
2022-06-29cxl/mbox: Fix missing variable payload checks in cmd size validationVishal Verma1-2/+4
2022-06-29nfc: nfcmrvl: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski2-6/+6
2022-06-29net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing1-1/+0
2022-06-29Merge tag 'drm-msm-fixes-2022-06-28' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie4-7/+10
2022-06-29ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou1-5/+3
2022-06-29Merge branch 'mptcp-fixes-for-5-19'Jakub Kicinski10-88/+227