summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86: Use online node real index in calulate_tbl_offset()Yinghai Lu2010-11-181-2/+3
* x86, mm: Fix section mismatch in tlb.cRakib Mullick2010-11-011-1/+1
*-. Merge branches 'x86-fixes-for-linus' and 'x86-uv-for-linus' of git://git.kern...Linus Torvalds2010-10-291-5/+2
|\ \
| * | x86, memblock: Fix early_node_mem with big reserved region.Yinghai Lu2010-10-281-5/+2
* | | Remove duplicate includes from many filesZimny Lech2010-10-271-1/+0
* | | mm: fix race in kunmap_atomic()Peter Zijlstra2010-10-272-2/+4
* | | x86: access_error API cleanupMichel Lespinasse2010-10-261-3/+3
* | | mm: retry page fault when blocking on disk transferMichel Lespinasse2010-10-261-12/+26
* | | mm: stack based kmap_atomic()Peter Zijlstra2010-10-262-51/+66
* | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2010-10-261-6/+13
|\ \ \ | |/ / |/| |
| * | Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen2010-10-221-6/+13
| |\ \
| | * | x86: HWPOISON: Report correct address granuality for huge hwpoison faultsAndi Kleen2010-10-081-6/+13
| | |/
* | | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-10-221-45/+0
|\ \ \ | |/ / |/| |
| * | x86-32, mm: Add an initial page table for core bootstrappingBorislav Petkov2010-10-201-45/+0
| * | Merge branch 'x86/cleanups' into x86/trampolineH. Peter Anvin2010-10-203-6/+6
| |\ \
| * \ \ Merge branch 'x86/vmware' into x86/trampolineH. Peter Anvin2010-10-201-4/+0
| |\ \ \
* | \ \ \ Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-2112-262/+428
|\ \ \ \ \
| * | | | | xen: Cope with unmapped pages when initializing kernel pagetableJeremy Fitzhardinge2010-10-131-0/+5
| * | | | | Merge branch 'x86/urgent' into core/memblockH. Peter Anvin2010-10-111-3/+5
| |\| | | |
| * | | | | Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar2010-10-081-3/+3
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | x86, memblock: Remove __memblock_x86_find_in_range_size()Yinghai Lu2010-10-051-28/+11
| * | | | | x86-32, memblock: Make add_highpages honor early reserved rangesYinghai Lu2010-10-053-43/+31
| * | | | | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-3110-38/+92
| |\ \ \ \ \
| * | | | | | x86: Remove old bootmem codeYinghai Lu2010-08-275-176/+0
| * | | | | | x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get ...Yinghai Lu2010-08-271-7/+0
| * | | | | | x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu2010-08-279-55/+64
| * | | | | | x86: Use memblock to replace early_resYinghai Lu2010-08-271-4/+5
| * | | | | | x86, memblock: Use memblock_debug to control debug message print outYinghai Lu2010-08-271-8/+12
| * | | | | | x86, memblock: Add memblock_x86_memory_in_range()Yinghai Lu2010-08-271-1/+17
| * | | | | | x86, memblock: Add memblock_x86_free_memory_in_range()Yinghai Lu2010-08-271-0/+48
| * | | | | | x86, memblock: Add memblock_x86_find_in_range_node()Yinghai Lu2010-08-271-0/+15
| * | | | | | x86, memblock: Add memblock_x86_register_active_regions() and memblock_x86_ho...Yinghai Lu2010-08-271-0/+66
| * | | | | | x86, memblock: Add get_free_all_memory_range()Yinghai Lu2010-08-271-1/+97
| * | | | | | x86, memblock: Add memblock_x86_reserve_range/memblock_x86_free_rangeYinghai Lu2010-08-271-0/+22
| * | | | | | x86, memblock: Add memblock_x86_to_bootmem()Yinghai Lu2010-08-271-0/+29
| * | | | | | bootmem, x86: Add weak version of reserve_bootmem_genericYinghai Lu2010-08-272-24/+2
| * | | | | | x86, memblock: Add memblock_x86_find_in_range_size()Yinghai Lu2010-08-272-0/+89
* | | | | | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-211-4/+0
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | x86, paravirt: Remove alloc_pmd_clone hook, only used by VMIAlok Kataria2010-08-231-4/+0
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-10-215-31/+129
|\ \ \ \ \ \
| * | | | | | x86: Spread tlb flush vector between nodesShaohua Li2010-10-201-1/+47
| * | | | | | x86, mm: Fix incorrect data type in vmalloc_sync_all()Borislav Petkov2010-10-201-1/+1
| * | | | | | x86, mm: Hold mm->page_table_lock while doing vmalloc_syncJeremy Fitzhardinge2010-10-193-4/+34
| * | | | | | x86, mm: Fix bogus whitespace in sync_global_pgds()Jeremy Fitzhardinge2010-10-191-22/+22
| * | | | | | x86, mm: fix uninitialized addr in kernel_physical_mapping_init()Wu Fengguang2010-09-031-0/+1
| * | | | | | x86, kmemcheck: Remove double testJulia Lawall2010-08-301-1/+1
| * | | | | | x86, mm: Make spurious_fault check explicitly check the PRESENT bitShaohua Li2010-08-261-1/+7
| * | | | | | x86-64, mem: Update all PGDs for direct mapping and vmemmap mapping changesHaicheng Li2010-08-261-1/+8
| * | | | | | x86, mm: Separate x86_64 vmalloc_sync_all() into separate functionsHaicheng Li2010-08-262-23/+31
| |/ / / / /
* | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-10-213-6/+6
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |