linux_dsm_epyc7002/arch/x86
Srinivasa Ds da654b74bd signals: demultiplexing SIGTRAP signal
Currently a SIGTRAP can denote any one of below reasons.
	- Breakpoint hit
	- H/W debug register hit
	- Single step
	- Signal sent through kill() or rasie()

Architectures like powerpc/parisc provides infrastructure to demultiplex
SIGTRAP signal by passing down the information for receiving SIGTRAP through
si_code of siginfot_t structure. Here is an attempt is generalise this
infrastructure by extending it to x86 and x86_64 archs.

Signed-off-by: Srinivasa DS <srinivasa@in.ibm.com>
Cc: Roland McGrath <roland@redhat.com>
Cc: akpm@linux-foundation.org
Cc: paulus@samba.org
Cc: linuxppc-dev@ozlabs.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-09-23 13:26:52 +02:00
..
boot Merge branch 'x86/cleanups' into x86/signal 2008-09-06 14:53:20 +02:00
configs x86: update defconfigs 2008-08-27 08:14:17 +02:00
crypto [CRYPTO] aes-x86-32: Remove unused return code 2008-04-21 10:19:21 +08:00
es7000 x86: mach_es7000 to es7000 2008-07-26 16:31:34 +02:00
ia32 x86: signal: remove unneeded err handling 2008-09-14 15:35:51 +02:00
kernel signals: demultiplexing SIGTRAP signal 2008-09-23 13:26:52 +02:00
kvm KVM: VMX: Always return old for clear_flush_young() when using EPT 2008-09-11 11:48:19 +03:00
lguest Merge commit 'v2.6.27-rc1' into x86/core 2008-07-30 19:33:48 +02:00
lib Merge branch 'x86/cleanups' into x86/signal 2008-09-06 14:53:20 +02:00
mach-default x86: mach-default/setup.c declare no_broadcast before they get used 2008-07-23 17:44:00 +05:30
mach-generic x86: mach-numaq to numaq 2008-07-26 16:31:35 +02:00
mach-rdc321x removed unused #include <linux/version.h>'s 2008-08-23 12:14:12 -07:00
mach-voyager Merge branch 'generic-ipi' into generic-ipi-for-linus 2008-07-15 21:55:59 +02:00
math-emu x86: coding style fixes to arch/x86/math-emu/reg_constant 2008-06-18 15:00:13 +02:00
mm Merge branch 'x86/signal' into core/signal 2008-09-23 13:26:27 +02:00
oprofile x86: fix oprofile + hibernation badness 2008-08-20 16:18:31 +02:00
pci Merge branch 'x86/cleanups' into x86/signal 2008-09-06 14:53:20 +02:00
power Merge branch 'x86/cleanups' into x86/signal 2008-09-06 14:53:20 +02:00
vdso Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus 2008-07-21 16:37:17 +02:00
video x86: video/fbdev.c: add MODULE_LICENSE 2008-05-04 20:04:46 +02:00
xen Merge branch 'x86/signal' into core/signal 2008-09-23 13:26:27 +02:00
Kconfig Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signal 2008-09-06 14:53:01 +02:00
Kconfig.cpu Merge branch 'x86/signal' into core/signal 2008-09-23 13:26:27 +02:00
Kconfig.debug x86: Fix help message for STRICT_DEVMEM config option 2008-07-21 13:04:08 -07:00
Makefile x86, RDC321x: add to mach-default 2008-07-26 13:51:46 +02:00
Makefile_32.cpu x86: move i386 and x86_64 Makefiles to arch/x86 2007-10-25 22:27:34 +02:00