summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-27fbdev: au1200fb: Fix a memory leak in au1200fb_drv_probe()Felix Gu1-2/+4
2026-02-27fbdev: of_display_timing: Fix device node reference leak in of_get_display_ti...Felix Gu1-3/+3
2026-02-27Revert "mailbox/pcc: support mailbox management of the shared buffer"Sudeep Holla2-127/+4
2026-02-27remoteproc: imx_dsp_rproc: Only reset carveout memory at RPROC_OFFLINE stateShengjiu Wang1-3/+5
2026-02-27remoteproc: imx_dsp_rproc: Fix multiple start/stop operationsDaniel Baluta1-17/+33
2026-02-27remoteproc: imx_rproc: Use strstarts for "rsc-table" checkShenwei Wang1-1/+1
2026-02-27tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macrosSteven Rostedt1-5/+0
2026-02-27tracing: Properly process error handling in event_hist_trigger_parse()Miaoqian Lin1-1/+1
2026-02-27fs/nfs: Fix readdir slow-start regressionSagi Grimberg1-2/+2
2026-02-27nvdimm: virtio_pmem: serialize flush requestsLi Chen3-1/+7
2026-02-27scsi: csiostor: Fix dereference of null pointer rnColin Ian King1-1/+2
2026-02-27scsi: ufs: host: mediatek: Require CONFIG_PMArnd Bergmann3-13/+4
2026-02-27scsi: smartpqi: Fix memory leak in pqi_report_phys_luns()Zilin Guan1-3/+10
2026-02-27pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAINOlga Kornievskaia1-1/+2
2026-02-27RDMA/uverbs: Add __GFP_NOWARN to ib_uverbs_unmarshall_recv() kmallocYi Liu1-1/+1
2026-02-27power: supply: qcom_battmgr: Recognize "LiP" as lithium-polymerVal Packett1-1/+2
2026-02-27power: supply: pm8916_lbc: Fix use-after-free for extcon in IRQ handlerWaqar Hameed1-5/+5
2026-02-27hisi_acc_vfio_pci: fix VF reset timeout issueWeili Qian2-0/+26
2026-02-27mtd: spinand: Fix kernel docMiquel Raynal1-1/+1
2026-02-27mtd: parsers: ofpart: fix OF node refcount leak in parse_fixed_partitions()Weigang He1-2/+14
2026-02-27cxl: Fix premature commit_end increment on decoder commit failureYuxiong Wang1-2/+1
2026-02-27RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever3-17/+46
2026-02-27RDMA/rxe: Fix race condition in QP timer handlersLi Zhijian2-0/+6
2026-02-27RDMA/mlx5: Fix memory leak in GET_DATA_DIRECT_SYSFS_PATH handlerZilin Guan1-2/+2
2026-02-27RDMA/uverbs: Validate wqe_size before using it in ib_uverbs_post_sendYi Liu1-1/+4
2026-02-27ata: libata-core: Quirk INTEL SSDSC2KG480G8 max_sectorsNiklas Cassel1-0/+3
2026-02-27ata: libata: Add ATA_QUIRK_MAX_SEC and convert all device quirksNiklas Cassel3-12/+61
2026-02-27RDMA/rxe: Fix iova-to-va conversion for MR page sizes != PAGE_SIZELi Zhijian2-97/+194
2026-02-27cxl/core: Fix cxl_dport debugfs EINJ entriesCheatham, Benjamin1-3/+5
2026-02-27cxl/hdm: Fix newline character in dev_err() messagesRobert Richter1-2/+2
2026-02-27NFS/localio: remove -EAGAIN handling in nfs_local_doio()Mike Snitzer1-2/+0
2026-02-27NFS/localio: use GFP_NOIO and non-memreclaim workqueue in nfs_local_commitMike Snitzer1-3/+8
2026-02-27NFS/localio: prevent direct reclaim recursion into NFS via nfs_writepagesMike Snitzer1-0/+15
2026-02-27NFS/localio: Handle short writes by retryingTrond Myklebust1-17/+47
2026-02-27mtd: parsers: Fix memory leak in mtd_parser_tplink_safeloader_parse()Zilin Guan1-0/+1
2026-02-27crypto: ccp - Send PSP_CMD_TEE_RING_DESTROY when PSP_CMD_TEE_RING_INIT failsMario Limonciello (AMD)2-0/+15
2026-02-27crypto: ccp - Factor out ring destroy handling to a helperMario Limonciello (AMD)1-12/+24
2026-02-27crypto: ccp - Add an S4 restore flowMario Limonciello (AMD)6-1/+47
2026-02-27crypto: ccp - Declare PSP dead if PSP_CMD_TEE_RING_INIT failsMario Limonciello (AMD)1-0/+1
2026-02-27platform/x86/amd/pmf: Prevent TEE errors after hibernateShyam Sundar S K3-10/+74
2026-02-27vfio/pci: Lock upstream bridge for vfio_pci_core_disable()Anthony Pighin (Nokia)1-4/+13
2026-02-27mtd: intel-dg: Fix accessing regions before setting nregionsAlexander Usyskin1-3/+6
2026-02-27mtd: rawnand: cadence: Fix return type of CDMA send-and-wait helperAlok Tiwari1-1/+1
2026-02-27IB/mlx5: Fix port speed query for representorsOr Har-Toov1-6/+14
2026-02-27RDMA/mlx5: Fix UMR hang in LAG error state unloadChiara Meiohas2-9/+68
2026-02-27tools/power/x86/intel-speed-select: Fix file descriptor leak in isolate_cpus()Malaya Kumar Rout1-0/+2
2026-02-27platform/x86: hp-wmi: fix platform profile values for Omen 16-wf1xxxKrishna Chomal1-52/+127
2026-02-27RDMA/iwcm: Fix workqueue list corruption by removing work_listJacob Moroni2-36/+21
2026-02-27RDMA/rxe: Fix double free in rxe_srq_from_initJiasheng Jiang1-3/+3
2026-02-27RDMA/rtrs-srv: fix SG mappingRoman Penyaev1-5/+20