Age | Commit message (Expand) | Author | Files | Lines |
2018-10-03 | x86/speculation/l1tf: Fix off-by-one error when warning that system has too m... | Vlastimil Babka | 1 | -1/+1 |
2018-10-03 | x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit | Vlastimil Babka | 1 | -2/+2 |
2018-10-03 | x86/speculation/l1tf: Protect PAE swap entries against L1TF | Vlastimil Babka | 1 | -1/+1 |
2018-10-03 | x86/speculation/l1tf: Extend 64bit swap file size limit | Vlastimil Babka | 1 | -1/+9 |
2018-10-03 | x86/init: fix build with CONFIG_SWAP=n | Vlastimil Babka | 1 | -0/+2 |
2018-10-03 | x86/speculation/l1tf: Limit swap file size to MAX_PA/2 | Andi Kleen | 1 | -0/+14 |
2018-01-09 | kaiser: add "nokaiser" boot option, using ALTERNATIVE | Hugh Dickins | 1 | -1/+1 |
2018-01-09 | x86: Clean up cr4 manipulation | Andy Lutomirski | 1 | -2/+2 |
2017-07-18 | mm: Tighten x86 /dev/mem with zeroing reads | Kees Cook | 1 | -11/+30 |
2013-11-13 | arch/x86/mm/init.c: fix incorrect function name in alloc_low_pages() | Zhi Yong Wu | 1 | -2/+2 |
2013-11-13 | x86/mem-hotplug: support initialize page tables in bottom-up | Tang Chen | 1 | -2/+64 |
2013-11-13 | x86/mm: factor out of top-down direct mapping setup | Tang Chen | 1 | -20/+39 |
2013-09-10 | x86/mm: Add 'step_size' comments to init_mem_mapping() | Yinghai Lu | 1 | -3/+20 |
2013-08-20 | x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAM | Yinghai Lu | 1 | -2/+2 |
2013-07-04 | mm/x86: use free_reserved_area() to simplify code | Jiang Liu | 1 | -11/+3 |
2013-06-01 | x86: Fix adjust_range_size_mask calling position | Yinghai Lu | 1 | -3/+3 |
2013-05-10 | x86/mm: Add missing comments for initial kernel direct mapping | Zhang Yanfei | 1 | -1/+18 |
2013-04-30 | mm/x86: use common help functions to free reserved pages | Jiang Liu | 1 | -4/+1 |
2013-03-07 | x86, mm: Make sure to find a 2M free block for the first mapped area | Yinghai Lu | 1 | -3/+2 |
2013-02-01 | x86/mm/init.c: Copy ucode from initrd image to kernel memory | Fenghua Yu | 1 | -0/+10 |
2013-01-30 | x86, kexec, 64bit: Only set ident mapping for ram. | Yinghai Lu | 1 | -2/+2 |
2013-01-30 | x86, 64bit: Use a #PF handler to materialize early mappings on demand | H. Peter Anvin | 1 | -1/+2 |
2013-01-30 | x86, mm: Fix page table early allocation offset checking | Yinghai Lu | 1 | -1/+12 |
2012-11-17 | x86, mm: Use clamp_t() in init_range_memory_mapping | Yinghai Lu | 1 | -16/+5 |
2012-11-17 | x86, mm: Unifying after_bootmem for 32bit and 64bit | Yinghai Lu | 1 | -2/+0 |
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: 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 | 1 | -8/+5 |
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 | 1 | -12/+21 |
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 | 1 | -0/+34 |
2012-11-17 | x86, mm: setup page table in top-down | Yinghai Lu | 1 | -149/+61 |
2012-11-17 | x86, mm: Break down init_all_memory_mapping | Yinghai Lu | 1 | -22/+19 |
2012-11-17 | x86, mm: Use big page size for small memory range | Yinghai Lu | 1 | -0/+37 |
2012-11-17 | x86, mm: Only direct map addresses that are marked as E820_RAM | Jacob Shin | 1 | -11/+109 |
2012-11-17 | x86, mm: Separate out calculate_table_space_size() | Yinghai Lu | 1 | -11/+27 |
2012-11-17 | x86, mm: Find early page table buffer together | Yinghai Lu | 1 | -32/+34 |
2012-11-17 | x86, mm: Change find_early_table_space() paramters | Yinghai Lu | 1 | -3/+9 |
2012-11-17 | x86, mm: Revert back good_end setting for 64bit | Yinghai Lu | 1 | -1/+1 |
2012-11-17 | x86, mm: Move init_memory_mapping calling out of setup.c | Yinghai Lu | 1 | -1/+18 |
2012-11-17 | x86, mm: Move down find_early_table_space() | Yinghai Lu | 1 | -58/+59 |
2012-11-17 | x86, mm: Split out split_mem_range from init_memory_mapping | Yinghai Lu | 1 | -16/+25 |
2012-11-17 | x86, mm: Add global page_size_mask and probe one time only | Yinghai Lu | 1 | -30/+25 |
2012-10-26 | x86, mm: Undo incorrect revert in arch/x86/mm/init.c | Yinghai Lu | 1 | -4/+0 |