summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-19Linux 5.10.232v5.10.232Greg Kroah-Hartman1-1/+1
2024-12-19x86/static-call: fix 32-bit buildJuergen Gross1-1/+6
2024-12-19ALSA: usb-audio: Fix a DMA to stack memory bugDan Carpenter1-10/+21
2024-12-19x86/xen: remove hypercall pageJuergen Gross5-38/+1
2024-12-19x86/xen: use new hypercall functions instead of hypercall pageJuergen Gross1-13/+20
2024-12-19x86/xen: add central hypercall functionsJuergen Gross7-1/+188
2024-12-19x86/xen: don't do PV iret hypercall through hypercall pageJuergen Gross1-9/+18
2024-12-19x86/static-call: provide a way to do very early static-call updatesJuergen Gross6-13/+53
2024-12-19objtool/x86: allow syscall instructionJuergen Gross1-4/+7
2024-12-19x86: make get_cpu_vendor() accessible from Xen codeJuergen Gross2-16/+24
2024-12-19xen/netfront: fix crash when removing deviceJuergen Gross1-1/+4
2024-12-19Revert "clkdev: remove CONFIG_CLKDEV_LOOKUP"Greg Kroah-Hartman11-16/+28
2024-12-19Revert "clocksource/drivers:sp804: Make user selectable"Greg Kroah-Hartman1-2/+1
2024-12-19drm/i915: Fix memory leak by correcting cache object name in error handlerJiasheng Jiang1-1/+1
2024-12-19tracing/kprobes: Skip symbol counting logic for module symbols in create_loca...Nikolay Kuratov1-1/+1
2024-12-19bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman1-1/+4
2024-12-19blk-iocost: Avoid using clamp() on inuse in __propagate_weights()Nathan Chancellor1-1/+8
2024-12-19ACPICA: events/evxfregn: don't release the ContextMutex that was never acquiredDaniil Tatianin1-2/+0
2024-12-19team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann1-1/+2
2024-12-19bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann1-0/+1
2024-12-19net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWAREAlexander Lobakin4-14/+11
2024-12-19net/sched: netem: account for backlog updates from child qdiscMartin Ottens1-6/+16
2024-12-19qca_spi: Make driver probing reliableStefan Wahren1-1/+1
2024-12-19qca_spi: Fix clock speed for multiple QCA7000Stefan Wahren2-15/+10
2024-12-19cxgb4: use port number to set mac addrAnumula Murali Mohan Reddy3-4/+5
2024-12-19ACPI: resource: Fix memory resource type union accessIlpo Järvinen1-3/+3
2024-12-19net: lapb: increase LAPB_HEADER_LENEric Dumazet1-1/+1
2024-12-19selftests: mlxsw: sharedbuffer: Remove duplicate test casesDanielle Ratson1-10/+0
2024-12-19selftests: mlxsw: sharedbuffer: Remove h1 ingress test caseDanielle Ratson1-5/+0
2024-12-19tipc: fix NULL deref in cleanup_bearer()Eric Dumazet1-1/+6
2024-12-19batman-adv: Do not let TT changes list grows indefinitelyRemi Pommarel1-3/+11
2024-12-19batman-adv: Remove uninitialized data in full table TT responseRemi Pommarel1-15/+22
2024-12-19batman-adv: Do not send uninitialized TT changesRemi Pommarel1-0/+7
2024-12-19acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctlSuraj Sonawane1-1/+6
2024-12-19exfat: fix potential deadlock on __exfat_get_dentry_setSungjong Seo1-1/+1
2024-12-19virtio/vsock: Fix accept_queue memory leakMichal Luczaj1-0/+8
2024-12-19bpf, sockmap: Fix update element with sameMichal Luczaj1-0/+1
2024-12-19xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong1-1/+1
2024-12-19xfs: don't drop errno values when we fail to ficlone the entire rangeDarrick J. Wong1-0/+8
2024-12-19usb: gadget: u_serial: Fix the issue that gs_start_io crashed due to accessin...Lianqin Hu1-3/+6
2024-12-19usb: ehci-hcd: fix call balance of clocks handling routinesVitalii Mordan1-2/+7
2024-12-19usb: dwc2: hcd: Fix GetPortStatus & SetPortFeatureStefan Wahren1-10/+6
2024-12-19ata: sata_highbank: fix OF node reference leak in highbank_initialize_phys()Joe Hattori1-0/+1
2024-12-19usb: host: max3421-hcd: Correctly abort a USB request.Mark Tomlinson1-5/+11
2024-12-19tcp: check space before adding MPTCP SYN optionsMoYuanhao1-2/+4
2024-12-14Linux 5.10.231v5.10.231Greg Kroah-Hartman1-1/+1
2024-12-14octeontx2-pf: Fix otx2_get_fecparam()Dan Carpenter1-1/+1
2024-12-14octeontx2: Fix condition.David S. Miller1-1/+1
2024-12-14media: uvcvideo: Require entities to have a non-zero unique IDThadeu Lima de Souza Cascardo1-24/+39
2024-12-14ALSA: usb-audio: Fix out of bounds reads when finding clock sourcesTakashi Iwai1-2/+30