summaryrefslogtreecommitdiff
path: root/arch/x86/platform/efi
AgeCommit message (Expand)Author
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-07-15x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski
2016-07-14x86/platform: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-06-27x86/efi: Remove the unused efi_get_time() functionArnd Bergmann
2016-06-27x86/efi: Update efi_thunk() to use the the arch_efi_call_virt*() macrosAlex Thorlton
2016-06-25x86/efi: get rid of superfluous __GFP_REPEATMichal Hocko
2016-06-03char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann
2016-06-03rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hArnd Bergmann
2016-05-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-05-20Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar
2016-05-17x86/efi: Fix 7-parameter efi_call()sLinus Torvalds
2016-05-17Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2016-05-16Merge branches 'acpi-drivers', 'acpi-pm', 'acpi-ec' and 'acpi-video'Rafael J. Wysocki
2016-05-07Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar
2016-05-04x86/efi-bgrt: Switch all pr_err() to pr_notice() for invalid BGRTJosh Boyer
2016-04-28x86/efi: Remove the always true EFI_DEBUG symbolMatt Fleming
2016-04-28efi: Check EFI_MEMORY_DESCRIPTOR version explicitlyArd Biesheuvel
2016-04-28efi: Remove global 'memmap' EFI memory mapMatt Fleming
2016-04-28efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming
2016-04-28efi: Get rid of the EFI_SYSTEM_TABLES status bitArd Biesheuvel
2016-04-09ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5Chen Yu
2016-03-21Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-21Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-03-12x86/efi: Fix boot crash by always mapping boot service regions into new EFI p...Matt Fleming
2016-02-29objtool: Mark non-standard object files and directoriesJosh Poimboeuf
2016-02-24x86/asm/efi: Create a stack frame in efi_call()Josh Poimboeuf
2016-02-22x86/efi: Only map kernel text for EFI mixed modeSai Praneeth
2016-02-22x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tablesSai Praneeth
2016-02-22x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd()Sai Praneeth
2016-02-03x86/efi: Show actual ending addresses in efi_print_memmapRobert Elliott
2016-02-03x86/efi/bgrt: Don't ignore the BGRT if the 'valid' bit is 0Môshe van der Sterre
2016-02-03efi: Add nonblocking option to efi_query_variable_store()Ard Biesheuvel
2016-02-03Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Ingo Molnar
2016-01-21x86/efi: Setup separate EFI page tables in kexec pathsMatt Fleming
2016-01-19x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton
2016-01-06x86/efi-bgrt: Replace early_memremap() with memremap()Matt Fleming
2015-12-19Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Thomas Gleixner
2015-12-14x86/efi-bgrt: Fix kernel panic when mapping BGRT dataSai Praneeth
2015-12-14x86/efi: Preface all print statements with efi* tagMatt Fleming
2015-11-29x86/efi: Build our own page table structuresMatt Fleming
2015-11-29x86/efi: Hoist page table switching code into efi_call_virt()Matt Fleming
2015-11-29x86/efi: Map RAM into the identity page table for mixed modeMatt Fleming
2015-11-29x86/mm/pat: Ensure cpa->pfn only contains page frame numbersMatt Fleming
2015-10-28efi: Use correct type for struct efi_memory_map::phys_mapArd Biesheuvel
2015-10-14Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar
2015-10-14Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar
2015-10-12x86/efi: Rename print_efi_memmap() to efi_print_memmap()Taku Izumi