summaryrefslogtreecommitdiffstats
path: root/mm/kasan
Commit message (Expand)AuthorAgeFilesLines
...
* kasan: only apply __GFP_ZEROTAGS when memory is zeroedAndrey Konovalov2022-03-241-1/+2
* kasan, page_alloc: merge kasan_free_pages into free_pages_prepareAndrey Konovalov2022-03-242-12/+1
* kasan: no need to unset panic_on_warn in end_report()Tiezhu Yang2022-03-231-9/+1
* lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()Marco Elver2022-01-221-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-152-2/+18
|\
| * kasan: fix quarantine conflicting with init_on_freeAndrey Konovalov2022-01-151-0/+11
| * mm: defer kmemleak object creation of module_alloc()Kefeng Wang2022-01-151-2/+7
* | mm/kasan: Convert to struct folio and struct slabMatthew Wilcox (Oracle)2022-01-066-22/+35
* | mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka2022-01-064-5/+5
|/
* kasan: add kasan mode messages when kasan initKuan-Ying Lee2021-11-112-2/+14
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-13/+4
|\
| * mm: kasan: use is_kernel() helperKefeng Wang2021-11-091-1/+1
| * lib, stackdepot: add helper to print stack entriesImran Khan2021-11-091-12/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-064-7/+22
|\|
| * kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOCKefeng Wang2021-11-061-0/+5
| * kasan: fix tag for large allocations when using CONFIG_SLABMatthew Wilcox (Oracle)2021-11-061-1/+1
| * kasan: generic: introduce kasan_record_aux_stack_noalloc()Marco Elver2021-11-061-2/+12
| * kasan: common: provide can_alloc in kasan_save_stack()Marco Elver2021-11-063-5/+5
* | kasan: Extend KASAN mode kernel parameterVincenzo Frascino2021-10-073-15/+46
* | kasan: Remove duplicate of kasan_flag_asyncVincenzo Frascino2021-10-071-2/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-033-47/+26
|\
| * mm/kasan: move kasan.fault to mm/kasan/report.cWoody Lin2021-09-033-47/+26
* | arm64: kasan: mte: remove redundant mte_report_once logicMark Rutland2021-08-022-13/+0
* | arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland2021-08-022-16/+1
|/
* kasan: add memzero init for unaligned size at DEBUGYee Lee2021-07-151-0/+12
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-2913-121/+141
|\
| * kasan: add memory corruption identification support for hardware tag-based modeKuan-Ying Lee2021-06-291-1/+1
| * kasan: integrate the common part of two KASAN tag-based modesKuan-Ying Lee2021-06-297-113/+112
| * kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFYKuan-Ying Lee2021-06-293-5/+5
| * kasan: use MAX_PTRS_PER_* for early shadow tablesDaniel Axtens2021-06-291-3/+3
| * kasan: allow architectures to provide an outline readiness checkDaniel Axtens2021-06-294-0/+18
| * kasan: use dump_stack_lvl(KERN_ERR) to print stacksAlexander Potapenko2021-06-291-3/+3
| * mm/slub, kunit: add a KUnit test for SLUB debugging functionalityOliver Glitta2021-06-291-0/+3
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-06-283-2/+41
|\ \ | |/ |/|
| * Merge branch 'for-next/mte' into for-next/coreWill Deacon2021-06-242-2/+34
| |\
| | * kasan: disable freed user page poisoning with HW tagsPeter Collingbourne2021-06-041-0/+3
| | * arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne2021-06-041-1/+8
| | * kasan: use separate (un)poison implementation for integrated initPeter Collingbourne2021-06-042-2/+24
| * | kasan: arm64: support specialized outlined tag mismatch checksPeter Collingbourne2021-05-261-0/+7
| |/
* / mm/kasan/init.c: fix doc warningYu Kuai2021-06-051-2/+2
|/
* mm: fix typos in commentsIngo Molnar2021-05-073-8/+8
* kasan: record task_work_add() call stackWalter Wu2021-04-301-1/+1
* kasan, mm: integrate slab init_on_free with HW_TAGSAndrey Konovalov2021-04-301-6/+7
* kasan, mm: integrate slab init_on_alloc with HW_TAGSAndrey Konovalov2021-04-301-2/+2
* kasan, mm: integrate page_alloc init with HW_TAGSAndrey Konovalov2021-04-301-4/+4
* kasan: init memory in kasan_(un)poison for HW_TAGSAndrey Konovalov2021-04-305-32/+34
* arm64: kasan: allow to init memory when setting tagsAndrey Konovalov2021-04-301-4/+5
* kasan: fix kasan_byte_accessible() to be consistent with actual checksPeter Collingbourne2021-04-302-5/+8
* mm/kasan: switch from strlcpy to strscpyZhiyuan Dai2021-04-301-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-04-263-11/+117
|\