summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/jump_label: use HAVE_JUMP_LABEL?Zhouyi Zhou2014-09-252-2/+2
* powerpc: Export dcr_ind_lock to fix build errorPranith Kumar2014-09-251-0/+1
* powerpc: Move htab_remove_mapping function prototype into header fileAnton Blanchard2014-09-252-3/+2Star
* powerpc: Remove stale function prototypesAnton Blanchard2014-09-2511-21/+0Star
* powerpc: Ensure global functions include their prototypeAnton Blanchard2014-09-257-0/+8
* powerpc: Make a bunch of things staticAnton Blanchard2014-09-2521-40/+43
* powerpc: Separate ppc32 symbol exports into ppc_ksyms_32.cAnton Blanchard2014-09-253-108/+79Star
* powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.cAnton Blanchard2014-09-253-33/+40
* powerpc: Remove unused 32bit symbol exportsAnton Blanchard2014-09-251-16/+0Star
* powerpc: Move more symbol exports next to function definitionsAnton Blanchard2014-09-255-14/+7Star
* powerpc: Move via-cuda symbol exports next to function definitionsAnton Blanchard2014-09-251-4/+0Star
* powerpc: Move adb symbol exports next to function definitionsAnton Blanchard2014-09-251-7/+0Star
* powerpc/powernv: Check OPAL dump calls exist before usingMichael Neuling2014-09-251-0/+4
* powerpc/powernv: Check OPAL elog calls exist before usingMichael Neuling2014-09-251-0/+4
* powerpc/powernv: Check OPAL RTC calls exists before usingMichael Neuling2014-09-251-5/+10
* powerpc/powernv: Add OPAL check token callMichael Neuling2014-09-252-0/+3
* powerpc: Fix build error with CONFIG_PCI=nPranith Kumar2014-09-251-1/+1
* powerpc/boot: Don't install zImage.* from make installTony Breeds2014-09-251-0/+5
* powerpc/powernv: Improve error messages in dump codeVasant Hegde2014-09-251-5/+9
* powerpc/pseries: Drop unnecessary continueHimangi Saraogi2014-09-231-1/+0Star
* powerpc: Wire up sys_seccomp(), sys_getrandom() and sys_memfd_create()Pranith Kumar2014-09-093-1/+7
* powerpc: Make CONFIG_FHANDLE=y for all 64 bit powerpc defconfigsCyril Bur2014-09-0911-0/+11
* powerpc: use machine_subsys_initcall() for opal_hmi_handler_init()Li Zhong2014-09-091-1/+2
* powerpc/perf: Fix ABIv2 kernel backtracesAnton Blanchard2014-09-092-1/+8
* powerpc/pseries: Fix endian issues in memory hotplugThomas Falcon2014-09-091-17/+19
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-09-071-2/+2
|\
| * powerpc/kvm/cma: Fix panic introduces by signed shift operationLaurent Dufour2014-09-031-2/+2
* | kexec: remove CONFIG_KEXEC dependency on cryptoVivek Goyal2014-08-301-2/+0Star
|/
* PC, KVM, CMA: Fix regression caused by wrong get_order() useAlexey Kardashevskiy2014-08-191-3/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-1428-223/+387
|\
| * powerpc/thp: Add tracepoints to track hugepage invalidateAneesh Kumar K.V2014-08-132-0/+10
| * powerpc/mm: Use read barrier when creating real_pteAneesh Kumar K.V2014-08-131-5/+25
| * powerpc/thp: Use ACCESS_ONCE when loading pmdpAneesh Kumar K.V2014-08-131-1/+3
| * powerpc/thp: Invalidate with vpn in loopAneesh Kumar K.V2014-08-131-16/+7Star
| * powerpc/thp: Handle combo pages in invalidateAneesh Kumar K.V2014-08-133-5/+13
| * powerpc/thp: Invalidate old 64K based hash page mapping before insert of 4k pteAneesh Kumar K.V2014-08-131-9/+70
| * powerpc/thp: Don't recompute vsid and ssize in loop on invalidateAneesh Kumar K.V2014-08-134-43/+26Star
| * powerpc/thp: Add write barrier after updating the valid bitAneesh Kumar K.V2014-08-131-1/+4
| * powerpc: reorder per-cpu NUMA information's initializationNishanth Aravamudan2014-08-132-9/+15
| * powerpc/perf/hv-24x7: Use kmem_cache_freeHimangi Saraogi2014-08-131-1/+1
| * powerpc/pseries/hvcserver: Fix endian issue in hvcs_get_partner_infoThomas Falcon2014-08-131-2/+2
| * powerpc: Hard disable interrupts in xmonAnton Blanchard2014-08-131-0/+3
| * powerpc: remove duplicate definition of TEXASR_FSNishanth Aravamudan2014-08-131-2/+1Star
| * powerpc/pseries: Avoid deadlock on removing ddwGavin Shan2014-08-131-6/+14
| * powerpc/pseries: Failure on removing device nodeGavin Shan2014-08-131-1/+1
| * powerpc/boot: Use correct zlib types for comparisonBenjamin Herrenschmidt2014-08-131-2/+2
| * powerpc/powernv: Interface to register/unregister opal dump regionVasant Hegde2014-08-133-0/+36
| * powerpc: Add POWER8 features to CPU_FTRS_POSSIBLE/ALWAYSMichael Ellerman2014-08-131-2/+4
| * powerpc/ppc476: Disable BTACAlistair Popple2014-08-131-1/+3
| * powerpc/powernv: Fix IOMMU group lostGavin Shan2014-08-132-18/+22