aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2017-03-31powerpc/mm/hash: Abstract context id allocation for KVMMichael Ellerman1-1/+1
2017-03-31powerpc/mm/slice: Move slice_mask struct definition to slice.cAneesh Kumar K.V1-11/+0
2017-03-31powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V1-17/+1
2017-03-31powerpc/mm/slice: Convert slice_mask high slice to a bitmapAneesh Kumar K.V1-9/+6
2017-03-31powerpc/mm: Move hash specific pte bits to be top bits of RPNAneesh Kumar K.V2-15/+18
2017-03-31powerpc/mm: Lower the max real address to 53 bitsAneesh Kumar K.V1-3/+28
2017-03-31powerpc/mm: Define all PTE bits based on radix definitions.Aneesh Kumar K.V2-2/+4
2017-03-31powerpc/mm: Define _PAGE_SOFT_DIRTY unconditionallyAneesh Kumar K.V1-4/+0
2017-03-31powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGEAneesh Kumar K.V2-3/+3
2017-03-31powerpc/mm: Cleanup bits definition between hash and radix.Aneesh Kumar K.V4-12/+17
2017-03-31powerpc/mm/nohash: MM_SLICE is only used by book3s 64Aneesh Kumar K.V2-10/+0
2017-03-30powerpc/vfio_spapr_tce: Add reference counting to iommu_tableAlexey Kardashevskiy1-2/+3
2017-03-30powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()Alexey Kardashevskiy1-0/+7
2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra1-2/+2
2017-03-28powerpc: switch to extable.hAl Viro2-25/+30
2017-03-27powerpc/mmu: Add real mode support for IOMMU preregistered memoryAlexey Kardashevskiy1-0/+4
2017-03-24net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala1-0/+2
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+3
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt1-0/+2
2017-03-21powerpc/64s: Move POWER machine check defines into mce_power.cNicholas Piggin1-91/+0
2017-03-21powerpc: Fix missing CRCs, add more asm-prototypes.h declarationsBen Hutchings1-0/+2
2017-03-20powerpc/ftrace: Add prototype for prepare_ftrace_return()Tobin C. Harding1-0/+2
2017-03-20powerpc/pseries: Move struct hcall_stats to hvCall_inst.cTobin C. Harding1-10/+0
2017-03-20powerpc: Move THREAD_SHIFT config to KconfigHamish Martin1-9/+1
2017-03-18mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov1-6/+0
2017-03-16powerpc: Wire up statx() syscallChandan Rajendra3-1/+3
2017-03-13Merge tag 'powerpc-4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-1/+111
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds5-0/+9
2017-03-10powerpc/64s: POWER9 machine check handlerNicholas Piggin2-0/+109
2017-03-10powerpc/64s: allow machine check handler to set severity and initiatorNicholas Piggin1-1/+2
2017-03-09power/mm: update pte_write and pte_wrprotect to handle savedwriteAneesh Kumar K.V1-5/+19
2017-03-09powerpc/mm: handle protnone ptes on forkAneesh Kumar K.V1-31/+42
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov5-0/+9
2017-03-08livepatch/powerpc: add TIF_PATCH_PENDING thread flagJosh Poimboeuf1-1/+3
2017-03-07Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-12/+25
2017-03-06powerpc/64: Fix L1D cache shape vector reporting L1I valuesMichael Ellerman1-2/+2
2017-03-06powerpc: Update to new option-vector-5 format for CASSuraj Jitindar Singh1-6/+12
2017-03-05uaccess: drop pointless ifdefsAl Viro1-6/+0
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2017-03-04powerpc/64: Fix checksum folding in csum_add()Shile Zhang1-1/+1
2017-03-03powerpc/booke: Fix boot crash due to null hugepdLaurentiu Tudor1-1/+1
2017-03-03powerpc/powernv: Fix bug due to labeling ambiguity in power_enter_stopGautham R. Shenoy1-2/+2
2017-03-03powerpc: emulate_step() tests for load/store instructionsRavi Bangoria1-0/+7
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds8-2/+47
2017-03-01KVM: PPC: Book3S HV: Fix software walk of guest process page tablesPaul Mackerras1-1/+2
2017-02-27scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada2-2/+2
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-0/+3
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-19/+7