summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: fix 32-bit case of __get_user_asm_u64()Linus Torvalds2017-05-211-3/+3
* Clean up x86 unsafe_get/put_user() type handlingLinus Torvalds2017-05-211-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-211-1/+1
|\
| * fix unsafe_put_user()Al Viro2017-05-211-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-198-32/+62
|\ \
| * | KVM: x86: prevent uninitialized variable warning in check_svme()Radim Krčmář2017-05-191-1/+1
| * | KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()Radim Krčmář2017-05-191-1/+1
| * | KVM: x86: zero base3 of unusable segmentsRadim Krčmář2017-05-191-0/+2
| * | KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulationWanpeng Li2017-05-191-9/+15
| * | KVM: x86: Fix potential preemption when get the current kvmclock timestampWanpeng Li2017-05-191-1/+9
| * | KVM: Silence underflow warning in avic_get_physical_id_entry()Dan Carpenter2017-05-181-1/+2
| * | KVM: x86: lower default for halt_poll_nsPaolo Bonzini2017-05-161-1/+1
| * | KVM: nVMX: fix EPT permissions as reported in exit qualificationPaolo Bonzini2017-05-151-14/+21
| * | KVM: VMX: Don't enable EPT A/D feature if EPT feature is disabledWanpeng Li2017-05-151-1/+1
| * | KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li2017-05-152-2/+8
| * | kvm: nVMX: off by one in vmx_write_pml_buffer()Dan Carpenter2017-05-151-1/+1
| |/
* | Merge tag 'for-linus-4.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-193-76/+43
|\ \ | |/ |/|
| * xen: make xen_flush_tlb_all() staticJuergen Gross2017-05-191-1/+1
| * xen: cleanup pvh leftovers from pv-only sourcesJuergen Gross2017-05-192-75/+42
* | Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-132-9/+2
|\ \
| * | um: Include kbuild.h instead of duplicating its macrosMatthias Kaehlcke2017-05-031-8/+1
| * | um: Fix PTRACE_POKEUSER on x86_64Richard Weinberger2017-05-031-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-133-3/+3
|\ \ \
| * | | Tigran has movedAndrew Morton2017-05-123-3/+3
* | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-121-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | x86, pmem: Fix cache flushing for iovec write < 8 bytesBen Hutchings2017-05-091-1/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-121-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'perf-core-for-mingo-4.12-20170503' of git://git.kernel.org/pub/scm...Ingo Molnar2017-05-0332-432/+672
| |\ \ \ \
| * | | | | perf/x86: Fix Broadwell-EP DRAM RAPL eventsVince Weaver2017-05-031-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-1215-27/+63
|\ \ \ \ \
| * | | | | x86/build: Don't add -maccumulate-outgoing-args w/o compiler supportNick Desaulniers2017-05-091-1/+2
| * | | | | x86/boot/32: Fix UP boot on Quark and possibly other platformsAndy Lutomirski2017-05-092-5/+20
| * | | | | x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()Laura Abbott2017-05-091-0/+1
| * | | | | x86/kexec/64: Use gbpages for identity mappings if availableXunlei Pang2017-05-081-0/+4
| * | | | | x86/mm: Add support for gbpages to kernel_ident_mapping_init()Xunlei Pang2017-05-085-5/+18
| * | | | | x86/boot: Declare error() as noreturnKees Cook2017-05-071-1/+3
| * | | | | x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang ...Matthias Kaehlcke2017-05-052-1/+3
| * | | | | x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_glo...Baoquan He2017-05-051-6/+6
| * | | | | Merge branch 'linus' into x86/urgent, to pick up dependent commitsIngo Molnar2017-05-05216-3928/+5626
| |\ \ \ \ \
| * | | | | | x86/asm: Don't use RBP as a temporary register in csum_partial_copy_generic()Josh Poimboeuf2017-05-051-6/+6
| * | | | | | Merge branch 'x86/microcode' into x86/urgent, to pick up cleanupIngo Molnar2017-05-011-2/+0
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | x86/microcode/AMD: Remove redundant NULL check on mcColin Ian King2017-03-181-2/+0
* | | | | | | Merge tag 'for-linus-4.12b-rc0c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-124-32/+24
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | xen: adjust early dom0 p2m handling to xen hypervisor behaviorJuergen Gross2017-05-111-3/+4
| * | | | | | x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenJuergen Gross2017-05-112-3/+3
| * | | | | | xen/x86: Do not call xen_init_time_ops() until shared_info is initializedBoris Ostrovsky2017-05-052-3/+8
| * | | | | | x86/xen: fix xsave capability settingJuergen Gross2017-05-051-23/+9
* | | | | | | Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-101-59/+0
|\ \ \ \ \ \ \
| * | | | | | | uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-111-58/+0
| * | | | | | | x86: stop exporting msr-index.h to userlandNicolas Dichtel2017-05-111-1/+0