[PATCH 2/2] perf probe: Add PowerPC DWARF register number mappings
From: Ian Munsie <imunsie(a)au.ibm.com> This patch adds mappings from the register numbers from DWARF to the register names used in the PowerPC Regs and Stack Access API. This allows perf probe to be used to record variable contents on PowerPC. This patch depends on functionality in the powerpc/next tree, though ... 12 Apr 2010 03:45
(none)
These patches add the required mappings to use perf probe on PowerPC. Functionality wise it requires patch 359e4284a3f37aba7fd06d993863de2509d86f54 from the powerpc-next tree to provide the HAVE_REGS_AND_STACK_ACCESS_API required for CONFIG_KPROBE_EVENT. The code will still compile cleanly without it and will fai... 12 Apr 2010 03:45
firewire: cdev: change license of exported header files to MIT license
Stefan Richter wrote: Among else, this allows projects like libdc1394 to carry copies of the ABI related header files without them or distributors having to worry about effects on the project's overall license terms. Switch to MIT license as suggested by Kristian. Also update the year in the copyright ... 12 Apr 2010 03:45
[PATCH 10/23] Make register values available to M32R panic notifiers
The save_ptregs() function has not been tested or even built. I will need help to complete this. Signed-off-by: David VomLehn <dvomlehn(a)cisco.com> --- arch/m32r/include/asm/ptrace.h | 91 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 91 insertions(+), 0 deletions(-) diff --git a/arch/m32r/inclu... 12 Apr 2010 02:40
[PATCH 8/23] Make register values available to H8300 panic notifiers
The save_ptregs() function has not been tested or even built. I will need help to complete this. Signed-off-by: David VomLehn <dvomlehn(a)cisco.com> --- arch/h8300/include/asm/ptrace.h | 64 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 64 insertions(+), 0 deletions(-) diff --git a/arch/h8300/incl... 12 Apr 2010 02:40
[PATCH 20/23] Make register values available to Sparc panic notifiers
The save_ptregs() function has not been tested or even built. I will need help to complete this. Signed-off-by: David VomLehn <dvomlehn(a)cisco.com> --- arch/sparc/include/asm/ptrace.h | 161 +++++++++++++++++++++++++++++++++++++++ arch/sparc/kernel/traps_32.c | 3 +- arch/sparc/kernel/traps_64.c | 1... 12 Apr 2010 02:40
[PATCH 11/23] Make register values available to M68K panic notifiers
The save_ptregs() function has not been tested or even built. I will need help to complete this. This appeared to require a Makefile change in order to compile kernel/entry.S. The problem was that it was complaining about having an "invalid instruction for this architecture; needs 68000 or higher". Choosing a pro... 12 Apr 2010 02:40
[PATCH 12/23] Make register values available to Microblaze panic notifiers
The save_ptregs() function has not been tested or even built. I will need help to complete this. Signed-off-by: David VomLehn <dvomlehn(a)cisco.com> --- arch/microblaze/include/asm/ptrace.h | 109 ++++++++++++++++++++++++++++++++++ 1 files changed, 109 insertions(+), 0 deletions(-) diff --git a/arch/microblaz... 12 Apr 2010 02:40
[PATCH 14/23] Make register values available to MN10300 panic notifiers
The save_ptregs() function has not been tested or even built. I will need help to complete this. Signed-off-by: David VomLehn <dvomlehn(a)cisco.com> --- arch/mn10300/include/asm/ptrace.h | 92 +++++++++++++++++++++++++++++++++++++ arch/mn10300/kernel/traps.c | 2 +- 2 files changed, 93 insertions(+), ... 12 Apr 2010 02:40
[PATCH 4/23] Make register values available to AV32 panic notifiers
The save_ptregs() function has not been tested or even built. I will need help to complete this. Signed-off-by: David VomLehn <dvomlehn(a)cisco.com> --- arch/avr32/include/asm/ptrace.h | 68 +++++++++++++++++++++++++++++++++++++++ arch/avr32/kernel/traps.c | 4 +- 2 files changed, 70 insertions(+), 2 ... 12 Apr 2010 02:40