summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2014-07-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-19/+34
2014-07-26x86_64/vsyscall: Fix warn_bad_vsyscall log outputAndy Lutomirski1-4/+4
2014-07-26x86/vdso: Set VM_MAYREAD for the vvar vmaAndy Lutomirski1-1/+1
2014-07-26x86/pmc_atom: Expose PMC device state and platform sleep stateLi, Aubrey2-0/+230
2014-07-26x86/pmc_atom: Eisable a few S0ix wake up events for S0ix residencyLi, Aubrey2-0/+63
2014-07-26x86/platform: New Intel Atom SOC power management controller driverLi, Aubrey4-0/+140
2014-07-25x86/kvm: Resolve shadow warning from min macroMark Rustad1-2/+1
2014-07-25net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov1-1/+1
2014-07-25x86: Merge tag 'ras_urgent' into x86/urgentH. Peter Anvin1-4/+6
2014-07-24Replace NR_VMX_MSR with its definitionPaolo Bonzini1-4/+4
2014-07-24KVM: x86: Assertions to check no overrun in MSR listsNadav Amit2-0/+3
2014-07-24KVM: x86: set rflags.rf during fault injectionNadav Amit1-0/+30
2014-07-24KVM: x86: Setting rflags.rf during rep-string emulationNadav Amit1-1/+5
2014-07-24timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner2-18/+19
2014-07-24clocksource: Get rid of cycle_lastThomas Gleixner2-2/+2
2014-07-24clocksource: Move cycle_last validation to core codeThomas Gleixner2-12/+10
2014-07-24x86: kvm: Make kvm_get_time_and_clockread() nanoseconds basedThomas Gleixner1-30/+14
2014-07-24x86: kvm: Use ktime_get_boot_ns()Thomas Gleixner1-5/+1
2014-07-23ktime: Kill non-scalar ktime_t implementation for 2038John Stultz1-1/+0
2014-07-23x86, cpu: Fix cache topology for early P4-SMTPeter Zijlstra2-11/+23
2014-07-23ACPICA: Linux: Add support to exclude <asm/acenv.h> inclusion.Lv Zheng1-4/+0
2014-07-23acpi, apei, ghes: Factor out ioremap virtual memory for IRQ and NMI context.Tomasz Nowicki1-0/+6
2014-07-23acpi, apei, ghes: Make NMI error notification to be GHES architecture extension.Tomasz Nowicki1-0/+2
2014-07-23apei, mce: Factor out APEI architecture specific MCE calls.Tomasz Nowicki2-0/+57
2014-07-22x86_32, entry: Store badsys error code in %eaxSven Wegener1-4/+5
2014-07-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+12
2014-07-21x86, MCE: Robustify mcheck_init_deviceBorislav Petkov1-4/+6
2014-07-21KVM: x86: DR6/7.RTM cannot be writtenNadav Amit4-11/+31
2014-07-21KVM: nVMX: clean up nested_release_vmcs12 and code around itPaolo Bonzini1-21/+21
2014-07-21KVM: nVMX: fix lifetime issues for vmcs02Paolo Bonzini1-16/+33
2014-07-21KVM: x86: Defining missing x86 vectorsNadav Amit1-0/+3
2014-07-21ACPI / processor: Introduce ARCH_MIGHT_HAVE_ACPI_PDCHanjun Guo1-0/+1
2014-07-21ACPI: Don't use acpi_lapic in ACPI core codeGraeme Gregory1-0/+5
2014-07-21ACPI: add config for BIOS table scanGraeme Gregory1-0/+1
2014-07-21KVM: x86: emulator injects #DB when RFLAGS.RF is setNadav Amit1-1/+2
2014-07-21KVM: x86: Cleanup of rflags.rf cleaningNadav Amit1-4/+4
2014-07-21KVM: x86: Clear rflags.rf on emulated instructionsNadav Amit1-0/+3
2014-07-21KVM: x86: popf emulation should not change RFNadav Amit1-1/+1
2014-07-21KVM: x86: Clearing rflags.rf upon skipped emulated instructionNadav Amit1-0/+2
2014-07-19Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2014-07-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-16/+54
2014-07-19arch/x86/xen: Silence compiler warningsDaniel Kiper4-14/+53
2014-07-19x86/efi: Request desired alignment via the PE/COFF headersMichael Brown1-1/+1
2014-07-19x86/efi: Add better error logging to EFI boot stubUlf Winkelvos1-3/+11
2014-07-19arch/x86: Remove efi_set_rtc_mmss()Daniel Kiper1-36/+0
2014-07-19arch/x86: Replace plain strings with constantsDaniel Kiper1-2/+2
2014-07-19xen: Put EFI machinery in placeDaniel Kiper1-0/+15
2014-07-19arch/x86: Remove redundant set_bit(EFI_MEMMAP) callDaniel Kiper1-2/+0
2014-07-19arch/x86: Remove redundant set_bit(EFI_SYSTEM_TABLES) callDaniel Kiper1-2/+0
2014-07-19efi: Introduce EFI_PARAVIRT flagDaniel Kiper1-6/+25