summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-31ACPI: processor: idle: Check acpi_fetch_acpi_dev() return valueLi Zhong1-0/+3
2022-12-31fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu1-0/+5
2022-12-31jfs: Fix fortify moan in symlinkDr. David Alan Gilbert1-1/+1
2022-12-31udf: Avoid double brelse() in udf_rename()Shigeru Yoshida1-4/+4
2022-12-31fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu1-6/+16
2022-12-31arm64: dts: qcom: sm6350: Add apps_smmu with streamID to SDHCI 1/2 nodesMarijn Suijten1-0/+2
2022-12-31arm64: dts: qcom: sm8450: disable SDHCI SDR104/SDR50 on all boardsKrzysztof Kozlowski2-2/+3
2022-12-31binfmt_misc: fix shift-out-of-bounds in check_special_flagsLiu Shixin1-4/+4
2022-12-31x86/hyperv: Remove unregister syscore call from Hyper-V cleanupGaurav Kohli1-2/+0
2022-12-31video: hyperv_fb: Avoid taking busy spinlock on panic pathGuilherme G. Piccoli3-1/+22
2022-12-31ARM: dts: aspeed: rainier,everest: Move reserved memory regionsAdriana Kobylak2-16/+17
2022-12-31arm64: make is_ttbrX_addr() noinstr-safeMark Rutland1-2/+2
2022-12-31rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()Zqiang1-1/+1
2022-12-31net: fec: check the return value of build_skb()Wei Fang1-0/+8
2022-12-31HID: amd_sfh: Add missing check for dma_alloc_coherentJiasheng Jiang1-0/+4
2022-12-31mctp: Remove device type check at unregisterMatt Johnston1-13/+1
2022-12-31net: dsa: microchip: remove IRQF_TRIGGER_FALLING in request_threaded_irqArun Ramadoss1-2/+1
2022-12-31cifs: don't leak -ENOMEM in smb2_open_file()Paulo Alcantara1-2/+2
2022-12-31mctp: serial: Fix starting value for frame check sequenceJeremy Kerr1-2/+4
2022-12-31net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet1-0/+6
2022-12-31myri10ge: Fix an error handling path in myri10ge_probe()Christophe JAILLET1-0/+1
2022-12-31rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells1-1/+1
2022-12-31net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang1-0/+2
2022-12-31mailbox: zynq-ipi: fix error handling while device_register() failsYang Yingliang1-1/+3
2022-12-31mailbox: arm_mhuv2: Fix return value check in mhuv2_probe()Yang Yingliang1-2/+2
2022-12-31mailbox: mpfs: read the system controller's statusConor Dooley1-3/+28
2022-12-31skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan1-0/+3
2022-12-31devlink: protect devlink dump by the instance lockJakub Kicinski1-0/+3
2022-12-31arm64: dts: mt8183: Fix Mali GPU clockChen-Yu Tsai1-1/+1
2022-12-31soc: mediatek: pm-domains: Fix the power glitch issueChun-Jie Chen1-1/+1
2022-12-31openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron1-9/+16
2022-12-31selftests: devlink: fix the fd redirect in dummy_reporter_testJakub Kicinski1-2/+2
2022-12-31devlink: hold region lock when flushing snapshotsJakub Kicinski1-0/+2
2022-12-31rtc: mxc_v2: Add missing clk_disable_unprepare()GUO Zihua1-1/+3
2022-12-31igc: Set Qbv start_time and end_time to end_time if not being configured in GCLTan Tee Min1-1/+13
2022-12-31igc: recalculate Qbv end_time by considering cycle timeTan Tee Min1-0/+15
2022-12-31igc: allow BaseTime 0 enrollment for QbvTan Tee Min3-1/+4
2022-12-31igc: Add checking for basetime less than zeroMuhammad Husaini Zulkifli1-0/+3
2022-12-31igc: Use strict cycles for Qbv schedulingVinicius Costa Gomes1-9/+2
2022-12-31igc: Enhance Qbv scheduling by using first flag bitVinicius Costa Gomes3-29/+151
2022-12-31net: dsa: mv88e6xxx: avoid reg_lock deadlock in mv88e6xxx_setup_port()Vladimir Oltean1-5/+4
2022-12-31r6040: Fix kmemleak in probe and removeLi Zetao1-1/+4
2022-12-31unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg()Kirill Tkhai1-2/+9
2022-12-31nfc: pn533: Clear nfc_target before being usedMinsuk Kang1-0/+4
2022-12-31net: enetc: avoid buffer leaks on xdp_do_redirect() failureVladimir Oltean1-27/+8
2022-12-31media: v4l2-ctrls-api.c: add back dropped ctrl->is_new = 1Hans Verkuil1-0/+1
2022-12-31bpf: prevent leak of lsm program after failed attachMilan Landaverde1-3/+3
2022-12-31selftests/bpf: Select CONFIG_FUNCTION_ERROR_INJECTIONSong Liu1-0/+1
2022-12-31block, bfq: fix possible uaf for 'bfqq->bic'Yu Kuai1-1/+6
2022-12-31mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang1-6/+13