Age | Commit message (Expand) | Author | Files | Lines |
2017-01-28 | x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any... | Ingo Molnar | 1 | -3/+3 |
2017-01-28 | x86/boot/e820: Rename sanitize_e820_table() to e820__update_table() | Ingo Molnar | 1 | -8/+8 |
2017-01-28 | x86/boot/e820: Rename update_e820() to e820__update_table() | Ingo Molnar | 1 | -3/+3 |
2017-01-28 | x86/boot/e820: Rename early_reserve_e820() to e820__memblock_alloc() and docu... | Ingo Molnar | 1 | -3/+8 |
2017-01-28 | x86/boot/e820: Clarify the role of finish_e820_parsing() and rename it to e82... | Ingo Molnar | 1 | -1/+6 |
2017-01-28 | x86/boot/e820: Move e820_reserve_setup_data() to e820.c | Ingo Molnar | 1 | -0/+22 |
2017-01-28 | x86/boot/e820: Rename parse_e820_ext() to e820__memory_setup_extended() | Ingo Molnar | 1 | -1/+1 |
2017-01-28 | x86/boot/e820: Move the memblock_find_dma_reserve() function and rename it to... | Ingo Molnar | 1 | -31/+0 |
2017-01-28 | x86/boot/e820: Convert printk(KERN_* ...) to pr_*() | Ingo Molnar | 1 | -25/+25 |
2017-01-28 | x86/boot/e820: Consolidate 'struct e820_entry *entry' local variable names | Ingo Molnar | 1 | -55/+55 |
2017-01-28 | x86/boot/e820: Rename memblock_x86_fill() to e820__memblock_setup() and impro... | Ingo Molnar | 1 | -5/+9 |
2017-01-28 | x86/boot/e820: Basic cleanup of e820.c | Ingo Molnar | 1 | -240/+207 |
2017-01-28 | x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the... | Ingo Molnar | 1 | -29/+49 |
2017-01-28 | x86/boot/e820: Rename default_machine_specific_memory_setup() to e820__memory... | Ingo Molnar | 1 | -2/+7 |
2017-01-28 | x86/boot/e820: Harmonize the 'struct e820_table' fields | Ingo Molnar | 1 | -58/+56 |
2017-01-28 | x86/boot/e820: Rename everything to e820_table | Ingo Molnar | 1 | -76/+76 |
2017-01-28 | x86/boot/e820: Rename 'e820_map' variables to 'e820_array' | Ingo Molnar | 1 | -74/+74 |
2017-01-28 | x86/boot/e820: Remove e820_mark_nosave_regions() definition uglies | Ingo Molnar | 1 | -3/+0 |
2017-01-28 | x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's... | Ingo Molnar | 1 | -32/+32 |
2017-01-28 | x86/boot/e820: Move asm/e820.h to asm/e820/api.h | Ingo Molnar | 1 | -1/+1 |
2017-01-12 | x86/e820/32: Fix e820_search_gap() error handling on x86-32 | Arnd Bergmann | 1 | -2/+4 |
2016-12-28 | x86/e820: Make e820_search_gap() static and remove unused variables | Wei Yang | 1 | -11/+5 |
2016-10-16 | x86/e820: Don't merge consecutive E820_PRAM ranges | Dan Williams | 1 | -1/+1 |
2016-09-22 | x86/boot: Fix kdump, cleanup aborted E820_PRAM max_pfn manipulation | Dan Williams | 1 | -9/+5 |
2016-09-21 | x86/e820: Use much less memory for e820/e820_saved, save up to 120k | Denys Vlasenko | 1 | -4/+4 |
2016-09-21 | x86/e820: Prepare e280 code for switch to dynamic storage | Denys Vlasenko | 1 | -48/+77 |
2016-09-21 | x86/e820: Mark some static functions __init | Denys Vlasenko | 1 | -6/+6 |
2016-09-08 | x86/e820: Fix very large 'size' handling boundary condition | Wei Yang | 1 | -2/+2 |
2016-03-15 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
2016-01-30 | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov | 1 | -0/+1 |
2016-01-30 | x86/e820: Set System RAM type and descriptor | Toshi Kani | 1 | -1/+37 |
2015-09-30 | x86/e820: Deinline e820_type_to_string, save 126 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-06-29 | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+24 |
2015-06-25 | mm/memblock: add extra "flags" to memblock to allow selection of memory based... | Tony Luck | 1 | -1/+2 |
2015-05-28 | e820, efi: add ACPI 6.0 persistent memory types | Dan Williams | 1 | -4/+24 |
2015-04-18 | Merge branch 'x86-pmem-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -6/+20 |
2015-04-01 | x86/mm: Add support for the non-standard protected e820 type | Christoph Hellwig | 1 | -6/+20 |
2015-02-24 | x86/mm: Use early_memunmap() instead of early_iounmap() | Juergen Gross | 1 | -1/+1 |
2015-01-23 | x86, e820: Clean up sanitize_e820_map() users | WANG Chao | 1 | -18/+8 |
2014-12-11 | x86/mm: Use min() instead of min_t() in the e820 printout code | Xishi Qiu | 1 | -2/+2 |
2014-09-16 | x86/mm, hibernate: Do not assume the first e820 area to be RAM | Lee, Chun-Yi | 1 | -4/+3 |
2014-01-22 | x86/mm: memblock: switch to use NUMA_NO_NODE | Grygorii Strashko | 1 | -1/+1 |
2013-08-14 | x86: avoid remapping data in parse_setup_data() | Linn Crosetto | 1 | -1/+4 |
2012-11-17 | x86, mm: Let "memmap=" take more entries one time | Yinghai Lu | 1 | -1/+15 |
2012-10-24 | x86, mm: Trim memory in memblock to be page aligned | Yinghai Lu | 1 | -0/+3 |
2012-07-31 | firmware_map: make firmware_map_add_early() argument consistent with firmware... | Yasuaki Ishimatsu | 1 | -1/+1 |
2012-05-30 | x86: print e820 physical addresses consistently with other parts of kernel | Bjorn Helgaas | 1 | -26/+27 |
2012-01-19 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -2/+2 |
2012-01-17 | ACPI, Record ACPI NVS regions | Huang Ying | 1 | -2/+2 |
2012-01-12 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -35/+24 |