aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-10-15tools/nolibc: fix error return value of clock_nanosleep()Thomas Weißschuh2-2/+4
2025-10-15libbpf: Fix reuse of DEVMAPYureka Lilian1-0/+10
2025-10-15bpf: Remove migrate_disable in kprobe_multi_link_prog_runTao Chen1-2/+7
2025-10-15bpf/selftests: Fix test_tcpnotify_userMatt Bobrowski2-11/+10
2025-10-15rust: cpumask: Mark CpumaskVar as transparentBaptiste Lepers1-0/+1
2025-10-15selftests/bpf: Copy test_kmods when installing selftestAmery Hung1-1/+1
2025-10-15regmap: Remove superfluous check for !config in __regmap_init()Geert Uytterhoeven1-1/+1
2025-10-15bpf: Tidy verifier bug messagePaul Chaignon1-5/+7
2025-10-15arm64: dts: renesas: rzg2lc-smarc: Disable CAN-FD channel0Biju Das1-1/+4
2025-10-15pinctrl: renesas: rzg2l: Fix invalid unsigned return in rzg3s_oen_read()Lad Prabhakar1-1/+1
2025-10-15btrfs: fix symbolic link reading when bs > psQu Wenruo1-1/+1
2025-10-15btrfs: return any hit error from extent_writepage_io()Qu Wenruo1-4/+5
2025-10-15cpuset: fix failure to enable isolated partition when containing isolcpusChen Ridong1-1/+1
2025-10-15lsm: CONFIG_LSM can depend on CONFIG_SECURITYRandy Dunlap1-0/+1
2025-10-15sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()Peter Zijlstra8-53/+66
2025-10-15selftests: cgroup: Make test_pids backwards compatibleMichal Koutný3-0/+16
2025-10-15x86/vdso: Fix output operand size of RDPIDUros Bizjak1-4/+4
2025-10-15perf/x86/intel: Fix IA32_PMC_x_CFG_B MSRs access errorDapeng Mi1-1/+2
2025-10-15perf/x86/intel: Use early_initcall() to hook bts_init()Dapeng Mi1-1/+1
2025-10-15EDAC/i10nm: Skip DIMM enumeration on a disabled memory controllerQiuxu Zhuo1-0/+14
2025-10-15smb: server: fix IRD/ORD negotiation with the clientStefan Metzmacher1-13/+84
2025-10-15smb: client: fix sending the iwrap custom IRD/ORD negotiation messagesStefan Metzmacher2-11/+103
2025-10-15erofs: avoid reading more for fragment mapsGao Xiang1-2/+2
2025-10-15perf: arm_spe: Prevent overflow in PERF_IDX2OFF()Leo Yan1-1/+2
2025-10-15coresight: trbe: Prevent overflow in PERF_IDX2OFF()Leo Yan1-1/+2
2025-10-15raid6: riscv: Clean up unused header file inclusionChunyan Zhang2-5/+0
2025-10-15uprobes: uprobe_warn should use passed taskJeremy Linton1-1/+1
2025-10-15powerpc64/modules: correctly iterate over stubs in setup_ftrace_ool_stubsJoe Lawrence1-1/+1
2025-10-15powerpc/ftrace: ensure ftrace record ops are always set for NOPsJoe Lawrence1-2/+8
2025-10-15powerpc/603: Really copy kernel PGD entries into all PGDIRsChristophe Leroy2-3/+9
2025-10-15powerpc/8xx: Remove left-over instruction and comments in DataStoreTLBMiss handlerChristophe Leroy1-8/+1
2025-10-15gfs2: Add proper lockspace lockingAndreas Gruenbacher4-20/+56
2025-10-15gfs2: do_xmote cleanupAndreas Gruenbacher1-5/+7
2025-10-15gfs2: Get rid of GLF_INVALIDATE_IN_PROGRESSAndreas Gruenbacher3-17/+1
2025-10-15gfs2: Remove duplicate check in do_xmoteAndreas Gruenbacher1-14/+13
2025-10-15gfs2: Fix LM_FLAG_TRY* logic in add_to_queueAndreas Gruenbacher1-23/+24
2025-10-15gfs2: Further sanitize lock_dlm.cAndreas Gruenbacher3-14/+22
2025-10-15gfs2: Remove space before newlineColin Ian King1-1/+1
2025-10-15gfs2: Fix GLF_INVALIDATE_IN_PROGRESS flag clearing in do_xmoteAndreas Gruenbacher1-2/+0
2025-10-15hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()Kang Chen4-11/+29
2025-10-15kselftest/arm64/gcs: Correctly check return value when disabling GCSThomas Weißschuh1-1/+1
2025-10-15selftests: arm64: Fix -Waddress warning in tpidr2 testBala-Vignesh-Reddy1-4/+4
2025-10-15selftests: arm64: Check fread return value in exec_targetBala-Vignesh-Reddy1-1/+6
2025-10-15kbuild: Add missing $(objtree) prefix to powerpc crtsavres.o artifactKienan Stewart1-1/+1
2025-10-15seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer replies too fastJohannes Nixdorf1-7/+5
2025-10-15Fix CC_HAS_ASM_GOTO_OUTPUT on non-x86 architecturesLinus Torvalds1-1/+1
2025-10-15pid: use ns_capable_noaudit() when determining net sysctl permissionsChristian Göttsche1-1/+1
2025-10-15init: INITRAMFS_PRESERVE_MTIME should depend on BLK_DEV_INITRDGeert Uytterhoeven1-0/+1
2025-10-15filelock: add FL_RECLAIM to show_fl_flags() macroJeff Layton1-1/+2
2025-10-15arch: copy_thread: pass clone_flags as u64Simon Schuster26-27/+27