summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2019-09-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+1
2019-09-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-70/+96
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-12/+22
2019-09-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-134/+346
2019-09-16Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+15
2019-09-16Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-6/+53
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-13/+0
2019-09-16Merge tag 'iommu-updates-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-18/+3
2019-09-16Merge tag 'hwmon-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-0/+3
2019-09-16Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar26-56/+145
2019-09-14KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslotSean Christopherson2-2/+101
2019-09-14KVM: x86: work around leak of uninitialized stack contentsFuqian Huang1-0/+7
2019-09-14KVM: nVMX: handle page fault in vmreadPaolo Bonzini1-1/+3
2019-09-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-16/+23
2019-09-11Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...Joerg Roedel2-18/+3
2019-09-10x86/umip: Add emulation (spoofing) for UMIP covered instructions in 64-bit pr...Brendan Shanks1-27/+38
2019-09-08x86/timer: Force PIT initialization when !X86_FEATURE_ARATJan Stancek1-0/+4
2019-09-07Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds1-4/+0
2019-09-06x86/asm: Make some functions local labelsJiri Slaby6-39/+39
2019-09-06x86/asm/suspend: Get rid of bogus_64_magicJiri Slaby1-4/+6
2019-09-06x86/purgatory: Change compiler flags from -mcmodel=kernel to -mcmodel=large t...Steve Wahl1-16/+19
2019-09-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+9
2019-09-03x86/amd_nb: Add PCI device IDs for family 17h, model 70hMarcel Bocu1-0/+3
2019-09-03perf/x86: Make more stuff staticValdis Klētnieks4-5/+5
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming1-0/+5
2019-09-03x86/math64: Provide a sane mul_u64_u32_div() implementation for x86_64Peter Zijlstra1-0/+13
2019-09-02x86, perf: Fix the dependency of the x86 insn decoder selftestMasami Hiramatsu1-1/+1
2019-09-02x86/hyper-v: Fix overflow bug in fill_gva_list()Tianyu Lan1-3/+5
2019-09-02x86/uaccess: Don't leak the AC flags into __get_user() argument evaluationPeter Zijlstra1-1/+3
2019-09-02x86/boot: Preserve boot_params.secure_boot from sanitizingJohn S. Gruber1-0/+1
2019-09-02Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar15-59/+78
2019-09-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-39/+43
2019-09-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-7/+24
2019-08-31Merge tag 'trace-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+0
2019-08-31ftrace/x86: Remove mcount() declarationJisheng Zhang1-1/+0
2019-08-30perf/x86/amd/ibs: Fix sample bias for dispatched micro-opsKim Phillips2-7/+18
2019-08-30perf/x86/intel: Restrict period on NehalemJosh Hunt1-0/+6
2019-08-29x86/mm/cpa: Prevent large page split when ftrace flips RW on kernel textThomas Gleixner1-8/+18
2019-08-28x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CFLAGS, to silence GC...Linus Torvalds1-0/+1
2019-08-28perf/x86/intel: Support PEBS output to PTAlexander Shishkin7-1/+130
2019-08-27KVM: x86: Don't update RIP or do single-step on faulting emulationSean Christopherson1-4/+5
2019-08-27KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.n...Vitaly Kuznetsov3-8/+6
2019-08-27x86/boot/compressed/64: Fix missing initialization in find_trampoline_placeme...Kirill A. Shutemov1-1/+1
2019-08-26x86/apic: Include the LDR when clearing out APIC registersBandan Das1-0/+4
2019-08-26x86/apic: Do not initialize LDR and DFR for bigsmpBandan Das1-22/+2
2019-08-26uprobes/x86: Fix detection of 32-bit user modeSebastian Mayr1-7/+10
2019-08-26x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner1-1/+7
2019-08-26perf/x86/intel/pt: Get rid of reverse lookup table for ToPAAlexander Shishkin2-73/+131