| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | x86, mm: Add check before clear pte above max_low_pfn on 32bit | Yinghai Lu | 2012-11-17 | 1 | -2/+16 |
| * | | | x86, mm: Move function declaration into mm_internal.h | Yinghai Lu | 2012-11-17 | 1 | -0/+7 |
| * | | | x86, mm: change low/hignmem_pfn_init to static on 32bit | Yinghai Lu | 2012-11-17 | 1 | -2/+2 |
| * | | | x86, mm: Move init_gbpages() out of setup.c | Yinghai Lu | 2012-11-17 | 1 | -0/+12 |
| * | | | x86, mm: Move back pgt_buf_* to mm/init.c | Yinghai Lu | 2012-11-17 | 1 | -3/+3 |
| * | | | x86, mm: only call early_ioremap_page_table_range_init() once | Yinghai Lu | 2012-11-17 | 2 | -14/+46 |
| * | | | x86, mm: Add pointer about Xen mmu requirement for alloc_low_pages | Stefano Stabellini | 2012-11-17 | 1 | -0/+9 |
| * | | | x86, mm: Add alloc_low_pages(num) | Yinghai Lu | 2012-11-17 | 2 | -13/+26 |
| * | | | x86, mm, Xen: Remove mapping_pagetable_reserve() | Yinghai Lu | 2012-11-17 | 1 | -4/+0 |
| * | | | x86, mm: Move min_pfn_mapped back to mm/init.c | Yinghai Lu | 2012-11-17 | 1 | -0/+2 |
| * | | | x86, mm: Merge alloc_low_page between 64bit and 32bit | Yinghai Lu | 2012-11-17 | 4 | -54/+44 |
| * | | | x86, mm: Remove parameter in alloc_low_page for 64bit | Yinghai Lu | 2012-11-17 | 1 | -12/+7 |
| * | | | x86, mm: Remove early_memremap workaround for page table accessing on 64bit | Yinghai Lu | 2012-11-17 | 1 | -34/+4 |
| * | | | x86, mm: setup page table in top-down | Yinghai Lu | 2012-11-17 | 3 | -155/+89 |
| * | | | x86, mm: Break down init_all_memory_mapping | Yinghai Lu | 2012-11-17 | 1 | -22/+19 |
| * | | | x86, mm: Don't clear page table if range is ram | Yinghai Lu | 2012-11-17 | 1 | -21/+19 |
| * | | | x86, mm: Use big page size for small memory range | Yinghai Lu | 2012-11-17 | 1 | -0/+37 |
| * | | | x86, mm: Align start address to correct big page size | Yinghai Lu | 2012-11-17 | 2 | -2/+4 |
| * | | | x86, mm: Only direct map addresses that are marked as E820_RAM | Jacob Shin | 2012-11-17 | 2 | -15/+111 |
| * | | | x86, mm: use pfn_range_is_mapped() with CPA | Yinghai Lu | 2012-11-17 | 1 | -13/+3 |
| * | | | x86, mm: Separate out calculate_table_space_size() | Yinghai Lu | 2012-11-17 | 1 | -11/+27 |
| * | | | x86, mm: Find early page table buffer together | Yinghai Lu | 2012-11-17 | 1 | -32/+34 |
| * | | | x86, mm: Change find_early_table_space() paramters | Yinghai Lu | 2012-11-17 | 1 | -3/+9 |
| * | | | x86, mm: Revert back good_end setting for 64bit | Yinghai Lu | 2012-11-17 | 1 | -1/+1 |
| * | | | x86, mm: Move init_memory_mapping calling out of setup.c | Yinghai Lu | 2012-11-17 | 1 | -1/+18 |
| * | | | x86, mm: Move down find_early_table_space() | Yinghai Lu | 2012-11-17 | 1 | -58/+59 |
| * | | | x86, mm: Split out split_mem_range from init_memory_mapping | Yinghai Lu | 2012-11-17 | 1 | -16/+25 |
| * | | | x86, mm: Add global page_size_mask and probe one time only | Yinghai Lu | 2012-11-17 | 1 | -30/+25 |
| | |/
| |/| |
|
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-02-19 | 1 | -14/+15 |
|\ \ \ |
|
| * | | | x86/srat: Simplify memory affinity init error handling | Davidlohr Bueso | 2013-01-24 | 1 | -14/+15 |
| | |/
| |/| |
|
* | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-02-19 | 2 | -9/+3 |
|\ \ \ |
|
| * | | | x86/memtest: Shorten time for tests | Alexander Holler | 2013-02-18 | 1 | -8/+2 |
| * | | | x86: Convert a few mistaken __cpuinit annotations to __init | Jan Beulich | 2013-01-24 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-02-19 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | x86/mm: Fix the argument passed to sync_global_pgds() | Wen Congyang | 2013-01-24 | 1 | -2/+2 |
| |/ / |
|
* | | | x86/mm: Check if PUD is large when validating a kernel address | Mel Gorman | 2013-02-13 | 1 | -0/+3 |
* | | | x86: Do not leak kernel page mapping locations | Kees Cook | 2013-02-07 | 1 | -3/+5 |
|/ / |
|
* | | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-12-16 | 1 | -1/+7 |
|\ \ |
|
| * | | x86: mm: drop TLB flush from ptep_set_access_flags | Rik van Riel | 2012-12-11 | 1 | -1/+0 |
| * | | x86: mm: only do a local tlb flush in ptep_set_access_flags() | Rik van Riel | 2012-12-11 | 1 | -1/+8 |
| |/ |
|
* | | Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)" | Linus Torvalds | 2012-12-15 | 1 | -6/+4 |
* | | Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd" | Linus Torvalds | 2012-12-15 | 2 | -113/+1 |
* | | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-14 | 3 | -5/+119 |
|\ \ |
|
| * | | x86-64/efi: Use EFI to deal with platform wall clock (again) | Jan Beulich | 2012-10-30 | 1 | -4/+6 |
| * | | x86, mm: Include the entire kernel memory map in trampoline_pgd | Matt Fleming | 2012-10-30 | 2 | -1/+113 |
* | | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-12-13 | 2 | -16/+11 |
|\ \ \ |
|
| * | | | mm, oom: remove statically defined arch functions of same name | David Rientjes | 2012-12-12 | 1 | -15/+8 |
| * | | | page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial... | Lai Jiangshan | 2012-12-12 | 1 | -1/+3 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | propagate name change to comments in kernel source | Nadia Yvette Chambers | 2012-12-06 | 1 | -1/+1 |
| | |/
| |/| |
|