aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm/fault_64.c
AgeCommit message (Expand)Author
2008-01-30x86: unify fault_32|64.cHarvey Harrison
2008-01-30x86: unify fault_32|64.c with ifdefsHarvey Harrison
2008-01-30x86: unify fault_32|64.c by ifdef'd function bodiesHarvey Harrison
2008-01-30x86: unify page fault oops printingHarvey Harrison
2008-01-30x86: introduce show_fault_oops helper to fault_32|64.cHarvey Harrison
2008-01-30x86: add is_errata100 helper to fault_32|64.cHarvey Harrison
2008-01-30x86: add is_f00f_bug helper to fault_32|64.cHarvey Harrison
2008-01-30x86: update reliability argument to printk_addressHarvey Harrison
2008-01-30x86: use v8086_mode helper, trivial unificationHarvey Harrison
2008-01-30x86: print which shared library/executable faulted in segfault etc. messages v3Andi Kleen
2008-01-30x86: unify printk strings in fault_32|64.cHarvey Harrison
2008-01-30x86: function ifdefs in fault_32|64.cHarvey Harrison
2008-01-30x86: last of trivial fault_32|64.c unificationHarvey Harrison
2008-01-30x86: do_page_fault small unificationHarvey Harrison
2008-01-30x86: remove last user of get_segment_eipHarvey Harrison
2008-01-30x86: common x86_32|64 namingHarvey Harrison
2008-01-30x86: add the capability to print fuzzy backtracesArjan van de Ven
2008-01-30x86: move get_segment_eip() to step.cHarvey Harrison
2008-01-30x86: more users of PF_ constants in fault_32|64.cHarvey Harrison
2008-01-30x86: clean up arch/x86/mm/fault_64.cIngo Molnar
2008-01-30x86: introduce force_sig_info_fault helper to X86_64Harvey Harrison
2008-01-30x86: begin fault_{32|64}.c unificationHarvey Harrison
2008-01-30x86: cosmetic fixes fault_{32|64}.cHarvey Harrison
2008-01-30x86: use helper in fault_64.cHarvey Harrison
2008-01-30x86-64: honor notify_die() returning NOTIFY_STOPJan Beulich
2008-01-30x86: prepare kprobes code for x86 unificationMasami Hiramatsu
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin
2007-10-25lockdep: fixup irq tracingPeter Zijlstra
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2007-10-20spelling fixes: arch/x86_64/Simon Arlott
2007-10-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn
2007-10-19x86: honor _PAGE_PSE bit on page walksJan Beulich
2007-10-19x86: don't zero pad addresses in segfault messageAndi Kleen
2007-10-19x86: remove page_fault_traceAndi Kleen
2007-10-16x86: optimize page faults like all other achitectures and kill notifier cruftChristoph Hellwig
2007-10-11x86_64: move mmThomas Gleixner