index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
kfence
Commit message (
Expand
)
Author
Age
Files
Lines
*
kfence: add function to mask address bits
Sven Schnelle
2021-07-30
1
-1
/
+12
*
kfence: skip all GFP_ZONEMASK allocations
Alexander Potapenko
2021-07-23
1
-0
/
+9
*
kfence: move the size check to the beginning of __kfence_alloc()
Alexander Potapenko
2021-07-23
1
-3
/
+7
*
kfence: defer kfence_test_init to ensure that kunit debugfs is created
Weizhao Ouyang
2021-07-23
1
-1
/
+1
*
kfence: unconditionally use unbound work queue
Marco Elver
2021-07-01
1
-2
/
+2
*
mm, slub: change run-time assertion in kmalloc_index() to compile-time
Hyeonggon Yoo
2021-06-29
1
-2
/
+3
*
kfence: use TASK_IDLE when awaiting allocation
Marco Elver
2021-06-05
1
-3
/
+3
*
mm: fix typos in comments
Ingo Molnar
2021-05-07
1
-1
/
+1
*
kfence: use power-efficient work queue to run delayed work
Marco Elver
2021-05-05
1
-2
/
+3
*
kfence: maximize allocation wait timeout duration
Marco Elver
2021-05-05
1
-1
/
+11
*
kfence: await for allocation using wait_event
Marco Elver
2021-05-05
1
-16
/
+29
*
kfence: zero guard page after out-of-bounds access
Marco Elver
2021-05-05
1
-0
/
+1
*
kfence: make compatible with kmemleak
Marco Elver
2021-03-25
1
-0
/
+9
*
kfence: fix reports if constant function prefixes exist
Marco Elver
2021-03-13
1
-6
/
+12
*
kfence: fix printk format for ptrdiff_t
Marco Elver
2021-03-13
1
-6
/
+6
*
kfence: use error_report_end tracepoint
Alexander Potapenko
2021-02-26
1
-0
/
+2
*
kfence: report sensitive information based on no_hash_pointers
Marco Elver
2021-02-26
4
-23
/
+14
*
kfence: add test suite
Marco Elver
2021-02-26
5
-15
/
+886
*
mm, kfence: insert KFENCE hooks for SLUB
Alexander Potapenko
2021-02-26
1
-0
/
+2
*
mm, kfence: insert KFENCE hooks for SLAB
Alexander Potapenko
2021-02-26
1
-0
/
+2
*
kfence: use pt_regs to generate stack trace on faults
Marco Elver
2021-02-26
3
-34
/
+43
*
mm: add Kernel Electric-Fence infrastructure
Alexander Potapenko
2021-02-26
4
-0
/
+1196