summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-12-031-2/+2
|\
| * ARM: avoid faulting on qemuRussell King2017-11-271-2/+2
* | Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm...Linus Torvalds2017-12-0133-140/+492
|\ \
| * \ RISC-V: Fixes for clean allmodconfig buildPalmer Dabbelt2017-12-0112-21/+39
| |\ \
| | * | RISC-V: Add missing includeOlof Johansson2017-11-301-0/+1
| | * | RISC-V: Use define for get_cycles like other architecturesOlof Johansson2017-11-301-1/+2
| | * | RISC-V: Provide stub of setup_profiling_timer()Olof Johansson2017-11-301-0/+7
| | * | RISC-V: Export some expected symbols for modulesOlof Johansson2017-11-303-0/+6
| | * | RISC-V: move empty_zero_page definition to C and export itOlof Johansson2017-11-302-3/+3
| | * | RISC-V: io.h: type fixes for warningsOlof Johansson2017-11-302-8/+10
| | * | RISC-V: use RISCV_{INT,SHORT} instead of {INT,SHORT} for asm macrosOlof Johansson2017-11-302-9/+9
| | * | RISC-V: use generic serial.hOlof Johansson2017-11-301-0/+1
| * | | RISC-V: __io_writes should respect the length argumentPalmer Dabbelt2017-12-011-1/+1
| |\ \ \
| | * | | RISC-V: __io_writes should respect the length argumentPalmer Dabbelt2017-12-011-1/+1
| | |/ /
| * | | RISC-V: User-Visible ChangesPalmer Dabbelt2017-12-0119-34/+392
| |\ \ \
| | * | | RISC-V: Clean up an unused includePalmer Dabbelt2017-11-301-1/+0
| | * | | RISC-V: Allow userspace to flush the instruction cacheAndrew Waterman2017-11-308-0/+105
| | * | | RISC-V: Flush I$ when making a dirty page executableAndrew Waterman2017-11-308-30/+174
| | * | | RISC-V: Add VDSO entries for clock_get/gettimeofday/getcpuAndrew Waterman2017-11-276-1/+113
| | * | | RISC-V: Remove __vdso_cmpxchg{32,64} symbol versionsPalmer Dabbelt2017-11-271-2/+0
| | |/ /
| * | | RISC-V: remove spin_unlock_wait()Palmer Dabbelt2017-11-281-9/+0
| * | | RISC-V: `sfence.vma` orderes the instruction cachePalmer Dabbelt2017-11-281-1/+4
| * | | RISC-V: Add READ_ONCE in arch_spin_is_locked()Palmer Dabbelt2017-11-281-1/+1
| * | | RISC-V: __test_and_op_bit_ord should be strongly orderedPalmer Dabbelt2017-11-281-1/+1
| * | | RISC-V: Remove smb_mb__{before,after}_spinlock()Palmer Dabbelt2017-11-281-8/+0
| * | | RISC-V: Remove __smp_bp__{before,after}_atomicPalmer Dabbelt2017-11-281-15/+0
| * | | RISC-V: Comment on why {,cmp}xchg is ordered how it isPalmer Dabbelt2017-11-281-2/+7
| * | | RISC-V: Remove unused arguments from ATOMIC_OPPalmer Dabbelt2017-11-281-47/+47
| |/ /
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-12-0113-93/+92
|\ \ \
| * | | arm64: context: Fix comments and remove pointless smp_wmb()Will Deacon2017-12-011-11/+12
| * | | arm64: cpu_ops: Add missing 'const' qualifiersYury Norov2017-12-011-3/+3
| * | | arm64: perf: remove unsupported events for Cortex-A73Xu YiPing2017-12-011-6/+0
| * | | arm64: fpsimd: Fix failure to restore FPSIMD state after signalsDave Martin2017-12-011-3/+3
| * | | arm64: pgd: Mark pgd_cache as __ro_after_initJinbum Park2017-12-011-1/+1
| * | | arm64: ftrace: emit ftrace-mod.o contents through codeArd Biesheuvel2017-12-017-31/+22
| * | | arm64: module-plts: factor out PLT generation code for ftraceArd Biesheuvel2017-12-012-36/+46
| * | | arm64: mm: cleanup stale AIVIVT referencesMark Rutland2017-11-282-2/+5
| |/ /
* | | Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-12-013-6/+23
|\ \ \
| * | | powerpc: Do not assign thread.tidr if already assignedVaibhav Jain2017-11-291-0/+3
| * | | powerpc: Avoid signed to unsigned conversion in set_thread_tidr()Vaibhav Jain2017-11-291-3/+6
| * | | powerpc/kexec: Fix kexec/kdump in P9 guest kernelsMichael Ellerman2017-11-241-0/+2
| * | | powerpc/powernv: Fix kexec crashes caused by tlbie tracingMahesh Salgaonkar2017-11-231-3/+12
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-3014-93/+185
|\ \ \ \
| * \ \ \ Merge tag 'kvm-ppc-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2017-11-273-16/+25
| |\ \ \ \
| | * | | | KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hostsPaul Mackerras2017-11-233-16/+25
| * | | | | KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr2017-11-274-20/+8
| * | | | | KVM: VMX: Fix vmx->nested freeing when no SMI handlerWanpeng Li2017-11-271-1/+2
| * | | | | KVM: VMX: Fix rflags cache during vCPU resetWanpeng Li2017-11-271-1/+1
| * | | | | KVM: X86: Fix softlockup when get the current kvmclockWanpeng Li2017-11-271-4/+7
| * | | | | KVM: lapic: Fixup LDR on load in x2apicDr. David Alan Gilbert2017-11-271-0/+5