summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-25mmc: sdhci-of-arasan: Fix SDHCI_RESET_ALL for CQHCIBrian Norris1-1/+2
2022-11-25mmc: cqhci: Provide helper for resetting both SDHCI and CQHCIBrian Norris1-0/+24
2022-11-25MIPS: jump_label: Fix compat branch range checkJiaxun Yang1-1/+1
2022-11-25arm64: efi: Fix handling of misaligned runtime regions and drop warningArd Biesheuvel1-18/+34
2022-11-25riscv: process: fix kernel info leakageJisheng Zhang1-0/+2
2022-11-25net: macvlan: fix memory leaks of macvlan_common_newlinkChuang Wang1-1/+3
2022-11-25ethernet: tundra: free irq when alloc ring failed in tsi108_open()Zhengchao Shao1-1/+4
2022-11-25net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open()Zhengchao Shao1-0/+1
2022-11-25ethernet: s2io: disable napi when start nic failed in s2io_card_up()Zhengchao Shao1-9/+20
2022-11-25cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf...Zhengchao Shao1-1/+1
2022-11-25net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()Zhengchao Shao1-0/+1
2022-11-25net: cpsw: disable napi in cpsw_ndo_open()Zhengchao Shao1-0/+2
2022-11-25net/mlx5: Allow async trigger completion execution on single CPU systemsRoy Novich1-3/+8
2022-11-25net: nixge: disable napi when enable interrupts failed in nixge_open()Zhengchao Shao1-0/+1
2022-11-25perf stat: Fix printing os->prefix in CSV metrics outputAthira Rajeev1-1/+1
2022-11-25drivers: net: xgene: disable napi when register irq failed in xgene_enet_open()Zhengchao Shao1-1/+3
2022-11-25dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()Christophe JAILLET1-0/+1
2022-11-25dmaengine: pxa_dma: use platform_get_irq_optionalDoug Brown1-2/+2
2022-11-25tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_headerXin Long1-1/+1
2022-11-25can: af_can: fix NULL pointer dereference in can_rx_register()Zhengchao Shao1-1/+1
2022-11-25ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to networkAlexander Potapenko1-0/+1
2022-11-25drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register()Yuan Can1-1/+6
2022-11-25hamradio: fix issue of dev reference count leakage in bpq_device_event()Zhengchao Shao1-1/+1
2022-11-25net: lapbether: fix issue of dev reference count leakage in lapbeth_device_ev...Zhengchao Shao1-1/+1
2022-11-25capabilities: fix undefined behavior in bit shift for CAP_TO_MASKGaosheng Cui1-1/+1
2022-11-25net: fman: Unregister ethernet device on removalSean Anderson1-0/+9
2022-11-25bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steerAlex Barba1-1/+1
2022-11-25bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()Michael Chan1-1/+1
2022-11-25net: tun: Fix memory leaks of napi_get_fragsWang Yufen1-0/+1
2022-11-25net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc1-17/+19
2022-11-25HID: hyperv: fix possible memory leak in mousevsc_probe()Yang Yingliang1-1/+1
2022-11-25bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queuesWang Yufen1-3/+5
2022-11-25wifi: cfg80211: fix memory leak in query_regdb_file()Arend van Spriel1-3/+9
2022-11-25wifi: cfg80211: silence a sparse RCU warningJohannes Berg1-1/+3
2022-11-25phy: stm32: fix an error code in probeDan Carpenter1-0/+2
2022-11-25xfs: drain the buf delwri queue before xfsaild idlesBrian Foster1-10/+6
2022-11-25xfs: preserve inode versioning across remountsEric Sandeen1-0/+4
2022-11-25xfs: use MMAPLOCK around filemap_map_pages()Dave Chinner1-1/+14
2022-11-25xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong3-162/+141
2022-11-25xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong3-6/+6
2022-11-25xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster3-10/+28
2022-11-10Linux 5.4.224v5.4.224Greg Kroah-Hartman1-1/+1
2022-11-10ipc: remove memcg accounting for sops objects in do_semtimedop()Vasily Averin1-2/+1
2022-11-10wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker()Dokyung Song1-0/+4
2022-11-10drm/i915/sdvo: Setup DDC fully before output initVille Syrjälä1-19/+12
2022-11-10drm/i915/sdvo: Filter out invalid outputs more sensiblyVille Syrjälä1-5/+22
2022-11-10drm/rockchip: dsi: Force synchronous probeBrian Norris1-0/+6
2022-11-10mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on program/erase timesSascha Hauer1-2/+4
2022-11-10KVM: x86: emulator: update the emulation mode after CR0 writeMaxim Levitsky1-1/+15
2022-11-10KVM: x86: emulator: introduce emulator_recalc_and_set_modeMaxim Levitsky1-28/+57