summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/e820.c
AgeCommit message (Expand)Author
2024-03-01x86/e820: Don't reserve SETUP_RNG_SEED in e820Jiri Bohac
2023-01-11x86/setup: Move duplicate boot_cpu_data definition out of the ifdefferyYuntao Wang
2023-01-11x86/boot/e820: Fix typo in e820.c commentWang Yong
2022-07-01x86/kexec: Carry forward IMA measurement log on kexecJonathan McDowell
2022-03-09x86/boot: Fix memremap of setup_indirect structuresRoss Philipson
2021-04-26Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-04-21PM: hibernate: x86: Use crc32 instead of md5 for hibernation e820 integrity c...Chris von Recklinghausen
2021-03-18x86: Fix various typos in commentsIngo Molnar
2020-10-13efi/fake_mem: arrange for a resource entry per efi_fake_mem instanceDan Williams
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-04-15crash_dump: Remove no longer used saved_max_pfnKairui Song
2020-02-24x86/kexec: Do not reserve EFI setup_data in the kexec e820 tableDave Young
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-11-12x86/boot: Introduce setup_indirectDaniel Kiper
2019-11-07x86/efi: EFI soft reservation to E820 enumerationDan Williams
2019-07-16x86/e820: Use proper booleans instead of 0/1Yi Wang
2019-06-20x86/e820, ioport: Add a new I/O resource descriptor IORES_DESC_RESERVEDLianbo Jiang
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-30kvm, x86: Properly check whether a pfn is an MMIO or notKarimAllah Ahmed
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-12memblock: drop __memblock_alloc_base()Mike Rapoport
2019-03-11Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-02-18x86: respect memory size limiting via mem= parameterJuergen Gross
2019-01-13x86/e820: Replace kmalloc() + memcpy() with kmemdup()Huang Zijiang
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-10-26Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"Masayoshi Mizuma
2018-06-28x86/e820: put !E820_TYPE_RAM regions into memblock.reservedNaoya Horiguchi
2018-05-13x86: Remove pr_fmt duplicate logging prefixesJoe Perches
2018-02-26x86/boot/e820: Implement a range manipulation operatorJan H. Schönherr
2017-07-18x86/boot/e820: Add support to determine the E820 type of an addressTom Lendacky
2017-07-05x86/boot/e820: Introduce the bootloader provided e820_table_firmware[] tableChen Yu
2017-07-05x86/boot/e820: Rename the e820_table_firmware to e820_table_kexecChen Yu
2017-07-05x86/boot/e820: Avoid overwriting e820_table_firmwareChen Yu
2017-04-14x86/boot/e820: Remove a redundant self assignmentColin King
2017-02-01x86/boot: Fix pr_debug() API braindamageBorislav Petkov
2017-01-30x86/boot/e820: Simplify e820__update_table()Ingo Molnar
2017-01-29x86/boot/e820: Separate the E820 ABI structures from the in-kernel structuresIngo Molnar
2017-01-29x86/boot/e820: Fix and clean up e820_type switch() statementsIngo Molnar
2017-01-28x86/boot/e820: Rename the remaining E820 APIs to the e820__*() prefixIngo Molnar
2017-01-28x86/boot/e820: Remove unnecessary #include'sIngo Molnar
2017-01-28x86/boot/e820: Rename e820_mark_nosave_regions() to e820__register_nosave_reg...Ingo Molnar
2017-01-28x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*()Ingo Molnar
2017-01-28x86/boot/e820: Use bool in query APIsIngo Molnar
2017-01-28x86/boot/e820: Document e820__reserve_setup_data()Ingo Molnar
2017-01-28x86/boot/e820: Clean up __e820__update_table() et alIngo Molnar
2017-01-28x86/boot/e820: Simplify the e820__update_table() interfaceIngo Molnar
2017-01-28x86/boot/e820: Clean up and standardize sizeof() usesIngo Molnar