summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds17-97/+131
2020-03-30Merge tag 'timers-nohz-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+2
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-19/+9
2020-03-30Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+7
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+314
2020-03-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds38-223/+578
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-129/+63
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds20-1244/+586
2020-03-30Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+8
2020-03-30Merge tag 'acpi-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-4/+12
2020-03-30Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-7/+6
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+6
2020-03-30Merge tag 'ras_updates_for_5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-23/+84
2020-03-30Merge branch 'pm-qos'Rafael J. Wysocki1-7/+6
2020-03-28Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2-129/+63
2020-03-27x86: get rid of user_atomic_cmpxchg_inatomic()Al Viro2-94/+19
2020-03-27x86: don't reload after cmpxchg in unsafe_atomic_op2() loopAl Viro1-8/+8
2020-03-27x86: convert arch_futex_atomic_op_inuser() to user_access_begin/user_access_e...Al Viro1-26/+36
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro1-3/+2
2020-03-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-12/+29
2020-03-26KVM: X86: Narrow down the IPI fastpath to single target IPIWanpeng Li1-1/+4
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+6
2020-03-25x86/kexec: Make relocate_kernel_64.S objtool cleanPeter Zijlstra2-1/+7
2020-03-25x86/kexec: Use RIP relative addressingPeter Zijlstra1-4/+1
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar29-203/+293
2020-03-25x86/smp: Replace cpu_up/down() with add/remove_cpu()Qais Yousef3-19/+9
2020-03-24x86/cpu: Cleanup the now unused CPU match macrosThomas Gleixner2-16/+0
2020-03-24crypto: Convert to new CPU match macrosThomas Gleixner5-5/+5
2020-03-24x86/platform: Convert to new CPU match macrosThomas Gleixner5-18/+11
2020-03-24x86/kernel: Convert to new CPU match macrosThomas Gleixner4-41/+23
2020-03-24x86/kvm: Convert to new CPU match macrosThomas Gleixner2-2/+2
2020-03-24x86/perf/events: Convert to new CPU match macrosThomas Gleixner4-109/+97
2020-03-24x86/cpu/bugs: Convert to new matching macrosThomas Gleixner1-2/+2
2020-03-24x86/cpu: Add consistent CPU match macrosThomas Gleixner3-13/+146
2020-03-24x86/devicetable: Move x86 specific macro out of generic codeThomas Gleixner3-1/+14
2020-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2020-03-24KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timerWanpeng Li1-0/+6
2020-03-23KVM: VMX: don't allow memory operands for inline asm that modifies SPNick Desaulniers1-1/+1
2020-03-23um: Fix header inclusionVincenzo Frascino1-0/+6
2020-03-23KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interru...He Zhe1-1/+1
2020-03-23KVM: SVM: Issue WBINVD after deactivating an SEV guestTom Lendacky1-8/+14
2020-03-22x86/mce/amd: Add PPIN support for AMD MCEWei Huang3-0/+33
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel1-2/+24
2020-03-21x86/vdso: Enable x86 to use common headersVincenzo Frascino2-11/+24
2020-03-21x86: Introduce asm/vdso/clocksource.hVincenzo Frascino2-4/+11
2020-03-20KVM: SVM: document KVM_MEM_ENCRYPT_OP, let userspace detect if SEV is availablePaolo Bonzini1-0/+3
2020-03-20KVM: x86: remove bogus user-triggerable WARN_ONPaolo Bonzini1-1/+0
2020-03-20Merge tag 'stable-shared-branch-for-driver-tree' of git://git.kernel.org/pub/...Greg Kroah-Hartman2-0/+6
2020-03-20perf/x86/intel/uncore: Factor out __snr_uncore_mmio_init_boxKan Liang1-3/+9
2020-03-20perf/x86/intel/uncore: Add box_offsets for free-running countersKan Liang1-1/+4