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