summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2017-02-14powerpc/mm: Fix build break with RADIX=y & HUGETLBFS=nMichael Ellerman2-0/+8
2017-02-10powerpc: Add a prototype for mcount() so it can be versionedMichael Ellerman1-0/+2
2017-02-10powerpc/kprobes: Implement OptprobesAnju T2-1/+24
2017-02-10powerpc/kprobes: Fixes for kprobe_lookup_name() on BENaveen N. Rao1-1/+2
2017-02-10powerpc: Add helper to check if offset is within relative branch rangeAnju T1-0/+1
2017-02-10powerpc/bpf: Introduce __PPC_SH64()Naveen N. Rao1-0/+1
2017-02-10powerpc/pseries: Automatically resize HPT for memory hot add/removeDavid Gibson1-0/+1
2017-02-10powerpc/pseries: Advertise HPT resizing support via CASDavid Gibson1-0/+1
2017-02-10powerpc/pseries: Add support for hash table resizingDavid Gibson1-0/+1
2017-02-09powerpc/pseries: Add hypercall wrappers for hash page table resizingDavid Gibson3-2/+17
2017-02-07powerpc/mm: Add MMU_FTR_KERNEL_RO to possible feature maskAneesh Kumar K.V1-0/+1
2017-02-06powerpc/64s: Use (start, size) rather than (start, end) for exception handlersNicholas Piggin1-76/+82
2017-02-06powerpc/64s: Tidy up after exception handler reworkNicholas Piggin1-80/+80
2017-02-06powerpc: Add new cache geometry aux vectorsBenjamin Herrenschmidt3-1/+53
2017-02-06powerpc/64: Add L2 and L3 cache shape infoBenjamin Herrenschmidt1-0/+2
2017-02-06powerpc/64: Clean up ppc64_caches using a struct per cacheBenjamin Herrenschmidt2-14/+14
2017-02-06powerpc/64: Retrieve number of L1 cache sets from device-treeBenjamin Herrenschmidt1-0/+2
2017-02-06powerpc/64: Fix naming of cache block vs. cache lineBenjamin Herrenschmidt2-7/+9
2017-02-06powerpc: Move ARCH_DLINFO out of uapiBenjamin Herrenschmidt2-23/+22
2017-02-02powerpc/pseries: Introduce memory hotplug READD operationJohn Allen1-0/+1
2017-02-02powerpc/sparse: Constify the address pointer in __get_user_nosleep()Daniel Axtens1-1/+1
2017-02-02powerpc/sparse: Constify the address pointer in __get_user_nocheck()Daniel Axtens1-1/+1
2017-02-02powerpc/sparse: Constify the address pointer in __get_user_check()Daniel Axtens1-1/+1
2017-01-31powerpc/mm: add radix__remove_section_mapping()Reza Arbab1-0/+1
2017-01-31powerpc/mm: add radix__create_section_mapping()Reza Arbab1-0/+4
2017-01-31powerpc: Add support for non-PCI ISA bridgesBenjamin Herrenschmidt1-0/+1
2017-01-31powerpc: Move isa bridge definitions to separate includeBenjamin Herrenschmidt2-18/+28
2017-01-31powernv: Pass PSSCR value and mask to power9_idle_stopGautham R. Shenoy2-1/+46
2017-01-31powernv:idle: Add IDLE_STATE_ENTER_SEQ_NORET macroGautham R. Shenoy1-1/+4
2017-01-30powerpc/powernv: Initialise nest mmuAlistair Popple3-1/+22
2017-01-30powerpc/mm/hash: Properly mask the ESID bits when building proto VSIDAneesh Kumar K.V1-2/+5
2017-01-25powerpc/mm: Fixup wrong LPCR_VRMASD valueAneesh Kumar K.V1-1/+1
2017-01-25powerpc/64: Use optimized checksum routines on little-endianPaul Mackerras1-0/+4
2017-01-25powerpc/64: Fix checksum folding in csum_tcpudp_nofold and ip_fast_csum_nofoldPaul Mackerras1-5/+12
2017-01-23powerpc/mm/4k: don't allocate larger pmd page table for 4kAneesh Kumar K.V1-2/+2
2017-01-23powerpc/mm: Remove the debug hugepd_ok checkAneesh Kumar K.V1-5/+0
2017-01-20powerpc: Ignore reserved field in DCSR and PVR reads and writesAnton Blanchard1-5/+5
2017-01-18powerpc/perf: Use MSR to report privilege level on P9 DD1Madhavan Srinivasan1-0/+1
2017-01-18powerpc/mm: Fix little-endian 4K hugetlbAneesh Kumar K.V6-13/+29
2017-01-17powerpc/mm: Fix memory hotplug BUG() on radixReza Arbab1-0/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-20powerpc: ima: send the kexec buffer to the next kernelThiago Jung Bauermann2-2/+28
2016-12-20powerpc: ima: get the kexec buffer passed by the previous kernelThiago Jung Bauermann2-0/+14
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds46-272/+510
2016-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman13-72/+189
2016-12-16Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-2/+2
2016-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-12/+139
2016-12-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+28
2016-12-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2016-12-13mm: THP page cache support for ppc64Aneesh Kumar K.V1-0/+10