summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/e820.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-09-141-1/+1
|\
| * x86, e820: Guard against array overflowed in __e820_add_region()Cyrill Gorcunov2009-08-261-1/+1
* | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-4/+3Star
* | x86: add boundary check for 32bit res before expand e820 resource to alignmentYinghai Lu2009-07-021-6/+10
|/
* x86/pci: remove rounding quirk from e820_setup_gap()Yinghai Lu2009-05-111-8/+3Star
* x86, e820, pci: reserve extra free space near end of RAMLinus Torvalds2009-05-111-0/+35
* x86: fix boot hang in early_reserve_e820()Jan Beulich2009-05-081-5/+6
* x86: e820 fix various signedness issues in setup.c and e820.cJaswinder Singh Rajput2009-03-231-5/+5
* x86: print out more info in e820_update_range()Yinghai Lu2009-03-151-21/+35
* x86: make e820_update_range() handle small range updateYinghai Lu2009-03-141-4/+19
* x86: fix e820_update_range()Yinghai Lu2009-03-131-21/+24
* x86: fix code paths used by update_mptableJan Beulich2009-03-131-7/+25
* x86: check range in reserve_early()Yinghai Lu2009-02-241-0/+3
* Merge branch 'linus' into releaseLen Brown2009-01-091-16/+0Star
|\
| * x86: change static allocation of trampoline areaRafael J. Wysocki2008-12-081-16/+0Star
* | x86 hibernate: Mark ACPI NVS memory region at startupRafael J. Wysocki2008-12-191-0/+21
|/
* x86: Clean up late e820 resource allocationLinus Torvalds2008-11-011-3/+5
*---. Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar2008-10-151-3/+1Star
|\ \ \
| | | * generic: redefine resource_size_t as phys_addr_tJeremy Fitzhardinge2008-09-141-3/+1Star
| | |/ | |/|
* | | Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detectIngo Molnar2008-09-101-1/+1
|\| |
| * | x86: fix memmap=exactmap boot argumentPrarit Bhargava2008-09-091-1/+1
| |/
* | x86: split e820 reserved entries record to late, v7Yinghai Lu2008-09-041-1/+1
* | x86: split e820 reserved entries record to late v4Ingo Molnar2008-09-041-3/+9
* | x86: split e820 reserved entries record to late v2Yinghai Lu2008-09-041-2/+18
* | x86, e820: add support for AddressRangeUnusuable ACPI memory typeCihula, Joseph2008-08-211-0/+4
|/
* x86: introduce x86_quirksYinghai Lu2008-07-201-7/+2Star
* x86: improve debug printout: add target bootmem range in early_res_to_bootmem()Yinghai Lu2008-07-201-1/+2
* x86: remove arch_get_ram_rangeYinghai Lu2008-07-191-21/+0Star
* x86, e820: remove end_user_pfnYinghai Lu2008-07-131-17/+2Star
* Merge branch 'x86/generalize-visws' into x86/coreIngo Molnar2008-07-111-0/+11
|\
| * x86: add early quirk supportIngo Molnar2008-07-101-0/+11
* | x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu2008-07-111-3/+20
* | x86: e820: user-defined memory maps: remove the range instead of update it to...Yinghai Lu2008-07-111-6/+5Star
|/
* x86: make e820_end return end_of_ram again for 64bitYinghai Lu2008-07-101-2/+0Star
* x86: e820 memmap - add checking for NULL early paramCyrill Gorcunov2008-07-091-0/+3
* x86: make e820_end return max ram type only for 32 bitYinghai Lu2008-07-091-0/+5
* x86: make max_pfn cover acpi table below 4gYinghai Lu2008-07-091-6/+12
* x86: let early_reserve_e820 update e820_saved tooYinghai Lu2008-07-091-3/+28
* x86: move saving e820_saved to setup_memory_mapYinghai Lu2008-07-091-3/+5
* x86: use FIRMWARE_MEMMAP on x86/E820Bernhard Walle2008-07-081-7/+37
* x86: make early_res_to_bootmem print out less 80 width charsYinghai Lu2008-07-081-2/+2
* x86: change copy_e820_map to append_e820_mapYinghai Lu2008-07-081-5/+6
* x86: cleanup e820_setup_gap(), v2Alok Kataria2008-07-081-5/+7
* x86: move reserve_setup_data to setup.cYinghai Lu2008-07-081-1/+3
* x86: fix warning in e820_reserve_resources with 32bitYinghai Lu2008-07-081-3/+6
* x86: early res print out alignment v2Yinghai Lu2008-07-081-5/+15
* x86: limit E820 map when a user-defined memory map is specifiedBernhard Walle2008-07-081-0/+5
* mm, generic, x86 boot: more tweaks to hex prints of some pfn addressesPaul Jackson2008-07-081-1/+1
* x86: cleanup e820_setup_gap(), add e820_search_gap(), v2Alok Kataria2008-07-081-15/+28
* x86: remove end_pfn in 64bitYinghai Lu2008-07-081-1/+1