index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
hw_breakpoint.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/watchpoint: Don't allow concurrent perf and ptrace events
Ravi Bangoria
2020-05-18
1
-0
/
+221
*
powerpc/watchpoint: Prepare handler to handle more than one watchpoint
Ravi Bangoria
2020-05-18
1
-88
/
+307
*
powerpc/watchpoint: Use builtin ALIGN*() macros
Ravi Bangoria
2020-05-18
1
-6
/
+6
*
powerpc/watchpoint: Introduce is_ptrace_bp() function
Ravi Bangoria
2020-05-18
1
-1
/
+6
*
powerpc/watchpoint: Use loop for thread_struct->ptrace_bps
Ravi Bangoria
2020-05-18
1
-2
/
+5
*
powerpc/watchpoint: Provide DAWR number to __set_breakpoint
Ravi Bangoria
2020-05-18
1
-4
/
+4
*
powerpc/watchpoint: Introduce function to get nr watchpoints dynamically
Ravi Bangoria
2020-05-18
1
-1
/
+1
*
powerpc: Define and use get_user_instr() et. al.
Jordan Niethe
2020-05-18
1
-1
/
+1
*
powerpc: Use a datatype for instructions
Jordan Niethe
2020-05-18
1
-2
/
+2
*
powerpc: Use a macro for creating instructions from u32s
Jordan Niethe
2020-05-18
1
-1
/
+2
*
powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.c
Christophe Leroy
2020-04-01
1
-0
/
+16
*
powerpc/watchpoint: Don't call dar_within_range() for Book3S
Ravi Bangoria
2020-02-24
1
-5
/
+7
*
powerpc/hw_breakpoints: Rewrite 8xx breakpoints to allow any address range size.
Christophe Leroy
2020-01-23
1
-7
/
+8
*
powerpc/watchpoint: Don't ignore extraneous exceptions blindly
Ravi Bangoria
2019-11-13
1
-21
/
+31
*
powerpc/watchpoint: Fix length calculation for unaligned target
Ravi Bangoria
2019-11-13
1
-20
/
+47
*
powerpc/watchpoint: Introduce macros for watchpoint length
Ravi Bangoria
2019-11-13
1
-2
/
+2
*
powerpc/watchpoint: Disable watchpoint hit by larx/stcx instructions
Ravi Bangoria
2019-09-12
1
-16
/
+33
*
powerpc/hw_breakpoint: move instruction stepping out of hw_breakpoint_handler()
Christophe Leroy
2019-08-20
1
-27
/
+33
*
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-14
1
-56
/
+0
|
\
|
*
powerpc: Fix compile issue with force DAWR
Michael Neuling
2019-07-03
1
-61
/
+0
|
*
powerpc: silence a -Wcast-function-type warning in dawr_write_file_bool
Mathieu Malaterre
2019-07-03
1
-1
/
+6
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-15
/
+1
|
/
*
powerpc: Add force enable of DAWR on P9 option
Michael Neuling
2019-04-20
1
-1
/
+61
*
perf/arch/powerpc: Implement hw_breakpoint_arch_parse()
Frederic Weisbecker
2018-06-26
1
-20
/
+21
*
perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...
Frederic Weisbecker
2018-06-26
1
-4
/
+2
*
powerpc/ptrace: Fix enforcement of DAWR constraints
Michael Neuling
2018-05-21
1
-2
/
+2
*
powerpc: Update ptrace to use ppc_breakpoint_available()
Michael Neuling
2018-03-27
1
-0
/
+3
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...
Michael Ellerman
2017-02-18
1
-1
/
+5
|
\
|
*
powerpc/8xx: Implement hw_breakpoint
Christophe Leroy
2017-01-25
1
-1
/
+5
*
|
powerpc/xmon: Fix data-breakpoint
Ravi Bangoria
2017-02-15
1
-1
/
+3
|
/
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
perf/powerpc: Don't call perf_event_disable() from atomic context
Jiri Olsa
2016-10-28
1
-1
/
+1
*
powerpc: Use kprobe blacklist for exception handlers
Nicholas Piggin
2016-09-19
1
-3
/
+6
*
powerpc/hw_breakpoint: Fix oops when destroying hw_breakpoint event
Ravi Bangoria
2016-03-03
1
-1
/
+2
*
powerpc: Replace __get_cpu_var uses
Christoph Lameter
2014-11-03
1
-3
/
+3
*
powerpc: Make a bunch of things static
Anton Blanchard
2014-09-25
1
-1
/
+1
*
powerpc: Fix smp_processor_id() in preemptible splat in set_breakpoint
Paul Gortmaker
2014-05-20
1
-4
/
+4
*
powerpc: Delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-15
1
-1
/
+0
*
powerpc/hw_brk: Fix off by one error when validating DAWR region end
Michael Neuling
2013-07-02
1
-1
/
+1
*
powerpc/hw_brk: Fix clearing of extraneous IRQ
Michael Neuling
2013-06-25
1
-0
/
+1
*
powerpc: Change hardware breakpoint to allow longer ranges
Michael Neuling
2013-01-29
1
-2
/
+10
*
powerpc: Rename set_break to avoid naming conflict
Michael Neuling
2013-01-15
1
-4
/
+4
*
powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers
Michael Neuling
2013-01-10
1
-42
/
+30
*
powerpc: Dynamically calculate the dabrx based on kernel/user/hypervisor
Michael Neuling
2012-09-10
1
-4
/
+11
*
powerpc: Rework set_dabr so it can take a DABRX value as well
Michael Neuling
2012-09-10
1
-6
/
+6
*
powerpc: Use consistent name info for arch_hw_breakpoint
Michael Neuling
2012-09-07
1
-4
/
+4
*
powerpc: Fix null pointer deref in perf hardware breakpoints
Michael Neuling
2012-08-24
1
-1
/
+1
*
powerpc/hw_breakpoints: Fix incorrect pointer access
Naveen N. Rao
2012-07-11
1
-1
/
+1
*
powerpc: remove non-required uses of include <linux/module.h>
Paul Gortmaker
2011-11-01
1
-1
/
+0
*
powerpc, hw_breakpoint: Tell generic code we have no instruction breakpoints
Paul Mackerras
2010-06-30
1
-0
/
+10
[next]