aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/efi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-27x86: Make EFI RTC function depend on 32bit againFeng Tang1-0/+2
2009-09-16x86: Move get/set_wallclock to x86_platform_opsFeng Tang1-0/+4
2009-08-09x86: fix buffer overflow in efi_init()Roel Kluin1-1/+1
2009-08-03x86: Make 64-bit efi_ioremap use ioremap on MMIO regionsPaul Mackerras1-1/+1
2009-06-16x86: correct the conversion of EFI memory typesCliff Wickman1-3/+28
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-0/+2
2009-03-04x86: EFI: Back efi_ioremap with init_memory_mapping instead of FIX_MAPHuang Ying1-2/+5
2009-01-21x86: make UV support configurableNick Piggin1-0/+2
2008-10-16x86: Add UV EFI table entry v4Russ Anderson1-0/+4
2008-10-03x86: trivial printk fix in efi.cRuss Anderson1-2/+4
2008-07-11x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu1-1/+1
2008-07-08x86 boot: only pick up additional EFI memmap if add_efi_memmap flagPaul Jackson1-2/+14
2008-07-08x86 boot: x86_64 efi compiler warning fixPaul Jackson1-5/+9
2008-07-08x86: rename two e820 related functionsYinghai Lu1-1/+1
2008-06-05x86: reserve EFI memory map with reserve_earlyHuang, Ying1-13/+20
2008-05-25x86 boot: add code to add BIOS provided EFI memory entries to kernelPaul Jackson1-0/+26
2008-04-19x86: EFI_PAGE_SHIFT fixHuang, Ying1-5/+13
2008-02-19x86: sparse warning in efi.cHarvey Harrison1-1/+1
2008-02-14x86: EFI set_memory_x()/set_memory_uc() fixesIngo Molnar1-2/+2
2008-02-13x86: EFI runtime code mapping enhancementHuang, Ying1-4/+2
2008-02-13x86: EFI: fix use of unitialized variable and the cache logicThomas Gleixner1-3/+3
2008-02-04x86: fix EFI mappingHuang, Ying1-27/+30
2008-01-30x86: fixes some bugs about EFI memory map handlingHuang, Ying1-0/+2
2008-01-30x86: use reboot_type on EFI 32Huang, Ying1-2/+0
2008-01-30x86: convert CPA users to the new set_page_ APIArjan van de Ven1-4/+4
2008-01-30x86: introduce max_pfn_mappedThomas Gleixner1-2/+2
2008-01-30x86: fix some bugs about EFI runtime code mappingHuang, Ying1-5/+30
2008-01-30x86 32-bit boot: rename bt_ioremap() to early_ioremap()Huang, Ying1-12/+12
2008-01-30x86: 32-bit EFI runtime service support: fixes in sync with 64-bit supportHuang, Ying1-0/+7
2008-01-30x86: EFI runtime service supportHuang, Ying1-0/+480