summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2018-10-257-62/+335
|\
| * sparc: Fix VDSO build with older binutils.David S. Miller2018-10-257-62/+335
* | Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-2527-238/+679
|\ \
| * \ RISC-V: SMP cleanup and new featuresPalmer Dabbelt2018-10-2210-62/+245
| |\ \
| | * | RISC-V: Show IPI statsAnup Patel2018-10-223-7/+49
| | * | RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfoAnup Patel2018-10-221-4/+6
| | * | RISC-V: Use Linux logical CPU number instead of hartidAtish Patra2018-10-226-25/+58
| | * | RISC-V: Add logical CPU indexing for RISC-VAtish Patra2018-10-223-1/+46
| | * | RISC-V: Use WRITE_ONCE instead of direct accessAtish Patra2018-10-221-2/+3
| | * | RISC-V: Use mmgrab()Palmer Dabbelt2018-10-221-1/+2
| | * | RISC-V: Rename im_okay_therefore_i_am to found_boot_cpuPalmer Dabbelt2018-10-221-4/+5
| | * | RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartidPalmer Dabbelt2018-10-223-4/+7
| | * | RISC-V: Provide a cleaner raw_smp_processor_id()Palmer Dabbelt2018-10-221-10/+4
| | * | RISC-V: Disable preemption before enabling interruptsAtish Patra2018-10-221-1/+5
| | * | RISC-V: Comment on the TLB flush in smp_callin()Palmer Dabbelt2018-10-221-0/+4
| | * | RISC-V: Filter ISA and MMU values in cpuinfoPalmer Dabbelt2018-10-221-7/+61
| | * | RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}Palmer Dabbelt2018-10-221-7/+0
| | * | RISC-V: No need to pass scause as arg to do_IRQ()Anup Patel2018-10-222-3/+2
| * | | RISC-V: Fix some RV32 bugs and build failuresPalmer Dabbelt2018-10-224-2/+7
| |\ \ \
| | * | | RISC-V: Avoid corrupting the upper 32-bit of phys_addr_t in ioremapVincent Chen2018-10-221-1/+1
| | * | | RISC-V: Select GENERIC_LIB_UMODDI3 on RV32Zong Li2018-10-221-0/+1
| | * | | RISC-V: Use swiotlb on RV64 onlyZong Li2018-10-221-0/+3
| | * | | RISC-V: Build tishift only on 64-bitZong Li2018-10-221-1/+2
| | |/ /
| * | | riscv: Add support to no-FPU systemsPalmer Dabbelt2018-10-229-127/+196
| |\ \ \
| | * | | Auto-detect whether a FPU existsAlan Kao2018-10-224-7/+19
| | * | | Allow to disable FPU supportAlan Kao2018-10-226-3/+29
| | * | | Cleanup ISA string settingAlan Kao2018-10-221-11/+8
| | * | | Refactor FPU code in signal setup/return proceduresAlan Kao2018-10-221-27/+41
| | * | | Extract FPU context operations from entry.SAlan Kao2018-10-223-87/+107
| | |/ /
| * | | RISC-V: Cosmetic menuconfig changesNick Kossifidis2018-10-222-36/+39
| * | | riscv: move GCC version check for ARCH_SUPPORTS_INT128 to KconfigMasahiro Yamada2018-10-222-2/+1
| * | | RISC-V: remove the unused return_to_handler exportChristoph Hellwig2018-10-221-1/+0
| * | | RISC-V: Add futex support.Jim Wilson2018-10-223-1/+129
| * | | RISC-V: Add FP register ptrace support for gdb.Jim Wilson2018-10-222-0/+55
| * | | RISC-V: Mask out the F extension on systems without DPalmer Dabbelt2018-10-221-0/+7
| * | | RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}Palmer Dabbelt2018-10-221-7/+0
| |/ /
* | | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-2592-2371/+7298
|\ \ \
| * | | KVM/nVMX: Do not validate that posted_intr_desc_addr is page alignedKarimAllah Ahmed2018-10-241-1/+1
| * | | Revert "kvm: x86: optimize dr6 restore"Radim Krčmář2018-10-231-9/+4
| * | | Merge tag 'kvm-ppc-next-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2018-10-214-9/+17
| |\ \ \
| | * | | KVM: PPC: Optimize clearing TCEs for sparse tablesAlexey Kardashevskiy2018-10-203-7/+6
| | * | | KVM: PPC: Book3S HV: Don't use streamlined entry path on early POWER9 chipsPaul Mackerras2018-10-191-2/+11
| * | | | x86/kvm/nVMX: tweak shadow fieldsVitaly Kuznetsov2018-10-192-9/+6
| * | | | Merge tag 'kvmarm-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-10-1939-369/+814
| |\ \ \ \
| | * | | | KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall2018-10-195-2/+44
| | * | | | arm/arm64: KVM: Enable 32 bits kvm vcpu events supportDongjiu Geng2018-10-181-1/+0
| | * | | | arm/arm64: KVM: Rename function kvm_arch_dev_ioctl_check_extension()Dongjiu Geng2018-10-183-4/+4
| | * | | | arm64: KVM: Remove some extra semicolon in kvm_target_cpuzhong jiang2018-10-031-3/+3
| | * | | | KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2Marc Zyngier2018-10-034-4/+8
| | * | | | kvm: arm64: Allow tuning the physical address size for VMSuzuki K Poulose2018-10-032-24/+13