Commit Graph

84 Commits (d3f2c67f2d10675f45b0d9257269420e9f59aa1a)

Author SHA1 Message Date
Yinghai Lu 9dad0fd5a7 x86: Fix size for ex trampoline with 32bit 15 years ago
Yinghai Lu 6a1e008a09 x86: Increase MAX_EARLY_RES; insufficient on 32-bit NUMA 15 years ago
Yinghai Lu 893f38d144 x86: Use find_e820() instead of hard coded trampoline address 15 years ago
Yinghai Lu 15b812f1d0 pci: increase alignment to make more space for hidden code 16 years ago
Jan Beulich 3c1596efe1 mm: don't use alloc_bootmem_low() where not strictly needed 16 years ago
Thomas Gleixner 6b18ae3e2f x86: Move memory_setup to x86_init_ops 16 years ago
Cyrill Gorcunov 5051fd6977 x86, e820: Guard against array overflowed in __e820_add_region() 16 years ago
Joe Perches ad361c9884 Remove multiple KERN_ prefixes from printk formats 16 years ago
Yinghai Lu 7c5371c403 x86: add boundary check for 32bit res before expand e820 resource to alignment 16 years ago
Yinghai Lu 5d423ccd7b x86/pci: remove rounding quirk from e820_setup_gap() 16 years ago
Linus Torvalds 45fbe3ee01 x86, e820, pci: reserve extra free space near end of RAM 16 years ago
Jan Beulich 6143876651 x86: fix boot hang in early_reserve_e820() 16 years ago
Jaswinder Singh Rajput ba639039d6 x86: e820 fix various signedness issues in setup.c and e820.c 16 years ago
Yinghai Lu c61cf4cfe7 x86: print out more info in e820_update_range() 16 years ago
Yinghai Lu 78a8b35bc7 x86: make e820_update_range() handle small range update 16 years ago
Yinghai Lu 773e673de2 x86: fix e820_update_range() 16 years ago
Jan Beulich 5c0e6f035d x86: fix code paths used by update_mptable 16 years ago
Yinghai Lu 46cb27f516 x86: check range in reserve_early() 16 years ago
Rafael J. Wysocki b69edc7653 x86 hibernate: Mark ACPI NVS memory region at startup 16 years ago
Rafael J. Wysocki 3e1e9002aa x86: change static allocation of trampoline area 16 years ago
Linus Torvalds 1f98757776 x86: Clean up late e820 resource allocation 17 years ago
Jeremy Fitzhardinge 8308c54d7e generic: redefine resource_size_t as phys_addr_t 17 years ago
Prarit Bhargava d6be118a97 x86: fix memmap=exactmap boot argument 17 years ago
Yinghai Lu fac8f1e4f9 x86: split e820 reserved entries record to late, v7 17 years ago
Ingo Molnar a5444d15b6 x86: split e820 reserved entries record to late v4 17 years ago
Yinghai Lu 58f7c98850 x86: split e820 reserved entries record to late v2 17 years ago
Cihula, Joseph 671eef85a3 x86, e820: add support for AddressRangeUnusuable ACPI memory type 17 years ago
Yinghai Lu 3c9cb6de1e x86: introduce x86_quirks 17 years ago
Yinghai Lu 5f1f2b3d9d x86: improve debug printout: add target bootmem range in early_res_to_bootmem() 17 years ago
Yinghai Lu e5849e71ad x86: remove arch_get_ram_range 17 years ago
Yinghai Lu 7b479becdb x86, e820: remove end_user_pfn 17 years ago
Yinghai Lu f361a450bf x86: introduce max_low_pfn_mapped for 64-bit 17 years ago
Yinghai Lu 69a7704d7a x86: e820: user-defined memory maps: remove the range instead of update it to reserved 17 years ago
Ingo Molnar 3b33553bad x86: add early quirk support 17 years ago
Yinghai Lu 3d43ecd286 x86: make e820_end return end_of_ram again for 64bit 17 years ago
Cyrill Gorcunov a737abd11a x86: e820 memmap - add checking for NULL early param 17 years ago
Yinghai Lu c22d4c1885 x86: make e820_end return max ram type only for 32 bit 17 years ago
Yinghai Lu 2dc807b37b x86: make max_pfn cover acpi table below 4g 17 years ago
Yinghai Lu fc9036ea1a x86: let early_reserve_e820 update e820_saved too 17 years ago
Yinghai Lu 0be15526be x86: move saving e820_saved to setup_memory_map 17 years ago
Bernhard Walle 5dfcf14d5b x86: use FIRMWARE_MEMMAP on x86/E820 17 years ago
Yinghai Lu 4fcc545a74 x86: make early_res_to_bootmem print out less 80 width chars 17 years ago
Yinghai Lu dc8e8120ad x86: change copy_e820_map to append_e820_map 17 years ago
Alok Kataria fd6493e166 x86: cleanup e820_setup_gap(), v2 17 years ago
Yinghai Lu 28bb223795 x86: move reserve_setup_data to setup.c 17 years ago
Yinghai Lu b4df32f4ae x86: fix warning in e820_reserve_resources with 32bit 17 years ago
Yinghai Lu ab67715c72 x86: early res print out alignment v2 17 years ago
Bernhard Walle 611dfd7819 x86: limit E820 map when a user-defined memory map is specified 17 years ago
Paul Jackson 5dab8ec139 mm, generic, x86 boot: more tweaks to hex prints of some pfn addresses 17 years ago
Alok Kataria 3381959da5 x86: cleanup e820_setup_gap(), add e820_search_gap(), v2 17 years ago