Age | Commit message (Expand) | Author | Files | Lines |
2010-03-31 | x86: Make e820_remove_range to handle all covered case | Yinghai Lu | 1 | -4/+20 |
2010-02-16 | core: Move early_res from arch/x86 to kernel/ | Yinghai Lu | 1 | -1/+9 |
2010-02-12 | x86: Add find_fw_memmap_area | Yinghai Lu | 1 | -0/+4 |
2010-02-12 | x86: Move back find_e820_area to e820.c | Yinghai Lu | 1 | -0/+53 |
2010-02-12 | x86: Separate early_res related code from e820.c | Yinghai Lu | 1 | -540/+1 |
2010-02-12 | x86: Move bios page reserve early to head32/64.c | Yinghai Lu | 1 | -20/+2 |
2010-02-12 | x86: Make 64 bit use early_res instead of bootmem before slab | Yinghai Lu | 1 | -13/+146 |
2010-02-10 | x86: Dynamically increase early_res array size | Yinghai Lu | 1 | -0/+53 |
2010-02-10 | x86: Introduce max_early_res and early_res_count | Yinghai Lu | 1 | -15/+32 |
2010-02-10 | x86: Print out RAM buffer information | Yinghai Lu | 1 | -0/+2 |
2010-02-10 | Merge remote branch 'linus/master' into x86/bootmem | H. Peter Anvin | 1 | -2/+11 |
2010-02-01 | x86: Remove BIOS data range from e820 | Yinghai Lu | 1 | -0/+8 |
2010-01-04 | x86: Fix size for ex trampoline with 32bit | Yinghai Lu | 1 | -2/+2 |
2009-12-16 | x86: Increase MAX_EARLY_RES; insufficient on 32-bit NUMA | Yinghai Lu | 1 | -1/+1 |
2009-12-11 | x86: Use find_e820() instead of hard coded trampoline address | Yinghai Lu | 1 | -1/+10 |
2009-10-11 | pci: increase alignment to make more space for hidden code | Yinghai Lu | 1 | -2/+2 |
2009-09-22 | mm: don't use alloc_bootmem_low() where not strictly needed | Jan Beulich | 1 | -1/+1 |
2009-09-18 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -18/+1 |
2009-09-14 | Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2009-08-27 | x86: Move memory_setup to x86_init_ops | Thomas Gleixner | 1 | -18/+1 |
2009-08-26 | x86, e820: Guard against array overflowed in __e820_add_region() | Cyrill Gorcunov | 1 | -1/+1 |
2009-07-08 | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 1 | -4/+3 |
2009-07-02 | x86: add boundary check for 32bit res before expand e820 resource to alignment | Yinghai Lu | 1 | -6/+10 |
2009-05-11 | x86/pci: remove rounding quirk from e820_setup_gap() | Yinghai Lu | 1 | -8/+3 |
2009-05-11 | x86, e820, pci: reserve extra free space near end of RAM | Linus Torvalds | 1 | -0/+35 |
2009-05-07 | x86: fix boot hang in early_reserve_e820() | Jan Beulich | 1 | -5/+6 |
2009-03-23 | x86: e820 fix various signedness issues in setup.c and e820.c | Jaswinder Singh Rajput | 1 | -5/+5 |
2009-03-15 | x86: print out more info in e820_update_range() | Yinghai Lu | 1 | -21/+35 |
2009-03-14 | x86: make e820_update_range() handle small range update | Yinghai Lu | 1 | -4/+19 |
2009-03-13 | x86: fix e820_update_range() | Yinghai Lu | 1 | -21/+24 |
2009-03-13 | x86: fix code paths used by update_mptable | Jan Beulich | 1 | -7/+25 |
2009-02-24 | x86: check range in reserve_early() | Yinghai Lu | 1 | -0/+3 |
2009-01-09 | Merge branch 'linus' into release | Len Brown | 1 | -16/+0 |
2008-12-19 | x86 hibernate: Mark ACPI NVS memory region at startup | Rafael J. Wysocki | 1 | -0/+21 |
2008-12-08 | x86: change static allocation of trampoline area | Rafael J. Wysocki | 1 | -16/+0 |
2008-11-01 | x86: Clean up late e820 resource allocation | Linus Torvalds | 1 | -3/+5 |
2008-10-15 | Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri... | Ingo Molnar | 1 | -3/+1 |
2008-09-14 | generic: redefine resource_size_t as phys_addr_t | Jeremy Fitzhardinge | 1 | -3/+1 |
2008-09-10 | Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detect | Ingo Molnar | 1 | -1/+1 |
2008-09-09 | x86: fix memmap=exactmap boot argument | Prarit Bhargava | 1 | -1/+1 |
2008-09-04 | x86: split e820 reserved entries record to late, v7 | Yinghai Lu | 1 | -1/+1 |
2008-09-04 | x86: split e820 reserved entries record to late v4 | Ingo Molnar | 1 | -3/+9 |
2008-09-04 | x86: split e820 reserved entries record to late v2 | Yinghai Lu | 1 | -2/+18 |
2008-08-21 | x86, e820: add support for AddressRangeUnusuable ACPI memory type | Cihula, Joseph | 1 | -0/+4 |
2008-07-20 | x86: introduce x86_quirks | Yinghai Lu | 1 | -7/+2 |
2008-07-20 | x86: improve debug printout: add target bootmem range in early_res_to_bootmem() | Yinghai Lu | 1 | -1/+2 |
2008-07-18 | x86: remove arch_get_ram_range | Yinghai Lu | 1 | -21/+0 |
2008-07-13 | x86, e820: remove end_user_pfn | Yinghai Lu | 1 | -17/+2 |
2008-07-11 | Merge branch 'x86/generalize-visws' into x86/core | Ingo Molnar | 1 | -0/+11 |
2008-07-11 | x86: introduce max_low_pfn_mapped for 64-bit | Yinghai Lu | 1 | -3/+20 |