aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-02-22s390/cpum_cf: move counter set controls to a new header fileHendrik Brueckner4-43/+56
2019-02-22parisc: use memblock_alloc() instead of custom get_memblock()Mike Rapoport1-33/+19
2019-02-22crypto: arm/aes-ce - update IV after partial final CTR blockEric Biggers1-13/+13
2019-02-22crypto: arm64/aes-blk - update IV after partial final CTR blockEric Biggers1-2/+1
2019-02-22crypto: sha512/arm - fix crash bug in Thumb2 buildArd Biesheuvel2-2/+4
2019-02-22crypto: sha256/arm - fix crash bug in Thumb2 buildArd Biesheuvel2-2/+4
2019-02-22Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras8-100/+71
2019-02-22powerpc/kvm: Save and restore host AMR/IAMR/UAMORMichael Ellerman1-9/+17
2019-02-22KVM: PPC: Book3S: Improve KVM reference countingAlexey Kardashevskiy1-3/+4
2019-02-22KVM: PPC: Book3S HV: Fix build failure without IOMMU supportJordan Niethe2-0/+12
2019-02-21MIPS: ingenic: Add support for appended devicetreePaul Cercueil2-5/+11
2019-02-21ARCv2: don't assume core 0x54 has dual issueVineet Gupta2-5/+29
2019-02-21parisc: Add constants for various PDC firmware callsHelge Deller1-2/+18
2019-02-21parisc: Add constant for PDC_PAT_COMPLEX firmware callHelge Deller1-0/+4
2019-02-21parisc: Show machine product number during bootHelge Deller3-0/+34
2019-02-21parisc: Add constants for PDC_RELOCATE PDC callHelge Deller1-1/+6
2019-02-21parisc: Add PDC_CRASH_PREP PDC function numberSven Schnelle1-0/+1
2019-02-21parisc: remove the HBA_DATA macroChristoph Hellwig1-2/+0
2019-02-21parisc: properly type the iommu field in struct pci_hba_dataChristoph Hellwig1-1/+1
2019-02-21parisc: move internal implementation details out of <asm/dma-mapping.h>Christoph Hellwig1-44/+0
2019-02-21parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h>Christoph Hellwig2-2/+1
2019-02-21parisc: remove meaningless ccflags-y in arch/parisc/boot/MakefileMasahiro Yamada1-6/+0
2019-02-21parisc: replace oops_in_progress manipulation with bust_spinlocks()Sergey Senozhatsky1-2/+2
2019-02-21parisc: Improve initial IRQ to CPU assignmentHelge Deller1-1/+4
2019-02-21parisc: Count IPI function call interruptsHelge Deller3-0/+6
2019-02-21parisc: Show rescheduling interrupts on SMP machines onlyHelge Deller1-4/+6
2019-02-21parisc: Fix ptrace syscall number modificationDmitry V. Levin1-8/+21
2019-02-21ARC: define ARCH_SLAB_MINALIGN = 8Alexey Brodkin1-0/+11
2019-02-21ARC: enable uboot support unconditionallyEugeniy Paltsev6-20/+0
2019-02-21ARC: U-boot: check arguments paranoidlyEugeniy Paltsev2-27/+64
2019-02-21ARCv2: support manual regfile save on interruptsVineet Gupta5-1/+68
2019-02-21ARC: uacces: remove lp_start, lp_end from clobber listVineet Gupta1-4/+4
2019-02-21ARC: fix actionpoints configuration detectionEugeniy Paltsev1-1/+1
2019-02-21ARCv2: lib: memcpy: fix doing prefetchw outside of bufferEugeniy Paltsev1-14/+0
2019-02-21ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev1-0/+10
2019-02-21s390/net: convert pnetids to asciiHans Wippel1-0/+3
2019-02-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-9/+13
2019-02-21kasan: fix random seed generation for tag-based modeAndrey Konovalov2-2/+3
2019-02-21s390/extmem: print DCSS range with %pxGerald Schaefer1-2/+2
2019-02-21s390/extmem: remove code for 31 bit addressing modeGerald Schaefer1-117/+12
2019-02-22powerpc: dump as a single line areas mapping a single physical page.Christophe Leroy1-6/+12
2019-02-22powerpc/32: Fix CONFIG_VIRT_CPU_ACCOUNTING_NATIVE for 40x/bookeChristophe Leroy1-5/+7
2019-02-22powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handlingChristophe Leroy3-12/+7
2019-02-22powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers.Christophe Leroy1-11/+13
2019-02-22powerpc/603: Don't worry about _PAGE_USER in TLB miss handlersChristophe Leroy1-9/+3
2019-02-22powerpc/603: let's handle PAGE_DIRTY directlyChristophe Leroy1-4/+2
2019-02-22powerpc/603: Don't handle _PAGE_RW and _PAGE_DIRTY on ITLB missesChristophe Leroy1-6/+2
2019-02-22powerpc/603: Don't handle kernel page TLB misses when not needChristophe Leroy1-0/+4
2019-02-22powerpc/hash32: use physical address directly in hash handlers.Christophe Leroy2-37/+31
2019-02-22powerpc/603: use physical address directly in TLB miss handlers.Christophe Leroy1-9/+6