Age | Commit message (Expand) | Author | Files | Lines |
2013-01-24 | x86: Convert a few mistaken __cpuinit annotations to __init | Jan Beulich | 1 | -1/+1 |
2013-01-24 | x86/mm: Fix the argument passed to sync_global_pgds() | Wen Congyang | 1 | -2/+2 |
2013-01-24 | x86/srat: Simplify memory affinity init error handling | Davidlohr Bueso | 1 | -14/+15 |
2012-12-17 | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+7 |
2012-12-16 | Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)" | Linus Torvalds | 1 | -6/+4 |
2012-12-16 | Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd" | Linus Torvalds | 2 | -113/+1 |
2012-12-14 | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -5/+119 |
2012-12-14 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2 | -16/+11 |
2012-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2012-12-13 | mm, oom: remove statically defined arch functions of same name | David Rientjes | 1 | -15/+8 |
2012-12-13 | page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial... | Lai Jiangshan | 1 | -1/+3 |
2012-12-12 | Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -9/+4 |
2012-12-12 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2012-12-12 | mm: use vm_unmapped_area() in hugetlbfs on i386 architecture | Michel Lespinasse | 1 | -105/+25 |
2012-12-11 | x86: mm: drop TLB flush from ptep_set_access_flags | Rik van Riel | 1 | -1/+0 |
2012-12-11 | x86: mm: only do a local tlb flush in ptep_set_access_flags() | Rik van Riel | 1 | -1/+8 |
2012-12-06 | propagate name change to comments in kernel source | Nadia Yvette Chambers | 1 | -1/+1 |
2012-12-03 | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 1 | -1/+1 |
2012-11-30 | context_tracking: New context tracking susbsystem | Frederic Weisbecker | 1 | -1/+1 |
2012-11-30 | x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OK | H. Peter Anvin | 1 | -4/+1 |
2012-11-30 | x86, 386 removal: Remove CONFIG_INVLPG | H. Peter Anvin | 1 | -5/+3 |
2012-11-23 | x86/mm: Don't flush the TLB on #WP pmd fixups | Ingo Molnar | 1 | -1/+6 |
2012-11-17 | x86, mm: kill numa_free_all_bootmem() | Yinghai Lu | 2 | -17/+11 |
2012-11-17 | x86, mm: Use clamp_t() in init_range_memory_mapping | Yinghai Lu | 1 | -16/+5 |
2012-11-17 | x86, mm: Move after_bootmem to mm_internel.h | Yinghai Lu | 1 | -0/+2 |
2012-11-17 | x86, mm: Unifying after_bootmem for 32bit and 64bit | Yinghai Lu | 2 | -19/+4 |
2012-11-17 | x86, mm: use limit_pfn for end pfn | Yinghai Lu | 1 | -9/+11 |
2012-11-17 | x86, mm: use pfn instead of pos in split_mem_range | Yinghai Lu | 1 | -15/+14 |
2012-11-17 | x86, mm: use PFN_DOWN in split_mem_range() | Yinghai Lu | 1 | -22/+22 |
2012-11-17 | x86, mm: use round_up/down in split_mem_range() | Yinghai Lu | 1 | -18/+12 |
2012-11-17 | x86, mm: Add check before clear pte above max_low_pfn on 32bit | Yinghai Lu | 1 | -2/+16 |
2012-11-17 | x86, mm: Move function declaration into mm_internal.h | Yinghai Lu | 1 | -0/+7 |
2012-11-17 | x86, mm: change low/hignmem_pfn_init to static on 32bit | Yinghai Lu | 1 | -2/+2 |
2012-11-17 | x86, mm: Move init_gbpages() out of setup.c | Yinghai Lu | 1 | -0/+12 |
2012-11-17 | x86, mm: Move back pgt_buf_* to mm/init.c | Yinghai Lu | 1 | -3/+3 |
2012-11-17 | x86, mm: only call early_ioremap_page_table_range_init() once | Yinghai Lu | 2 | -14/+46 |
2012-11-17 | x86, mm: Add pointer about Xen mmu requirement for alloc_low_pages | Stefano Stabellini | 1 | -0/+9 |
2012-11-17 | x86, mm: Add alloc_low_pages(num) | Yinghai Lu | 2 | -13/+26 |
2012-11-17 | x86, mm, Xen: Remove mapping_pagetable_reserve() | Yinghai Lu | 1 | -4/+0 |
2012-11-17 | x86, mm: Move min_pfn_mapped back to mm/init.c | Yinghai Lu | 1 | -0/+2 |
2012-11-17 | x86, mm: Merge alloc_low_page between 64bit and 32bit | Yinghai Lu | 4 | -54/+44 |
2012-11-17 | x86, mm: Remove parameter in alloc_low_page for 64bit | Yinghai Lu | 1 | -12/+7 |
2012-11-17 | x86, mm: Remove early_memremap workaround for page table accessing on 64bit | Yinghai Lu | 1 | -34/+4 |
2012-11-17 | x86, mm: setup page table in top-down | Yinghai Lu | 3 | -155/+89 |
2012-11-17 | x86, mm: Break down init_all_memory_mapping | Yinghai Lu | 1 | -22/+19 |
2012-11-17 | x86, mm: Don't clear page table if range is ram | Yinghai Lu | 1 | -21/+19 |
2012-11-17 | x86, mm: Use big page size for small memory range | Yinghai Lu | 1 | -0/+37 |
2012-11-17 | x86, mm: Align start address to correct big page size | Yinghai Lu | 2 | -2/+4 |
2012-11-17 | x86, mm: Only direct map addresses that are marked as E820_RAM | Jacob Shin | 2 | -15/+111 |
2012-11-17 | x86, mm: use pfn_range_is_mapped() with CPA | Yinghai Lu | 1 | -13/+3 |