summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-07-2810-42/+40
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-07-287-26/+26
* Merge branch 'akpm-current/current'Stephen Rothwell2016-07-289-36/+12
|\
| * kdump, vmcoreinfo: report actual value of phys_baseHATAYAMA Daisuke2016-07-281-0/+1
| * allow-kdump-with-crash_kexec_post_notifiers-fixAndrew Morton2016-07-281-2/+0
| * kexec: allow kdump with crash_kexec_post_notifiersPetr Tesarik2016-07-281-1/+2
| * signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-07-281-24/+0
| * lib, switch CONFIG_PRINTK_TIME to intPrarit Bhargava2016-07-282-2/+2
| * treewide: replace obsolete _refok by __refFabian Frederick2016-07-282-4/+4
| * kbuild: simpler generation of assembly constantsAlexey Dobriyan2016-07-282-3/+3
* | Merge remote-tracking branch 'nvdimm/libnvdimm-for-next'Stephen Rothwell2016-07-289-147/+26
|\ \
| * \ Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams2016-07-249-147/+26
| |\ \
| | * | x86/insn: remove pcommitDan Williams2016-07-233-48/+1
| | * | Revert "KVM: x86: add pcommit support"Dan Williams2016-07-235-41/+6
| | * | pmem: kill __pmem address spaceDan Williams2016-07-121-24/+17
| | * | pmem: kill wmb_pmem()Dan Williams2016-07-121-34/+2
* | | | Merge remote-tracking branch 'rtc/rtc-next'Stephen Rothwell2016-07-289-7/+6
|\ \ \ \
| * | | | rtc: move mc146818 helper functions out-of-lineArnd Bergmann2016-06-261-0/+1
| * | | | x86: include linux/ratelimit.h in nmi.cArnd Bergmann2016-06-061-0/+1
| * | | | char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann2016-06-044-6/+2
| * | | | rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hArnd Bergmann2016-06-043-1/+2
* | | | | Merge remote-tracking branch 'kvm-arm/next'Stephen Rothwell2016-07-281-0/+3
|\ \ \ \ \
| * | | | | KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific he...Eric Auger2016-07-221-0/+3
* | | | | | Merge remote-tracking branch 'kvm/linux-next'Stephen Rothwell2016-07-2817-376/+851
|\ \ \ \ \ \
| * | | | | | KVM: x86: bump KVM_MAX_VCPU_ID to 1023Radim Krčmář2016-07-143-4/+12
| * | | | | | KVM: x86: bump MAX_VCPUS to 288Radim Krčmář2016-07-141-1/+1
| * | | | | | KVM: x86: add a flag to disable KVM x2apic broadcast quirkRadim Krčmář2016-07-143-14/+45
| * | | | | | KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář2016-07-145-11/+52
| * | | | | | KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář2016-07-141-1/+2
| * | | | | | KVM: x86: reset lapic base in kvm_lapic_resetRadim Krčmář2016-07-141-4/+4
| * | | | | | KVM: VMX: optimize APIC ID read with APICvRadim Krčmář2016-07-141-3/+0
| * | | | | | KVM: x86: reset APIC ID when enabling LAPICRadim Krčmář2016-07-141-2/+3
| * | | | | | KVM: x86: use hardware-compatible format for APIC ID registerRadim Krčmář2016-07-143-22/+52
| * | | | | | KVM: x86: use generic function for MSI parsingRadim Krčmář2016-07-141-12/+7
| * | | | | | KVM: x86: dynamic kvm_apic_mapRadim Krčmář2016-07-143-7/+16
| * | | | | | KVM: x86: use physical LAPIC array for logical x2APICRadim Krčmář2016-07-142-38/+41
| * | | | | | KVM: x86: add kvm_apic_map_get_dest_lapicRadim Krčmář2016-07-141-132/+98
| * | | | | | KVM: x86: bump KVM_SOFT_MAX_VCPUS to 240Radim Krčmář2016-07-141-1/+1
| * | | | | | kvm: vmx: advertise support for ept execute onlyBandan Das2016-07-141-0/+3
| * | | | | | kvm: mmu: track read permission explicitly for shadow EPT page tablesBandan Das2016-07-143-10/+23
| * | | | | | kvm: mmu: don't set the present bit unconditionallyBandan Das2016-07-144-9/+11
| * | | | | | kvm: mmu: remove is_present_gpte()Bandan Das2016-07-144-8/+3
| * | | | | | kvm: mmu: extend the is_present check to 32 bitsBandan Das2016-07-141-1/+1
| * | | | | | KVM: VMX: introduce vm_{entry,exit}_control_reset_shadowPaolo Bonzini2016-07-111-2/+12
| * | | | | | KVM: nVMX: keep preemption timer enabled during L2 executionPaolo Bonzini2016-07-111-2/+13
| * | | | | | KVM: nVMX: avoid incorrect preemption timer vmexit in nested guestWanpeng Li2016-07-111-0/+2
| * | | | | | KVM: VMX: reflect broken preemption timer in vmcs_configPaolo Bonzini2016-07-111-3/+2
| * | | | | | KVM: x86: Use ARRAY_SIZE instead of dividing sizeof array with sizeof an elementWei Yongjun2016-07-051-1/+1
| * | | | | | KVM: vmx: fix missed cancellation of TSC deadline timerWanpeng Li2016-07-011-24/+24
| * | | | | | KVM: x86: introduce cancel_hv_tscdeadlineWanpeng Li2016-07-011-8/+10