summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-242-19/+70
|\
| * x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo2009-02-242-33/+55
| * x86: convert to the new dynamic percpu allocatorTejun Heo2009-02-202-0/+29
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
*---------. \ Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Ingo Molnar2009-02-2412-702/+1467
|\ \ \ \ \ \ \
| | | | * | | | x86, mm: fault.c, simplify kmmio_fault(), cleanupIngo Molnar2009-02-221-1/+2
| | | | * | | | x86, mm: fault.c, update copyrightsIngo Molnar2009-02-201-0/+1
| | | | * | | | x86, mm: fault.c, give another attempt at prefetch handing before SIGBUSIngo Molnar2009-02-211-3/+1
| | | | * | | | x86, mm: fault.c, remove #ifdef from fault_in_kernel_space()Ingo Molnar2009-02-211-4/+0
| | | | * | | | x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAXIngo Molnar2009-02-211-1/+1
| | | | * | | | x86, mm: fault.c, remove #ifdef from do_page_fault()Ingo Molnar2009-02-211-4/+2
| | | | * | | | x86, mm: fault.c, unify oops handlingIngo Molnar2009-02-211-16/+3
| | | | * | | | x86, mm: fault.c, unify oops printingIngo Molnar2009-02-211-9/+5
| | | | * | | | x86, mm: fault.c, reorder functionsIngo Molnar2009-02-211-235/+239
| | | | * | | | x86, mm, kprobes: fault.c, simplify notify_page_fault()Ingo Molnar2009-02-211-5/+1
| | | | * | | | x86, mm: fault.c, simplify kmmio_fault()Ingo Molnar2009-02-211-2/+3
| | | | * | | | x86, mm: fault.c, enable PF_RSVD checks on 32-bit tooIngo Molnar2009-02-211-4/+0
| | | | * | | | x86, mm: fault.c, factor out the vm86 fault checkIngo Molnar2009-02-211-12/+31
| | | | * | | | x86, mm: fault.c, refactor/simplify the is_prefetch() codeIngo Molnar2009-02-211-50/+50
| | | | * | | | x86, mm: fault.c cleanupIngo Molnar2009-02-211-215/+331
| | | | * | | | Merge branch 'tip/x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2009-02-201-1/+12
| | | | |\ \ \ \
| | | | | * | | | x86: check PMD in spurious_fault handlerSteven Rostedt2009-02-201-1/+12
| | | | | | |/ / | | | | | |/| |
| | | | * | | | x86, pat: add large-PAT check to split_large_page()Ingo Molnar2009-02-201-0/+7
| | | | | |/ / | | | | |/| |
| | | * | | | x86: numa_32.c: fix sparse warning: Using plain integer as NULL pointerHannes Eder2009-02-221-1/+1
| | | |/ / /
| | | * | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-02-202-11/+6
| | | |\ \ \ | | | | |/ /
| * | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-222-11/+6
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | x86: use the right protections for split-up pagetablesIngo Molnar2009-02-201-10/+5
| | * | | mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki2009-02-181-1/+1
| | * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-173-58/+59
| | |\ \ \ | |/ / / / |/| | | |
| * | | | x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar2009-02-171-1/+0
| * | | | x86, apic: remove genapic.hIngo Molnar2009-02-172-2/+2
| | |/ / | |/| |
| * | | Merge branch 'x86/untangle2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2009-02-131-0/+1
| |\ \ \
| | * \ \ Merge commit 'remotes/tip/x86/paravirt' into x86/untangle2Jeremy Fitzhardinge2009-02-116-182/+779
| | |\ \ \ | |/ / / / |/| | | |
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86...Ingo Molnar2009-02-133-58/+59
| |\ \ \ \ \ | | | | |/ / | | | |/| |
| | | * | | x86: CPA avoid repeated lazy mmu flushThomas Gleixner2009-02-121-8/+7
| | | * | | x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/memSuresh Siddha2009-02-122-57/+45
| | | * | | x86/cpa: make sure cpa is safe to call in lazy mmu modeJeremy Fitzhardinge2009-02-121-0/+14
| * | | | | Merge branch 'x86/mm' into x86/coreIngo Molnar2009-02-131-5/+16
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'linus' into x86/mmIngo Molnar2009-02-067-59/+125
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | * | | | | x86: mm: introduce helper function in fault.cHiroshi Shimamoto2009-02-041-5/+10
| | * | | | | x86: add might_sleep() to do_page_fault()Peter Zijlstra2009-01-291-0/+6
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---------. \ \ \ \ \ Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/...Ingo Molnar2009-02-131-56/+78
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | / / / / | | | | | |_|_|/ / / / | | | | |/| | | / / / | | | | | | | |/ / / | | | | | | |/| | |
| | | | | * | | | | x86, 32-bit: refactor find_low_pfn_range()Ingo Molnar2009-02-121-7/+8
| | | | | * | | | | x86, 32-bit: clean up find_low_pfn_range()Ingo Molnar2009-02-121-58/+79
| | | | | * | | | | x86: fix warning in find_low_pfn_range()Ingo Molnar2009-02-121-2/+2
| | | | | * | | | | x86: mm/init_32.c fix compilation warningJaswinder Singh Rajput2009-02-111-1/+1
| |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-02-131-2/+2
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Merge branch 'x86/uaccess' into core/percpuIngo Molnar2009-02-101-0/+6
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar2009-02-091-2/+5
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| | * | | | | | | | x86: fix abuse of per_cpu_offsetBrian Gerst2009-02-091-2/+2
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-131-2/+5
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
OpenPOWER on IntegriCloud