summaryrefslogtreecommitdiff
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-02-0617-3/+77
* memblock: drop memblock_alloc_base()Mike Rapoport2019-02-062-3/+11
* memblock: memblock_phys_alloc(): don't panicMike Rapoport2019-02-061-0/+3
* memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport2019-02-061-0/+4
* powerpc: use memblock functions returning virtual addressChristophe Leroy2019-02-065-19/+26
* Merge branch 'akpm-current/current'Stephen Rothwell2019-02-0631-237/+248
|\
| * configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin2019-02-062-2/+0
| * numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-02-061-1/+1
| * hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-02-062-3/+3
| * powerpc/mm/iommu: allow large IOMMU page size only for hugetlb backingAneesh Kumar K.V2019-02-061-17/+7
| * powerpc/mm/iommu: allow migration of cma allocated pages during mm_iommu_do_a...Aneesh Kumar K.V2019-02-061-87/+39
| * powerpc/vdso: don't clear PG_reservedDavid Hildenbrand2019-02-061-2/+0
| * powerpc: use probe_user_read()Christophe Leroy2019-02-065-46/+10
| * arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgradeAneesh Kumar K.V2019-02-063-0/+54
| * arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V2019-02-064-0/+65
| * arch: simplify several early memory allocationsMike Rapoport2019-02-053-6/+4
| * powerpc: prefer memblock APIs returning virtual addressMike Rapoport2019-02-059-63/+51
| * mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-02-055-12/+16
* | Merge remote-tracking branch 'cisco/for-next'Stephen Rothwell2019-02-0611-112/+90
|\ \
| * | powerpc: convert config files to generic cmdlineDaniel Walker2018-11-167-85/+80
| * | powerpc: convert to generic builtin command lineDaniel Walker2018-11-164-27/+10
* | | Merge remote-tracking branch 'y2038/y2038'Stephen Rothwell2019-02-062-31/+111
|\ \ \
| * | | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-01-251-0/+20
| * | | y2038: rename old time and utime syscallsArnd Bergmann2019-01-252-9/+18
| * | | y2038: use time32 syscall names on 32-bitArnd Bergmann2019-01-251-22/+60
| * | | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-01-251-26/+26
| * | | arch: add split IPC system calls where neededArnd Bergmann2019-01-251-0/+13
* | | | Merge remote-tracking branch 'char-misc/char-misc-next'Stephen Rothwell2019-02-0613-218/+29
|\ \ \ \
| * \ \ \ Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman2019-01-2812-22/+27
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | iomap: introduce io{read|write}64_{lo_hi|hi_lo}Logan Gunthorpe2019-01-221-0/+2
| * | | | powerpc: Adopt nvram module for PPC64Finn Thain2019-01-226-163/+5
| * | | | powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMFinn Thain2019-01-226-23/+4
| * | | | powerpc: Define missing ppc_md.nvram_size for CHRP and PowerMacFinn Thain2019-01-222-4/+19
| * | | | powerpc: Replace nvram_* extern declarations with standard headerFinn Thain2019-01-222-30/+1
* | | | | Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell2019-02-061-6/+4
|\ \ \ \ \
| * | | | | pseries: ibmebus.c: convert to use BUS_ATTR_WOGreg Kroah-Hartman2019-01-221-6/+4
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2019-02-063-36/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'perf/core'Ingo Molnar2019-02-043-36/+3
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | perf/core, arch/powerpc: use PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable ...Andrew Murray2019-01-213-36/+3
| | |/ / /
* | | | | Merge remote-tracking branch 'net-next/master'Stephen Rothwell2019-02-064-16/+114
|\ \ \ \ \
| * | | | | socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani2019-02-031-2/+2
| * | | | | bpf: powerpc64: add JIT support for bpf line infoSandipan Das2019-02-011-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-283-14/+111
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | ppc: bpf: implement jitting of JMP32Jiong Wang2019-01-263-14/+111
| | |/ / /
* | | | | Merge remote-tracking branch 'powerpc/next'Stephen Rothwell2019-02-0621-95/+79
|\ \ \ \ \
| * | | | | powerpc: remove unnecessary unlikely()Igor Stoppa2019-01-152-2/+2
| * | | | | powerpc: Allow CPU selection of G4/74xx variantMathieu Malaterre2019-01-151-0/+6
| * | | | | powerpc/64s: Add MMU type to __die() outputMichael Ellerman2019-01-151-1/+3
| * | | | | powerpc: Show PAGE_SIZE in __die() outputMichael Ellerman2019-01-151-1/+2
| * | | | | powerpc: Stop using pr_cont() in __die()Michael Ellerman2019-01-151-18/+8