aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalGravatar Linus Torvalds 12-13/+13
2018-06-16Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-29/+14
2018-06-16Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 15-14/+626
2018-06-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 40-1233/+2313
2018-06-15docs: Fix some broken referencesGravatar Mauro Carvalho Chehab 8-9/+9
2018-06-15arch/*: Kconfig: fix documentation for NMI watchdogGravatar Mauro Carvalho Chehab 4-4/+4
2018-06-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 14-16/+29
2018-06-15hexagon: drop the unused variable zero_page_maskGravatar Anshuman Khandual 2-4/+0
2018-06-15hexagon: fix printk format warning in setup.cGravatar Randy Dunlap 1-1/+1
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXGravatar Stefan Agner 6-9/+9
2018-06-15arm: port KCOV to armGravatar Dmitry Vyukov 4-1/+16
2018-06-15mm: fix devmem_is_allowed() for sub-page System RAM intersectionsGravatar Dan Williams 1-1/+3
2018-06-15Kbuild: rename HAVE_CC_STACKPROTECTOR config variableGravatar Masahiro Yamada 7-8/+8
2018-06-15x86: fix dependency of X86_32_LAZY_GSGravatar Masahiro Yamada 1-1/+1
2018-06-14KVM: x86: VMX: redo fix for link error without CONFIG_HYPERVGravatar Arnd Bergmann 1-4/+2
2018-06-14Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Paolo Bonzini 38-1228/+2310
2018-06-14KVM: x86: fix typo at kvm_arch_hardware_setup commentGravatar Marcelo Tosatti 1-1/+1
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 17-17/+17
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesGravatar Linus Torvalds 25-30/+30
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 11-69/+47
2018-06-12KVM: x86: VMX: fix build without hyper-vGravatar Linus Torvalds 1-0/+3
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 77-131/+153
2018-06-13KVM: PPC: Book3S PR: Fix failure status setting in tabort. emulationGravatar Simon Guo 1-3/+3
2018-06-13KVM: PPC: Book3S PR: Enable use on POWER9 bare-metal hosts in HPT modeGravatar Paul Mackerras 1-6/+2
2018-06-13KVM: PPC: Book3S PR: Don't let PAPR guest set MSR hypervisor bitGravatar Paul Mackerras 1-0/+4
2018-06-13KVM: PPC: Book3S PR: Fix failure status setting in treclaim. emulationGravatar Paul Mackerras 1-9/+11
2018-06-13KVM: PPC: Book3S PR: Fix MSR setting when delivering interruptsGravatar Paul Mackerras 2-33/+22
2018-06-13KVM: PPC: Book3S PR: Handle additional interrupt typesGravatar Cameron Kaiser 1-0/+3
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 3-3/+4
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 8-10/+12
2018-06-12treewide: kvzalloc() -> kvcalloc()Gravatar Kees Cook 2-4/+6
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 41-58/+60
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 28-47/+61
2018-06-12Convert intel uncore to struct_sizeGravatar Matthew Wilcox 1-9/+10
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 53-351/+301
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 55-595/+1320
2018-06-12kvm: fix typo in flag nameGravatar Michael S. Tsirkin 1-2/+2
2018-06-12kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessGravatar Paolo Bonzini 3-14/+26
2018-06-12KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemGravatar Paolo Bonzini 3-28/+38
2018-06-12KVM: x86: introduce linear_{read,write}_systemGravatar Paolo Bonzini 1-32/+32
2018-06-12kvm: nVMX: Enforce cpl=0 for VMX instructionsGravatar Felix Wilhelm 1-2/+13
2018-06-11Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Gravatar Linus Torvalds 52-3382/+7318
2018-06-11Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Gravatar Linus Torvalds 468-6097/+16653
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 107-904/+1440
2018-06-11Merge branch 'next/defconfig' into next/socGravatar Olof Johansson 7-4/+70
2018-06-11ia64: disable CONFIG_PERFMON at least for nowGravatar Linus Torvalds 1-0/+1
2018-06-11RISC-V: Add CONFIG_HVC_RISCV_SBI=y to defconfigGravatar Palmer Dabbelt 1-0/+1
2018-06-11RISC-V: Make our port sparse-cleanGravatar Palmer Dabbelt 6-9/+14
2018-06-11RISC-V: Handle R_RISCV_32 in modulesGravatar Andreas Schwab 1-0/+12
2018-06-11riscv/ftrace: Export _mcount when DYNAMIC_FTRACE isn't setGravatar Alan Kao 1-1/+1