index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
probes
/
kprobes
/
test-core.c
Age
Commit message (
Expand
)
Author
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2023-06-19
ARM: 9303/1: kprobes: avoid missing-declaration warnings
Arnd Bergmann
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-06-21
kprobes/arm: Fix %p uses in error messages
Masami Hiramatsu
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2017-11-07
arm/kprobes: Remove jprobe test case
Masami Hiramatsu
2017-11-07
arm/kprobes: Fix kretprobe test to check correct counter
Masami Hiramatsu
2017-03-21
arm: kprobes: Align stack to 8-bytes in test code
Jon Medhurst
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2015-01-20
ARM: kprobes: Eliminate test code's use of BX instruction on ARMv4 CPUs
Jon Medhurst
2015-01-13
ARM: kprobes: Fix unreliable MRS instruction tests
Jon Medhurst (Tixy)
2015-01-13
ARM: kprobes: Add test cases for stack consuming instructions
Jon Medhurst (Tixy)
2015-01-09
ARM: probes: move all probe code to dedicate directory
Wang Nan