summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorLines
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+0
2017-07-15Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+14
2017-07-14kvm: x86: hyperv: make VP_INDEX managed by userspaceRoman Kagan-0/+1
2017-07-14KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li-0/+1
2017-07-14KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li-0/+3
2017-07-14KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li-0/+1
2017-07-14KVM: x86: Simplify kvm_x86_ops->queue_exception parameter listWanpeng Li-3/+1
2017-07-13kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2Roman Kagan-0/+1
2017-07-13KVM: x86: make backwards_tsc_observed a per-VM variableLadi Prosek-0/+1
2017-07-12x86/efi: move asmlinkage before return typeJoe Perches-2/+2
2017-07-12x86: ascii armor the x86_64 boot init stack canaryRik van Riel-0/+1
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay-0/+16
2017-07-12KVM: SVM: Enable Virtual VMLOAD VMSAVE featureJanakarajan Natarajan-0/+1
2017-07-12KVM: SVM: Add Virtual VMLOAD VMSAVE feature definitionJanakarajan Natarajan-0/+1
2017-07-12KVM: SVM: Rename lbr_ctl field in the vmcb control areaJanakarajan Natarajan-1/+1
2017-07-12KVM: SVM: Prepare for new bit definition in lbr_ctlJanakarajan Natarajan-0/+2
2017-07-10binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook-6/+7
2017-07-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+2
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-136/+16
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+4
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-1/+0
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-5/+2
2017-07-06Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+11
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-23/+29
2017-07-06mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V-0/+4
2017-07-05x86/boot/e820: Introduce the bootloader provided e820_table_firmware[] tableChen Yu-0/+1
2017-07-05x86/boot/e820: Rename the e820_table_firmware to e820_table_kexecChen Yu-1/+1
2017-07-05x86/mm/pat: Don't report PAT on CPUs that don't support itMikulas Patocka-0/+1
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-9/+14
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+0
2017-07-03Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+7
2017-07-03Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+0
2017-07-03Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-7/+1
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-27/+13
2017-07-03kill {__,}{get,put}_user_unaligned()Al Viro-3/+0
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-132/+271
2017-07-03Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+3
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+2
2017-07-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-13/+0
2017-07-03Merge branch 'pm-sleep'Rafael J. Wysocki-3/+2
2017-07-03Merge branch 'pm-tools'Rafael J. Wysocki-6/+12
2017-07-03x86/xen: allow userspace access during hypercallsMarek Marczykowski-Górecki-1/+8
2017-07-03kvm: x86: mmu: allow A/D bits to be disabled in an mmuPeter Feiner-1/+2
2017-06-30Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini-22/+25
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser-2/+0
2017-06-28x86/PCI: Remove duplicate definesThomas Gleixner-7/+1
2017-06-28x86: remove arch specific dma_supported implementationChristoph Hellwig-3/+2
2017-06-28x86: remove DMA_ERROR_CODEChristoph Hellwig-2/+0