Age | Commit message (Expand) | Author | Files | Lines |
2020-11-23 | arm64: expose FAR_EL1 tag bits in siginfo | Peter Collingbourne | 1 | -3/+2 |
2020-09-18 | arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMM | Will Deacon | 1 | -1/+1 |
2020-07-16 | arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEP | Will Deacon | 1 | -2/+2 |
2020-07-16 | arm64: ptrace: Override SPSR.SS when single-stepping is enabled | Will Deacon | 1 | -4/+16 |
2020-06-04 | arm64: debug: mark a function as __init to save some memory | Christophe JAILLET | 1 | -1/+1 |
2020-05-18 | arm64: Call debug_traps_init() from trap_init() to help early kgdb | Douglas Anderson | 1 | -3/+1 |
2019-08-01 | arm64: Remove unneeded rcu_read_lock from debug handlers | Masami Hiramatsu | 1 | -6/+8 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 1 | -12/+1 |
2019-04-09 | arm64: Clear OSDLR_EL1 on CPU boot | Jean-Philippe Brucker | 1 | -0/+1 |
2019-04-09 | arm64: debug: Clean up brk_handler() | Will Deacon | 1 | -6/+4 |
2019-04-09 | arm64: probes: Move magic BRK values into brk-imm.h | Will Deacon | 1 | -1/+1 |
2019-04-09 | arm64: kprobes: Avoid calling kprobes debug handlers explicitly | Will Deacon | 1 | -10/+0 |
2019-04-09 | arm64: debug: Separate debug hooks based on target exception level | Will Deacon | 1 | -25/+60 |
2019-04-09 | arm64: debug: Remove meaningless comment | Will Deacon | 1 | -5/+0 |
2019-04-09 | arm64: debug: Rename addr parameter for non-watchpoint exception hooks | Will Deacon | 1 | -2/+2 |
2018-09-27 | signal/arm64: Add and use arm64_force_sig_fault where appropriate | Eric W. Biederman | 1 | -8/+3 |
2018-09-27 | signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_info | Eric W. Biederman | 1 | -1/+1 |
2018-03-06 | arm64: Use arm64_force_sig_info instead of force_sig_info | Will Deacon | 1 | -1/+2 |
2018-01-23 | signal: Don't use structure initializers for struct siginfo | Eric W. Biederman | 1 | -6/+7 |
2017-11-02 | arm64: introduce an order for exceptions | James Morse | 1 | -2/+3 |
2017-06-29 | arm64: fix endianness annotation for debug-monitors.c | Luc Van Oostenryck | 1 | -6/+8 |
2017-04-04 | arm64: cpufeature: Make ID reg accessor naming less counterintuitive | Dave Martin | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2016-12-25 | cpu/hotplug: Cleanup state names | Thomas Gleixner | 1 | -1/+1 |
2016-11-07 | arm64: Handle TRAP_BRKPT for user mode as well | Pratyush Anand | 1 | -7/+11 |
2016-11-07 | arm64: Handle TRAP_TRACE for user mode as well | Pratyush Anand | 1 | -10/+12 |
2016-09-09 | arm64: simplify sysreg manipulation | Mark Rutland | 1 | -5/+3 |
2016-09-02 | arm64: debug: report TRAP_TRACE instead of TRAP_HWBRPT for singlestep | Will Deacon | 1 | -2/+2 |
2016-09-01 | arm64: debug: convert OS lock CPU hotplug notifier to new infrastructure | Will Deacon | 1 | -24/+6 |
2016-08-31 | arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP | Will Deacon | 1 | -2/+4 |
2016-07-21 | Merge branch 'for-next/kprobes' into for-next/core | Catalin Marinas | 1 | -2/+31 |
2016-07-19 | arm64: debug: remove redundant spsr manipulation | Will Deacon | 1 | -11/+2 |
2016-07-19 | arm64: debug: unmask PSTATE.D earlier | Will Deacon | 1 | -1/+0 |
2016-07-19 | arm64: Blacklist non-kprobe-able symbol | Pratyush Anand | 1 | -0/+17 |
2016-07-19 | arm64: Kprobes with single stepping support | Sandeepa Prabhu | 1 | -2/+14 |
2016-04-14 | arm64/debug: Remove superfluous SMP function call | Anna-Maria Gleixner | 1 | -2/+1 |
2016-03-18 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -11/+12 |
2016-02-25 | arm64: Rename cpuid_feature field extract routines | Suzuki K Poulose | 1 | -1/+1 |
2016-02-16 | arm64: replace read_lock to rcu lock in call_step_hook | Yang Shi | 1 | -10/+11 |
2016-02-10 | arm64: debug: re-enable irqs before sending breakpoint SIGTRAP | Will Deacon | 1 | -26/+22 |
2015-11-05 | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2015-11-05 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -2/+4 |
2015-10-21 | arm64/debug: Make use of the system wide safe value | Suzuki K. Poulose | 1 | -2/+4 |
2015-10-16 | arm64: debug: Fix typo in debug-monitors.c | Yang Shi | 1 | -1/+1 |
2015-10-06 | arm64: replace read_lock to rcu lock in call_break_hook | Yang Shi | 1 | -10/+11 |
2015-10-05 | arm64: debug: Fix typo in debug-monitors.c | Yang Shi | 1 | -1/+1 |
2015-10-04 | debugfs: Pass bool pointer to debugfs_create_bool() | Viresh Kumar | 1 | -2/+2 |
2015-09-17 | arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiers | Will Deacon | 1 | -1/+1 |
2015-07-27 | arm64: debug: rename enum debug_el to avoid symbol collision | Will Deacon | 1 | -2/+2 |
2014-08-05 | Merge tag 'kvm-arm-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Bonzini | 1 | -9/+0 |