aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/platform
AgeCommit message (Expand)AuthorFilesLines
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 2-0/+2
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-216/+2
2018-08-13Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-5/+1
2018-08-13Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-10/+105
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyGravatar Thomas Gleixner 1-2/+2
2018-08-05x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1dGravatar Nicolai Stange 1-0/+1
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hGravatar Nicolai Stange 1-0/+1
2018-08-02x86/platform/UV: Remove redundant check of p == qGravatar Colin Ian King 1-2/+0
2018-08-02x86/platform/olpc: Use PTR_ERR_OR_ZERO()Gravatar zhong jiang 1-3/+1
2018-07-22efi/x86: Prevent reentrant firmware calls in mixed modeGravatar Ard Biesheuvel 1-3/+98
2018-07-22x86/efi: Access EFI MMIO data as unencrypted when SEV is activeGravatar Brijesh Singh 1-1/+1
2018-07-16efi: Drop type and attribute checks in efi_mem_desc_lookup()Gravatar Ard Biesheuvel 1-1/+2
2018-07-16efi/x86: Use non-blocking SetVariable() for efi_delete_dummy_variable()Gravatar Sai Praneeth 1-6/+5
2018-07-03x86/platform/intel-mid: Remove per platform codeGravatar Andy Shevchenko 5-100/+2
2018-07-03x86/platform/intel-mid: Remove custom TSC calibrationGravatar Andy Shevchenko 3-116/+0
2018-06-27x86/efi: Fix efi_call_phys_epilog() with CONFIG_X86_5LEVEL=yGravatar Kirill A. Shutemov 1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-7/+2
2018-06-06x86/platform/uv: Use apic_ack_irq()Gravatar Thomas Gleixner 1-6/+1
2018-06-06x86/platform/uv: Remove extra parenthesesGravatar Varsha Rao 1-1/+1
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+6
2018-05-19x86: Convert x86_platform_ops to timespec64Gravatar Arnd Bergmann 1-6/+6
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableGravatar Kirill A. Shutemov 1-1/+1
2018-04-02Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-32/+40
2018-04-02Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-35/+6
2018-04-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-4/+12
2018-03-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+0
2018-03-28x86/platform/uv/BAU: Add APIC idt entryGravatar Andrew Banman 1-2/+0
2018-03-27Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictGravatar Ingo Molnar 1-1/+1
2018-03-25Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2018-03-23x86/efi: Free efi_pgd with free_pages()Gravatar Waiman Long 1-1/+1
2018-03-14Merge branch 'x86/urgent' into x86/mm to pick up dependenciesGravatar Thomas Gleixner 1-1/+1
2018-03-12x86/platform/intel-mid: Add special handling for ACPI HW reduced platformsGravatar Andy Shevchenko 1-0/+6
2018-03-12x86/efi: Use efi_switch_mm() rather than manually twiddling with %cr3Gravatar Sai Praneeth 2-20/+23
2018-03-12x86/efi: Replace efi_pgd with efi_mm.pgdGravatar Sai Praneeth 1-9/+9
2018-03-12efi: Use string literals for efi_char16_t variable initializersGravatar Ard Biesheuvel 1-3/+5
2018-03-12efi: Use efi_mm in x86 as well as ARMGravatar Sai Praneeth 1-0/+3
2018-03-12Merge branch 'x86/mm' into efi/coreGravatar Ingo Molnar 1-1/+3
2018-03-09x86/efi: Replace GFP_ATOMIC with GFP_KERNEL in efi_query_variable_store()Gravatar Jia-Ju Bai 1-1/+1
2018-02-28x86/platform/intel-mid: Handle Intel Edison reboot correctlyGravatar Sebastian Panceac 1-1/+1
2018-02-26Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesGravatar Ingo Molnar 1-1/+1
2018-02-16x86/mm: Replace compile-time checks for 5-level paging with runtime-time checksGravatar Kirill A. Shutemov 1-1/+1
2018-02-16x86/platform/quark: Re-use DEFINE_SHOW_ATTRIBUTE() macroGravatar Andy Shevchenko 1-21/+3
2018-02-16x86/platform/atom: Re-use DEFINE_SHOW_ATTRIBUTE() macroGravatar Andy Shevchenko 1-14/+3
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Gravatar Andy Lutomirski 1-1/+1
2018-02-14x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableGravatar Kirill A. Shutemov 1-2/+2
2018-02-13x86/mm/dump_pagetables: Add the EFI pagetable to the debugfs 'page_tables' di...Gravatar Andy Lutomirski 1-1/+3
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-2/+17