index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
probes
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: Treat ESR_ELx as a 64-bit register
Alexandru Elisei
2022-04-29
2
-4
/
+4
*
arm64: kprobes: Make a frame pointer on __kretprobe_trampoline
Masami Hiramatsu
2021-10-22
1
-0
/
+4
*
arm64: kprobes: Record frame pointer with kretprobe instance
Masami Hiramatsu
2021-10-22
1
-2
/
+2
*
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
2021-09-30
2
-3
/
+3
*
kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
Masami Hiramatsu
2021-09-30
1
-2
/
+1
*
kprobes: treewide: Cleanup the error messages for kprobes
Masami Hiramatsu
2021-09-30
1
-1
/
+4
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-06-28
3
-9
/
+12
|
\
|
*
Merge branch 'for-next/insn' into for-next/core
Will Deacon
2021-06-24
2
-8
/
+11
|
|
\
|
|
*
arm64: insn: decouple patching from insn code
Mark Rutland
2021-06-11
1
-8
/
+10
|
|
*
arm64: Move aarch32 condition check functions
Julien Thierry
2021-05-27
1
-0
/
+1
|
*
|
arm64: sync_icache_aliases to take end parameter instead of size
Fuad Tabba
2021-05-25
1
-1
/
+1
|
|
/
*
|
kprobes: Do not increment probe miss count in the fault handler
Naveen N. Rao
2021-06-03
1
-7
/
+0
*
|
kprobes: Remove kprobe::fault_handler
Peter Zijlstra
2021-06-01
1
-10
/
+0
|
/
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-04-26
1
-2
/
+1
|
\
|
*
arm64/kernel/probes: Use BUG_ON instead of if condition followed by BUG.
zhouchuangao
2021-04-13
1
-2
/
+1
*
|
arm64: kprobes: Restore local irqflag if kprobes is cancelled
Jisheng Zhang
2021-04-13
1
-2
/
+4
|
/
*
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2021-02-26
1
-1
/
+1
|
\
|
*
arm64: uprobe: Return EOPNOTSUPP for AARCH32 instruction probing
He Zhe
2021-02-23
1
-1
/
+1
*
|
arm64: kprobes: Fix Uexpected kernel BRK exception at EL1
Qais Yousef
2021-01-22
1
-2
/
+2
|
/
*
arm64: rename S_FRAME_SIZE to PT_REGS_SIZE
Jianlin Lv
2021-01-13
1
-3
/
+3
*
arm64: kprobes: Remove redundant kprobe_step_ctx
Masami Hiramatsu
2020-11-10
1
-41
/
+12
*
arm64: kprobes: Use BRK instead of single-step when executing instructions ou...
Jean-Philippe Brucker
2020-11-03
1
-46
/
+23
*
Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-10-12
1
-75
/
+3
|
\
|
*
arm64: kprobes: Use generic kretprobe trampoline handler
Masami Hiramatsu
2020-09-08
1
-75
/
+3
*
|
arm64: kprobe: clarify the comment of steppable hint instructions
Amit Daniel Kachhap
2020-09-14
1
-2
/
+4
*
|
arm64: kprobe: add checks for ARMv8.3-PAuth combined instructions
Amit Daniel Kachhap
2020-09-14
1
-1
/
+2
|
/
*
vmalloc: fix the owner argument for the new __vmalloc_node_range callers
Christoph Hellwig
2020-07-03
1
-1
/
+1
*
arm64: use PAGE_KERNEL_ROX directly in alloc_insn_page
Christoph Hellwig
2020-06-26
1
-9
/
+3
*
-
.
Merge branches 'for-next/asm' and 'for-next/insn' into for-next/bti
Will Deacon
2020-05-05
2
-3
/
+3
|
\
\
|
|
*
arm64: insn: Provide a better name for aarch64_insn_is_nop()
Mark Brown
2020-05-04
1
-1
/
+1
|
|
/
|
/
|
|
*
arm64: kernel: Convert to modern annotations for assembly functions
Mark Brown
2020-05-04
1
-2
/
+2
|
/
*
arm64: remove __exception annotations
James Morse
2019-10-28
1
-4
/
+0
*
arm64: kprobes: Recover pstate.D in single-step exception handler
Masami Hiramatsu
2019-08-02
1
-34
/
+6
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-07-08
1
-1
/
+3
|
\
|
*
arm64/kprobes: set VM_FLUSH_RESET_PERMS on kprobe instruction pages
Ard Biesheuvel
2019-06-24
1
-1
/
+3
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
5
-46
/
+5
*
arm64: probes: Move magic BRK values into brk-imm.h
Will Deacon
2019-04-09
2
-2
/
+2
*
arm64: debug: Remove redundant user_mode(regs) checks from debug handlers
Will Deacon
2019-04-09
2
-14
/
+4
*
arm64: kprobes: Avoid calling kprobes debug handlers explicitly
Will Deacon
2019-04-09
1
-2
/
+14
*
arm64: debug: Separate debug hooks based on target exception level
Will Deacon
2019-04-09
1
-4
/
+3
*
arm64: kprobes: Use arch_populate_kprobe_blacklist()
Masami Hiramatsu
2019-03-19
1
-19
/
+30
*
arm64: kprobes: Move exception_text check in blacklist
Masami Hiramatsu
2019-03-19
1
-4
/
+2
*
arm64: kprobes: Remove unneeded RODATA check
Masami Hiramatsu
2019-03-19
1
-6
/
+0
*
arm64: kprobes: Move extable address check into arch_prepare_kprobe()
Masami Hiramatsu
2019-03-19
1
-2
/
+5
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-03-10
1
-0
/
+6
|
\
|
*
arm64: debug: Ensure debug handlers check triggering exception level
Will Deacon
2019-03-01
1
-0
/
+6
*
|
arm64: kprobe: Always blacklist the KVM world-switch code
James Morse
2019-02-01
1
-3
/
+3
|
/
*
arm64: kprobe: make page to RO mode when allocate it
Anders Roxell
2018-11-02
1
-7
/
+20
*
arm64/kprobes: remove an extra semicolon in arch_prepare_kprobe
zhong jiang
2018-10-01
1
-1
/
+1
[next]