summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-26clk: tegra: Fix refcount leak in tegra210_clock_initMiaoqian Lin1-0/+1
2022-10-26clk: oxnas: Hold reference returned by of_get_parent()Liang He1-2/+4
2022-10-26iio: ABI: Fix wrong format of differential capacitance channel ABI.Jonathan Cameron1-1/+1
2022-10-26iio: inkern: only release the device node when done with itNuno Sá1-2/+4
2022-10-26iio: adc: at91-sama5d2_adc: fix AT91_SAMA5D2_MR_TRACKTIM_MAXClaudiu Beznea1-1/+1
2022-10-26ARM: dts: exynos: fix polarity of VBUS GPIO of OrigenDmitry Torokhov1-1/+1
2022-10-26ARM: Drop CMDLINE_* dependency on ATAGSGeert Uytterhoeven1-1/+0
2022-10-26ARM: dts: kirkwood: lsxl: remove first ethernet portMichael Walle1-11/+0
2022-10-26ARM: dts: kirkwood: lsxl: fix serial lineMichael Walle1-0/+5
2022-10-26ARM: dts: turris-omnia: Fix mpp26 pin name and commentMarek Behún1-2/+2
2022-10-26soc: qcom: smem_state: Add refcounting for the 'state->of_node'Liang He1-1/+2
2022-10-26soc: qcom: smsm: Fix refcount leak bugs in qcom_smsm_probe()Liang He1-7/+13
2022-10-26memory: of: Fix refcount leak bug in of_get_ddr_timings()Liang He1-0/+1
2022-10-26mmc: wmt-sdmmc: Fix an error handling path in wmt_mci_probe()Christophe JAILLET1-1/+4
2022-10-26ALSA: dmaengine: increment buffer pointer atomicallyAndreas Pape1-3/+5
2022-10-26ASoC: eureka-tlv320: Hold reference returned from of_find_xxx APILiang He1-3/+5
2022-10-26mmc: au1xmmc: Fix an error handling path in au1xmmc_probe()Christophe JAILLET1-1/+2
2022-10-26drm/bridge: megachips: Fix a null pointer dereference bugZheyu Ma1-1/+3
2022-10-26platform/x86: msi-laptop: Fix resource cleanupHans de Goede1-0/+3
2022-10-26platform/x86: msi-laptop: Fix old-ec check for backlight registeringHans de Goede1-2/+1
2022-10-26drm/mipi-dsi: Detach devices when removing the hostMaxime Ripard1-0/+1
2022-10-26bnx2x: fix potential memory leak in bnx2x_tpa_stop()Jianglei Nie1-0/+1
2022-10-26net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Tetsuo Handa1-1/+1
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell4-9/+19
2022-10-26mISDN: fix use-after-free bugs in l1oip timer handlersDuoming Zhou2-6/+8
2022-10-26vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa2-2/+2
2022-10-26spi: s3c64xx: Fix large transfers with DMAVincent Whitchurch1-0/+9
2022-10-26netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter2-1/+8
2022-10-26spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probeZhang Qilong1-0/+1
2022-10-26net: fs_enet: Fix wrong check in do_pd_setupZheng Yongjun1-1/+1
2022-10-26wifi: rtl8xxxu: gen2: Fix mistake in path B IQ calibrationBitterblue Smith1-2/+2
2022-10-26wifi: rtl8xxxu: Fix skb misuse in TX queue selectionBitterblue Smith1-1/+2
2022-10-26spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_run...Xu Qiang1-1/+3
2022-10-26spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()Xu Qiang1-3/+14
2022-10-26wifi: rtl8xxxu: tighten bounds checking in rtl8xxxu_read_efuse()Dan Carpenter1-7/+7
2022-10-26wifi: mac80211: allow bw change during channel switch in meshHari Chandrakanthan1-3/+0
2022-10-26wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()Wen Gong1-25/+29
2022-10-26sh: machvec: Use char[] for section boundariesKees Cook2-6/+6
2022-10-26selinux: use "grep -E" instead of "egrep"Greg Kroah-Hartman1-1/+1
2022-10-26gcov: support GCC 12.1 and newer compilersMartin Liska1-2/+16
2022-10-26KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"Sean Christopherson1-8/+11
2022-10-26KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibilityMichal Luczaj1-1/+1
2022-10-26ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)1-0/+33
2022-10-26ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)1-1/+2
2022-10-26ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)1-1/+9
2022-10-26ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian1-2/+6
2022-10-26livepatch: fix race between fork and KLP transitionRik van Riel1-2/+16
2022-10-26ext4: place buffer head allocation before handle startJinke Han1-0/+7
2022-10-26ext4: make ext4_lazyinit_thread freezableLalith Rajendran1-0/+1
2022-10-26ext4: fix null-ptr-deref in ext4_write_infoBaokun Li1-1/+1