aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-08-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-20/+92
2019-08-17Merge tag 'riscv/for-v5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-5/+30
2019-08-16Merge tag 'xtensa-20190816' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 1-0/+1
2019-08-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-12/+24
2019-08-16arm64: ftrace: Ensure module ftrace trampoline is coherent with I-sideGravatar Will Deacon 1-9/+13
2019-08-16x86/boot: Save fields explicitly, zero out everything elseGravatar John Hubbard 1-15/+48
2019-08-14Merge tag 'Wimplicit-fallthrough-5.3-rc5' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 2-3/+3
2019-08-14riscv: Make __fstate_clean() work correctly.Gravatar Vincent Chen 1-1/+1
2019-08-14riscv: Correct the initialized flow of FP registerGravatar Vincent Chen 2-2/+15
2019-08-14Merge tag 'dma-mapping-5.3-4' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 5-26/+3
2019-08-13riscv: defconfig: Update the defconfigGravatar Alistair Francis 1-0/+2
2019-08-13riscv: rv32_defconfig: Update the defconfigGravatar Alistair Francis 1-0/+3
2019-08-13riscv: fix flush_tlb_range() end address for flush_tlb_page()Gravatar Paul Walmsley 1-2/+9
2019-08-13arm64: cpufeature: Don't treat granule sizes as strictGravatar Will Deacon 1-3/+11
2019-08-12xtensa: add missing isync to the cpu_reset TLB codeGravatar Max Filippov 1-0/+1
2019-08-12x86/fpu/math-emu: Address fallthrough warningsGravatar Thomas Gleixner 2-3/+4
2019-08-12x86/apic/32: Fix yet another implicit fallthrough warningGravatar Borislav Petkov 1-1/+2
2019-08-12x86/umwait: Fix error handling in umwait_init()Gravatar Fenghua Yu 1-1/+38
2019-08-11sh: kernel: hw_breakpoint: Fix missing break in switch statementGravatar Gustavo A. R. Silva 1-0/+1
2019-08-11sh: kernel: disassemble: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-3/+2
2019-08-10Merge tag 'riscv/for-v5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-35/+5
2019-08-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-28/+48
2019-08-10Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for...Gravatar Joe Perches 1-1/+1
2019-08-10dma-mapping: fix page attributes for dma_mmap_*Gravatar Christoph Hellwig 5-26/+3
2019-08-10Merge tag 'powerpc-5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-4/+4
2019-08-10Merge tag 'Wimplicit-fallthrough-5.3-rc4' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 6-11/+16
2019-08-09ARM: ep93xx: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2019-08-09ARM: signal: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2019-08-09ARM: OMAP: dma: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-9/+5
2019-08-09ARM: alignment: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-1/+3
2019-08-09ARM: tegra: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2019-08-09ARM/hw_breakpoint: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+5
2019-08-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 16-104/+122
2019-08-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-2/+5
2019-08-09Merge tag 's390-5.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 9-44/+13
2019-08-09Merge tag 'kvmarm-fixes-for-5.3-2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Paolo Bonzini 2-22/+33
2019-08-09Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Paolo Bonzini 1122-9611/+34434
2019-08-09s390/vdso: map vdso also for statically linked binariesGravatar Heiko Carstens 1-5/+0
2019-08-09KVM: arm: Don't write junk to CP15 registers on resetGravatar Marc Zyngier 1-8/+15
2019-08-09KVM: arm64: Don't write junk to sysregs on resetGravatar Marc Zyngier 1-14/+18
2019-08-08RISC-V: Remove udivdi3Gravatar Palmer Dabbelt 2-34/+0
2019-08-08riscv: delay: use do_div() instead of __udivdi3()Gravatar Paul Walmsley 1-1/+5
2019-08-08arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64Gravatar Jia He 1-2/+5
2019-08-08s390/build: use size command to perform empty .bss checkGravatar Vasily Gorbik 1-2/+1
2019-08-08x86/lib/cpu: Address missing prototypes warningGravatar Valdis Klētnieks 1-0/+1
2019-08-08x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGSGravatar Nick Desaulniers 1-5/+28
2019-08-08x86/purgatory: Do not use __builtin_memcpy and __builtin_memsetGravatar Nick Desaulniers 4-23/+17
2019-08-07x86: mtrr: cyrix: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2019-08-07x86/ptrace: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2019-08-06Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-1/+20