index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kfence
/
kfence.h
Age
Commit message (
Expand
)
Author
2024-09-01
kfence: save freeing stack trace at calling time instead of freeing time
Tianchen Ding
2024-07-10
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
2024-04-25
mm: introduce slabobj_ext to support slab object extensions
Suren Baghdasaryan
2023-08-18
mm: kfence: allocate kfence_metadata at runtime
Peng Zhang
2023-05-17
mm: kfence: fix false positives on big endian
Michael Ellerman
2023-04-18
mm: kfence: improve the performance of __kfence_alloc() and __kfence_free()
Peng Zhang
2022-04-15
mm, kfence: support kmem_dump_obj() for KFENCE objects
Marco Elver
2022-04-01
mm: kfence: fix objcgs vector allocation
Muchun Song
2021-11-06
kfence: limit currently covered allocations when pool nearly full
Marco Elver
2021-09-08
kfence: show cpu and timestamp in alloc/free info
Marco Elver
2021-02-26
kfence: report sensitive information based on no_hash_pointers
Marco Elver
2021-02-26
kfence: add test suite
Marco Elver
2021-02-26
kfence: use pt_regs to generate stack trace on faults
Marco Elver
2021-02-26
mm: add Kernel Electric-Fence infrastructure
Alexander Potapenko