summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Split hash page table sizing heuristic into a helperDavid Gibson2016-03-022-13/+24
* powerpc/mm: Clean up memory hotplug failure pathsDavid Gibson2016-03-013-19/+44
* powerpc/mm: Handle removing maybe-present bolted HPTEsDavid Gibson2016-03-014-11/+24
* powerpc/mm: Clean up error handling for htab_remove_mappingDavid Gibson2016-03-011-7/+6
* powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-0142-56/+56
* powerpc/ps3: gelic_udbg: use struct udphdr from <linux/udp.h>Luis Henriques2016-03-011-8/+2
* powerpc/ps3: gelic_udbg: use struct iphdr from <linux/ip.h>Luis Henriques2016-03-011-20/+9
* powerpc/ps3: gelic_udbg: use struct vlan_hdr from <linux/if_vlan.h>Luis Henriques2016-03-011-10/+6
* powerpc/ps3: gelic_udbg: use struct ethhdr from <linux/if_ether.h>Luis Henriques2016-03-011-10/+7
* powerpc/mm/book3s-64: Expand the real page number field of the Linux PTEPaul Mackerras2016-02-292-8/+8
* powerpc/mm/book3s-64: Move software-used bits in PTEPaul Mackerras2016-02-291-3/+3
* powerpc/mm/book3s-64: Shuffle read, write, execute and user bits in PTEPaul Mackerras2016-02-291-4/+6
* powerpc/mm/book3s-64: Move HPTE-related bits in PTE to upper endPaul Mackerras2016-02-292-6/+7
* powerpc/mm/book3s-64: Move _PAGE_PTE to 2nd most significant bitPaul Mackerras2016-02-291-1/+1
* powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bitPaul Mackerras2016-02-294-9/+11
* powerpc/mm/book3s-64: Use physical addresses in upper page table tree levelsPaul Mackerras2016-02-297-18/+28
* powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTEPaul Mackerras2016-02-275-11/+14
* powerpc/mm/book3s-64: Clean up some obsolete or misleading commentsPaul Mackerras2016-02-273-14/+12
* Merge tag 'powerpc-4.5-4' into nextMichael Ellerman2016-02-2514-11/+101
|\
| * powerpc/mm/hash: Clear the invalid slot information correctlyAneesh Kumar K.V2016-02-222-2/+18
| * powerpc/eeh: Fix partial hotplug criterionGavin Shan2016-02-221-2/+1
| * powerpc/ioda: Set "read" permission when "write" is setAlexey Kardashevskiy2016-02-171-0/+6
| * powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V2016-02-152-0/+36
| * powerpc/powernv: Fix stale PE primary busGavin Shan2016-02-153-0/+22
| * powerpc/eeh: Fix stale cached primary busGavin Shan2016-02-154-2/+9
| * powerpc/pseries: Don't trace hcalls on offline CPUsDenis Kirjanov2016-02-151-2/+6
| * powerpc: Fix dedotify for binutils >= 2.26Andreas Schwab2016-02-081-1/+1
| * powerpc/book3s_32: Fix build error with checkpoint restartAneesh Kumar K.V2016-01-311-2/+2
* | powerpc: Fix BUG_ON() reporting in real modeBalbir Singh2016-02-241-1/+9
* | powerpc: Use BUILD_BUG_ON_MSG() for unsupported {cmp}xchg sizespan xinhui2016-02-241-16/+7
* | powerpc/powernv: Add AST graphics driver to powernv_defconfigJeremy Kerr2016-02-241-2/+2
* | powerpc/powernv: Add powernv firmware interface drivers to powernv_defconfigJeremy Kerr2016-02-241-0/+6
* | powerpc/powernv: Add powernv_defconfigJeremy Kerr2016-02-241-0/+307
* | powerpc: Add POWER9 cputable entryMichael Neuling2016-02-226-12/+95
* | powerpc: Use defines for __init_tlb_power[78]Michael Neuling2016-02-221-2/+3
* | powerpc/powernv: Create separate subcores CPU feature bitMichael Neuling2016-02-222-2/+3
* | powerpc/powernv: don't create OPAL msglog sysfs entry if memcons init failsAndrew Donnellan2016-02-221-0/+5
* | powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchgBoqun Feng2016-02-182-1/+158
* | powerpc: atomic: Implement acquire/release/relaxed variants for xchgBoqun Feng2016-02-182-39/+32
* | powerpc: atomic: Implement atomic{, 64}_*_return_* variantsBoqun Feng2016-02-181-62/+85
* | powerpc: Fix kgdb on little endian ppc64leBalbir Singh2016-02-181-0/+4
* | powerpc/perf/hv-gpci: Increase request buffer sizeSukadev Bhattiprolu2016-02-101-18/+25
* | powerpc/powernv: allocate sparse PE# when using M64 BAR in Single PE modeWei Yang2016-02-102-20/+63
* | powerpc/powernv: boundary the total VF BAR size instead of the individual oneWei Yang2016-02-101-6/+8
* | powerpc/powernv: replace the hard coded boundary with gateWei Yang2016-02-101-9/+19
* | powerpc/powernv: use one M64 BAR in Single PE mode for one VF BARWei Yang2016-02-102-107/+75
* | powerpc/powernv: simplify the calculation of iov resource alignmentWei Yang2016-02-101-8/+12
* | powerpc/powernv: don't enable SRIOV when VF BAR has non 64bit-prefetchable BARWei Yang2016-02-101-16/+19
* | powerpc/powernv: Simplify definitions of EEH debugfs handlersGavin Shan2016-02-101-38/+22
* | powerpc/xmon: Add xmon command to dump process/task similar to ps(1)Douglas Miller2016-02-101-0/+60
OpenPOWER on IntegriCloud