summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-29MAINTAINERS: Add entries for code tagging & relatedalloc_tagsKent Overstreet
2022-08-29fixup! lib/time_stats: New library for statistics on eventsKent Overstreet
2022-08-29fixup! Code tagging based latency trackingKent Overstreet
2022-08-29fixup! dyndbg: Convert to code taggingKent Overstreet
2022-08-29fixup! Code tagging based latency trackingKent Overstreet
2022-08-29fixup! Code tagging based fault injectionKent Overstreet
2022-08-29TESTING: set required configurations and request some context capturesSuren Baghdasaryan
2022-08-29TESTING: drivers/staging: add module for testing code tagging module supportSuren Baghdasaryan
2022-08-29dyndbg: Convert to code taggingKent Overstreet
2022-08-29Improved symbolic error namesKent Overstreet
2022-08-29Code tagging based latency trackingKent Overstreet
2022-08-29bcache: Convert to lib/time_statsKent Overstreet
2022-08-29lib/time_stats: New library for statistics on eventsKent Overstreet
2022-08-28wait: Clean up waitqueue_entry initializationKent Overstreet
2022-08-28timekeeping: Add a missing includeKent Overstreet
2022-08-28Code tagging based fault injectionKent Overstreet
2022-08-28lib: implement context capture support for page and slab allocatorsSuren Baghdasaryan
2022-08-28lib: introduce support for storing code tag contextSuren Baghdasaryan
2022-08-28move stack capture functionality into a separate function for reuseSuren Baghdasaryan
2022-08-28codetag: add codetag query helper functionsKent Overstreet
2022-08-28lib/string.c: strsep_no_empty()Kent Overstreet
2022-08-28mm: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan
2022-08-28lib: introduce slab allocation taggingSuren Baghdasaryan
2022-08-28mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objectsSuren Baghdasaryan
2022-08-28mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creationSuren Baghdasaryan
2022-08-28mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creationSuren Baghdasaryan
2022-08-28mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan
2022-08-28mm: enable page allocation tagging for __get_free_pages and alloc_pagesSuren Baghdasaryan
2022-08-28change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan
2022-08-28lib: introduce page allocation taggingSuren Baghdasaryan
2022-08-28lib: add support for allocation taggingSuren Baghdasaryan
2022-08-28lib: code tagging module supportSuren Baghdasaryan
2022-08-28lib: code tagging frameworkSuren Baghdasaryan
2022-08-28scripts/kallysms: Always include __start and __stop symbolsKent Overstreet
2022-08-28Lazy percpu countersKent Overstreet
2022-08-28lib/string_helpers: Drop space in string_get_size's outputKent Overstreet
2022-08-27kernel/module: move find_kallsyms_symbol_value declarationSuren Baghdasaryan
2022-08-23Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-08-23Merge tag 'audit-pr-20220823' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-23Merge tag 'fs.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-23Merge tag 'parisc-for-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-23Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-23Merge tag 'linux-kselftest-kunit-fixes-6.0-rc3' of git://git.kernel.org/pub/s...Linus Torvalds
2022-08-23Merge tag 'linux-kselftest-fixes-6.0-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-23cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu
2022-08-22audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui
2022-08-22Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-08-22Merge tag 'fs.idmapped.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-22Merge tag 'filelock-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-22perf tools: Fix compile error for x86Yang Jihong