summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-20arm64: dts: rockchip: Define regulator for pcie2x1l2 on Indiedroid NovaChris Morgan
2025-11-20bpf: Document cfi_stubs and owner fields in struct bpf_struct_opsNirbhay Sharma
2025-11-20ocfs2: mark inode bad upon validation failure during readAhmet Eray Karadag
2025-11-20ocfs2: replace deprecated strcpy with strscpyThorsten Blum
2025-11-20ocfs2: replace deprecated strcpy in ocfs2_create_xattr_blockThorsten Blum
2025-11-20lib: ratelimit: fix spelling mistake 'seperately'Chia-Liang Wang
2025-11-20MAINTAINERS: add Petr as a reviewer of hung task detectorLance Yang
2025-11-20uaccess: gate _copy_[to|from]_user on !INLINE_COPY_FROM_USERAlice Ryhl
2025-11-20crash: export crashkernel CMA reservation to userspaceSourabh Jain
2025-11-20Documentation/ABI: add kexec and kdump sysfs interfaceSourabh Jain
2025-11-20ceph: replace local base64 helpers with lib/base64Guan-Chun Wu
2025-11-20fscrypt: replace local base64url helpers with lib/base64Guan-Chun Wu
2025-11-20lib: add KUnit tests for base64 encoding/decodingGuan-Chun Wu
2025-11-20lib/base64: rework encode/decode for speed and stricter validationGuan-Chun Wu
2025-11-20lib/base64: optimize base64_decode() with reverse lookup tablesKuan-Wei Chiu
2025-11-20lib/base64: add support for multiple variantsKuan-Wei Chiu
2025-11-20sys_info: add a default kernel sys_info maskFeng Tang
2025-11-20watchdog: add sys_info sysctls to dump sys info on system lockupFeng Tang
2025-11-20hung_task: add hung_task_sys_info sysctl to dump sys info on task-hungFeng Tang
2025-11-20docs: panic: correct some sys_ifo names in sysctl docFeng Tang
2025-11-20Revert "lib/plist.c: enforce memory ordering in plist_check_list"Kuan-Wei Chiu
2025-11-20MAINTAINERS: remove Gustavo from sync frameworkGustavo Padovan
2025-11-20include/linux/once_lite.h: fix judgment in WARN_ONCE with clangXie Yuanbin
2025-11-20MAINTAINERS: update nilfs2 entryRyusuke Konishi
2025-11-20fs/proc/page: remove unused KPMBITSzhang jiao
2025-11-20math.h: amend abs() kernel-doc and add a note about signed type limitsAndy Shevchenko
2025-11-20scripts/gdb/symbols: make BPF debug info available to GDBIlya Leoshkevich
2025-11-20scripts/gdb/radix-tree: add lx-radix-tree-commandIlya Leoshkevich
2025-11-20MAINTAINERS: add Pratyush as a reviewer for KHOPratyush Yadav
2025-11-20lib: test_mul_u64_u64_div_u64(): test the 32bit code on 64bitDavid Laight
2025-11-20lib: mul_u64_u64_div_u64(): optimise the divide codeDavid Laight
2025-11-20lib: mul_u64_u64_div_u64(): optimise multiply on 32bit x86David Laight
2025-11-20lib: test_mul_u64_u64_div_u64(): test both generic and arch versionsDavid Laight
2025-11-20lib: add tests for mul_u64_u64_div_u64_roundup()David Laight
2025-11-20lib: add mul_u64_add_u64_div_u64() and mul_u64_u64_div_u64_roundup()David Laight
2025-11-20lib: mul_u64_u64_div_u64(): simplify check for a 64bit productDavid Laight
2025-11-20lib: mul_u64_u64_div_u64(): combine overflow and divide by zero checksDavid Laight
2025-11-20lib: mul_u64_u64_div_u64(): rename parameter 'c' to 'd'David Laight
2025-11-20kernel/hung_task: unexport sysctl_hung_task_timeout_secsChristoph Hellwig
2025-11-20util_macros.h: fix kernel-doc for u64_to_user_ptr()Andy Shevchenko
2025-11-20checkpatch: add IDR to the deprecated listCarlos López
2025-11-20lib/Kconfig.debug: cleanup CONFIG_DEBUG_SECTION_MISMATCH help textBorislav Petkov (AMD)
2025-11-20ocfs2: validate cl_bpc in allocator inodes to prevent divide-by-zeroDeepanshu Kartikey
2025-11-20ocfs2: add extra consistency checks for chain allocator dinodesDmitry Antipov
2025-11-20panic: sys_info: factor out read and write handlersAndy Shevchenko
2025-11-20panic: sys_info: deduplicate local variable 'table; assignmentsAndy Shevchenko
2025-11-20panic: sys_info: rewrite a fix for a compilation error (`make W=1`)Andy Shevchenko
2025-11-20panic: sys_info:replace struct sys_info_name with plain array of stringsAndy Shevchenko
2025-11-20panic: sys_info: align constant definition names with parametersAndy Shevchenko
2025-11-20panic: sys_info: capture si_bits_global before iterating over itAndy Shevchenko