aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-19mm: fault feedback #2Nick Piggin1-12/+11
2007-06-07enable interrupts in user path of page fault.Steven Rostedt1-0/+5
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08move die notifier handling to common codeChristoph Hellwig1-1/+2
2007-05-02[PATCH] i386: PARAVIRT: Allow paravirt backend to choose kernel PMD sharingJeremy Fitzhardinge1-2/+3
2007-05-02[PATCH] i386: adjustments to page table dump during oops (v4)Jan Beulich1-20/+35
2007-02-13[PATCH] x86: simplify notify_page_fault()Jan Beulich1-10/+8
2007-02-11[PATCH] Consolidate bust_spinlocks()Kirill Korotaev1-26/+0
2006-12-07[PATCH] i386: Use probe_kernel_address instead of __get_user in fault pathsAndi Kleen1-6/+6
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-29[PATCH] make PROT_WRITE imply PROT_READJason Baron1-1/+1
2006-09-26[PATCH] i386: Allow a kernel not to be in ring 0Rusty Russell1-7/+4
2006-09-26[PATCH] i386: make fault notifier unconditional and export itAndi Kleen1-10/+4
2006-06-30typo fixes: occuring -> occurringAdrian Bunk1-1/+1
2006-06-26[PATCH] Notify page fault call chain for i386Anil S Keshavamurthy1-2/+36
2006-06-23[PATCH] i386: fix get_segment_eip() with vm86 segmentsChuck Ebbert1-4/+7
2006-06-23[PATCH] i386: let usermode execute the "enter" instructionChuck Ebbert1-5/+5
2006-03-23[PATCH] pause_on_oops command line optionAndrew Morton1-16/+23
2006-03-23[PATCH] make bug messages more consistentIngo Molnar1-2/+2
2006-03-23[PATCH] i386: actively synchronize vmalloc area when registering certain callbacksJan Beulich1-57/+116
2005-10-30[PATCH] x86: add an accessor function for getting the per-CPU gdtZachary Amsden1-1/+1
2005-09-07[PATCH] kprobes: prevent possible race conditions i386 changesPrasanna S Panchamukhi1-1/+3
2005-09-05[PATCH] i386: inline asm cleanupZachary Amsden1-3/+3
2005-09-05[PATCH] x86: compress the stack layout of do_page_fault()Ingo Molnar1-14/+17
2005-06-25[PATCH] arch/i386/mm/fault.c: fix sparse warningsDomen Puncer1-2/+2
2005-06-25[PATCH] kdump: Save trap information for later analysisAlexander Nyberg1-0/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+552