aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-0110-14/+14
* 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-291-4/+4
* 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-292-7/+8
* powerpc/mm/book3s-64: Use physical addresses in upper page table tree levelsPaul Mackerras2016-02-296-16/+27
* powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTEPaul Mackerras2016-02-274-10/+13
* powerpc/mm/book3s-64: Clean up some obsolete or misleading commentsPaul Mackerras2016-02-271-7/+6
* Merge tag 'powerpc-4.5-4' into nextMichael Ellerman2016-02-253-2/+11
|\
| * powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V2016-02-151-0/+4
| * powerpc/eeh: Fix stale cached primary busGavin Shan2016-02-151-0/+1
| * powerpc/pseries: Don't trace hcalls on offline CPUsDenis Kirjanov2016-02-151-2/+6
* | powerpc: Use BUILD_BUG_ON_MSG() for unsupported {cmp}xchg sizespan xinhui2016-02-241-16/+7
* | powerpc: Add POWER9 cputable entryMichael Neuling2016-02-223-3/+16
* | powerpc/powernv: Create separate subcores CPU feature bitMichael Neuling2016-02-221-1/+2
* | 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/powernv: allocate sparse PE# when using M64 BAR in Single PE modeWei Yang2016-02-101-1/+1
* | powerpc/powernv: use one M64 BAR in Single PE mode for one VF BARWei Yang2016-02-101-3/+2
* | powerpc/powernv: new function to access OPAL msglogAndrew Donnellan2016-02-091-0/+3
* | Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-294-3/+5
|\|
| * powerpc/mm: Fixup _HPAGE_CHG_MASKAneesh Kumar K.V2016-01-281-1/+3
| * powerpc: Remove newly added extra definition of pmd_dirtyStephen Rothwell2016-01-211-1/+0
| * powerpc: Wire up copy_file_range() syscallChandan Rajendra2016-01-212-1/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-271-2/+1
|\ \
| * \ Merge tag 'kvm-s390-master-4.5-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-01-265-28/+34
| |\ \
| * \ \ Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-01-151-2/+1
| |\ \ \
| | * | | KVM: PPC: Increase memslots to 512Thomas Huth2015-12-101-2/+1
* | | | | dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-201-2/+0
* | | | | powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_headerRasmus Villemoes2016-01-201-1/+1
| |_|_|/ |/| | |
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-181-23/+10
|\ \ \ \
| * | | | powerpc: define __smp_xxxMichael S. Tsirkin2016-01-121-16/+8
| * | | | powerpc: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-7/+2
| * | | | lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso2016-01-121-1/+1
* | | | | kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-152-3/+3
* | | | | arch/powerpc/include/asm/pgtable-ppc64.h: add pmd_[dirty|mkclean] for THPMinchan Kim2016-01-151-0/+2
* | | | | powerpc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-153-24/+2
* | | | | Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-1552-2897/+2372
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-01-147-1998/+1
| |\ \ \ \
| | * | | | QE: Move QE from arch/powerpc to drivers/socZhao Qiang2015-12-227-2006/+1
| | * | | | QE/CPM: move muram management functions to qe_commonZhao Qiang2015-12-222-46/+51
| | * | | | CPM/QE: use genalloc to manage CPM/QE muramZhao Qiang2015-12-221-0/+3
| * | | | | powerpc/powernv: Fix OPAL_CONSOLE_FLUSH prototype and usagesRussell Currey2016-01-131-1/+1
| * | | | | powerpc/mm: fix _PAGE_SWP_SOFT_DIRTY breaking swapoffHugh Dickins2016-01-122-3/+11
| * | | | | powerpc/mm: Fix _PAGE_PTE breaking swapoffAneesh Kumar K.V2016-01-121-3/+8
| * | | | | powerpc: Fix build break due to paca mm_context_t changesMichael Ellerman2016-01-091-0/+2
| * | | | | powerpc/powernv: Add a kmsg_dumper that flushes console output on panicRussell Currey2015-12-272-1/+5