summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-27ionic: no double destroy workqueueShannon Nelson1-1/+4
2024-12-27ionic: Fix netdev notifier unregister on failureBrett Creeley1-2/+2
2024-12-27tools/net/ynl: fix sub-message key lookup for nested attributesDonald Hunter1-3/+3
2024-12-27netdevsim: prevent bad user input in nsim_dev_health_break_write()Eric Dumazet1-0/+2
2024-12-27net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic()Vladimir Oltean1-1/+1
2024-12-27net/smc: check return value of sock_recvmsg when draining clc dataGuangguan Wang1-0/+5
2024-12-27net/smc: check smcd_v2_ext_offset when receiving proposal msgGuangguan Wang2-1/+9
2024-12-27net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msgGuangguan Wang3-3/+16
2024-12-27net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang3-2/+14
2024-12-27net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang1-0/+7
2024-12-27net/smc: protect link down work from execute after lgr freedGuangguan Wang1-2/+7
2024-12-27cxl/region: Fix region creation for greater than x2 switchesHuaisheng Ye1-7/+18
2024-12-27cxl/pci: Fix potential bogus return value upon successful probingDavidlohr Bueso1-2/+1
2024-12-27tools: hv: change permissions of NetworkManager configuration fileOlaf Hering1-1/+1
2024-12-27xfs: fix zero byte checking in the superblock scrubberDarrick J. Wong1-2/+27
2024-12-27xfs: fix sb_spino_align checks for large fsblock sizesDarrick J. Wong1-5/+6
2024-12-27xfs: fix off-by-one error in fsmap's end_daddr usageDarrick J. Wong1-11/+18
2024-12-27xfs: fix sparse inode limits on runt AGDave Chinner1-7/+9
2024-12-27xfs: sb_spino_align is not verifiedDave Chinner1-0/+14
2024-12-27erofs: use buffered I/O for file-backed mounts by defaultGao Xiang3-10/+21
2024-12-27erofs: reference `struct erofs_device_info` for erofs_map_devGao Xiang4-23/+15
2024-12-27erofs: use `struct erofs_device_info` for the primary deviceGao Xiang4-31/+22
2024-12-27erofs: add erofs_sb_free() helperGao Xiang1-17/+19
2024-12-27s390/mm: Consider KMSAN modules metadata for paging levelsVasily Gorbik1-0/+2
2024-12-27sched/dlserver: Fix dlserver time accountingVineeth Pillai (Google)1-6/+9
2024-12-27sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)3-2/+18
2024-12-27erofs: fix PSI memstall accountingGao Xiang1-2/+2
2024-12-27s390/ipl: Fix never less than zero warningAlexander Gordeev1-1/+1
2024-12-27i2c: pnx: Fix timeout in wait functionsVladimir Riabchun1-2/+2
2024-12-27p2sb: Do not scan and remove the P2SB device when it is unhiddenShin'ichiro Kawasaki1-9/+33
2024-12-27p2sb: Move P2SB hide and unhide code to p2sb_scan_and_cache()Shin'ichiro Kawasaki1-11/+12
2024-12-27p2sb: Introduce the global flag p2sb_hidden_by_biosShin'ichiro Kawasaki1-2/+4
2024-12-27p2sb: Factor out p2sb_read_from_cache()Shin'ichiro Kawasaki1-11/+17
2024-12-27sched/eevdf: More PELT vs DELAYED_DEQUEUEPeter Zijlstra4-8/+54
2024-12-27sched/fair: Fix sched_can_stop_tick() for fair tasksVincent Guittot1-1/+1
2024-12-27sched/fair: Fix NEXT_BUDDYK Prateek Nayak1-5/+2
2024-12-27RISC-V: KVM: Fix csr_write -> csr_set for HVIEN PMU overflow bitMichael Neuling1-1/+1
2024-12-27firmware: arm_ffa: Fix the race around setting ffa_dev->propertiesLevi Yun3-15/+20
2024-12-27firmware: arm_scmi: Fix i.MX build dependencyArnd Bergmann3-1/+2
2024-12-27net: stmmac: fix TSO DMA API usage causing oopsRussell King (Oracle)1-3/+4
2024-12-27net: sched: fix ordering of qlen adjustmentLion Ackermann2-2/+2
2024-12-19Linux 6.12.6v6.12.6Greg Kroah-Hartman1-1/+1
2024-12-19x86/static-call: fix 32-bit buildJuergen Gross1-1/+6
2024-12-19x86/xen: remove hypercall pageJuergen Gross6-47/+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/+189
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-15/+55
2024-12-19objtool/x86: allow syscall instructionJuergen Gross1-3/+6
2024-12-19x86: make get_cpu_vendor() accessible from Xen codeJuergen Gross2-16/+24