index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
probes
/
kprobes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-03
vmalloc: fix the owner argument for the new __vmalloc_node_range callers
Christoph Hellwig
1
-1
/
+1
2020-06-26
arm64: use PAGE_KERNEL_ROX directly in alloc_insn_page
Christoph Hellwig
1
-9
/
+3
2019-10-28
arm64: remove __exception annotations
James Morse
1
-4
/
+0
2019-08-02
arm64: kprobes: Recover pstate.D in single-step exception handler
Masami Hiramatsu
1
-34
/
+6
2019-06-24
arm64/kprobes: set VM_FLUSH_RESET_PERMS on kprobe instruction pages
Ard Biesheuvel
1
-1
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
1
-10
/
+1
2019-04-09
arm64: probes: Move magic BRK values into brk-imm.h
Will Deacon
1
-1
/
+1
2019-04-09
arm64: debug: Remove redundant user_mode(regs) checks from debug handlers
Will Deacon
1
-6
/
+0
2019-04-09
arm64: kprobes: Avoid calling kprobes debug handlers explicitly
Will Deacon
1
-2
/
+14
2019-03-19
arm64: kprobes: Use arch_populate_kprobe_blacklist()
Masami Hiramatsu
1
-19
/
+30
2019-03-19
arm64: kprobes: Move exception_text check in blacklist
Masami Hiramatsu
1
-4
/
+2
2019-03-19
arm64: kprobes: Remove unneeded RODATA check
Masami Hiramatsu
1
-6
/
+0
2019-03-19
arm64: kprobes: Move extable address check into arch_prepare_kprobe()
Masami Hiramatsu
1
-2
/
+5
2019-03-10
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+6
2019-03-01
arm64: debug: Ensure debug handlers check triggering exception level
Will Deacon
1
-0
/
+6
2019-02-01
arm64: kprobe: Always blacklist the KVM world-switch code
James Morse
1
-3
/
+3
2018-11-02
arm64: kprobe: make page to RO mode when allocate it
Anders Roxell
1
-7
/
+20
2018-10-01
arm64/kprobes: remove an extra semicolon in arch_prepare_kprobe
zhong jiang
1
-1
/
+1
2018-06-21
kprobes/arm64: Fix %p uses in error messages
Masami Hiramatsu
1
-1
/
+1
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
1
-5
/
+5
2018-06-21
arm64/kprobes: Don't call the ->break_handler() in arm64 kprobes code
Masami Hiramatsu
1
-8
/
+0
2018-06-21
arm64/kprobes: Remove jprobe implementation
Masami Hiramatsu
1
-68
/
+0
2017-05-30
arm64: Call __show_regs directly
Kefeng Wang
1
-2
/
+2
2017-03-10
arm64: kprobes: remove kprobe_exceptions_notify
Naveen N. Rao
1
-6
/
+0
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-07
arm64: kprobe: protect/rename few definitions to be reused by uprobe
Pratyush Anand
1
-18
/
+18
2016-09-20
arm64: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+1
2016-08-25
arm64: Create sections.h
James Morse
1
-4
/
+1
2016-08-25
arm64: kprobe: Always clear pstate.D in breakpoint exception handler
Pratyush Anand
1
-16
/
+13
2016-08-11
arm64: Remove stack duplicating code from jprobes
David A. Long
1
-26
/
+5
2016-07-21
arm64: kprobes: Add KASAN instrumentation around stack accesses
Catalin Marinas
1
-0
/
+5
2016-07-21
arm64: kprobes: Cleanup jprobe_return
Marc Zyngier
1
-12
/
+10
2016-07-20
arm64: kprobes: Fix overflow when saving stack
Marc Zyngier
1
-8
/
+14
2016-07-19
arm64: kprobes: WARN if attempting to step with PSTATE.D=1
Will Deacon
1
-0
/
+2
2016-07-19
arm64: Add kernel return probes support (kretprobes)
Sandeepa Prabhu
1
-1
/
+89
2016-07-19
arm64: Add trampoline code for kretprobes
William Cohen
1
-0
/
+5
2016-07-19
arm64: kprobes instruction simulation support
Sandeepa Prabhu
1
-11
/
+42
2016-07-19
arm64: Treat all entry code as non-kprobe-able
Pratyush Anand
1
-0
/
+26
2016-07-19
arm64: Kprobes with single stepping support
Sandeepa Prabhu
1
-0
/
+525