- 2c0ad23 mm: Tighten x86 /dev/mem with zeroing reads by Kees Cook · 8 years ago
- 1827822 x86/e820: Use much less memory for e820/e820_saved, save up to 120k by Denys Vlasenko · 8 years ago
- 4753396 x86/e820: Prepare e280 code for switch to dynamic storage by Denys Vlasenko · 8 years ago
- fb754f9 x86/mm/KASLR: Increase BRK pages for KASLR memory randomization by Thomas Garnier · 8 years ago
- bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
- df15929 Merge branch 'linus' into x86/microcode, to pick up merge window changes by Ingo Molnar · 8 years ago
- 0483e1f x86/mm: Implement ASLR for kernel memory regions by Thomas Garnier · 8 years ago
- b234e8a x86/mm: Separate variable for trampoline PGD by Thomas Garnier · 8 years ago
- 4b70330 x86/microcode: Fix suspend to RAM with builtin microcode by Borislav Petkov · 8 years ago
- 16bf922 x86/cpufeature: Remove cpu_has_pse by Borislav Petkov · 9 years ago
- c109bf9 x86/cpufeature: Remove cpu_has_pge by Borislav Petkov · 9 years ago
- b8291adc x86/cpufeature: Remove cpu_has_gbpages by Borislav Petkov · 9 years ago
- a75e1f6 x86: also use debug_pagealloc_enabled() for free_init_pages by Christian Borntraeger · 9 years ago
- 288cf3c x86: query dynamic DEBUG_PAGEALLOC setting by Christian Borntraeger · 9 years ago
- 264015f Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
- fe05589 x86/microcode: Merge the early microcode loader by Borislav Petkov · 9 years ago
- c9cdaeb x86, mm: quiet arch_add_memory() by Dan Williams · 9 years ago
- d5dc861 x86/mm/pat: Add comments to cachemode translation tables by Toshi Kani · 9 years ago
- 9cd25aa x86/mm/pat: Emulate PAT when it is disabled by Borislav Petkov · 9 years ago
- 6cf78d4b Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- c709fed x86/mm/pat: Initialize __cachemode2pte_tbl[] and __pte2cachemode_tbl[] in a bit more readable fashion by Ingo Molnar · 10 years ago
- e61980a x86/mm: Simplify probe_page_size_mask() by Ingo Molnar · 10 years ago
- 10971ab x86/mm: Further simplify 1 GB kernel linear mappings handling by Ingo Molnar · 10 years ago
- 73c8c86 x86/mm: Use early_param_on_off() for direct_gbpages by Luis R. Rodriguez · 10 years ago
- e5008ab x86/mm: Simplify enabling direct_gbpages by Luis R. Rodriguez · 10 years ago
- d9fd579 x86/mm: Use IS_ENABLED() for direct_gbpages by Luis R. Rodriguez · 10 years ago
- d2c032e Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree by Ingo Molnar · 10 years ago
- 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- f15e051 x86/mm/init: Fix incorrect page size in init_memory_mapping() printks by Dave Hansen · 10 years ago
- 0cdb81b x86-64: Also clear _PAGE_GLOBAL from __supported_pte_mask if !cpu_has_pge by Jan Beulich · 10 years ago
- 3750771 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 29afc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
- 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
- 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
- 31bb772 x86, mm: Change cachemode exports to non-gpl by Juergen Gross · 10 years ago
- 801a559 x86: init_mem_mapping(): use capital BIOS in comment by Pavel Machek · 10 years ago
- 132978b x86: Fix step size adjustment during initial memory mapping by Jan Beulich · 10 years ago
- 536e89e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- c072b90 x86/mm: Fix zone ranges boot printout by Xishi Qiu · 10 years ago
- bd809af x86: Enable PAT to use cache mode translation tables by Juergen Gross · 10 years ago
- 281d407 x86: Make page cache mode a real type by Juergen Gross · 10 years ago
- d17d8f9 x86/mm: Add tracepoints for TLB flushes by Dave Hansen · 10 years ago
- d4dd100 arch/x86/mm/init.c: fix incorrect function name in alloc_low_pages() by Zhi Yong Wu · 11 years ago
- b959ed6 x86/mem-hotplug: support initialize page tables in bottom-up by Tang Chen · 11 years ago
- 0167d7d x86/mm: factor out of top-down direct mapping setup by Tang Chen · 11 years ago
- 6979287 x86/mm: Add 'step_size' comments to init_mem_mapping() by Yinghai Lu · 11 years ago
- 527bf12 x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAM by Yinghai Lu · 11 years ago
- c88442e mm/x86: use free_reserved_area() to simplify code by Jiang Liu · 11 years ago
- 7de3d66 x86: Fix adjust_range_size_mask calling position by Yinghai Lu · 11 years ago
- cf8b166 x86/mm: Add missing comments for initial kernel direct mapping by Zhang Yanfei · 12 years ago
- bced0e3 mm/x86: use common help functions to free reserved pages by Jiang Liu · 12 years ago
- 98e7a98 x86, mm: Make sure to find a 2M free block for the first mapped area by Yinghai Lu · 12 years ago
- cd745be x86/mm/init.c: Copy ucode from initrd image to kernel memory by Fenghua Yu · 12 years ago
- 0e691cf x86, kexec, 64bit: Only set ident mapping for ram. by Yinghai Lu · 12 years ago
- 8170e6b x86, 64bit: Use a #PF handler to materialize early mappings on demand by H. Peter Anvin · 12 years ago
- c9b3234 x86, mm: Fix page table early allocation offset checking by Yinghai Lu · 12 years ago
- b8fd39c x86, mm: Use clamp_t() in init_range_memory_mapping by Yinghai Lu · 12 years ago
- 4e37a89 x86, mm: Unifying after_bootmem for 32bit and 64bit by Yinghai Lu · 12 years ago
- 2e8059e x86, mm: use limit_pfn for end pfn by Yinghai Lu · 12 years ago
- 1829ae9 x86, mm: use pfn instead of pos in split_mem_range by Yinghai Lu · 12 years ago
- 84d7700 x86, mm: use PFN_DOWN in split_mem_range() by Yinghai Lu · 12 years ago
- 5a0d3ae x86, mm: use round_up/down in split_mem_range() by Yinghai Lu · 12 years ago
- 148b209 x86, mm: Move init_gbpages() out of setup.c by Yinghai Lu · 12 years ago
- cf47065 x86, mm: Move back pgt_buf_* to mm/init.c by Yinghai Lu · 12 years ago
- 719272c x86, mm: only call early_ioremap_page_table_range_init() once by Yinghai Lu · 12 years ago
- ddd3509 x86, mm: Add pointer about Xen mmu requirement for alloc_low_pages by Stefano Stabellini · 12 years ago
- 22c8ca2 x86, mm: Add alloc_low_pages(num) by Yinghai Lu · 12 years ago
- 6f80b68 x86, mm, Xen: Remove mapping_pagetable_reserve() by Yinghai Lu · 12 years ago
- 9985b4c x86, mm: Move min_pfn_mapped back to mm/init.c by Yinghai Lu · 12 years ago
- 5c51bdb x86, mm: Merge alloc_low_page between 64bit and 32bit by Yinghai Lu · 12 years ago
- 8d57470 x86, mm: setup page table in top-down by Yinghai Lu · 12 years ago
- f763ad1 x86, mm: Break down init_all_memory_mapping by Yinghai Lu · 12 years ago
- aeebe84 x86, mm: Use big page size for small memory range by Yinghai Lu · 12 years ago
- 66520eb x86, mm: Only direct map addresses that are marked as E820_RAM by Jacob Shin · 12 years ago
- ab95193 x86, mm: Separate out calculate_table_space_size() by Yinghai Lu · 12 years ago
- c14fa0b x86, mm: Find early page table buffer together by Yinghai Lu · 12 years ago
- 84f1ae3 x86, mm: Change find_early_table_space() paramters by Yinghai Lu · 12 years ago
- 28b6ff6 x86, mm: Revert back good_end setting for 64bit by Yinghai Lu · 12 years ago
- 22ddfca x86, mm: Move init_memory_mapping calling out of setup.c by Yinghai Lu · 12 years ago
- 2086fe1 x86, mm: Move down find_early_table_space() by Yinghai Lu · 12 years ago
- 4e33e06 x86, mm: Split out split_mem_range from init_memory_mapping by Yinghai Lu · 12 years ago
- fa62aaf x86, mm: Add global page_size_mask and probe one time only by Yinghai Lu · 12 years ago
- f82f64d x86, mm: Undo incorrect revert in arch/x86/mm/init.c by Yinghai Lu · 12 years ago
- 844ab6f x86, mm: Find_early_table_space based on ranges that are actually being mapped by Jacob Shin · 12 years ago
- 7b16bbf Revert "x86/mm: Fix the size calculation of mapping tables" by Dave Young · 12 years ago
- 73e8f3d x86/mm/init.c: Fix devmem_is_allowed() off by one by T Makphaibulchoke · 12 years ago
- 0d26d1d x86/mm: Mark free_initrd_mem() as __init by Jan Beulich · 12 years ago
- bd2753b x86/mm: Only add extra pages count for the first memory range during pre-allocation early page table space by Yinghai Lu · 12 years ago
- 365811d x86: print physical addresses consistently with other parts of kernel by Bjorn Helgaas · 12 years ago
- 02171b4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- f05e798 Disintegrate asm/system.h for X86 by David Howells · 13 years ago
- 722bc6b x86/mm: Fix the size calculation of mapping tables by WANG Cong · 13 years ago
- d0b9706 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- d4bbf7e Merge branch 'master' into x86/memblock by Tejun Heo · 13 years ago
- 1762391 x86, mm: Unify zone_sizes_init() by Pekka Enberg · 13 years ago
- 8548c84 x86: Fix S4 regression by Takashi Iwai · 13 years ago
- 24aa078 memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones by Tejun Heo · 13 years ago
- 1f5026a memblock: Kill MEMBLOCK_ERROR by Tejun Heo · 13 years ago
- 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 13 years ago
- 53f8023 x86/mm: Fix section mismatch derived from native_pagetable_reserve() by Sedat Dilek · 14 years ago