aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-04Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+10
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-273/+435
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-08-31KVM: update to new mmu_notifier semantic v2Jérôme Glisse1-2/+0
2017-08-29Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-6/+5
2017-08-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2017-08-25Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar3-3/+13
2017-08-25x86/mm: Fix use-after-free of ldt_structEric Biggers1-3/+1
2017-08-25KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.statePaolo Bonzini1-3/+3
2017-08-25KVM: x86: simplify handling of PKRUPaolo Bonzini1-0/+1
2017-08-24Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2-3/+3
2017-08-24x86/lguest: Remove lguest supportJuergen Gross4-167/+2
2017-08-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-08-18mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook1-2/+2
2017-08-17Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-0/+10
2017-08-12Merge tag 'for-linus-4.13b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+10
2017-08-11x86: provide an init_mem_mapping hypervisor hookJuergen Gross1-0/+10
2017-08-11x86/cpufeature, kvm/svm: Rename (shorten) the new "virtualized VMSAVE/VMLOAD" CPUID flagBorislav Petkov1-1/+1
2017-08-10x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumpsAndy Lutomirski1-2/+3
2017-08-10x86/asm: Fix UNWIND_HINT_REGS macro for older binutilsJosh Poimboeuf1-4/+6
2017-08-10x86/asm/32: Fix regs_get_register() on segment registersAndy Lutomirski1-0/+11
2017-08-10Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar10-19/+25
2017-08-10Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar4-1/+7
2017-08-10perf/x86/amd/uncore: Rename cpufeatures macro for cache countersJanakarajan Natarajan1-1/+1
2017-07-30x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski1-5/+5
2017-07-30x86/asm/32: Make pt_regs's segment registers be 16 bitsAndy Lutomirski1-6/+26
2017-07-27x86/topology: Remove the unused parent_node() macroDou Liyang1-6/+0
2017-07-26x86: irq: Define a global vector for nested posted interruptsWincy Van4-1/+7
2017-07-26x86/kconfig: Consolidate unwinders into multiple choice selectionJosh Poimboeuf1-2/+2
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf4-30/+103
2017-07-25x86/asm: Add suffix macro for GEN_*_RMWcc()Kees Cook1-13/+24
2017-07-24x86/io: Make readq() / writeq() API consistentAndy Shevchenko1-4/+6
2017-07-24x86/io: Remove xlate_dev_kmem_ptr() duplicationAndy Shevchenko1-5/+0
2017-07-24x86/io: Remove mem*io() duplicationsAndy Shevchenko1-45/+0
2017-07-24x86/io: Include asm-generic/io.h to architectural codeAndy Shevchenko1-0/+3
2017-07-24x86/io: Define IO accessors by preprocessorAndy Shevchenko1-0/+41
2017-07-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+3
2017-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-07-20x86: mark kprobe templates as character arrays, not single charactersLinus Torvalds1-4/+4
2017-07-20debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf1-2/+2
2017-07-20x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outslArnd Bergmann1-2/+2
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-9/+9
2017-07-18x86/asm: Add unwind hint annotations to sync_core()Josh Poimboeuf1-0/+3
2017-07-18objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf2-0/+210
2017-07-18x86/mm, KVM: Fix warning when !CONFIG_PREEMPT_COUNTRoman Kagan1-1/+1
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2017-07-15Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-4/+15
2017-07-14kvm: x86: hyperv: make VP_INDEX managed by userspaceRoman Kagan1-0/+1
2017-07-14KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li2-0/+2