linux/arch/i386/mm
Anil S Keshavamurthy b71b5b6528 [PATCH] Notify page fault call chain for i386
Overloading of page fault notification with the notify_die() has performance
issues(since the only interested components for page fault is kprobes and/or
kdb) and hence this patch introduces the new notifier call chain exclusively
for page fault notifications their by avoiding notifying unnecessary
components in the do_page_fault() code path.

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-06-26 09:58:22 -07:00
..
Makefile
boot_ioremap.c
discontig.c [PATCH] unify PFN_* macros 2006-03-27 08:44:48 -08:00
extable.c
fault.c [PATCH] Notify page fault call chain for i386 2006-06-26 09:58:22 -07:00
highmem.c
hugetlbpage.c
init.c [PATCH] don't use flush_tlb_all in suspend time 2006-06-23 07:43:00 -07:00
ioremap.c
mmap.c
pageattr.c [PATCH] list: use list_replace_init() instead of list_splice_init() 2006-06-23 07:43:07 -07:00
pgtable.c [PATCH] for_each_online_pgdat: renaming for_each_pgdat 2006-03-27 08:44:48 -08:00