summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2016-11-30powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann4-7/+7
2016-11-28powerpc/mm: Batch tlb flush when invalidating pte entriesAneesh Kumar K.V1-3/+10
2016-11-28powerpc/mm: update radix__pte_update to not do full mm tlb flushAneesh Kumar K.V1-7/+1
2016-11-28powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flushAneesh Kumar K.V5-13/+12
2016-11-28powerpc/mm: Add radix__tlb_flush_pte_p9_dd1()Aneesh Kumar K.V1-0/+2
2016-11-28powerpc/mm: Introduce _PAGE_LARGE software pte bitsAneesh Kumar K.V3-0/+32
2016-11-28powerpc/mm/hugetlb: Handle hugepage size supported by hash configAneesh Kumar K.V1-0/+4
2016-11-28powerpc/mm: Rename hugetlb-radix.h to hugetlb.hAneesh Kumar K.V2-3/+3
2016-11-25powerpc: Fix __cmpxchg() to take a volatile ptr againMichael Ellerman1-3/+3
2016-11-24Merge branch 'topic/ppc-kvm' into nextMichael Ellerman4-8/+62
2016-11-23powerpc: Initial stack protector (-fstack-protector) supportChristophe Leroy1-0/+40
2016-11-23powerpc: Implement {cmp}xchg for u8 and u16Pan Xinhui1-3/+106
2016-11-23powerpc/kprobes: Invoke handlers directlyNaveen N. Rao1-0/+7
2016-11-23powerpc: Remove extraneous header from asm-prototypes.hNaveen N. Rao1-2/+0
2016-11-23powerpc/powernv: Define and set POWER9 HFSCR doorbell bitMichael Neuling1-0/+2
2016-11-23powerpc/reg: Add definition for LPCR_PECE_HVEEMichael Ellerman1-0/+1
2016-11-23powerpc/64: Define new ISA v3.00 logical PVR value and PCR register valueSuraj Jitindar Singh1-0/+7
2016-11-23powerpc/powernv: Define real-mode versions of OPAL XICS accessorsPaul Mackerras1-0/+3
2016-11-23powerpc/64: Provide functions for accessing POWER9 partition tablePaul Mackerras1-0/+5
2016-11-22powerpc/eeh: Refactor EEH PE reset functionsRussell Currey1-1/+1
2016-11-22powerpc/64: Add some more SPRs and SPR bits for POWER9Paul Mackerras1-0/+5
2016-11-18powerpc/64: get rid of MIN_HUGEPTE_SHIFTChristophe Leroy4-12/+0
2016-11-17powerpc/pseries: Move CMO code from plapr_wrappers.h to platforms/pseriesMichael Ellerman2-53/+0
2016-11-16powerpc/64: Simplify adaptation to new ISA v3.00 HPTE formatPaul Mackerras1-8/+39
2016-11-14powerpc: Revert Load Monitor Register SupportMichael Neuling2-7/+0
2016-11-14powerpc/pseries: Use H_CLEAR_HPT to clear MMU hash table during kexecAnton Blanchard1-1/+2
2016-11-14powerpc: Make _ASM_NOKPROBE_SYMBOL a noop when KPROBES not definedNicholas Piggin1-0/+4
2016-11-14powerpc: Build-time sort the exception tableNicholas Piggin1-4/+0
2016-11-14powerpc: Add support for relative exception tablesNicholas Piggin2-13/+20
2016-11-14powerpc: EX_TABLE macro for exception tablesNicholas Piggin5-43/+31
2016-11-14powerpc/asm: Allow including ppc_asm.h in asm filesMichael Ellerman1-3/+3
2016-11-14powerpc/64s: Reduce exception alignmentNicholas Piggin2-4/+7
2016-11-14powerpc: Remove suspect CONFIG_PPC_BOOK3E #ifdefs in nohash/64/pgtable.hRui Teng1-13/+1
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+4
2016-10-29arch/powerpc: Update parameters for csum_tcpudp_magic & csum_tcpudp_nofoldIvan Vecera1-8/+4
2016-10-27powerpc/64s: relocation, register save fixes for system reset interruptNicholas Piggin1-0/+16
2016-10-27powerpc/mm/radix: Use tlbiel only if we ever ran on the current cpuAneesh Kumar K.V1-0/+12
2016-10-22powerpc: Convert cmp to cmpd in idle enter sequenceSegher Boessenkool1-1/+1
2016-10-19powerpc: Ignore the pkey system calls for nowStephen Rothwell1-0/+4
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+1
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds1-4/+0
2016-10-14Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-0/+14
2016-10-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman5-0/+14
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+3
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds25-179/+626
2016-10-07powerpc: implement arch_reserved_kernel_pagesSrikar Dronamraju1-0/+3
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-149/+214
2016-10-04powerpc/bpf: Implement support for tail callsNaveen N. Rao1-0/+2
2016-10-04powerpc: tm: Enable transactional memory (TM) lazily for userspaceCyril Bur1-0/+1
2016-10-04powerpc: Remove do_load_up_transact_{fpu,altivec}Cyril Bur1-5/+0