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