summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-21Linux 6.1.129v6.1.129Greg Kroah-Hartman1-1/+1
2025-02-21x86/i8253: Disable PIT timer 0 when not in useDavid Woodhouse3-6/+19
2025-02-21drm/amd/display: Add NULL pointer check for kzallocHersen Wu9-0/+40
2025-02-21f2fs: fix to wait dio completionChao Yu1-0/+13
2025-02-21ARM: dts: dra7: Add bus_dma_limit for l4 cfg busRomain Naour1-0/+2
2025-02-21selftests: rtnetlink: update netdevsim ipsec output formatHangbin Liu1-2/+2
2025-02-21netdevsim: print human readable IP addressHangbin Liu1-4/+8
2025-02-21net: dsa: fix netdev_priv() dereference before check on non-DSA netdevice eventsVladimir Oltean1-2/+5
2025-02-21parport_pc: add support for ASIX AX99100Jiaqing Zhao1-0/+5
2025-02-21serial: 8250_pci: add support for ASIX AX99100Jiaqing Zhao1-0/+10
2025-02-21can: ems_pci: move ASIX AX99100 ids to pci_ids.hJiaqing Zhao1-0/+4
2025-02-21nilfs2: protect access to buffers with no active referencesRyusuke Konishi1-1/+3
2025-02-21nilfs2: do not force clear folio if buffer is referencedRyusuke Konishi1-6/+29
2025-02-21nilfs2: do not output warnings when clearing dirty buffersRyusuke Konishi4-24/+10
2025-02-21i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver...Kaixin Wang1-0/+1
2025-02-21alpha: replace hardcoded stack offsets with autogenerated onesIvan Kokshaysky2-4/+2
2025-02-21mm: gup: fix infinite loop within __get_longterm_lockedZhaoyang Huang1-10/+4
2025-02-21arm64: tegra: Fix typo in Tegra234 dce-fabric compatibleSumit Gupta1-1/+1
2025-02-21iommu: Return right value in iommu_sva_bind_device()Lu Baolu1-1/+1
2025-02-21x86/static-call: Remove early_boot_irqs_disabled check to fix Xen PVH dom0Andrew Cooper1-1/+0
2025-02-21kdb: Do not assume write() callback availableJohn Ogness1-0/+2
2025-02-21drm/v3d: Stop active perfmon if it is being destroyedChristian Gmeiner1-0/+5
2025-02-21drm/tidss: Clear the interrupt status for interrupts being disabledDevarsh Thakkar1-2/+8
2025-02-21drm/tidss: Fix issue in irq handling causing irq-flood issueTomi Valkeinen1-8/+4
2025-02-21ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet1-4/+10
2025-02-21ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet1-4/+8
2025-02-21openvswitch: use RCU protection in ovs_vport_cmd_fill_info()Eric Dumazet1-3/+9
2025-02-21arp: use RCU protection in arp_xmit()Eric Dumazet1-1/+3
2025-02-21neighbour: use RCU protection in __neigh_notify()Eric Dumazet1-2/+6
2025-02-21neighbour: delete redundant judgment statementsLi Zetao1-2/+1
2025-02-21ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet1-6/+4
2025-02-21ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet1-1/+6
2025-02-21flow_dissector: use RCU protection to fetch dev_net()Eric Dumazet1-10/+11
2025-02-21ipv4: icmp: convert to dev_net_rcu()Eric Dumazet1-14/+17
2025-02-21ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet1-5/+6
2025-02-21net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin2-17/+108
2025-02-21ipv4: use RCU protection in inet_select_addr()Eric Dumazet1-1/+2
2025-02-21ipv4: use RCU protection in rt_is_expired()Eric Dumazet1-1/+7
2025-02-21ipv4: use RCU protection in ipv4_default_advmss()Eric Dumazet1-3/+8
2025-02-21net: add dev_net_rcu() helperEric Dumazet2-1/+7
2025-02-21net: treat possible_net_t net pointer as an RCU one and add read_pnet_rcu()Jiri Pirko1-3/+12
2025-02-21ipv4: add RCU protection to ip4_dst_hoplimit()Eric Dumazet1-2/+7
2025-02-21clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomi...Waiman Long1-2/+4
2025-02-21clocksource: Use pr_info() for "Checking clocksource synchronization" messageWaiman Long1-1/+2
2025-02-21btrfs: fix hole expansion when writing at an offset beyond EOFFilipe Manana1-3/+1
2025-02-21mlxsw: Add return value check for mlxsw_sp_port_get_stats_raw()Wentao Liang1-1/+3
2025-02-21mmc: mtk-sd: Fix register settings for hs400(es) modeAndy-ld Lu1-11/+20
2025-02-21arm64: Handle .ARM.attributes section in linker scriptsNathan Chancellor2-0/+2
2025-02-21regmap-irq: Add missing kfree()Jiasheng Jiang1-0/+2
2025-02-21partitions: mac: fix handling of bogus partition tableJann Horn1-3/+15