aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-30x86: unify fault_32|64.cHarvey Harrison1-949/+0
2008-01-30x86: unify fault_32|64.c with ifdefsHarvey Harrison1-5/+95
2008-01-30x86: unify fault_32|64.c by ifdef'd function bodiesHarvey Harrison1-0/+116
2008-01-30x86: unify page fault oops printingHarvey Harrison1-6/+6
2008-01-30x86: introduce show_fault_oops helper to fault_32|64.cHarvey Harrison1-24/+30
2008-01-30x86: add is_errata100 helper to fault_32|64.cHarvey Harrison1-0/+19
2008-01-30x86: add is_f00f_bug helper to fault_32|64.cHarvey Harrison1-17/+22
2008-01-30x86: return the page table level in lookup_address()Ingo Molnar1-1/+2
2008-01-30x86: clean up pte_execAndi Kleen1-1/+1
2008-01-30x86: add dump_pagetable helper to X86_32Harvey Harrison1-33/+39
2008-01-30x86: use v8086_mode helper, trivial unificationHarvey Harrison1-1/+3
2008-01-30x86: print which shared library/executable faulted in segfault etc. messages v3Andi Kleen1-1/+3
2008-01-30x86: unify printk strings in fault_32|64.cHarvey Harrison1-1/+1
2008-01-30x86: use shorter addresses in i386 segfault printksAndi Kleen1-1/+1
2008-01-30x86: function ifdefs in fault_32|64.cHarvey Harrison1-3/+56
2008-01-30x86: last of trivial fault_32|64.c unificationHarvey Harrison1-8/+12
2008-01-30x86: do_page_fault small unificationHarvey Harrison1-9/+7
2008-01-30x86: remove last user of get_segment_eipHarvey Harrison1-13/+2
2008-01-30x86: common x86_32|64 namingHarvey Harrison1-1/+1
2008-01-30x86: move get_segment_eip() to step.cHarvey Harrison1-77/+0
2008-01-30x86: more users of PF_ constants in fault_32|64.cHarvey Harrison1-3/+4
2008-01-30x86: introduce force_sig_info_fault helper to X86_64Harvey Harrison1-1/+1
2008-01-30x86: begin fault_{32|64}.c unificationHarvey Harrison1-18/+79
2008-01-30x86: fault_32.c cleanupHarvey Harrison1-2/+0
2008-01-30x86: cosmetic fixes fault_{32|64}.cHarvey Harrison1-65/+83
2008-01-30x86: prepare kprobes code for x86 unificationMasami Hiramatsu1-1/+0
2008-01-30x86: remove all definitions with fastcallHarvey Harrison1-3/+2
2008-01-30x86: modify get_desc_baseGlauber de Oliveira Costa1-1/+1
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-19/+19
2007-11-03Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdepLinus Torvalds1-0/+5
2007-10-25lockdep: fixup irq tracingPeter Zijlstra1-0/+5
2007-10-24x86: fix bogus KERN_ALERT on oopsAlexey Dobriyan1-1/+1
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-2/+2
2007-10-20spelling fixes: arch/i386/Simon Arlott1-2/+2
2007-10-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds1-1/+2
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-2/+2
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-19x86: honor _PAGE_PSE bit on page walksJan Beulich1-1/+2
2007-10-17x86: convert mm_context_t semaphore to a mutexLuiz Fernando N. Capitulino1-2/+2
2007-10-17i386: clean up oops/bug reportsPavel Emelyanov1-6/+7
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt1-1/+1
2007-10-16x86: optimize page faults like all other achitectures and kill notifier cruftChristoph Hellwig1-24/+19
2007-10-11i386: move mmThomas Gleixner1-0/+657