kernel-ark/arch/sparc64/kernel
Anil S Keshavamurthy 49a2a1b83b [PATCH] kprobes: changed from using spinlock to mutex
Since Kprobes runtime exception handlers is now lock free as this code path is
now using RCU to walk through the list, there is no need for the
register/unregister{_kprobe} to use spin_{lock/unlock}_isr{save/restore}.  The
serialization during registration/unregistration is now possible using just a
mutex.

In the above process, this patch also fixes a minor memory leak for x86_64 and
powerpc.

Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-10 08:01:40 -08:00
..
asm-offsets.c
auxio.c
binfmt_aout32.c [PATCH] dump_thread() cleanup 2006-01-10 08:01:25 -08:00
binfmt_elf32.c
central.c
chmc.c
cpu.c
devices.c
dtlb_backend.S
dtlb_base.S
dtlb_prot.S
ebus.c [PATCH] PCI: pci_find_device remove (sparc64/kernel/ebus.c) 2006-01-09 12:13:15 -08:00
entry.S [SPARC64]: Fix ptrace/strace 2006-01-09 14:35:50 -08:00
etrap.S
head.S
idprom.c
init_task.c
iommu_common.c
iommu_common.h
irq.c
isa.c
itlb_base.S
kprobes.c [PATCH] kprobes: changed from using spinlock to mutex 2006-01-10 08:01:40 -08:00
ktlb.S
Makefile [PATCH] sanitize building of fs/compat_ioctl.c 2006-01-10 08:01:33 -08:00
module.c
pci_common.c
pci_impl.h
pci_iommu.c
pci_psycho.c
pci_sabre.c
pci_schizo.c
pci.c
power.c [SPARC64]: Add needed pm_power_off symbol. 2006-01-09 14:12:50 -08:00
process.c
ptrace.c
rtrap.S
sbus.c
semaphore.c
setup.c
signal32.c
signal.c
smp.c
sparc64_ksyms.c [PATCH] dump_thread() cleanup 2006-01-10 08:01:25 -08:00
starfire.c
sunos_ioctl32.c
sys32.S
sys_sparc32.c [PATCH] common compat_sys_timer_create 2006-01-10 08:01:32 -08:00
sys_sparc.c
sys_sunos32.c
systbls.S [PATCH] common compat_sys_timer_create 2006-01-10 08:01:32 -08:00
time.c
trampoline.S
traps.c
ttable.S
una_asm.S
unaligned.c
us2e_cpufreq.c
us3_cpufreq.c
vmlinux.lds.S
winfixup.S