aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-6/+2
2019-07-14Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Gravatar Linus Torvalds 4-133/+20
2019-07-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-9/+14
2019-07-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+6
2019-07-13perf/x86/intel: Fix spurious NMI on fixed counterGravatar Kan Liang 1-5/+3
2019-07-13perf/x86/amd/uncore: Set the thread mask for F17h L3 PMCsGravatar Kim Phillips 1-4/+11
2019-07-13perf/x86/amd/uncore: Do not set 'ThreadMask' and 'SliceMask' for non-L3 PMCsGravatar Kim Phillips 1-1/+1
2019-07-12Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+25
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 31-980/+1611
2019-07-12Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-143/+5
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 8-146/+32
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsGravatar Anshuman Khandual 1-2/+1
2019-07-12asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]Gravatar Mike Rapoport 2-40/+12
2019-07-12mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPGravatar Christoph Hellwig 1-3/+1
2019-07-12mm: lift the x86_32 PAE version of gup_get_pte to common codeGravatar Christoph Hellwig 3-48/+2
2019-07-12mm: simplify gup_fast_permittedGravatar Christoph Hellwig 1-7/+1
2019-07-12asm-generic, x86: add bitops instrumentation for KASANGravatar Marco Elver 1-151/+38
2019-07-12x86: use static_cpu_has in uaccess region to avoid instrumentationGravatar Marco Elver 2-2/+2
2019-07-12x86/vdso: Fix flip/flop vdso build bugGravatar Naohiro Aota 1-6/+6
2019-07-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 11-83/+90
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-282/+85
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 4-2/+13
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Paolo Bonzini 323-2210/+585
2019-07-11KVM: x86: Unconditionally enable irqs in guest contextGravatar Sean Christopherson 2-9/+12
2019-07-11KVM: x86: PMU Event FilterGravatar Eric Hankland 5-0/+81
2019-07-11x86/stacktrace: Prevent infinite loop in arch_stack_walk_user()Gravatar Eiichi Tsukata 1-5/+3
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-0/+2
2019-07-10x86/asm: Move native_write_cr0/4() out of lineGravatar Thomas Gleixner 5-68/+61
2019-07-10x86/pgtable/32: Fix LOWMEM_PAGES constantGravatar Arnd Bergmann 1-1/+1
2019-07-10kvm: x86: Fix -Wmissing-prototypes warningsGravatar Yi Wang 1-1/+0
2019-07-09x86/alternatives: Fix int3_emulate_call() selftest stack corruptionGravatar Peter Zijlstra 1-5/+20
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 13-22/+22
2019-07-09Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 8-34/+142
2019-07-09Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 8-43/+233
2019-07-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 13-545/+1336
2019-07-09x86/entry/32: Fix ENDPROC of common_spuriousGravatar Jiri Slaby 1-1/+1
2019-07-09Revert "x86/build: Move _etext to actual end of .text"Gravatar Ross Zwisler 1-3/+3
2019-07-09x86/ldt: Initialize the context lock for init_mmGravatar Sebastian Andrzej Siewior 1-0/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 12-28/+26
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-39/+8
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+10
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-255/+29
2019-07-08Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 12-77/+226
2019-07-08Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 14-6/+109
2019-07-08Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 11-238/+214
2019-07-08Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-0/+48
2019-07-08Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 7-61/+33
2019-07-08Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-11/+7
2019-07-08Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-2/+3
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 25-264/+393