summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/efi: earlyprintk=efi,keep fixDave Young2014-05-031-19/+64
* efi: Pass correct file handle to efi_file_{read,close}Matt Fleming2014-04-101-6/+6
* x86/efi: Correct EFI boot stub use of code32_startMatt Fleming2014-04-103-14/+8
* x86/efi: Fix boot failure with EFI stubMatt Fleming2014-04-101-1/+1
* x86, efi: Abstract x86 efi_early callsMatt Fleming2014-03-261-79/+76
* x86/efi: Restore 'attr' argument to query_variable_info()Matt Fleming2014-03-171-1/+1
* x86/efi: Rip out phys_efi_get_time()Matt Fleming2014-03-171-29/+0
* x86/efi: Preserve segment registers in mixed modeMatt Fleming2014-03-171-8/+17
* Merge branch 'mixed-mode' into efi-for-mingoMatt Fleming2014-03-053-3/+9
|\
| * x86/boot: Fix non-EFI buildMatt Fleming2014-03-052-0/+5
| * x86, tools: Fix up compiler warningsMatt Fleming2014-03-051-3/+4
* | Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming2014-03-0518-324/+1823
|\ \ | |/
| * x86/efi: Re-disable interrupts after calling firmware servicesMatt Fleming2014-03-041-0/+6
| * x86/boot: Don't overwrite cr4 when enabling PAEMatt Fleming2014-03-041-1/+2
| * x86/efi: Wire up CONFIG_EFI_MIXEDMatt Fleming2014-03-045-7/+37
| * x86/efi: Add mixed runtime services supportMatt Fleming2014-03-046-33/+517
| * x86/efi: Firmware agnostic handover entry pointsMatt Fleming2014-03-046-23/+80
| * x86/efi: Split the boot stub into 32/64 code pathsMatt Fleming2014-03-041-177/+637
| * x86/efi: Add early thunk code to go from 64-bit to 32-bitMatt Fleming2014-03-042-0/+179
| * x86/efi: Build our own EFI services pointer tableMatt Fleming2014-03-044-101/+339
| * efi: Add separate 32-bit/64-bit definitionsMatt Fleming2014-03-041-0/+44
| * x86/efi: Delete dead code when checking for non-nativeMatt Fleming2014-03-041-12/+0
| * x86/mm/pageattr: Always dump the right page table in an oopsMatt Fleming2014-03-043-5/+16
| * x86, tools: Consolidate #ifdef codeMatt Fleming2014-03-041-22/+42
| * x86/boot: Cleanup header.S by removing some #ifdefsMatt Fleming2014-03-041-7/+1
* | Merge remote-tracking branch 'tip/x86/urgent' into efi-for-mingoMatt Fleming2014-03-0518-69/+122
|\ \
| * | x86, trace: Fix CR2 corruption when tracing page faultsJiri Olsa2014-03-041-7/+13
| * | Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-03-043-8/+23
| |\ \
| | * | x86/efi: Quirk out SGI UVBorislav Petkov2014-03-043-8/+23
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-03-021-0/+3
| |\ \ \
| | * | | perf/x86: Fix event schedulingPeter Zijlstra2014-02-271-0/+3
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-03-012-4/+7
| |\ \ \ \
| | * | | | x86, kaslr: add missed "static" declarationsKees Cook2014-02-251-4/+5
| | * | | | x86, kaslr: export offset in VMCOREINFO ELF notesEugene Surovegin2014-02-251-0/+2
| | |/ / /
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-02-283-2/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini2014-02-271-1/+1
| | * | | kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig2014-02-271-1/+1
| | * | | KVM: MMU: drop read-only large sptes when creating lower level sptesMarcelo Tosatti2014-02-261-0/+1
| | | |/ | | |/|
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-233-21/+18
| |\ \ \
| | * | | x86: tsc: Add missing Baytrail frequency to the tableMika Westerberg2014-02-191-1/+1
| | * | | x86, tsc: Fallback to normal calibration if fast MSR calibration failsThomas Gleixner2014-02-193-20/+17
| | |/ /
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-02-225-26/+52
| |\ \ \
| | * | | perf/x86/uncore: Fix IVT/SNB-EP uncore CBOX NID filter tableStephane Eranian2014-02-211-1/+9
| | * | | perf/x86: Correctly use FEATURE_PDCMPeter Zijlstra2014-02-211-4/+1
| | * | | perf, nmi: Fix unknown NMI warningMarkus Metzger2014-02-211-4/+2
| | * | | perf/x86: Fix Userspace RDPMC switchPeter Zijlstra2014-02-091-1/+1
| | * | | perf/x86/intel/p6: Add userspace RDPMC quirk for PProPeter Zijlstra2014-02-093-16/+39
| * | | | Merge branch 'fixes-for-v3.14' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2014-02-201-1/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | x86: dma-mapping: fix GFP_ATOMIC macro usageMarek Szyprowski2014-02-111-1/+3
* | | | | x86/efi: Split efi_enter_virtual_modeBorislav Petkov2014-03-041-50/+98
OpenPOWER on IntegriCloud