summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2026-05-28rust: uaccess: use INLINE_COPY_TO_USER to guard copy_to_user()Yury Norov
2026-05-28kselftest/filelock: add a .gitignore fileMark Brown
2026-05-28kselftest/filelock: report each test in oftlocks separatelyMark Brown
2026-05-28kselftest/filelock: use ksft_perror()Mark Brown
2026-05-28lib/base64: fix copy-pasted @padding doc in base64_decode()Josh Law
2026-05-28lib/base64: validate before writing in decode tail pathJosh Law
2026-05-28init.h: discard exitcall symbols earlyArnd Bergmann
2026-05-28lib/tests: string_helpers: don't use "proxy" headersAndy Shevchenko
2026-05-28lib/tests: string_helpers: decouple unescape and escape casesAndy Shevchenko
2026-05-28treewide: fix indentation and whitespace in Kconfig filesAnand Moon
2026-05-28get_maintainer: add --json output modeSasha Levin
2026-05-28seq_buf: export seq_buf_putmem_hex() and add KUnit testsShuvam Pandey
2026-05-28selftests/acct: add taskstats TGID retention testYiyang Chen
2026-05-28taskstats: retain dead thread stats in TGID queriesYiyang Chen
2026-05-28clang-format: fix formatting of guard() and scoped_guard() statementsBart Van Assche
2026-05-28kunit: fat: test cluster and directory i_pos layout helpersAdi Nata
2026-05-28checkpatch: add check for function pointer arrays in declarationsJoe Perches
2026-05-28ocfs2: use kzalloc for quota recovery bitmap allocationTristan Madani
2026-05-28tools/accounting/getdelays: fix -Wformat-truncation warning in format_timespecYiyang Chen
2026-05-28proc: use strnlen() for name validation in __proc_createThorsten Blum
2026-05-28checkpatch: add option to not force /* */ for SPDXPetr Vorel
2026-05-28checkpatch: allow passing config directoryPetr Vorel
2026-05-28proc: rewrite next_tgid()Alexey Dobriyan
2026-05-28proc: add tgid_iter.pid_ns memberAlexey Dobriyan
2026-05-28selftests/mm: add kmemleak verbose dedup testBreno Leitao
2026-05-28mm/kmemleak: dedupe verbose scan output by allocation backtraceBreno Leitao
2026-05-28mm/swap: add cond_resched() in swap_reclaim_full_clusters to prevent softlockupZijiang Huang
2026-05-28highmem-internal.h: fix typo in the comment for kunmap_atomic()Zhouyi Zhou