blob: ed0aec0d91d5cc33f5809730b35f45d6e56923fc [file] [log] [blame]
3f9412c73053 ("x86/kaslr: Drop redundant cur_entry from __process_mem_region()")
27aac2057411 ("x86/boot/KASLR: Rename process_e820_entry() into process_mem_region()")
87891b01b542 ("x86/boot/KASLR: Switch to pass struct mem_vector to process_e820_entry()")
f62995c92a29 ("x86/boot/KASLR: Wrap e820 entries walking code into new function process_e820_entries()")
4cdba14f84c9 ("x86/KASLR: Handle the memory limit specified by the 'memmap=' and 'mem=' boot options")
d52e7d5a952c ("x86/KASLR: Parse all 'memmap=' boot option entries")
7410aa1ca377 ("x86/boot/e820: Separate the E820 ABI structures from the in-kernel structures")
9a02fd0f1efb ("x86/boot/e820: Clean up __e820__update_table() et al")
f9748fa04585 ("x86/boot/e820: Simplify the e820__update_table() interface")
e7dbf7ad4172 ("xen, x86/boot/e820: Simplify Xen's xen_e820_table construct")
d88961b5d436 ("x86/boot/e820: Clean up and standardize sizeof() uses")
08b46d5dd869 ("x86/boot/e820: Clean up the E820 table size define names")
09821ff1d50a ("x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"")
6afc03b86470 ("x86/boot/e820: Use 'enum e820_type' when handling the e820 region type")
09c5151339ca ("x86/boot/e820: Use 'enum e820_type' in 'struct e820_entry'")
c594761d1d95 ("x86/boot/e820: Simplify e820_reserve_resources()")
be0c3f0fcade ("x86/boot/e820: Rename e820_print_map() to e820__print_table()")
ab6bc04cfdbd ("x86/boot/e820: Create coherent API function names for E820 range operations")
3bce64f019a8 ("x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any()/e820__mapped_all()")
f52355a99fc0 ("x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()")
6464d294d251 ("x86/boot/e820: Rename update_e820() to e820__update_table()")
5da217ca967b ("x86/boot/e820: Rename early_reserve_e820() to e820__memblock_alloc() and document it")
da92139bff5f ("x86/boot/e820: Move e820_reserve_setup_data() to e820.c")
4270fd8b4c27 ("x86/boot/e820: Move the memblock_find_dma_reserve() function and rename it to memblock_set_dma_reserve()")
01259ef1e090 ("x86/boot/e820: Convert printk(KERN_* ...) to pr_*()")
e5540f875404 ("x86/boot/e820: Consolidate 'struct e820_entry *entry' local variable names")
4918e2286d0c ("x86/boot/e820: Rename memblock_x86_fill() to e820__memblock_setup() and improve the explanations")
640e1b38b005 ("x86/boot/e820: Basic cleanup of e820.c")
544a0f47e780 ("x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the description")
103e20630963 ("x86/boot/e820: Rename default_machine_specific_memory_setup() to e820__memory_setup_default()")
bf495573fae8 ("x86/boot/e820: Harmonize the 'struct e820_table' fields")
61a501016382 ("x86/boot/e820: Rename everything to e820_table")
acd4c0487288 ("x86/boot/e820: Rename 'e820_map' variables to 'e820_array'")
8ec67d97bff5 ("x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 'struct e820_array'")
993f4b77aa77 ("x86/boot/e820: Remove unnecessary __ASSEMBLY__ guard")
0f856508ad59 ("x86/boot/e820: Clean up asm/e820/api.h")
7b6e4ba3cb1f ("x86/boot/e820: Clean up the E820_X_MAX definition")
99da1ffe0a85 ("x86/boot/e820: Split minimal UAPI types out into uapi/asm/e820/types.h")
66441bd3cfdc ("x86/boot/e820: Move asm/e820.h to asm/e820/api.h")
7b80ba55aa29 ("x86/boot/e820: Clean up and improve comments in asm/e820/types.h")
70a9d8184cce ("x86/boot/e820: Introduce arch/x86/include/asm/e820/types.h")
f28442497b5c ("x86/boot: Fix KASLR and memmap= collision")
c19a5f35e315 ("x86/e820/32: Fix e820_search_gap() error handling on x86-32")
b4ed1d15b453 ("x86/e820: Make e820_search_gap() static and remove unused variables")
aa3ecf388adc ("Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip")