| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-03-15 | 1 | -0/+1 |
|\ |
|
| * | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov | 2016-01-30 | 1 | -0/+1 |
* | | x86/e820: Set System RAM type and descriptor | Toshi Kani | 2016-01-30 | 1 | -1/+37 |
|/ |
|
* | x86/e820: Deinline e820_type_to_string, save 126 bytes | Denys Vlasenko | 2015-09-30 | 1 | -1/+1 |
* | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-06-29 | 1 | -4/+24 |
|\ |
|
| * | e820, efi: add ACPI 6.0 persistent memory types | Dan Williams | 2015-05-27 | 1 | -4/+24 |
* | | mm/memblock: add extra "flags" to memblock to allow selection of memory based... | Tony Luck | 2015-06-24 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'x86-pmem-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-18 | 1 | -6/+20 |
|\ |
|
| * | x86/mm: Add support for the non-standard protected e820 type | Christoph Hellwig | 2015-04-01 | 1 | -6/+20 |
* | | x86/mm: Use early_memunmap() instead of early_iounmap() | Juergen Gross | 2015-02-24 | 1 | -1/+1 |
|/ |
|
* | x86, e820: Clean up sanitize_e820_map() users | WANG Chao | 2015-01-23 | 1 | -18/+8 |
* | x86/mm: Use min() instead of min_t() in the e820 printout code | Xishi Qiu | 2014-12-11 | 1 | -2/+2 |
* | x86/mm, hibernate: Do not assume the first e820 area to be RAM | Lee, Chun-Yi | 2014-09-16 | 1 | -4/+3 |
* | x86/mm: memblock: switch to use NUMA_NO_NODE | Grygorii Strashko | 2014-01-21 | 1 | -1/+1 |
* | x86: avoid remapping data in parse_setup_data() | Linn Crosetto | 2013-08-13 | 1 | -1/+4 |
* | x86, mm: Let "memmap=" take more entries one time | Yinghai Lu | 2012-11-17 | 1 | -1/+15 |
* | x86, mm: Trim memory in memblock to be page aligned | Yinghai Lu | 2012-10-24 | 1 | -0/+3 |
* | firmware_map: make firmware_map_add_early() argument consistent with firmware... | Yasuaki Ishimatsu | 2012-07-30 | 1 | -1/+1 |
* | x86: print e820 physical addresses consistently with other parts of kernel | Bjorn Helgaas | 2012-05-29 | 1 | -26/+27 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-01-18 | 1 | -2/+2 |
|\ |
|
| * | ACPI, Record ACPI NVS regions | Huang Ying | 2012-01-17 | 1 | -2/+2 |
| * | Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid" | Keith Packard | 2011-12-12 | 1 | -2/+1 |
| * | x86, efi: Calling __pa() with an ioremap()ed address is invalid | Matt Fleming | 2011-12-09 | 1 | -1/+2 |
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-11 | 1 | -35/+24 |
|\ \ |
|
| * | | arch/x86/kernel/e820.c: quiet sparse noise about plain integer as NULL pointer | H Hartley Sweeten | 2011-12-05 | 1 | -1/+1 |
| * | | arch/x86/kernel/e820.c: Eliminate bubble sort from sanitize_e820_map() | Mike Ditto | 2011-12-05 | 1 | -35/+24 |
| |/ |
|
* | | memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users | Tejun Heo | 2011-12-08 | 1 | -2/+1 |
* | | Merge branch 'master' into x86/memblock | Tejun Heo | 2011-11-28 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | | memblock, x86: Reimplement memblock_find_dma_reserve() using iterators | Tejun Heo | 2011-07-14 | 1 | -5/+20 |
* | | x86: Use __memblock_alloc_base() in early_reserve_e820() | Tejun Heo | 2011-07-14 | 1 | -24/+6 |
* | | memblock: Kill MEMBLOCK_ERROR | Tejun Heo | 2011-07-13 | 1 | -1/+1 |
|/ |
|
* | crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s... | Olaf Hering | 2011-03-23 | 1 | -0/+1 |
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-03-15 | 1 | -7/+1 |
|\ |
|
| * | x86: e820: Remove conditional early mapping in parse_e820_ext | Sebastian Andrzej Siewior | 2011-02-23 | 1 | -7/+1 |
* | | x86: Emit "mem=nopentium ignored" warning when not supported | Kamal Mostafa | 2011-02-14 | 1 | -2/+5 |
* | | x86: Fix panic when handling "mem={invalid}" param | Kamal Mostafa | 2011-02-14 | 1 | -0/+3 |
|/ |
|
* | PM / ACPI: Move NVS saving and restoring code to drivers/acpi | Rafael J. Wysocki | 2011-01-07 | 1 | -0/+1 |
* | x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get ... | Yinghai Lu | 2010-08-27 | 1 | -0/+16 |
* | x86: Remove not used early_res code | Yinghai Lu | 2010-08-27 | 1 | -52/+0 |
* | x86: Use memblock to replace early_res | Yinghai Lu | 2010-08-27 | 1 | -106/+53 |
* | suspend: Move NVS save/restore code to generic suspend functionality | Matthew Garrett | 2010-06-10 | 1 | -1/+1 |
* | x86: Make e820_remove_range to handle all covered case | Yinghai Lu | 2010-03-31 | 1 | -4/+20 |
* | core: Move early_res from arch/x86 to kernel/ | Yinghai Lu | 2010-02-16 | 1 | -1/+9 |
* | x86: Add find_fw_memmap_area | Yinghai Lu | 2010-02-12 | 1 | -0/+4 |
* | x86: Move back find_e820_area to e820.c | Yinghai Lu | 2010-02-12 | 1 | -0/+53 |
* | x86: Separate early_res related code from e820.c | Yinghai Lu | 2010-02-12 | 1 | -540/+1 |
* | x86: Move bios page reserve early to head32/64.c | Yinghai Lu | 2010-02-12 | 1 | -20/+2 |
* | x86: Make 64 bit use early_res instead of bootmem before slab | Yinghai Lu | 2010-02-12 | 1 | -13/+146 |
* | x86: Dynamically increase early_res array size | Yinghai Lu | 2010-02-10 | 1 | -0/+53 |