summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2019-07-17mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual1-19/+2
2019-07-17mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual1-0/+5
2019-07-17arch/*: remove unused isa_page_to_bus()Stephen Kitt1-1/+0
2019-07-17x86/process: Delete useless check for dead process with LDTJann Horn1-11/+1
2019-07-17x86: math-emu: Hide clang warnings for 16-bit overflowArnd Bergmann2-2/+2
2019-07-17x86/e820: Use proper booleans instead of 0/1Yi Wang1-2/+2
2019-07-17x86/apic: Silence -Wtype-limits compiler warningsQian Cai2-2/+2
2019-07-17x86/mm: Free sme_early_buffer after initDavid Rientjes1-1/+1
2019-07-17x86/boot: Fix memory leak in default_get_smp_config()David Rientjes1-6/+4
2019-07-16dma-direct: Force unencrypted DMA under SME for certain DMA masksTom Lendacky2-0/+31
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds1-4/+4
2019-07-16Merge tag 'for-linus-20190715' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2019-07-16Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-07-15KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GSLiran Alon1-1/+4
2019-07-15kvm: x86: ioapic and apic debug macros cleanupYi Wang2-101/+9
2019-07-15Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix ...Andy Lutomirski1-2/+12
2019-07-15docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab1-2/+2
2019-07-15docs: admin-guide: add kdump documentation into itMauro Carvalho Chehab1-2/+2
2019-07-15kvm: x86: some tsc debug cleanupYi Wang1-8/+0
2019-07-15kvm: vmx: fix coccinelle warningsYi Wang1-1/+1
2019-07-15x86: kvm: avoid constant-conversion warningArnd Bergmann1-3/+3
2019-07-15x86: kvm: avoid -Wsometimes-uninitized warningArnd Bergmann1-11/+9
2019-07-15KVM: x86: expose AVX512_BF16 feature to guestJing Liu1-1/+11
2019-07-15Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-6/+2
2019-07-15Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds4-133/+20
2019-07-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-9/+14
2019-07-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+6
2019-07-14clone: fix CLONE_PIDFD supportDmitry V. Levin1-0/+4
2019-07-13perf/x86/intel: Fix spurious NMI on fixed counterKan Liang1-5/+3
2019-07-13perf/x86/amd/uncore: Set the thread mask for F17h L3 PMCsKim Phillips1-4/+11
2019-07-13perf/x86/amd/uncore: Do not set 'ThreadMask' and 'SliceMask' for non-L3 PMCsKim Phillips1-1/+1
2019-07-13Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+25
2019-07-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds31-980/+1611
2019-07-13Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-143/+5
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-146/+32
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual1-2/+1
2019-07-12asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]Mike Rapoport2-40/+12
2019-07-12mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPChristoph Hellwig1-3/+1
2019-07-12mm: lift the x86_32 PAE version of gup_get_pte to common codeChristoph Hellwig3-48/+2
2019-07-12mm: simplify gup_fast_permittedChristoph Hellwig1-7/+1
2019-07-12asm-generic, x86: add bitops instrumentation for KASANMarco Elver1-151/+38
2019-07-12x86: use static_cpu_has in uaccess region to avoid instrumentationMarco Elver2-2/+2
2019-07-12x86/vdso: Fix flip/flop vdso build bugNaohiro Aota1-6/+6
2019-07-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-83/+90
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-282/+85
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds4-2/+13
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini323-2210/+585
2019-07-11KVM: x86: Unconditionally enable irqs in guest contextSean Christopherson2-9/+12
2019-07-11KVM: x86: PMU Event FilterEric Hankland5-0/+81
2019-07-11x86/stacktrace: Prevent infinite loop in arch_stack_walk_user()Eiichi Tsukata1-5/+3