aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault_64.c
Commit message (Expand)AuthorAgeFilesLines
* x86: unify fault_32|64.cHarvey Harrison2008-01-301-952/+0
* x86: unify fault_32|64.c with ifdefsHarvey Harrison2008-01-301-11/+82
* x86: unify fault_32|64.c by ifdef'd function bodiesHarvey Harrison2008-01-301-1/+147
* x86: unify page fault oops printingHarvey Harrison2008-01-301-3/+6
* x86: introduce show_fault_oops helper to fault_32|64.cHarvey Harrison2008-01-301-7/+14
* x86: add is_errata100 helper to fault_32|64.cHarvey Harrison2008-01-301-8/+17
* x86: add is_f00f_bug helper to fault_32|64.cHarvey Harrison2008-01-301-0/+24
* x86: update reliability argument to printk_addressHarvey Harrison2008-01-301-1/+1
* x86: use v8086_mode helper, trivial unificationHarvey Harrison2008-01-301-0/+11
* x86: print which shared library/executable faulted in segfault etc. messages v3Andi Kleen2008-01-301-1/+3
* x86: unify printk strings in fault_32|64.cHarvey Harrison2008-01-301-1/+1
* x86: function ifdefs in fault_32|64.cHarvey Harrison2008-01-301-3/+27
* x86: last of trivial fault_32|64.c unificationHarvey Harrison2008-01-301-10/+19
* x86: do_page_fault small unificationHarvey Harrison2008-01-301-5/+2
* x86: remove last user of get_segment_eipHarvey Harrison2008-01-301-13/+2
* x86: common x86_32|64 namingHarvey Harrison2008-01-301-1/+1
* x86: add the capability to print fuzzy backtracesArjan van de Ven2008-01-301-1/+1
* x86: move get_segment_eip() to step.cHarvey Harrison2008-01-301-77/+0
* x86: more users of PF_ constants in fault_32|64.cHarvey Harrison2008-01-301-1/+1
* x86: clean up arch/x86/mm/fault_64.cIngo Molnar2008-01-301-3/+3
* x86: introduce force_sig_info_fault helper to X86_64Harvey Harrison2008-01-301-13/+18
* x86: begin fault_{32|64}.c unificationHarvey Harrison2008-01-301-7/+117
* x86: cosmetic fixes fault_{32|64}.cHarvey Harrison2008-01-301-74/+77
* x86: use helper in fault_64.cHarvey Harrison2008-01-301-4/+1
* x86-64: honor notify_die() returning NOTIFY_STOPJan Beulich2008-01-301-6/+6
* x86: prepare kprobes code for x86 unificationMasami Hiramatsu2008-01-301-1/+0
* x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin2008-01-301-11/+11
* lockdep: fixup irq tracingPeter Zijlstra2007-10-251-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-10-191-2/+2
|\
| * spelling fixes: arch/x86_64/Simon Arlott2007-10-201-2/+2
* | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds2007-10-191-14/+2
|\ \ | |/ |/|
| * x86: honor _PAGE_PSE bit on page walksJan Beulich2007-10-191-1/+1
| * x86: don't zero pad addresses in segfault messageAndi Kleen2007-10-191-1/+1
| * x86: remove page_fault_traceAndi Kleen2007-10-191-12/+0
* | pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
|/
* x86: optimize page faults like all other achitectures and kill notifier cruftChristoph Hellwig2007-10-161-25/+19
* x86_64: move mmThomas Gleixner2007-10-111-0/+636