aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-02-10net: ethernet: marvell: skge: remove incorrect conflicting PCI IDEthan Nelson-Moore1-1/+0
2026-02-10xfrm: fix ip_rt_bug race in icmp_route_lookup reverse pathJiayuan Chen1-0/+15
2026-02-10regulator: mt6363: Fix interrmittent timeoutAdam Ford1-1/+8
2026-02-10ASoC: rt721-sdca: Fix issue of fail to detect OMTP jack typeJack Yu1-2/+2
2026-02-10Merge branch 'net-ftgmac100-various-probe-cleanups'Paolo Abeni1-162/+194
2026-02-10net: ftgmac100: Use devm_mdiobus_alloc/devm_of_mdiobus_registerJacky Chou1-22/+4
2026-02-10net: ftgmac100: Fix wrong netif_napi_del in releaseAndrew Lunn1-2/+0
2026-02-10net: ftgmac100: Simplify condition on HW arbitrationAndrew Lunn1-5/+5
2026-02-10net: ftgmac100: Remove redundant PHY_POLLAndrew Lunn1-4/+1
2026-02-10net: ftgmac100: Move DT probe into a helperAndrew Lunn1-33/+54
2026-02-10net: ftgmac100: Simplify legacy MDIO setupAndrew Lunn1-2/+0
2026-02-10net: ftgmac100: Always register the MDIO bus when it existsAndrew Lunn1-25/+20
2026-02-10net: ftgmac100: Move NCSI probe code into a helperAndrew Lunn1-27/+45
2026-02-10net: ftgmac100: Simplify error handling for ftgmac100_initial_macAndrew Lunn1-1/+1
2026-02-10net: ftgmac100: Use devm_clk_get_enabledAndrew Lunn1-18/+6
2026-02-10net: ftgmac100: Use devm_request_memory_region/devm_ioremapAndrew Lunn1-14/+6
2026-02-10net: ftgmac100: Use devm_alloc_etherdev()Andrew Lunn1-8/+3
2026-02-10net: ftgmac100: Replace all of_device_is_compatible()Andrew Lunn1-10/+10
2026-02-10net: ftgmac100: Add match data containing MAC IDAndrew Lunn1-5/+50
2026-02-10net: ftgmac100: List all compatiblesAndrew Lunn1-0/+3
2026-02-10perf stat: Add no-affinity flagIan Rogers4-5/+13
2026-02-10perf evlist: Reduce affinity use and move into iterator, fix no affinityIan Rogers5-131/+174
2026-02-10perf evlist: Missing TPEBS close in evlist__close()Ian Rogers1-0/+2
2026-02-10perf evlist: Special map propagation for tool events that read on 1 CPUIan Rogers5-4/+48
2026-02-10perf stat-shadow: In prepare_metric fix guard on reading NULL perf_stat_evselIan Rogers1-8/+16
2026-02-10Revert "perf tool_pmu: More accurately set the cpus for tool events"Ian Rogers3-27/+2
2026-02-10tools build: Emit dependencies file for test-rust.binDmitry Dolgov1-1/+1
2026-02-10tools build: Make test-rust.bin be removed by the 'clean' targetDmitrii Dolgov1-0/+1
2026-02-10debugobject: Make it work with deferred page initialization - againThomas Gleixner2-1/+19
2026-02-10io_uring/rsrc: replace reg buffer bit field with flagsPavel Begunkov3-8/+13
2026-02-10io_uring/zcrx: improve types for size calculationPavel Begunkov1-1/+1
2026-02-10net: sunhme: Fix sbus regressionRené Rebe1-0/+3
2026-02-10LoongArch: dts: loongson-2k1000: Add nand controller supportBinbin Zhou2-1/+34
2026-02-10LoongArch: dts: loongson-2k0500: Add nand controller supportBinbin Zhou2-1/+30
2026-02-10LoongArch: BPF: Implement bpf_addr_space_cast instructionHengqi Chen2-0/+16
2026-02-10LoongArch: BPF: Implement PROBE_MEM32 pseudo instructionsHengqi Chen2-6/+68
2026-02-10LoongArch: BPF: Use BPF prog pack allocatorHengqi Chen2-37/+83
2026-02-10LoongArch: Use IS_ERR_PCPU() macro for KGDBCarlos López1-1/+1
2026-02-10LoongArch: Rework KASAN initialization for PTW-enabled systemsTiezhu Yang1-37/+39
2026-02-10LoongArch: Disable instrumentation for setup_ptwalker()Tiezhu Yang1-1/+1
2026-02-10LoongArch: Remove some extern variables in source filesTiezhu Yang3-7/+0
2026-02-10LoongArch: Guard percpu handler under !CONFIG_PREEMPT_RTTiezhu Yang1-1/+1
2026-02-10LoongArch: Handle percpu handler address for ORC unwinderTiezhu Yang2-0/+19
2026-02-10LoongArch: Use %px to print unmodified unwinding addressTiezhu Yang1-1/+1
2026-02-10LoongArch: Prefer top-down allocation after arch_mem_init()Huacai Chen1-0/+1
2026-02-10LoongArch: Add HOTPLUG_SMT implementationHuacai Chen3-1/+15
2026-02-10LoongArch: Make cpumask_of_node() robust against NUMA_NO_NODEJohn Garry1-1/+1
2026-02-10LoongArch: Wire up memfd_secret system callLain "Fearyncess" Yang3-4/+4
2026-02-10LoongArch: Replace seq_printf() with seq_puts() for simple stringsGeorge Guo1-24/+40
2026-02-10LoongArch: Add 128-bit atomic cmpxchg supportGeorge Guo2-0/+56