summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/hyper-v: Trace PV IPI sendVitaly Kuznetsov2018-07-032-0/+19
* x86/hyper-v: Use cheaper HVCALL_SEND_IPI hypercall when possibleVitaly Kuznetsov2018-07-031-9/+20
* x86/hyper-v: Use 'fast' hypercall for HVCALL_SEND_IPIVitaly Kuznetsov2018-07-031-16/+6
* x86/hyper-v: Implement hv_do_fast_hypercall16Vitaly Kuznetsov2018-07-031-0/+34
* x86/hyper-v: Use cheaper HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} hypercalls...Vitaly Kuznetsov2018-06-241-41/+32
* Merge tag 'mips_fixes_4.18_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-2413-22/+56
|\
| * MIPS: Wire up io_pgetevents syscallPaul Burton2018-06-205-6/+13
| * MIPS: Wire up the restartable sequences (rseq) syscallPaul Burton2018-06-205-6/+13
| * MIPS: Add syscall detection for restartable sequencesPaul Burton2018-06-201-0/+8
| * MIPS: Add support for restartable sequencesPaul Burton2018-06-202-0/+4
| * MIPS: io: Add barrier after register read in inX()Huacai Chen2018-06-201-0/+2
| * mips: ftrace: fix static function graph tracingMatthias Schiffer2018-06-201-15/+12
| * MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratumTokunori Ikegami2018-06-182-0/+9
| * MIPS: pb44: Fix i2c-gpio GPIO descriptor tableLinus Walleij2018-06-181-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-241-1/+1
|\ \
| * | crypto: arm64/aes-blk - fix and move skcipher_walk_done out of kernel_neon_be...Jia He2018-06-151-1/+1
* | | Merge tag 'powerpc-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-2316-34/+153
|\ \ \
| * | | powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V2018-06-208-1/+52
| * | | powerpc/64s/radix: Fix radix_kvm_prefetch_workaround paca access of not possi...Nicholas Piggin2018-06-201-0/+2
| * | | powerpc/64s: Fix build failures with CONFIG_NMI_IPI=nMichael Ellerman2018-06-192-3/+3
| * | | powerpc/64: hard disable irqs on the panic()ing CPUNicholas Piggin2018-06-191-2/+10
| * | | powerpc: smp_send_stop do not offline stopped CPUsNicholas Piggin2018-06-191-6/+0
| * | | powerpc/64: hard disable irqs in panic_smp_self_stopNicholas Piggin2018-06-191-0/+8
| * | | powerpc/64s: Fix DT CPU features Power9 DD2.1 logicMichael Ellerman2018-06-191-1/+2
| * | | powerpc/64s/radix: Fix MADV_[FREE|DONTNEED] TLB flush miss problem with THPNicholas Piggin2018-06-191-21/+75
| * | | powerpc/e500mc: Set assembler machine type to e500mcMichael Jeanson2018-06-191-0/+1
| | |/ | |/|
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-06-234-8/+10
|\ \ \
| * | | arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenanceWill Deacon2018-06-221-2/+3
| * | | arm64: kpti: Use early_param for kpti= command-line optionWill Deacon2018-06-221-1/+1
| * | | arm64: make secondary_start_kernel() notraceZhizhou Zhang2018-06-191-1/+1
| * | | arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flagMarek Szyprowski2018-06-191-4/+5
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-236-9/+118
|\ \ \
| * | | kvm: vmx: Nested VM-entry prereqs for event inj.Marc Orr2018-06-223-0/+79
| * | | KVM: arm64: Avoid mistaken attempts to save SVE state for vcpusDave Martin2018-06-211-3/+3
| * | | KVM: arm64/sve: Fix SVE trap restoration for non-current tasksDave Martin2018-06-212-4/+21
| * | | KVM: arm64: Don't mask softirq with IRQs disabled in vcpu_put()Dave Martin2018-06-211-3/+5
| * | | arm64: Introduce sysreg_clear_set()Mark Rutland2018-06-211-0/+11
| |/ /
* | | Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-234-3/+13
|\ \ \
| * | | xen: share start flags between PV and PVHRoger Pau Monne2018-06-194-3/+13
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-06-191-30/+32
|\ \ \ \ | |_|/ / |/| | |
| * | | s390/cio: sanitize css_general_characteristics definitionSebastian Ott2018-06-121-30/+32
* | | | Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-1612-13/+13
|\ \ \ \
| * | | | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-158-9/+9
| * | | | arch/*: Kconfig: fix documentation for NMI watchdogMauro Carvalho Chehab2018-06-154-4/+4
* | | | | Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-154-29/+14
|\ \ \ \ \
| * | | | | um: Fix raw interface optionsAnton Ivanov2018-06-101-3/+2
| * | | | | um: Fix initialization of vector queuesAnton Ivanov2018-06-101-3/+12
| * | | | | um: remove uml initcallsAlexander Pateenok2018-06-103-23/+0
* | | | | | Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm...Linus Torvalds2018-06-1515-14/+626
|\ \ \ \ \ \
| * | | | | | RISC-V: Add CONFIG_HVC_RISCV_SBI=y to defconfigPalmer Dabbelt2018-06-111-0/+1