summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | x86/platform/ts5500: Add a 'name' sysfs attributeVivien Didelot2014-07-162-5/+25
| * | | | | | x86/platform/ts5500: Use the DEVICE_ATTR_RO() macroVivien Didelot2014-07-161-28/+22
* | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-0511-99/+193
|\ \ \ \ \ \ \
| * | | | | | | x86/mm: Set TLB flush tunable to sane value (33)Dave Hansen2014-07-311-2/+11
| * | | | | | | x86/mm: New tunable for single vs full TLB flushDave Hansen2014-07-312-0/+121
| * | | | | | | x86/mm: Add tracepoints for TLB flushesDave Hansen2014-07-315-2/+70
| * | | | | | | x86/mm: Unify remote INVLPG codeDave Hansen2014-07-311-2/+2
| * | | | | | | x86/mm: Fix missed global TLB flush statDave Hansen2014-07-311-8/+7
| * | | | | | | x86/mm: Rip out complicated, out-of-date, buggy TLB flushingDave Hansen2014-07-315-121/+13
| * | | | | | | x86/mm: Clean up the TLB flushing codeDave Hansen2014-07-311-12/+11
| * | | | | | | x86/smep: Be more informative when signalling an SMEP faultJiri Kosina2014-06-121-0/+6
* | | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-0540-622/+1508
|\ \ \ \ \ \ \ \
| * | | | | | | | efi/arm64: Handle missing virtual mapping for UEFI System TableArd Biesheuvel2014-07-181-4/+24
| * | | | | | | | arch/x86/xen: Silence compiler warningsDaniel Kiper2014-07-184-14/+53
| * | | | | | | | xen: Silence compiler warningsDaniel Kiper2014-07-181-1/+1
| * | | | | | | | x86/efi: Request desired alignment via the PE/COFF headersMichael Brown2014-07-181-1/+1
| * | | | | | | | x86/efi: Add better error logging to EFI boot stubUlf Winkelvos2014-07-181-3/+11
| * | | | | | | | efi: Autoload efivarsLee, Chun-Yi2014-07-182-0/+16
| * | | | | | | | efi: Update stale locking comment for struct efivarsMatt Fleming2014-07-181-6/+2
| * | | | | | | | arch/x86: Remove efi_set_rtc_mmss()Daniel Kiper2014-07-182-37/+0
| * | | | | | | | arch/x86: Replace plain strings with constantsDaniel Kiper2014-07-181-2/+2
| * | | | | | | | xen: Put EFI machinery in placeDaniel Kiper2014-07-185-0/+401
| * | | | | | | | xen: Define EFI related stuffDaniel Kiper2014-07-181-0/+123
| * | | | | | | | 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-183-16/+39
| * | | | | | | | 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-182-16/+16
| * | | | | | | | arch/ia64: Define early_memunmap()Daniel Kiper2014-07-181-0/+1
| * | | | | | | | x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flagMatt Fleming2014-07-185-2/+54
| * | | | | | | | efi/reboot: Allow powering off machines using EFIMatt Fleming2014-07-182-0/+24
| * | | | | | | | efi/reboot: Add generic wrapper around EfiResetSystem()Matt Fleming2014-07-185-7/+33
| * | | | | | | | efi: efistub: Convert into static libraryArd Biesheuvel2014-07-1813-11/+39
| * | | | | | | | efi: efistub: Refactor stub componentsArd Biesheuvel2014-07-077-88/+164
| * | | | | | | | efi/arm64: efistub: Move shared dependencies to <asm/efi.h>Ard Biesheuvel2014-07-072-10/+13
| * | | | | | | | efi/x86: efistub: Move shared dependencies to <asm/efi.h>Ard Biesheuvel2014-07-073-20/+26
| * | | | | | | | efi/arm64: Avoid EFI_ERROR as a generic return codeArd Biesheuvel2014-07-071-1/+1
| * | | | | | | | efi/arm64: Preserve FP/SIMD registers on UEFI runtime services callsArd Biesheuvel2014-07-073-13/+23
| * | | | | | | | efi/x86: Move UEFI Runtime Services wrappers to generic codeArd Biesheuvel2014-07-076-142/+170
| * | | | | | | | efi/arm64: efistub: remove local copy of linux_bannerArd Biesheuvel2014-07-072-12/+0
| * | | | | | | | 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-0511-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-196-20/+23
| * | | | | | | | | Merge tag 'v3.16-rc1' into x86/cpufeatureH. Peter Anvin2014-06-199141-240685/+480397
| |\| | | | | | | |
| * | | | | | | | | x86/xsaves: Detect xsaves/xrstors featureFenghua Yu2014-05-294-3/+19