Age | Commit message (Expand) | Author | Files | Lines |
2013-03-06 | x86: Fix 32-bit *_cpu_data initializers | Krzysztof Mazur | 1 | -2/+8 |
2013-03-02 | x86, ACPI, mm: Revert movablemem_map support | Yinghai Lu | 1 | -9/+4 |
2013-02-27 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+1 |
2013-02-23 | acpi, memory-hotplug: parse SRAT before memblock is ready | Tang Chen | 1 | -4/+9 |
2013-02-21 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -102/+158 |
2013-02-15 | Merge branch 'x86/mm2' into x86/mm | H. Peter Anvin | 1 | -90/+141 |
2013-02-14 | x86, mm: Move reserving low memory later in initialization | H. Peter Anvin | 1 | -4/+9 |
2013-02-14 | x86, efi: remove duplicate code in setup_arch() by using, efi_is_native() | Satoru Takeuchi | 1 | -2/+1 |
2013-02-01 | Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 | H. Peter Anvin | 1 | -8/+8 |
2013-01-30 | efi: Make 'efi_enabled' a function to query EFI facilities | Matt Fleming | 1 | -14/+14 |
2013-01-29 | x86: Merge early kernel reserve for 32bit and 64bit | Yinghai Lu | 1 | -0/+9 |
2013-01-29 | x86: Add Crash kernel low reservation | Yinghai Lu | 1 | -2/+40 |
2013-01-29 | x86, kdump: Remove crashkernel range find limit for 64bit | Yinghai Lu | 1 | -3/+1 |
2013-01-29 | memblock: Add memblock_mem_size() | Yinghai Lu | 1 | -15/+1 |
2013-01-29 | x86, boot: Not need to check setup_header version for setup_data | Yinghai Lu | 1 | -6/+0 |
2013-01-29 | x86, boot: Support loading bzImage, boot_params and ramdisk above 4G | Yinghai Lu | 1 | -0/+4 |
2013-01-29 | x86: Add get_ramdisk_image/size() | Yinghai Lu | 1 | -8/+21 |
2013-01-29 | x86: Merge early_reserve_initrd for 32bit and 64bit | Yinghai Lu | 1 | -4/+18 |
2013-01-29 | x86, 64bit: Don't set max_pfn_mapped wrong value early on native path | Yinghai Lu | 1 | -0/+2 |
2013-01-29 | x86, 64bit: Use a #PF handler to materialize early mappings on demand | H. Peter Anvin | 1 | -0/+2 |
2013-01-29 | x86, realmode: Separate real_mode reserve and setup | Yinghai Lu | 1 | -1/+3 |
2013-01-29 | x86: Factor out e820_add_kernel_range() | Yinghai Lu | 1 | -14/+22 |
2013-01-29 | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 | H. Peter Anvin | 1 | -4/+84 |
2013-01-25 | Merge tag 'v3.8-rc5' into x86/mm | H. Peter Anvin | 1 | -4/+84 |
2013-01-13 | x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCI | H. Peter Anvin | 1 | -0/+2 |
2013-01-13 | x86/Sandy Bridge: mark arrays in __init functions as __initconst | H. Peter Anvin | 1 | -2/+2 |
2013-01-11 | x86/Sandy Bridge: reserve pages when integrated graphics is present | Jesse Barnes | 1 | -0/+78 |
2012-12-14 | Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+4 |
2012-12-05 | x86: Use PCI setup data | Matthew Garrett | 1 | -4/+0 |
2012-11-17 | x86, mm: kill numa_64.h | Yinghai Lu | 1 | -3/+0 |
2012-11-17 | x86, mm: Move init_gbpages() out of setup.c | Yinghai Lu | 1 | -14/+1 |
2012-11-17 | x86, mm: Move min_pfn_mapped back to mm/init.c | Yinghai Lu | 1 | -1/+0 |
2012-11-17 | x86, mm: setup page table in top-down | Yinghai Lu | 1 | -0/+3 |
2012-11-17 | x86, mm: relocate initrd under all mem for 64bit | Yinghai Lu | 1 | -4/+3 |
2012-11-17 | x86, mm: Only direct map addresses that are marked as E820_RAM | Jacob Shin | 1 | -3/+5 |
2012-11-17 | x86, mm: use pfn_range_is_mapped() with reserve_initrd | Yinghai Lu | 1 | -24/+28 |
2012-11-17 | x86, mm: if kernel .text .data .bss are not marked as E820_RAM, complain and fix | Jacob Shin | 1 | -0/+14 |
2012-11-17 | x86, mm: Set memblock initial limit to 1M | Yinghai Lu | 1 | -1/+1 |
2012-11-17 | x86, mm: Move init_memory_mapping calling out of setup.c | Yinghai Lu | 1 | -26/+1 |
2012-11-17 | x86, mm: Add global page_size_mask and probe one time only | Yinghai Lu | 1 | -0/+1 |
2012-11-16 | x86: Use __pa_symbol instead of __pa on C visible symbols | Alexander Duyck | 1 | -8/+8 |
2012-10-26 | Merge tag 'efi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mfle... | Ingo Molnar | 1 | -0/+12 |
2012-10-25 | x86: efi: Turn off efi_enabled after setup on mixed fw/kernel | Olof Johansson | 1 | -0/+12 |
2012-10-24 | x86, mm: Use memblock memory loop instead of e820_RAM | Yinghai Lu | 1 | -7/+8 |
2012-10-19 | Merge commit '5bc66170dc486556a1e36fd384463536573f4b82' into x86/urgent | H. Peter Anvin | 1 | -4/+5 |
2012-10-17 | x86: Exclude E820_RESERVED regions and memory holes above 4 GB from direct ma... | Jacob Shin | 1 | -2/+15 |
2012-10-12 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+3 |
2012-10-04 | Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+1 |
2012-10-01 | ACPI: Fix build when disabled | David Rientjes | 1 | -0/+2 |
2012-09-30 | ACPI: Store valid ACPI tables passed via early initrd in reserved memblock areas | Thomas Renninger | 1 | -0/+2 |