summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-8/+6
|\
| * powerpc/powernv/npu: Use pci_dev_id() helperHeiner Kallweit2019-04-291-8/+6
* | hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-141-1/+1
* | mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti2019-05-141-1/+1
* | Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-1019-262/+970
|\ \
| * | powerpc/perf: Trace imc events detection and cpuhotplugAnju T Sudhakar2019-05-031-0/+3
| * | powerpc/perf: Fix loop exit condition in nest_imc_event_initAnju T Sudhakar2019-05-031-1/+1
| * | powerpc/powernv/ioda2: Add __printf format/argument verificationJoe Perches2019-05-032-15/+18
| * | powerpc/hmi: Fix kernel hang when TB is in error state.Mahesh Salgaonkar2019-05-033-1/+26
| * | powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy2019-05-031-0/+6
| * | powerpc/Kconfig: select PPC_MM_SLICES from subarch typeChristophe Leroy2019-05-031-2/+2
| * | powerpc/mm: no slice for nohash/64Christophe Leroy2019-05-031-0/+4
| * | powerpc/powernv/mce: Print correct severity for MCE error.Mahesh Salgaonkar2019-05-011-1/+1
| * | powerpc/powernv/ioda: Handle failures correctly in pnv_pci_ioda_iommu_bypass_...Alexey Kardashevskiy2019-04-301-2/+2
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-04-303-174/+733
| |\ \
| | * | powerpc/powernv/idle: Restore AMR/UAMOR/AMOR/IAMR after idleMichael Ellerman2019-04-301-6/+46
| | * | powerpc/64s: Reimplement book3s idle code in CNicholas Piggin2019-04-302-174/+690
| | * | powerpc/xive: add OPAL extensions for the XIVE native exploitation supportCédric Le Goater2019-04-111-0/+3
| | |/
| * | powerpc/pseries: Track LMB nid instead of using device treeNathan Fontenot2019-04-291-9/+8
| * | powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_IDAneesh Kumar K.V2019-04-211-1/+1
| * | powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-211-2/+2
| * | powerpc/32s: Implement Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-0/+1
| * | powerpc/32s: Implement Kernel Userspace Execution Prevention.Christophe Leroy2019-04-211-0/+1
| * | powerpc/8xx: Add Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-0/+1
| * | powerpc/8xx: Add Kernel Userspace Execution PreventionChristophe Leroy2019-04-211-0/+1
| * | powerpc/32: Prepare for Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-1/+1
| * | powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman2019-04-211-0/+8
| * | powerpc/mm/radix: Use KUEP API for Radix MMURussell Currey2019-04-211-0/+1
| * | powerpc: Add a framework for Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-0/+12
| * | powerpc: Add skeleton for Kernel Userspace Execution PreventionChristophe Leroy2019-04-211-0/+12
| * | powerpc/powernv: Squash sparse warnings in opal-call.cAndrew Donnellan2019-04-201-0/+2
| * | powerpc/8xx: Fix possible device node reference leakWen Yang2019-04-201-2/+1
| * | powerpc/pseries: hwpoison the pages upon hitting UEGanesh Goudar2019-04-201-0/+83
| * | powerpc/83xx: Add missing of_node_put() after of_device_is_available()Julia Lawall2019-04-201-1/+3
| * | powerpc/pseries/pmem: Fix a set but not used valueQian Cai2019-04-201-2/+1
| * | powerpc/pseries/iommu: Fix set but not used valuesQian Cai2019-04-201-8/+5
| * | powerpc/mm: move warning from resize_hpt_for_hotplug()Laurent Vivier2019-04-201-1/+2
| * | powerpc/pseries/mce: Improve array initialization.Mahesh Salgaonkar2019-04-201-26/+26
| * | powerpc/embedded6xx: Remove unused functions holly_power_off and holly_haltMathieu Malaterre2019-04-201-12/+0
| * | powerpc/embedded6xx: Make some functions staticMathieu Malaterre2019-04-201-3/+4
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-05-091-3/+6
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be'...Stephen Boyd2019-05-071-3/+6
| |\ \ \ \ \ \ | | | | | |_|/ | | | | |/| |
| | | | | * | powerpc/512x: mark clocks as big endianJonas Gorski2019-04-231-3/+6
| | | | |/ /
* | | | | | Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-05-072-2/+2
|\ \ \ \ \ \
| * | | | | | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-062-2/+2
| |/ / / / /
* | | | | | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-8/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | spufs: switch to ->free_inode()Al Viro2019-05-011-8/+2
| | |_|_|/ | |/| | |
* / | | | powerpc/mm/radix: Make Radix require HUGETLB_PAGEMichael Ellerman2019-04-171-1/+1
|/ / / /
* | | | powerpc/pseries/mce: Fix misleading print for TLB mutlihitMahesh Salgaonkar2019-03-291-0/+1
* | | | powerpc/pseries/energy: Use OF accessor functions to read ibm,drc-indexesGautham R. Shenoy2019-03-271-9/+18
| |_|/ |/| |