| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Use online node real index in calulate_tbl_offset() | Yinghai Lu | 2010-11-18 | 1 | -2/+3 |
* | x86, mm: Fix section mismatch in tlb.c | Rakib Mullick | 2010-11-01 | 1 | -1/+1 |
*-. | Merge branches 'x86-fixes-for-linus' and 'x86-uv-for-linus' of git://git.kern... | Linus Torvalds | 2010-10-29 | 1 | -5/+2 |
|\ \ |
|
| * | | x86, memblock: Fix early_node_mem with big reserved region. | Yinghai Lu | 2010-10-28 | 1 | -5/+2 |
* | | | Remove duplicate includes from many files | Zimny Lech | 2010-10-27 | 1 | -1/+0 |
* | | | mm: fix race in kunmap_atomic() | Peter Zijlstra | 2010-10-27 | 2 | -2/+4 |
* | | | x86: access_error API cleanup | Michel Lespinasse | 2010-10-26 | 1 | -3/+3 |
* | | | mm: retry page fault when blocking on disk transfer | Michel Lespinasse | 2010-10-26 | 1 | -12/+26 |
* | | | mm: stack based kmap_atomic() | Peter Zijlstra | 2010-10-26 | 2 | -51/+66 |
* | | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2010-10-26 | 1 | -6/+13 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'hwpoison-hugepages' into hwpoison | Andi Kleen | 2010-10-22 | 1 | -6/+13 |
| |\ \ |
|
| | * | | x86: HWPOISON: Report correct address granuality for huge hwpoison faults | Andi Kleen | 2010-10-08 | 1 | -6/+13 |
| | |/ |
|
* | | | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2010-10-22 | 1 | -45/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | x86-32, mm: Add an initial page table for core bootstrapping | Borislav Petkov | 2010-10-20 | 1 | -45/+0 |
| * | | Merge branch 'x86/cleanups' into x86/trampoline | H. Peter Anvin | 2010-10-20 | 3 | -6/+6 |
| |\ \ |
|
| * \ \ | Merge branch 'x86/vmware' into x86/trampoline | H. Peter Anvin | 2010-10-20 | 1 | -4/+0 |
| |\ \ \ |
|
* | \ \ \ | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2010-10-21 | 12 | -262/+428 |
|\ \ \ \ \ |
|
| * | | | | | xen: Cope with unmapped pages when initializing kernel pagetable | Jeremy Fitzhardinge | 2010-10-13 | 1 | -0/+5 |
| * | | | | | Merge branch 'x86/urgent' into core/memblock | H. Peter Anvin | 2010-10-11 | 1 | -3/+5 |
| |\ \ \ \ \
| | |/ / / / |
|
| * | | | | | Merge commit 'v2.6.36-rc7' into core/memblock | Ingo Molnar | 2010-10-08 | 1 | -3/+3 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| * | | | | | x86, memblock: Remove __memblock_x86_find_in_range_size() | Yinghai Lu | 2010-10-05 | 1 | -28/+11 |
| * | | | | | x86-32, memblock: Make add_highpages honor early reserved ranges | Yinghai Lu | 2010-10-05 | 3 | -43/+31 |
| * | | | | | Merge commit 'v2.6.36-rc3' into x86/memblock | Ingo Molnar | 2010-08-31 | 10 | -38/+92 |
| |\ \ \ \ \ |
|
| * | | | | | | x86: Remove old bootmem code | Yinghai Lu | 2010-08-27 | 5 | -176/+0 |
| * | | | | | | x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get ... | Yinghai Lu | 2010-08-27 | 1 | -7/+0 |
| * | | | | | | x86, memblock: Replace e820_/_early string with memblock_ | Yinghai Lu | 2010-08-27 | 9 | -55/+64 |
| * | | | | | | x86: Use memblock to replace early_res | Yinghai Lu | 2010-08-27 | 1 | -4/+5 |
| * | | | | | | x86, memblock: Use memblock_debug to control debug message print out | Yinghai Lu | 2010-08-27 | 1 | -8/+12 |
| * | | | | | | x86, memblock: Add memblock_x86_memory_in_range() | Yinghai Lu | 2010-08-27 | 1 | -1/+17 |
| * | | | | | | x86, memblock: Add memblock_x86_free_memory_in_range() | Yinghai Lu | 2010-08-27 | 1 | -0/+48 |
| * | | | | | | x86, memblock: Add memblock_x86_find_in_range_node() | Yinghai Lu | 2010-08-27 | 1 | -0/+15 |
| * | | | | | | x86, memblock: Add memblock_x86_register_active_regions() and memblock_x86_ho... | Yinghai Lu | 2010-08-27 | 1 | -0/+66 |
| * | | | | | | x86, memblock: Add get_free_all_memory_range() | Yinghai Lu | 2010-08-27 | 1 | -1/+97 |
| * | | | | | | x86, memblock: Add memblock_x86_reserve_range/memblock_x86_free_range | Yinghai Lu | 2010-08-27 | 1 | -0/+22 |
| * | | | | | | x86, memblock: Add memblock_x86_to_bootmem() | Yinghai Lu | 2010-08-27 | 1 | -0/+29 |
| * | | | | | | bootmem, x86: Add weak version of reserve_bootmem_generic | Yinghai Lu | 2010-08-27 | 2 | -24/+2 |
| * | | | | | | x86, memblock: Add memblock_x86_find_in_range_size() | Yinghai Lu | 2010-08-27 | 2 | -0/+89 |
* | | | | | | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-10-21 | 1 | -4/+0 |
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | x86, paravirt: Remove alloc_pmd_clone hook, only used by VMI | Alok Kataria | 2010-08-23 | 1 | -4/+0 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-10-21 | 5 | -31/+129 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86: Spread tlb flush vector between nodes | Shaohua Li | 2010-10-20 | 1 | -1/+47 |
| * | | | | | | x86, mm: Fix incorrect data type in vmalloc_sync_all() | Borislav Petkov | 2010-10-20 | 1 | -1/+1 |
| * | | | | | | x86, mm: Hold mm->page_table_lock while doing vmalloc_sync | Jeremy Fitzhardinge | 2010-10-19 | 3 | -4/+34 |
| * | | | | | | x86, mm: Fix bogus whitespace in sync_global_pgds() | Jeremy Fitzhardinge | 2010-10-19 | 1 | -22/+22 |
| * | | | | | | x86, mm: fix uninitialized addr in kernel_physical_mapping_init() | Wu Fengguang | 2010-09-03 | 1 | -0/+1 |
| * | | | | | | x86, kmemcheck: Remove double test | Julia Lawall | 2010-08-30 | 1 | -1/+1 |
| * | | | | | | x86, mm: Make spurious_fault check explicitly check the PRESENT bit | Shaohua Li | 2010-08-26 | 1 | -1/+7 |
| * | | | | | | x86-64, mem: Update all PGDs for direct mapping and vmemmap mapping changes | Haicheng Li | 2010-08-26 | 1 | -1/+8 |
| * | | | | | | x86, mm: Separate x86_64 vmalloc_sync_all() into separate functions | Haicheng Li | 2010-08-26 | 2 | -23/+31 |
| |/ / / / / |
|
* | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2010-10-21 | 3 | -6/+6 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|