summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-05maple_tree: move mas_spanning_rebalance loop to functionLiam R. Howlett
2026-04-05maple_tree: fix mas_dup_alloc() sparse warningLiam R. Howlett
2026-04-05mm/fadvise: validate offset in generic_fadviseKevin Lourenco
2026-04-05ksm: initialize the addr only once in rmap_walk_ksmxu xin
2026-04-05Merge tag 'sched-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-05Merge tag 'perf-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-05Merge tag 'irq-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-05i915: don't use a vma that didn't match the context VMLinus Torvalds
2026-04-05clk: qcom: gcc-x1e80100: Keep GCC USB QTB clock always ONJagadeesh Kona
2026-04-05clk: qcom: Constify list of critical CBCR registersKrzysztof Kozlowski
2026-04-05clk: qcom: Constify qcom_cc_driver_dataKrzysztof Kozlowski
2026-04-05clk: qcom: videocc-glymur: Constify qcom_cc_descKrzysztof Kozlowski
2026-04-05tools/power/x86/intel-speed-select: v1.26 releaseSrinivas Pandruvada
2026-04-05tools/power/x86/intel-speed-select: Fix output when running on unsupported CL...Zhang Rui
2026-04-05tools/power/x86/intel-speed-select: Print Version info when Incompatible API ...Zhang Rui
2026-04-05tools/power/x86/intel-speed-select: Fix some program return valueZhang Rui
2026-04-05tools/power/x86/intel-speed-select: Fix cpu extended family ID decodingZhang Rui
2026-04-05tools/power/x86/intel-speed-select: Avoid current base freq as maximumSrinivas Pandruvada
2026-04-05Merge tag 'mips-fixes_7.0_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-05Merge tag 'char-misc-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-05Merge tag 'tty-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-04-05Merge tag 'usb-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-04-05EDAC/mc: Fix error path ordering in edac_mc_alloc()Borislav Petkov (AMD)
2026-04-05drm/doc: document DRM_IOCTL_SYNCOBJ_EVENTFDSimon Ser
2026-04-05gpu: nova-core: vbios: use from_le_bytes() for PCI ROM header parsingJohn Hubbard
2026-04-05gpu: nova-core: bitfield: fix broken Default implementationEliot Courtney
2026-04-05gpu: nova-core: falcon: pad firmware DMA object size to required block alignmentAlexandre Courbot
2026-04-05gpu: nova-core: gsp: fix undefined behavior in command queue codeAlexandre Courbot
2026-04-05x86/mce/amd: Filter bogus hardware errors on Zen3 clientsYazen Ghannam
2026-04-05kconfig: forbid multiple entries with the same symbol in a choiceMasahiro Yamada
2026-04-05Documentation: kbuild: Update the debug information notes in reproducible-bui...Nathan Chancellor
2026-04-05checksyscalls: move instance functionality into generic codeThomas Weißschuh
2026-04-05checksyscalls: only run when necessaryThomas Weißschuh
2026-04-05checksyscalls: fail on all intermediate errorsThomas Weißschuh
2026-04-05checksyscalls: move path to reference table to a variableThomas Weißschuh
2026-04-05KVM: arm64: Advertise ID_AA64PFR2_EL1.GCIEMarc Zyngier
2026-04-04coda_flag_children(): fix a UAFAl Viro
2026-04-04sanitize coda_dentry_delete()Al Viro
2026-04-04coda: is_bad_inode() is always false thereAl Viro
2026-04-04riscv: Remove support for XIP kernelNam Cao
2026-04-04riscv: Reuse compare_unaligned_access() in check_vector_unaligned_access()Nam Cao
2026-04-04riscv: Split out compare_unaligned_access()Nam Cao
2026-04-04riscv: Reuse measure_cycles() in check_vector_unaligned_access()Nam Cao
2026-04-04riscv: Split out measure_cycles() for reuseNam Cao
2026-04-04riscv: Clean up & optimize unaligned scalar access probeNam Cao
2026-04-04riscv: lib: add strrchr() implementationFeng Jiang
2026-04-04riscv: lib: add strchr() implementationFeng Jiang
2026-04-04riscv: lib: add strnlen() implementationFeng Jiang
2026-04-04lib/string_kunit: extend benchmarks to strnlen() and chr searchesFeng Jiang
2026-04-04lib/string_kunit: add performance benchmark for strlen()Feng Jiang