summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers2018-08-221-12/+1
* ia64: Fix allnoconfig section mismatch for ioc_init/ioc_iommu_infoTony Luck2018-08-221-2/+2
* Merge branch 'parisc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-2212-137/+113
|\
| * parisc: Add hardware description to stack tracesHelge Deller2018-08-211-0/+2
| * parisc: Fix boot failure of 64-bit kernelHelge Deller2018-08-213-27/+15
| * parisc: Consolidate unwind initialization callsHelge Deller2018-08-174-57/+36
| * parisc: Update comments in syscall.S regarding wide userlandHelge Deller2018-08-171-10/+3
| * parisc: Fix ptraced 64-bit applications to call 64-bit syscallsHelge Deller2018-08-171-4/+18
| * parisc: Restore possibility to execute 64-bit applicationsHelge Deller2018-08-176-39/+39
* | Merge tag 'xtensa-20180820' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-08-2225-310/+1300
|\ \
| * \ Merge branch 'xtensa-dma-fixes' (early part) into xtensa-fixesMax Filippov2018-08-207-154/+110
| |\ \
| | * | xtensa: platform-specific handling of coherent memoryMax Filippov2018-07-114-21/+93
| | * | xtensa: support DMA_ATTR_NO_KERNEL_MAPPING attributeMax Filippov2018-07-111-2/+8
| | * | xtensa: use generic dma_noncoherent_opsChristoph Hellwig2018-07-114-141/+19
| * | | xtensa: add test_kc705_be variantMax Filippov2018-08-203-0/+1065
| * | | xtensa: clean up boot-elf/bootstrap.SMax Filippov2018-08-201-11/+6
| * | | xtensa: make bootparam parsing optionalMax Filippov2018-08-203-1/+22
| * | | xtensa: drop variant IRQ supportMax Filippov2018-08-203-21/+1
| * | | xtensa: drop unneeded platform/hardware.h headersMax Filippov2018-08-205-23/+1
| * | | xtensa: move PLATFORM_NR_IRQS to KconfigMax Filippov2018-08-204-10/+7
| * | | xtensa: rework {CONFIG,PLATFORM}_DEFAULT_MEM_STARTMax Filippov2018-08-205-31/+9
| * | | xtensa: drop unused {CONFIG,PLATFORM}_DEFAULT_MEM_SIZEMax Filippov2018-08-205-15/+0
| * | | xtensa: rework noMMU cache attributes initializationMax Filippov2018-08-134-21/+41
| * | | xtensa: increase ranges in ___invalidate_{i,d}cache_allMax Filippov2018-08-131-2/+2
| * | | xtensa: limit offsets in __loop_cache_{all,page}Max Filippov2018-08-131-25/+40
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-2226-79/+359
|\ \ \ \
| * | | | KVM: VMX: fixes for vmentry_l1d_flush module parameterPaolo Bonzini2018-08-221-10/+16
| * | | | KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabledThomas Gleixner2018-08-221-4/+4
| * | | | KVM: vmx: Inject #UD for SGX ENCLS instruction in guestSean Christopherson2018-08-221-1/+29
| * | | | KVM: vmx: Add defines for SGX ENCLS exitingSean Christopherson2018-08-221-0/+3
| * | | | x86/kvm/vmx: Fix coding style in vmx_setup_l1d_flush()Yi Wang2018-08-221-9/+9
| * | | | x86: kvm: avoid unused variable warningArnd Bergmann2018-08-221-3/+1
| * | | | Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-08-2222-53/+298
| |\ \ \ \
| | * | | | KVM: arm: Use true and false for boolean valuesGustavo A. R. Silva2018-08-121-1/+1
| | * | | | KVM: arm: vgic-v3: Add support for ICC_SGI0R and ICC_ASGI1R accessesMarc Zyngier2018-08-121-1/+24
| | * | | | KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accessesMarc Zyngier2018-08-122-2/+41
| | * | | | KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIsMarc Zyngier2018-08-122-2/+2
| | * | | | KVM: arm64: Remove non-existent AArch32 ICC_SGI1R encodingMarc Zyngier2018-08-121-2/+0
| | * | | | KVM: arm: Add 32bit get/set events supportJames Morse2018-07-213-0/+41
| | * | | | KVM: arm64: Share the parts of get/set events useful to 32bitJames Morse2018-07-212-21/+8
| | * | | | arm64: KVM: export the capability to set guest SError syndromeDongjiu Geng2018-07-211-0/+3
| | * | | | arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTSDongjiu Geng2018-07-216-3/+75
| | * | | | arm64: KVM: Cleanup tpidr_el2 init on non-VHEMarc Zyngier2018-07-213-21/+11
| | * | | | KVM: arm/arm64: Enable adaptative WFE trappingMarc Zyngier2018-07-092-0/+20
| | * | | | KVM: arm/arm64: Stop using the kernel's {pmd,pud,pgd}_populate helpersMarc Zyngier2018-07-092-0/+11
| | * | | | KVM: arm/arm64: Consolidate page-table accessorsMarc Zyngier2018-07-092-15/+0
| | * | | | arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is setMarc Zyngier2018-07-091-2/+12
| | * | | | arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is presentMarc Zyngier2018-07-091-1/+10
| | * | | | arm64: KVM: Add support for Stage-2 control of memory types and cacheabilityMarc Zyngier2018-07-098-9/+66
| | | |/ / | | |/| |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-229-16/+24
|\ \ \ \ \