summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2-19/+70
2009-02-24Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Ingo Molnar12-702/+1467
2009-02-24x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo2-33/+55
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar2-11/+6
2009-02-22x86, mm: fault.c, simplify kmmio_fault(), cleanupIngo Molnar1-1/+2
2009-02-22x86: numa_32.c: fix sparse warning: Using plain integer as NULL pointerHannes Eder1-1/+1
2009-02-21x86, mm: fault.c, update copyrightsIngo Molnar1-0/+1
2009-02-21x86, mm: fault.c, give another attempt at prefetch handing before SIGBUSIngo Molnar1-3/+1
2009-02-21x86, mm: fault.c, remove #ifdef from fault_in_kernel_space()Ingo Molnar1-4/+0
2009-02-21x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAXIngo Molnar1-1/+1
2009-02-21x86, mm: fault.c, remove #ifdef from do_page_fault()Ingo Molnar1-4/+2
2009-02-21x86, mm: fault.c, unify oops handlingIngo Molnar1-16/+3
2009-02-21x86, mm: fault.c, unify oops printingIngo Molnar1-9/+5
2009-02-21x86, mm: fault.c, reorder functionsIngo Molnar1-235/+239
2009-02-21x86, mm, kprobes: fault.c, simplify notify_page_fault()Ingo Molnar1-5/+1
2009-02-21x86, mm: fault.c, simplify kmmio_fault()Ingo Molnar1-2/+3
2009-02-21x86, mm: fault.c, enable PF_RSVD checks on 32-bit tooIngo Molnar1-4/+0
2009-02-21x86, mm: fault.c, factor out the vm86 fault checkIngo Molnar1-12/+31
2009-02-21x86, mm: fault.c, refactor/simplify the is_prefetch() codeIngo Molnar1-50/+50
2009-02-21x86, mm: fault.c cleanupIngo Molnar1-215/+331
2009-02-20Merge branch 'tip/x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar1-1/+12
2009-02-20x86, pat: add large-PAT check to split_large_page()Ingo Molnar1-0/+7
2009-02-20x86: check PMD in spurious_fault handlerSteven Rostedt1-1/+12
2009-02-20Merge branch 'x86/urgent' into x86/coreIngo Molnar2-11/+6
2009-02-20x86: use the right protections for split-up pagetablesIngo Molnar1-10/+5
2009-02-20x86: convert to the new dynamic percpu allocatorTejun Heo2-0/+29
2009-02-19mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki1-1/+1
2009-02-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-58/+59
2009-02-17x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar1-1/+0
2009-02-17x86, apic: remove genapic.hIngo Molnar2-2/+2
2009-02-13Merge branch 'x86/untangle2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+1
2009-02-13Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86...Ingo Molnar3-58/+59
2009-02-13Merge branch 'x86/mm' into x86/coreIngo Molnar1-5/+16
2009-02-13Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/...Ingo Molnar1-56/+78
2009-02-13Merge branch 'core/percpu' into x86/coreIngo Molnar1-2/+2
2009-02-13Merge branch 'linus' into x86/apicIngo Molnar1-2/+5
2009-02-13x86: CPA avoid repeated lazy mmu flushThomas Gleixner1-8/+7
2009-02-12x86, 32-bit: refactor find_low_pfn_range()Ingo Molnar1-7/+8
2009-02-12x86, 32-bit: clean up find_low_pfn_range()Ingo Molnar1-58/+79
2009-02-12x86: fix warning in find_low_pfn_range()Ingo Molnar1-2/+2
2009-02-12x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/memSuresh Siddha2-57/+45
2009-02-12x86/cpa: make sure cpa is safe to call in lazy mmu modeJeremy Fitzhardinge1-0/+14
2009-02-11x86: mm/init_32.c fix compilation warningJaswinder Singh Rajput1-1/+1
2009-02-11Merge commit 'remotes/tip/x86/paravirt' into x86/untangle2Jeremy Fitzhardinge6-182/+779
2009-02-10Merge branch 'x86/uaccess' into core/percpuIngo Molnar1-0/+6
2009-02-09Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar1-2/+5
2009-02-09x86: fix abuse of per_cpu_offsetBrian Gerst1-2/+2
2009-02-06Merge branch 'linus' into x86/mmIngo Molnar7-59/+125
2009-02-06prevent kprobes from catching spurious page faultsMasami Hiramatsu1-2/+6
2009-02-05x86: mm: introduce helper function in fault.cHiroshi Shimamoto1-5/+10