summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-28error-inject: use IS_ERR() check for debugfs_create_file()Ingyu Jang
2026-05-28ocfs2: kill osb->system_file_mutex lockTetsuo Handa
2026-05-28include: remove unused cnt32_to_63.hCosta Shulyupin
2026-05-28raid6_kunit: randomize buffer alignmentChristoph Hellwig
2026-05-28raid6_kunit: randomize parameters and increase limitsChristoph Hellwig
2026-05-28raid6_kunit: cleanup dataptr handlingChristoph Hellwig
2026-05-28raid6_kunit: dynamically allocate data buffers using vmallocChristoph Hellwig
2026-05-28raid6_kunit: use KUNIT_CASE_PARAMChristoph Hellwig
2026-05-28raid6: update top of file commentsChristoph Hellwig
2026-05-28raid6: use static_call for raid6_recov_2data and raid6_recov_datapChristoph Hellwig
2026-05-28raid6: use static_call for gen_syndrom and xor_syndromChristoph Hellwig
2026-05-28raid6: rework registration of optimized algorithmsChristoph Hellwig
2026-05-28raid6: hide internalsChristoph Hellwig
2026-05-28raid6: warn when using less than four devicesChristoph Hellwig
2026-05-28raid6: improve the public interfaceChristoph Hellwig
2026-05-28raid6: use named initializers for struct raid6_callsChristoph Hellwig
2026-05-28raid6: remove raid6_get_zero_pageChristoph Hellwig
2026-05-28raid6: remove unused defines in pq.hChristoph Hellwig
2026-05-28raid6: move to lib/raid/Christoph Hellwig
2026-05-28raid6: remove __KERNEL__ ifdefsChristoph Hellwig
2026-05-28raid6: turn the userspace test harness into a kunit testChristoph Hellwig
2026-05-28mailmap: update Jorge Ramirez-Ortiz email addressJorge Ramirez-Ortiz
2026-05-28kcov: allow simultaneous KCOV_ENABLE/KCOV_REMOTE_ENABLEJann Horn
2026-05-28riscv: fix building compressed EFI imageDmitry Antipov
2026-05-28lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()Dmitry Antipov
2026-05-28riscv: add platform-specific double word shifts for riscv32Dmitry Antipov
2026-05-28lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warningsDmitry Antipov
2026-05-28lib/cmdline_kunit: add test case for memparse()Dmitry Antipov
2026-05-28lib: add more string to 64-bit integer conversion overflow testsDmitry Antipov
2026-05-28lib: fix memparse() to handle overflowDmitry Antipov
2026-05-28lib: fix _parse_integer_limit() to handle overflowDmitry Antipov
2026-05-28lib/tests: extend cmdline KUnit with next_arg() testsShuvam Pandey
2026-05-28selftests/perf_events: fix mmap() error check in sigtrap_threadsHongfu Li
2026-05-28lib/bug: cleanup comment style, types and modernize loggingLucas Poupeau
2026-05-28scripts/bloat-o-meter: ignore _sdataYury Norov
2026-05-28ocfs2: validate inline xattr header before reflinking inline xattrsZhengYuan Huang
2026-05-28ocfs2: validate inline xattr header before inline refcount attachZhengYuan Huang
2026-05-28ocfs2: validate inline xattr header before ibody removeZhengYuan Huang
2026-05-28ocfs2: validate inline xattr header before checking outside valuesZhengYuan Huang
2026-05-28ocfs2: validate inline xattr header before ibody lookupsZhengYuan Huang
2026-05-28ocfs2: don't BUG_ON an invalid journal dinodeZhengYuan Huang
2026-05-28ocfs2: reject inconsistent inode size before truncateZhengYuan Huang
2026-05-28gcov: use atomic counter updates to fix concurrent access crashesKonstantin Khorenko
2026-05-28llist: make locking comments consistentPhilipp Stanner
2026-05-28kfence: fix KASAN HW tags bypass via runtime sample_interval changeAlexander Potapenko
2026-05-28MAINTAINERS/CREDITS: remove inactive checkpatch reviewersJoe Perches
2026-05-28rapidio/tsi721: prevent a bad dereference in tsi721_db_dpc()Dan Carpenter
2026-05-28kcov: refactor common handle ID into kcov_common_handle_idJann Horn
2026-05-28uaccess: minimize INLINE_COPY_USER-related ifdeferyYury Norov
2026-05-28uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov