summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
18 hoursLinux 5.10.253v5.10.253linux-5.10.yGreg Kroah-Hartman1-1/+1
18 hoursx86/CPU: Fix FPDSS on Zen1Borislav Petkov (AMD)2-0/+6
18 hoursio_uring/poll: correctly handle io_poll_add() return value on updateJens Axboe1-7/+19
18 hoursRevert "PCI: Enable ACS after configuring IOMMU for OF platforms"Manivannan Sadhasivam3-10/+9
18 hoursdevice property: fix of node refcount leak in fwnode_graph_get_next_endpoint()Yang Yingliang1-6/+12
18 hourss390/syscalls: Add spectre boundary for syscall dispatch tableGreg Kroah-Hartman1-2/+5
18 hoursbatman-adv: avoid OGM aggregation when skb tailroom is insufficientYang Yang1-0/+3
18 hoursdevice property: Allow secondary lookup in fwnode_get_next_child_node()Andy Shevchenko1-14/+13
18 hoursdevice property: Allow error pointer to be passed to fwnode APIsAndy Shevchenko2-43/+56
18 hoursdevice property: Check fwnode->secondary when finding propertiesDaniel Scally1-2/+11
18 hoursdevice property: Check fwnode->secondary in fwnode_graph_get_next_endpoint()Daniel Scally1-1/+20
18 hoursdevice property: Unify access to of_nodeAndy Shevchenko2-17/+14
18 hoursdevice property: Retrieve fwnode from of_node via accessorAndy Shevchenko1-2/+2
18 hoursmedia: device property: Return true in fwnode_device_is_available for NULL opsDaniel Scally1-0/+6
18 hoursdevice property: Add fwnode_is_ancestor_of() and fwnode_get_next_parent_dev()Saravana Kannan2-0/+55
18 hoursnvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()Jaskaran Singh1-1/+1
18 hoursRevert "nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctr...Jaskaran Singh1-1/+1
18 hoursBluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQLuiz Augusto von Dentz1-1/+9
18 hoursext4: publish jinode after initializationLi Chen2-6/+13
18 hoursext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li1-5/+8
18 hoursxfs: stop reclaim before pushing AIL during unmountYuto Ohnuki1-3/+4
18 hoursxfs: save ailp before dropping the AIL lock in push callbacksYuto Ohnuki2-4/+14
18 hoursext4: fix the might_sleep() warnings in kvfree()Zqiang2-11/+5
18 hoursmm/huge_memory: fix folio isn't locked in softleaf_to_folio()Jinjiang Tu1-0/+6
18 hoursnet: macb: Move devm_{free,request}_irq() out of spin lock areaKevin Hao1-5/+8
18 hoursusb: gadget: uvc: fix NULL pointer dereference during unbind raceJimmy Hu3-6/+56
18 hoursusb: gadget: u_ether: Fix race between gether_disconnect and eth_stopKuen-Han Tsai1-4/+4
18 hoursusb: gadget: f_hid: move list and spinlock inits from bind to allocMichael Zimmermann1-5/+6
18 hoursnet: rfkill: prevent unlimited numbers of rfkill events from being createdGreg Kroah-Hartman1-13/+27
18 hoursseg6: separate dst_cache for input and output paths in seg6 lwtunnelAndrea Mayer1-11/+23
18 hourscpufreq: governor: fix double free in cpufreq_dbs_governor_init() error pathGuangshuo Li1-3/+3
18 hourscpufreq: governor: Free dbs_data directly when gov->init() failsLiao Chang1-1/+3
18 hoursnetlink: add nla be16/32 types to minlen arrayFlorian Westphal1-0/+4
18 hoursASoC: tegra: Fix Master Volume ControlJon Hunter1-0/+3
18 hoursASoC: soc-core: don't use discriminatory terms on snd_soc_runtime_get_dai_fmt()Kuninori Morimoto1-2/+2
18 hoursxen/privcmd: unregister xenstore notifier on module exitGuoHan Zhao1-0/+3
18 hoursrxrpc: Fix key/keyring checks in setsockopt(RXRPC_SECURITY_KEY/KEYRING)David Howells2-7/+1
18 hoursnet: stmmac: fix integer underflow in chain modeTyllis Xu1-5/+6
18 hoursnet: qualcomm: qca_uart: report the consumed byte on RX skb allocation failurePengpeng Hou1-1/+1
18 hoursmmc: vub300: fix NULL-deref on disconnectJohan Hovold1-1/+1
18 hoursnet: altera-tse: fix skb leak on DMA mapping error in tse_start_xmit()David Carlier1-0/+1
18 hoursbatman-adv: reject oversized global TT response buffersRuide Cao1-2/+7
18 hoursnfc: pn533: allocate rx skb before consuming bytesPengpeng Hou1-3/+8
18 hoursarm64: dts: hisilicon: hi3798cv200: Add missing dma-rangesShawn Guo1-0/+1
18 hoursarm64: dts: hisilicon: poplar: Correct PCIe reset GPIO polarityShawn Guo1-1/+1
18 hourswifi: brcmsmac: Fix dma_free_coherent() sizeThomas Fourier1-1/+1
18 hourstipc: fix bc_ackers underflow on duplicate GRP_ACK_MSGOleh Konko1-1/+5
18 hoursnetfilter: nft_ct: fix use-after-free in timeout object destroyTuan Do2-1/+2
18 hoursapparmor: fix race between freeing data and fs accessing itJohn Johansen7-101/+152
18 hoursapparmor: fix race on rawdata dereferenceJohn Johansen4-57/+94