summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm/numa: use setup_nr_node_ids() instead of opencoding.Cody P Schafer2013-04-291-6/+3
* sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner2013-04-291-8/+3
* mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer2013-04-291-0/+1
* mm/PPC: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-291-5/+1
* mm/ppc: use common help functions to free reserved pagesJiang Liu2013-04-295-45/+6
* Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-292-0/+4
|\
| * USB: remove USB_EHCI_BIG_ENDIAN_{DESC,MMIO} depends on architecture symbolFlorian Fainelli2013-04-092-0/+4
* | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-04-163-74/+41
|\ \
| * | kvm/ppc/e500: eliminate tlb_refsScott Wood2013-04-112-69/+30
| * | kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bitScott Wood2013-04-111-3/+4
| * | kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is validScott Wood2013-04-111-2/+2
| * | kvm/powerpc/e500mc: fix tlb invalidation on cpu migrationScott Wood2013-04-111-1/+6
| |/
* | powerpc: add a missing label in resume_kernelKevin Hao2013-04-151-1/+1
* | powerpc: Fix audit crash due to save/restore PPR changesAlistair Popple2013-04-151-1/+1
* | powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=nMichael Neuling2013-04-104-0/+8
* | powerpc: pSeries_lpar_hpte_remove fails from Adjunct partition being performe...Michael Wolf2013-04-081-1/+7
|/
* powerpc: define the conditions where the ePAPR idle hcall can be supportedStuart Yoder2013-03-261-0/+6
* powerpc: make additional room in exception vector areaChen Gang2013-03-251-72/+72
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-03-211-0/+13
|\
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-03-181-0/+13
| |\
| | * perf/POWER7: Create a sysfs format entry for Power7 eventsSukadev Bhattiprolu2013-03-131-0/+13
* | | sgy-cts1000: Remove __dev* attributesBen Collins2013-03-181-3/+3
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-03-1813-127/+150
|\ \ \ | |/ / |/| |
| * | powerpc: Rename USER_ESID_BITS* to ESID_BITS*Aneesh Kumar K.V2013-03-175-14/+14
| * | powerpc: Update kernel VSID rangeAneesh Kumar K.V2013-03-176-106/+126
| * | powerpc: Make VSID_BITS* dependency explicitAneesh Kumar K.V2013-03-171-5/+6
| * | powerpc: Make sure that we alays include CONFIG_BINFMT_ELFStephen Rothwell2013-03-171-0/+1
| * | powerpc/ptrace: Fix brk.len used uninitialisedMichael Neuling2013-03-171-0/+1
| * | powerpc: Fix -mcmodel=medium breakage in prom_init.cAnton Blanchard2013-03-131-7/+7
| * | powerpc: Remove last traces of POWER4_ONLYPaul Bolle2013-03-131-4/+2
| * | powerpc: Fix cputable entry for 970MP rev 1.0Benjamin Herrenschmidt2013-03-131-1/+1
| * | powerpc: Fix STAB initializationBenjamin Herrenschmidt2013-03-131-0/+2
* | | Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-091-0/+1
|\ \
| * | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* | | powerpc: Set DSCR bit in FSCR setupMichael Neuling2013-03-051-1/+1
* | | powerpc: Add DSCR FSCR register bit definitionMichael Neuling2013-03-051-1/+2
* | | powerpc: Fix setting FSCR for HV=0 and on secondary CPUsMichael 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
* | | powerpc: Avoid link stack corruption in MMU on syscall entry pathMichael Neuling2013-03-051-2/+2
* | | powerpc/pseries/hvcserver: Fix strncpy buffer limit in location codeChen Gang2013-03-051-2/+3
* | | powerpc: Fix compile of sha1-powerpc-asm.S on 32-bitTony Breeds2013-03-051-2/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-022-19/+1
|\ \
| * | fix compat truncate/ftruncateAl Viro2013-02-251-12/+0
| * | switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-242-7/+1
* | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-272-15/+9
* | | arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-271-3/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-269-70/+42
|\ \ \
| * | | default SET_PERSONALITY() in linux/elf.hAl Viro2013-02-261-2/+0
OpenPOWER on IntegriCloud