aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/e820.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-29x86/e820: Add a new e820 table update helperGravatar Ashish Kalra 1-3/+4
2024-03-22x86/kexec: Do not update E820 kexec table for setup_dataGravatar Dave Young 1-16/+1
2024-03-01x86/e820: Don't reserve SETUP_RNG_SEED in e820Gravatar Jiri Bohac 1-3/+5
2023-01-11x86/setup: Move duplicate boot_cpu_data definition out of the ifdefferyGravatar Yuntao Wang 1-2/+2
2023-01-11x86/boot/e820: Fix typo in e820.c commentGravatar Wang Yong 1-1/+1
2022-07-01x86/kexec: Carry forward IMA measurement log on kexecGravatar Jonathan McDowell 1-3/+3
2022-03-09x86/boot: Fix memremap of setup_indirect structuresGravatar Ross Philipson 1-11/+30
2021-04-26Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-2/+2
2021-04-21PM: hibernate: x86: Use crc32 instead of md5 for hibernation e820 integrity c...Gravatar Chris von Recklinghausen 1-2/+2
2021-03-18x86: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2020-10-13efi/fake_mem: arrange for a resource entry per efi_fake_mem instanceGravatar Dan Williams 1-1/+15
2020-06-11Rebase locking/kcsan to locking/urgentGravatar Thomas Gleixner 1-1/+9
2020-04-15crash_dump: Remove no longer used saved_max_pfnGravatar Kairui Song 1-8/+0
2020-02-24x86/kexec: Do not reserve EFI setup_data in the kexec e820 tableGravatar Dave Young 1-1/+9
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-2/+10
2019-11-12x86/boot: Introduce setup_indirectGravatar Daniel Kiper 1-0/+11
2019-11-07x86/efi: EFI soft reservation to E820 enumerationGravatar Dan Williams 1-2/+10
2019-07-16x86/e820: Use proper booleans instead of 0/1Gravatar Yi Wang 1-2/+2
2019-06-20x86/e820, ioport: Add a new I/O resource descriptor IORES_DESC_RESERVEDGravatar Lianbo Jiang 1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-04-30kvm, x86: Properly check whether a pfn is an MMIO or notGravatar KarimAllah Ahmed 1-3/+15
2019-03-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+4
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-0/+3
2019-03-12memblock: drop __memblock_alloc_base()Gravatar Mike Rapoport 1-1/+1
2019-03-11Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+5
2019-02-18x86: respect memory size limiting via mem= parameterGravatar Juergen Gross 1-0/+5
2019-01-13x86/e820: Replace kmalloc() + memcpy() with kmemdup()Gravatar Huang Zijiang 1-6/+3
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESGravatar Mike Rapoport 1-1/+2
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-2/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocGravatar Mike Rapoport 1-1/+1
2018-10-26Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"Gravatar Masayoshi Mizuma 1-12/+3
2018-06-28x86/e820: put !E820_TYPE_RAM regions into memblock.reservedGravatar Naoya Horiguchi 1-3/+12
2018-05-13x86: Remove pr_fmt duplicate logging prefixesGravatar Joe Perches 1-15/+17
2018-02-26x86/boot/e820: Implement a range manipulation operatorGravatar Jan H. Schönherr 1-0/+18
2017-07-18x86/boot/e820: Add support to determine the E820 type of an addressGravatar Tom Lendacky 1-3/+23
2017-07-05x86/boot/e820: Introduce the bootloader provided e820_table_firmware[] tableGravatar Chen Yu 1-5/+26
2017-07-05x86/boot/e820: Rename the e820_table_firmware to e820_table_kexecGravatar Chen Yu 1-21/+21
2017-07-05x86/boot/e820: Avoid overwriting e820_table_firmwareGravatar Chen Yu 1-2/+4
2017-04-14x86/boot/e820: Remove a redundant self assignmentGravatar Colin King 1-1/+0
2017-02-01x86/boot: Fix pr_debug() API braindamageGravatar Borislav Petkov 1-3/+3
2017-01-30x86/boot/e820: Simplify e820__update_table()Gravatar Ingo Molnar 1-39/+31
2017-01-29x86/boot/e820: Separate the E820 ABI structures from the in-kernel structuresGravatar Ingo Molnar 1-11/+9
2017-01-29x86/boot/e820: Fix and clean up e820_type switch() statementsGravatar Ingo Molnar 1-2/+10
2017-01-28x86/boot/e820: Rename the remaining E820 APIs to the e820__*() prefixGravatar Ingo Molnar 1-4/+4
2017-01-28x86/boot/e820: Remove unnecessary #include'sGravatar Ingo Molnar 1-7/+0
2017-01-28x86/boot/e820: Rename e820_mark_nosave_regions() to e820__register_nosave_reg...Gravatar Ingo Molnar 1-5/+5
2017-01-28x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*()Gravatar Ingo Molnar 1-7/+9
2017-01-28x86/boot/e820: Use bool in query APIsGravatar Ingo Molnar 1-5/+5
2017-01-28x86/boot/e820: Document e820__reserve_setup_data()Gravatar Ingo Molnar 1-2/+9
2017-01-28x86/boot/e820: Clean up __e820__update_table() et alGravatar Ingo Molnar 1-59/+61