summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-09-19tunnels: reset the GSO metadata before reusing the skbAntoine Tenart1-0/+6
2025-09-19net: fec: Fix possible NPD in fec_enet_phy_reset_after_clk_enable()Stefan Wahren1-1/+2
2025-09-19USB: serial: option: add Telit Cinterion LE910C4-WWX new compositionsFabio Porcedda1-0/+11
2025-09-19USB: serial: option: add Telit Cinterion FN990A w/audio compositionsFabio Porcedda1-0/+6
2025-09-19dt-bindings: serial: brcm,bcm7271-uart: Constrain clocksKrzysztof Kozlowski1-1/+1
2025-09-19serial: sc16is7xx: fix bug in flow control levels initHugo Villeneuve1-12/+2
2025-09-19tty: hvc_console: Call hvc_kick in hvc_write unconditionallyFabian Vogt1-3/+3
2025-09-19Revert "net: usb: asix: ax88772: drop phylink use in PM to avoid MDIO runtime...Paolo Abeni1-0/+13
2025-09-19Input: i8042 - add TUXEDO InfinityBook Pro Gen10 AMD to i8042 quirk tableChristoffer Sandberg1-0/+14
2025-09-19Input: iqs7222 - avoid enabling unused interruptsJeff LaBundy1-0/+3
2025-09-19mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memoryMiaohe Lin1-4/+3
2025-09-19kernfs: Fix UAF in polling when open file is releasedChen Ridong1-18/+36
2025-09-19mm/khugepaged: fix the address passed to notifier on testing youngWei Yang1-2/+2
2025-09-19mm/khugepaged: convert hpage_collapse_scan_pmd() to use foliosVishal Moola (Oracle)1-10/+10
2025-09-19mtd: nand: raw: atmel: Respect tAR, tCLR in read setup timingAlexander Sverdlin1-3/+13
2025-09-19mtd: nand: raw: atmel: Fix comment in timings preparationAlexander Dahl1-1/+1
2025-09-19mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()Quanmin Yan1-0/+3
2025-09-19mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()Quanmin Yan1-0/+3
2025-09-19mm/damon/sysfs: fix use-after-free in state_show()Stanislav Fort1-5/+9
2025-09-19libceph: fix invalid accesses to ceph_connection_v1_infoIlya Dryomov1-3/+4
2025-09-19fuse: prevent overflow in copy_file_range return valueMiklos Szeredi1-1/+1
2025-09-19fuse: check if copy_file_range() returns larger than requested sizeMiklos Szeredi1-0/+3
2025-09-19mtd: rawnand: stm32_fmc2: fix ECC overwriteChristophe Kerello1-3/+15
2025-09-19mtd: rawnand: stm32_fmc2: avoid overlapping mappings on ECC bufferChristophe Kerello1-19/+9
2025-09-19net: usb: asix: ax88772: drop phylink use in PM to avoid MDIO runtime PM wakeupsOleksij Rempel1-13/+0
2025-09-19ocfs2: fix recursive semaphore deadlock in fiemap callMark Tinguely1-1/+9
2025-09-19mptcp: sockopt: make sync_socket_options propagate SOCK_KEEPOPENKrister Johansen1-6/+5
2025-09-19compiler-clang.h: define __SANITIZE_*__ macros only when undefinedNathan Chancellor1-5/+24
2025-09-19Revert "SUNRPC: Don't allow waiting for exiting tasks"Trond Myklebust1-2/+0
2025-09-19EDAC/altera: Delete an inappropriate dma_free_coherent() callSalah Triki1-1/+0
2025-09-19KVM: SVM: Set synthesized TSA CPUID flagsBorislav Petkov (AMD)1-0/+5
2025-09-19KVM: SVM: Return TSA_SQ_NO and TSA_L1_NO bits in __do_cpuid_func()Boris Ostrovsky1-1/+2
2025-09-19KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation codeKim Phillips1-19/+14
2025-09-19proc: fix type confusion in pde_set_flags()wangzijie1-1/+2
2025-09-19tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails to allocate pso...Kuniyuki Iwashima1-1/+4
2025-09-19tracing: Silence warning when chunk allocation fails in trace_pid_writePu Lehui1-1/+5
2025-09-19NFSv4/flexfiles: Fix layout merge mirror check.Jonathan Curley1-1/+1
2025-09-19ftrace/samples: Fix function size computationVladimir Riabchun1-1/+1
2025-09-19tracing: Fix tracing_marker may trigger page fault during preempt_disableLuo Gengkun1-2/+2
2025-09-19NFSv4: Clear the NFS_CAP_XATTR flag if not supported by the serverTrond Myklebust1-0/+2
2025-09-19NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not setTrond Myklebust1-2/+3
2025-09-19NFSv4: Don't clear capabilities that won't be resetTrond Myklebust1-1/+0
2025-09-19flexfiles/pNFS: fix NULL checks on result of ff_layout_choose_ds_for_readTigran Mkrtchyan1-7/+12
2025-09-19tracing: Do not add length to print format in synthetic eventsSteven Rostedt1-2/+0
2025-09-19ASoC: q6apm-dai: schedule all available frames to avoid dsp under-runsSrinivas Kandagatla1-5/+23
2025-09-19net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima2-2/+43
2025-09-19media: i2c: imx214: Fix link frequency validationAndré Apitzsch1-8/+19
2025-09-19media: mtk-vcodec: venc: avoid -Wenum-compare-conditional warningArnd Bergmann1-1/+5
2025-09-19media: mediatek: vcodec: Fix a resource leak related to the scp device in FW ...Jiasheng Jiang1-1/+3
2025-09-19mm: introduce and use {pgd,p4d}_populate_kernel()Harry Yoo5-18/+48