summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-09215-3626/+3402Star
|\
| * mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand2019-07-191-12/+11Star
| * mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-191-2/+0Star
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-178-105/+27Star
| |\
| | * mm: add account_locked_vm utility functionDaniel Jordan2019-07-172-77/+8Star
| | * mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy2019-07-172-2/+1Star
| | * mm/mmap: move common defines to mman-common.hAneesh Kumar K.V2019-07-171-5/+1Star
| | * powerpc: define syscall_get_error()Dmitry V. Levin2019-07-171-0/+10
| | * mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-171-21/+2Star
| | * mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual2019-07-171-0/+5
| * | Merge tag 'for-linus-20190715' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-161-0/+1
| |\ \ | | |/ | |/|
| | * arch: mark syscall number 435 reserved for clone3Christian Brauner2019-07-151-0/+1
| * | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-151-9/+1Star
| |\ \
| | * | memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig2019-07-021-9/+1Star
| * | | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-14208-3498/+3362Star
| |\ \ \ | | |_|/ | |/| |
| | * | powerpc/powernv/idle: Fix restore of SPRN_LDBAR for POWER9 stop state.Athira Rajeev2019-07-121-1/+1
| | * | powerpc/eeh: Handle hugepages in ioremap spaceOliver O'Halloran2019-07-111-3/+12
| | * | powerpc/boot: pass CONFIG options in a simpler and more robust wayMasahiro Yamada2019-07-103-16/+3Star
| | * | powerpc/boot: add {get, put}_unaligned_be32 to xz_config.hMasahiro Yamada2019-07-101-0/+20
| | * | powerpc/irq: Don't WARN continuously in arch_local_irq_restore()Michael Ellerman2019-07-101-3/+3
| | * | powerpc/module64: Use symbolic instructions names.Christophe Leroy2019-07-051-18/+35
| | * | powerpc/module32: Use symbolic instructions names.Christophe Leroy2019-07-051-8/+16
| | * | powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.hChristophe Leroy2019-07-053-11/+9Star
| | * | powerpc/module64: Fix comment in R_PPC64_ENTRY handlingMichael Ellerman2019-07-051-1/+1
| | * | powerpc/boot: Add lzo support for uImageChristophe Leroy2019-07-043-1/+7
| | * | powerpc/boot: Add lzma support for uImageChristophe Leroy2019-07-043-1/+7
| | * | powerpc/boot: don't force gzipped uImageChristophe Leroy2019-07-041-1/+10
| | * | powerpc/8xx: Add microcode patch to move SMC parameter RAM.Christophe Leroy2019-07-042-0/+104
| | * | powerpc/8xx: Use IO accessors in microcode programming.Christophe Leroy2019-07-041-18/+16Star
| | * | powerpc/8xx: replace #ifdefs by IS_ENABLED() in microcode.cChristophe Leroy2019-07-041-20/+13Star
| | * | powerpc/8xx: refactor programming of microcode CPM params.Christophe Leroy2019-07-041-18/+27
| | * | powerpc/8xx: refactor printing of microcode patch name.Christophe Leroy2019-07-041-6/+8
| | * | powerpc/8xx: Refactor microcode writeChristophe Leroy2019-07-041-9/+6Star
| | * | powerpc/8xx: refactor writing of CPM microcode arraysChristophe Leroy2019-07-041-22/+13Star
| | * | powerpc/8xx: compact microcode arraysChristophe Leroy2019-07-041-559/+140Star
| | * | powerpc/8xx: drop verify_patch()Christophe Leroy2019-07-041-40/+0Star
| | * | powerpc/8xx: move CPM1 related files from sysdev/ to platforms/8xxChristophe Leroy2019-07-044-14/+17
| | * | powerpc/64: reuse PPC32 static inline flush_dcache_range()Christophe Leroy2019-07-043-35/+18Star
| | * | powerpc/32: define helpers to get L1 cache sizes.Christophe Leroy2019-07-042-11/+29
| | * | powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy2019-07-045-33/+9Star
| | * | powerpc: slightly improve cache helpersChristophe Leroy2019-07-041-4/+4
| | * | powerpc/mm/hugetlb: Don't enable HugeTLB if we don't have a page table cacheAneesh Kumar K.V2019-07-041-2/+8
| | * | powerpc/mm/hugetlb: Fix kernel crash if we fail to allocate page table cachesAneesh Kumar K.V2019-07-041-1/+6
| | * | powerpc/mm: Handle page table allocation failuresAneesh Kumar K.V2019-07-041-0/+8
| | * | powerpc/mm: Remove radix dependency on HugeTLB pageAneesh Kumar K.V2019-07-041-1/+1
| | * | powerpc/mm: pmd_devmap implies pmd_large().Aneesh Kumar K.V2019-07-042-2/+2
| | * | powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-049-33/+102
| | * | powerpc/pseries/scm: Use a specific endian format for storing uuid from the d...Aneesh Kumar K.V2019-07-041-2/+9
| | * | powerpc/nvdimm: Add support for multibyte read/write for metadataAneesh Kumar K.V2019-07-041-22/+82
| | * | powerpc/pseries/scm: Mark the region volatile if cache flush not requiredAneesh Kumar K.V2019-07-041-1/+7