summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Context switch the new EBB SPRsMichael Ellerman2013-05-022-0/+6
* powerpc: Turn on the EBB H/FSCR bitsMichael Neuling2013-05-021-0/+2
* powerpc: Replace CPU_FTR_BCTAR with CPU_FTR_ARCH_207SMichael Ellerman2013-05-021-4/+4
* powerpc: Setup BHRB instructions facility in HFSCR for POWER8Anshuman Khandual2013-05-021-0/+1
* powerpc: print both base and actual page size on hash failureAneesh Kumar K.V2013-04-301-1/+2
* powerpc: Decode the pte-lp-encoding bits correctly.Aneesh Kumar K.V2013-04-302-15/+21
* powerpc: Reduce PTE table memory wastageAneesh Kumar K.V2013-04-304-57/+37
* powerpc: Move the pte free routines from common headerAneesh Kumar K.V2013-04-303-59/+189
* powerpc: Reduce the PTE_INDEX_SIZEAneesh Kumar K.V2013-04-301-3/+3
* powerpc: Switch 16GB and 16MB explicit hugepages to a different page table fo...Aneesh Kumar K.V2013-04-302-0/+4
* powerpc: New hugepage directory formatAneesh Kumar K.V2013-04-304-2/+66
* powerpc: Don't truncate pgd_index wronglyAneesh Kumar K.V2013-04-301-2/+1
* powerpc: Don't hard code the size of pte pageAneesh Kumar K.V2013-04-301-0/+6
* Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2013-04-303-2/+15
|\
| * powerpc/fsl-pci Make PCIe hotplug work with Freescale PCIe controllersRojhalat Ibrahim2013-04-101-0/+6
| * powerpc/fsl-pci: Keep PCI SoC controller registers in pci_controllerKumar Gala2013-04-101-1/+4
| * powerpc/85xx: Add AltiVec support for e6500Kumar Gala2013-03-122-1/+5
* | mm: remove free_area_cache use in powerpc architectureMichel Lespinasse2013-04-301-2/+1
* | powerpc/perf: Enable branch stack sampling frameworkAnshuman Khandual2013-04-261-0/+1
* | powerpc/perf: Add new BHRB related generic functions, data and flagsAnshuman Khandual2013-04-261-0/+6
* | powerpc/perf: Add new BHRB related instructions for POWER8Anshuman Khandual2013-04-261-0/+8
* | powerpc/perf: Add support for SIERMichael Ellerman2013-04-262-0/+6
* | powerpc/perf: Add an explict flag indicating presence of SLOT fieldMichael Ellerman2013-04-261-0/+1
* | powerpc: Initialise PMU related regs on Power8Michael Ellerman2013-04-261-0/+6
* | powerpc/powernv: Patch MSI EOI handler on P8Gavin Shan2013-04-262-0/+3
* | powerpc: Fix "attempt to move .org backwards" errorPaul Mackerras2013-04-261-1/+1
* | powerpc/pseries: Add /proc interface to control topology updatesNathan Fontenot2013-04-261-0/+5
* | powerpc/pseries: Update CPU maps when device tree is updatedJesse Larrew2013-04-262-1/+3
* | powerpc/pseries: Update firmware_has_feature() to check architecture vector 5...Nathan Fontenot2013-04-262-25/+24
* | powerpc/pseries: Use ARRAY_SIZE to iterate over firmware_features_table arrayNathan Fontenot2013-04-261-1/+0
* | powerpc/pseries: Move architecture vector definitions to prom.hNathan Fontenot2013-04-261-0/+71
* | powerpc/pseries: Add PRRN RTAS event handlerJesse Larrew2013-04-261-0/+2
* | powerpc/pseries: Expose pseries devicetree_update()Nathan Fontenot2013-04-261-0/+4
* | powerpc: Add HWCAP2 aux entryMichael Neuling2013-04-262-0/+2
* | powerpc/ptrace: Add DAWR debug feature info for userspaceMichael Neuling2013-04-181-0/+1
* | powerpc: Add accounting for Doorbell interruptsIan Munsie2013-04-181-0/+3
* | powerpc: Add HFSCR SPR definitionsMichael Neuling2013-04-181-0/+6
* | powerpc: fixing ptrace_get_reg to return an errorAlexey Kardashevskiy2013-04-181-1/+2
* | powerpc: Fix build errors with UP configs in HV-style KVMPaul Mackerras2013-04-181-0/+2
* | powerpc: remove PReP platformPaul Bolle2013-04-183-17/+1
* | powerpc: use for_each_compatible_node() macroWei Yongjun2013-04-181-3/+1
* | powerpc: Remove unused postfix parameter to DEFINE_BITOP()Michael Ellerman2013-04-181-6/+5
* | powerpc: Rename USER_ESID_BITS* to ESID_BITS*Aneesh Kumar K.V2013-03-171-8/+8
* | powerpc: Update kernel VSID rangeAneesh Kumar K.V2013-03-171-56/+59
* | powerpc: Make VSID_BITS* dependency explicitAneesh Kumar K.V2013-03-171-5/+6
|/
* powerpc: Add DSCR FSCR register bit definitionMichael Neuling2013-03-051-1/+2
* powerpc: Wireup the kcmp syscall to sys_niTony Breeds2013-03-053-1/+3
* powerpc: Remove unused BITOP_LE_SWIZZLE macroAkinobu Mita2013-03-051-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-021-1/+1
|\
| * switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-241-1/+1