aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-12-03Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-2/+2
2017-12-01Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 33-140/+492
2017-12-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 13-93/+92
2017-12-01RISC-V: Fixes for clean allmodconfig buildGravatar Palmer Dabbelt 12-21/+39
2017-12-01RISC-V: __io_writes should respect the length argumentGravatar Palmer Dabbelt 1-1/+1
2017-12-01RISC-V: User-Visible ChangesGravatar Palmer Dabbelt 19-34/+392
2017-12-01RISC-V: __io_writes should respect the length argumentGravatar Palmer Dabbelt 1-1/+1
2017-12-01Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 3-6/+23
2017-12-01arm64: context: Fix comments and remove pointless smp_wmb()Gravatar Will Deacon 1-11/+12
2017-12-01arm64: cpu_ops: Add missing 'const' qualifiersGravatar Yury Norov 1-3/+3
2017-12-01arm64: perf: remove unsupported events for Cortex-A73Gravatar Xu YiPing 1-6/+0
2017-12-01arm64: fpsimd: Fix failure to restore FPSIMD state after signalsGravatar Dave Martin 1-3/+3
2017-12-01arm64: pgd: Mark pgd_cache as __ro_after_initGravatar Jinbum Park 1-1/+1
2017-12-01arm64: ftrace: emit ftrace-mod.o contents through codeGravatar Ard Biesheuvel 7-31/+22
2017-12-01arm64: module-plts: factor out PLT generation code for ftraceGravatar Ard Biesheuvel 2-36/+46
2017-11-30RISC-V: Clean up an unused includeGravatar Palmer Dabbelt 1-1/+0
2017-11-30RISC-V: Allow userspace to flush the instruction cacheGravatar Andrew Waterman 8-0/+105
2017-11-30RISC-V: Flush I$ when making a dirty page executableGravatar Andrew Waterman 8-30/+174
2017-11-30RISC-V: Add missing includeGravatar Olof Johansson 1-0/+1
2017-11-30RISC-V: Use define for get_cycles like other architecturesGravatar Olof Johansson 1-1/+2
2017-11-30RISC-V: Provide stub of setup_profiling_timer()Gravatar Olof Johansson 1-0/+7
2017-11-30RISC-V: Export some expected symbols for modulesGravatar Olof Johansson 3-0/+6
2017-11-30RISC-V: move empty_zero_page definition to C and export itGravatar Olof Johansson 2-3/+3
2017-11-30RISC-V: io.h: type fixes for warningsGravatar Olof Johansson 2-8/+10
2017-11-30RISC-V: use RISCV_{INT,SHORT} instead of {INT,SHORT} for asm macrosGravatar Olof Johansson 2-9/+9
2017-11-30RISC-V: use generic serial.hGravatar Olof Johansson 1-0/+1
2017-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 14-93/+185
2017-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 68-234/+90
2017-11-29Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 9-10/+18
2017-11-29mm: replace pmd_write with pmd_access_permitted in fault + gup pathsGravatar Dan Williams 1-1/+1
2017-11-29mm: replace pud_write with pud_access_permitted in fault + gup pathsGravatar Dan Williams 2-1/+7
2017-11-29mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEGravatar Dan Williams 8-8/+4
2017-11-29mm: fix device-dax pud write-faults triggered by get_user_pages()Gravatar Dan Williams 1-0/+6
2017-11-29Merge tag 'microblaze-4.15-rc2' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 1-0/+1
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 1-1/+1
2017-11-29sparc64: Fix boot on T4 and later.Gravatar David S. Miller 1-1/+1
2017-11-29powerpc: Do not assign thread.tidr if already assignedGravatar Vaibhav Jain 1-0/+3
2017-11-29powerpc: Avoid signed to unsigned conversion in set_thread_tidr()Gravatar Vaibhav Jain 1-3/+6
2017-11-28RISC-V: remove spin_unlock_wait()Gravatar Palmer Dabbelt 1-9/+0
2017-11-28RISC-V: `sfence.vma` orderes the instruction cacheGravatar Palmer Dabbelt 1-1/+4
2017-11-28RISC-V: Add READ_ONCE in arch_spin_is_locked()Gravatar Palmer Dabbelt 1-1/+1
2017-11-28RISC-V: __test_and_op_bit_ord should be strongly orderedGravatar Palmer Dabbelt 1-1/+1
2017-11-28RISC-V: Remove smb_mb__{before,after}_spinlock()Gravatar Palmer Dabbelt 1-8/+0
2017-11-28RISC-V: Remove __smp_bp__{before,after}_atomicGravatar Palmer Dabbelt 1-15/+0
2017-11-28RISC-V: Comment on why {,cmp}xchg is ordered how it isGravatar Palmer Dabbelt 1-2/+7
2017-11-28RISC-V: Remove unused arguments from ATOMIC_OPGravatar Palmer Dabbelt 1-47/+47
2017-11-28arm64: mm: cleanup stale AIVIVT referencesGravatar Mark Rutland 2-2/+5
2017-11-28s390/gs: add compat regset for the guarded storage broadcast control blockGravatar Martin Schwidefsky 1-0/+8
2017-11-27Merge tag 'kvm-ppc-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Paolo Bonzini 3-16/+25
2017-11-27KVM: Let KVM_SET_SIGNAL_MASK work as advertisedGravatar Jan H. Schönherr 4-20/+8