aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-03-04Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 5-17/+20
2018-03-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 7-25/+48
2018-03-03Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+3
2018-03-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 5-17/+149
2018-03-02Merge branch 'parisc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-39/+86
2018-03-02Merge tag 'for-linus-4.16a-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+4
2018-03-02parisc: Reduce irq overhead when run in qemuGravatar Helge Deller 1-4/+5
2018-03-02parisc: Use cr16 interval timers unconditionally on qemuGravatar Helge Deller 2-1/+3
2018-03-02parisc: Check if secondary CPUs want own PDC callsGravatar Helge Deller 2-7/+18
2018-03-02parisc: Hide virtual kernel memory layoutGravatar Helge Deller 1-1/+6
2018-03-02parisc: Fix ordering of cache and TLB flushesGravatar John David Anglin 3-26/+54
2018-03-02sh: fix build error for empty CONFIG_BUILTIN_DTB_SOURCEGravatar Masahiro Yamada 1-1/+3
2018-03-01Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 15-29/+125
2018-03-01KVM: x86: fix vcpu initialization with userspace lapicGravatar Radim Krčmář 2-7/+6
2018-03-01KVM: X86: Allow userspace to define the microcode versionGravatar Wanpeng Li 4-5/+12
2018-03-01KVM: X86: Introduce kvm_get_msr_feature()Gravatar Wanpeng Li 1-3/+15
2018-03-01KVM: SVM: Add MSR-based feature support for serializing LFENCEGravatar Tom Lendacky 2-1/+36
2018-03-01KVM: x86: Add a framework for supporting MSR-based featuresGravatar Tom Lendacky 4-5/+84
2018-03-01x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableGravatar Thomas Gleixner 6-25/+32
2018-02-28Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 41-117/+115
2018-02-28Merge tag 'riscv-for-linus-4.16-rc4_smp_mb' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 1-3/+3
2018-02-28Merge tag 'arm-soc/for-4.16/devicetree-fixes' of https://github.com/Broadcom/...Gravatar Arnd Bergmann 7-14/+14
2018-02-28Merge tag 'imx-fixes-4.16' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Gravatar Arnd Bergmann 1-1/+1
2018-02-28x86/xen: add tty0 and hvc0 as preferred consoles for dom0Gravatar Juergen Gross 1-2/+4
2018-02-28ARC: setup cpu possible mask according to possible-cpus dts propertyGravatar Eugeniy Paltsev 1-10/+40
2018-02-28ARC: mcip: update MCIP debug mask when the new cpu came onlineGravatar Eugeniy Paltsev 1-5/+32
2018-02-28ARC: mcip: halt GFRC counter when ARC cores haltGravatar Eugeniy Paltsev 1-0/+37
2018-02-28ARCv2: boot log: fix HS48 release numberGravatar Vineet Gupta 1-1/+1
2018-02-28x86/platform/intel-mid: Handle Intel Edison reboot correctlyGravatar Sebastian Panceac 1-1/+1
2018-02-28x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendGravatar Juergen Gross 1-0/+16
2018-02-28x86/asm: Add instruction suffixes to bitopsGravatar Jan Beulich 2-14/+17
2018-02-28x86/entry/64: Add instruction suffixGravatar Jan Beulich 1-1/+1
2018-02-28x86/refcounts: Switch to UD2 for exceptionsGravatar Kees Cook 1-1/+1
2018-02-27ARM: dts: bcm283x: Move arm-pmu out of soc nodeGravatar Stefan Wahren 2-8/+8
2018-02-27ARM: dts: bcm283x: Fix unit address of local_intcGravatar Stefan Wahren 2-2/+2
2018-02-27ARM: dts: NSP: Fix amount of RAM on BCM958625HRGravatar Florian Fainelli 1-1/+1
2018-02-26ARM: dts: Set D-Link DNS-313 SATA to muxmode 0Gravatar Linus Walleij 1-1/+1
2018-02-26ARM: omap2: set CONFIG_LIRC=y in defconfigGravatar Arnd Bergmann 1-1/+1
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 35-258/+438
2018-02-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 17-235/+330
2018-02-26riscv/barrier: Define __smp_{mb,rmb,wmb}Gravatar Andrea Parri 1-3/+3
2018-02-25Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 2-17/+93
2018-02-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-12/+33
2018-02-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2018-02-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-18/+26
2018-02-25Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 7-8/+8
2018-02-24Merge tag 'powerpc-4.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 7-7/+16
2018-02-24ARM: dts: imx6dl: Include correct dtsi file for Engicam i.CoreM6 DualLite/Sol...Gravatar Shyam Saini 1-1/+1
2018-02-24KVM: SVM: Fix SEV LAUNCH_SECRET commandGravatar Brijesh Singh 1-3/+7
2018-02-24KVM: SVM: install RSM interceptGravatar Brijesh Singh 1-1/+10