summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | arch/x86: Remove redundant set_bit(EFI_MEMMAP) callDaniel Kiper2014-07-181-2/+0
| * | | | | | | arch/x86: Remove redundant set_bit(EFI_SYSTEM_TABLES) callDaniel Kiper2014-07-181-2/+0
| * | | | | | | efi: Introduce EFI_PARAVIRT flagDaniel Kiper2014-07-181-6/+25
| * | | | | | | arch/x86: Do not access EFI memory map if it is not availableDaniel Kiper2014-07-181-0/+3
| * | | | | | | efi: Use early_mem*() instead of early_io*()Daniel Kiper2014-07-181-14/+14
| * | | | | | | x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flagMatt Fleming2014-07-183-2/+45
| * | | | | | | efi/reboot: Add generic wrapper around EfiResetSystem()Matt Fleming2014-07-181-5/+1
| * | | | | | | efi: efistub: Convert into static libraryArd Biesheuvel2014-07-182-3/+2
| * | | | | | | efi: efistub: Refactor stub componentsArd Biesheuvel2014-07-071-7/+6
| * | | | | | | efi/x86: efistub: Move shared dependencies to <asm/efi.h>Ard Biesheuvel2014-07-073-20/+26
| * | | | | | | efi/x86: Move UEFI Runtime Services wrappers to generic codeArd Biesheuvel2014-07-072-142/+3
| * | | | | | | x86/efi: Support initrd loaded above 4GYinghai Lu2014-06-191-3/+11
| * | | | | | | x86/efi: Use early_memunmap() to squelch sparse errorsMatt Fleming2014-06-191-2/+2
| * | | | | | | x86/efi: Move all workarounds to a separate file quirks.cSaurabh Tangri2014-06-194-236/+272
* | | | | | | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-08-0411-398/+433
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, cpu: Kill cpu_has_mpBorislav Petkov2014-07-141-4/+0
| * | | | | | | | x86, amd: Cleanup init_amdBorislav Petkov2014-07-141-178/+161
| * | | | | | | | x86/cpufeature: Add bug flags to /proc/cpuinfoBorislav Petkov2014-07-143-16/+53
| * | | | | | | | x86, cpufeature: Convert more "features" to bugsBorislav Petkov2014-06-186-20/+23
| * | | | | | | | Merge tag 'v3.16-rc1' into x86/cpufeatureH. Peter Anvin2014-06-18172-3319/+4860
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| * | | | | | | | x86/xsaves: Detect xsaves/xrstors featureFenghua Yu2014-05-294-3/+19
| * | | | | | | | x86/cpufeature.h: Reformat x86 feature macrosFenghua Yu2014-05-291-181/+181
| | | | | | | | |
| \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \
*---. \ \ \ \ \ \ \ \ Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug...Linus Torvalds2014-08-0410-75/+47
|\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | x86/debug: Drop several unnecessary CFI annotationsJan Beulich2014-07-161-26/+26
| | | | |_|_|/ / / / / | | | |/| | | | | | |
| | * | | | | | | | | x86: Simplify __HAVE_ARCH_CMPXCHG testsBorislav Petkov2014-07-116-25/+5
| | * | | | | | | | | x86/tsc: Get rid of custom DIV_ROUND() macroMichal Nazarewicz2014-06-191-4/+3
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | x86, build: Change code16gcc.h from a C header to an assembly headerH. Peter Anvin2014-06-042-20/+13
* | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-08-044-31/+102
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...Ingo Molnar2014-07-2834-180/+540
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | perf kvm: Use defines of kvm eventsAlexander Yarygin2014-07-162-0/+17
| * | | | | | | | | | | perf/x86/amd: Try to fix some mem allocation failure handlingZhouyi Zhou2014-07-161-27/+84
| * | | | | | | | | | | perf/x86: Micro-optimize nhmex_rbox_get_constraint()Rasmus Villemoes2014-07-051-4/+1
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-08-044-3/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-172-1/+4
| * | | | | | | | | | | Merge branch 'locking/urgent' into locking/core, before applying larger chang...Ingo Molnar2014-07-1725-167/+390
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86, locking: Use no more OOSTORE nonsensePeter Zijlstra2014-06-182-2/+2
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-0415-398/+680
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/kvm: Resolve shadow warnings in macro expansionMark D Rustad2014-07-311-2/+2
| * | | | | | | | | | | | KVM: vmx: remove duplicate vmx_mpx_supported() prototypeChris J Arges2014-07-301-1/+0
| * | | | | | | | | | | | x86/kvm: Resolve shadow warning from min macroMark Rustad2014-07-251-2/+1
| * | | | | | | | | | | | Replace NR_VMX_MSR with its definitionPaolo Bonzini2014-07-241-4/+4
| * | | | | | | | | | | | KVM: x86: Assertions to check no overrun in MSR listsNadav Amit2014-07-242-0/+3
| * | | | | | | | | | | | KVM: x86: set rflags.rf during fault injectionNadav Amit2014-07-241-0/+30
| * | | | | | | | | | | | KVM: x86: Setting rflags.rf during rep-string emulationNadav Amit2014-07-241-1/+5
| * | | | | | | | | | | | KVM: x86: DR6/7.RTM cannot be writtenNadav Amit2014-07-214-11/+31
| * | | | | | | | | | | | KVM: nVMX: clean up nested_release_vmcs12 and code around itPaolo Bonzini2014-07-211-21/+21
| * | | | | | | | | | | | KVM: nVMX: fix lifetime issues for vmcs02Paolo Bonzini2014-07-211-16/+33
| * | | | | | | | | | | | KVM: x86: Defining missing x86 vectorsNadav Amit2014-07-211-0/+3
| * | | | | | | | | | | | KVM: x86: emulator injects #DB when RFLAGS.RF is setNadav Amit2014-07-211-1/+2
| * | | | | | | | | | | | KVM: x86: Cleanup of rflags.rf cleaningNadav Amit2014-07-211-4/+4
OpenPOWER on IntegriCloud