Age | Commit message (Expand) | Author |
2013-02-01 | Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 | H. Peter Anvin |
2013-01-31 | x86-32, mm: Remove reference to alloc_remap() | H. Peter Anvin |
2013-01-31 | x86-32, mm: Rip out x86_32 NUMA remapping code | Dave Hansen |
2013-01-31 | x86/numa: Use __pa_nodebug() instead | Borislav Petkov |
2013-01-29 | x86, 64bit, mm: Mark data/bss/brk to nx | Yinghai Lu |
2013-01-29 | x86, kexec, 64bit: Only set ident mapping for ram. | Yinghai Lu |
2013-01-29 | x86, 64bit: Don't set max_pfn_mapped wrong value early on native path | Yinghai Lu |
2013-01-29 | x86, 64bit: Use a #PF handler to materialize early mappings on demand | H. Peter Anvin |
2013-01-29 | x86, 64bit, mm: Add generic kernel/ident mapping helper | Yinghai Lu |
2013-01-29 | x86, 64bit, mm: Make pgd next calculation consistent with pud/pmd | Yinghai Lu |
2013-01-29 | x86, mm: Fix page table early allocation offset checking | Yinghai Lu |
2013-01-29 | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 | H. Peter Anvin |
2013-01-25 | x86, mm: Create slow_virt_to_phys() | Dave Hansen |
2013-01-25 | x86, mm: Use new pagetable helpers in try_preserve_large_page() | Dave Hansen |
2013-01-25 | x86, mm: Make DEBUG_VIRTUAL work earlier in boot | Dave Hansen |
2013-01-25 | Merge tag 'v3.8-rc5' into x86/mm | H. Peter Anvin |
2012-12-16 | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2012-12-15 | Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)" | Linus Torvalds |
2012-12-15 | Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd" | Linus Torvalds |
2012-12-14 | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2012-12-13 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds |
2012-12-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2012-12-12 | mm, oom: remove statically defined arch functions of same name | David Rientjes |
2012-12-12 | page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial... | Lai Jiangshan |
2012-12-11 | Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2012-12-11 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2012-12-11 | mm: use vm_unmapped_area() in hugetlbfs on i386 architecture | Michel Lespinasse |
2012-12-11 | x86: mm: drop TLB flush from ptep_set_access_flags | Rik van Riel |
2012-12-11 | x86: mm: only do a local tlb flush in ptep_set_access_flags() | Rik van Riel |
2012-12-06 | propagate name change to comments in kernel source | Nadia Yvette Chambers |
2012-12-03 | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar |
2012-11-30 | context_tracking: New context tracking susbsystem | Frederic Weisbecker |
2012-11-29 | x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OK | H. Peter Anvin |
2012-11-29 | x86, 386 removal: Remove CONFIG_INVLPG | H. Peter Anvin |
2012-11-22 | x86/mm: Don't flush the TLB on #WP pmd fixups | Ingo Molnar |
2012-11-17 | x86, mm: kill numa_free_all_bootmem() | Yinghai Lu |
2012-11-17 | x86, mm: Use clamp_t() in init_range_memory_mapping | Yinghai Lu |
2012-11-17 | x86, mm: Move after_bootmem to mm_internel.h | Yinghai Lu |
2012-11-17 | x86, mm: Unifying after_bootmem for 32bit and 64bit | Yinghai Lu |
2012-11-17 | x86, mm: use limit_pfn for end pfn | Yinghai Lu |
2012-11-17 | x86, mm: use pfn instead of pos in split_mem_range | Yinghai Lu |
2012-11-17 | x86, mm: use PFN_DOWN in split_mem_range() | Yinghai Lu |
2012-11-17 | x86, mm: use round_up/down in split_mem_range() | Yinghai Lu |
2012-11-17 | x86, mm: Add check before clear pte above max_low_pfn on 32bit | Yinghai Lu |
2012-11-17 | x86, mm: Move function declaration into mm_internal.h | Yinghai Lu |
2012-11-17 | x86, mm: change low/hignmem_pfn_init to static on 32bit | Yinghai Lu |
2012-11-17 | x86, mm: Move init_gbpages() out of setup.c | Yinghai Lu |
2012-11-17 | x86, mm: Move back pgt_buf_* to mm/init.c | Yinghai Lu |
2012-11-17 | x86, mm: only call early_ioremap_page_table_range_init() once | Yinghai Lu |
2012-11-17 | x86, mm: Add pointer about Xen mmu requirement for alloc_low_pages | Stefano Stabellini |