summaryrefslogtreecommitdiff
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Remove extra semicolon in fsl_soc.cJohns Daniel2009-03-231-1/+1
* powerpc: Fix load/store float double alignment handlerMichael Neuling2009-03-161-16/+13
* x86-64: seccomp: fix 32/64 syscall holeRoland McGrath2009-03-162-4/+5
* powerpc/vsx: Fix VSX alignment handler for regs 32-63Michael Neuling2009-02-201-1/+6
* powerpc/fsl-booke: Fix mapping functions to use phys_addr_tKumar Gala2009-02-172-4/+4
* powerpc: is_hugepage_only_range() must account for both 4kB and 64kB slicesDave Kleikamp2009-01-241-1/+10
* powerpc: Disable Collaborative Memory Manager for kdumpBrian King2009-01-181-1/+1
* powerpc: Enable syscall wrappers for 64-bitBenjamin Herrenschmidt2009-01-181-0/+1
* Rename old_readdir to sys_old_readdirHeiko Carstens2009-01-181-1/+1
* powerpc: Fix corruption error in rh_alloc_fixed()Guillaume Knispel2008-12-171-0/+1
* powerpc/fsl-booke: Fix the miss interrupt restoreDave Liu2008-12-171-2/+2
* powerpc/cell/axon-msi: Fix MSI after kexecArnd Bergmann2008-12-161-0/+3
* powerpc: Fix bootmem reservation on uninitialized nodeDave Hansen2008-12-161-5/+11
* powerpc: Check for valid hugepage size in hugetlb_get_unmapped_areaBrian King2008-12-161-0/+3
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...Linus Torvalds2008-12-141-0/+3
|\
| * powerpc/fsl-booke: Fix problem with _tlbil_va being interruptedKumar Gala2008-12-131-0/+3
* | powerpc/40x: Add proper BOOTCFLAGS for cuboot-acadiaJosh Boyer2008-12-111-0/+1
|/
* Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/galak/pow...Paul Mackerras2008-12-092-2/+2
|\
| * powerpc/83xx: Enable FIXED_PHY in mpc834x_itx and mpc83xx defconfigsAnton Vorontsov2008-12-042-2/+2
* | powerpc/virtex5: Fix Virtex5 machine check handlingGrant Likely2008-12-052-0/+4
|/
* powerpc/83xx: Fix MCU support merge issue in mpc8349emitx.dtsAnton Vorontsov2008-12-031-8/+8
* powerpc: Fix dma_map_sg() cache flushing on non coherent platformsBenjamin Herrenschmidt2008-12-031-0/+1
* Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-023-0/+11
|\
| * KVM: ppc: stop leaking host memory on VM exitHollis Blanchard2008-11-253-0/+11
* | powerpc: Use physical cpu id when setting the processor affinityKumar Gala2008-12-021-1/+1
* | powerpc: Fix build for 32-bit SMP configsMilton Miller2008-12-011-0/+2
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-11-3024-560/+2750
|\ \
| * | powerpc: Fix system calls on Cell entered with XER.SO=1Paul Mackerras2008-12-011-1/+7
| * | powerpc/cell: Fix GDB watchpoints, againArnd Bergmann2008-12-011-2/+7
| * | powerpc/mpic: Don't reset affinity for secondary MPIC on bootArnd Bergmann2008-12-011-2/+7
| * | powerpc/cell/axon-msi: Retry on missing interruptArnd Bergmann2008-12-011-5/+31
| * | powerpc: Fix boot freeze on machine with empty memory nodeDave Hansen2008-12-011-47/+75
| * | powerpc: Fix IRQ assignment for some PCIe devicesAdhemerval Zanella2008-12-011-2/+5
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spuf...Paul Mackerras2008-11-241-0/+3
| |\ \
| | * | powerpc/spufs: Fix spinning in spufs_ps_fault on signalJeremy Kerr2008-11-211-0/+3
| * | | Merge branch 'merge' of ssh://master.kernel.org/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2008-11-242-3/+20
| |\ \ \
| | * | | powerpc/44x: Fix 460EX/460GT machine check handlingBenjamin Herrenschmidt2008-11-131-1/+6
| | * | | powerpc/40x: Limit allocable DRAM during early mappingGrant Erickson2008-11-131-2/+14
| | | |/ | | |/|
| * | | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6-mpc52xx into mergePaul Mackerras2008-11-2412-494/+2591
| |\ \ \
| | * | | powerpc/virtex: Update defconfigsGrant Likely2008-11-144-125/+1469
| | * | | powerpc/52xx: update defconfigsGrant Likely2008-11-146-361/+1117
| | * | | powerpc/virtex: fix various format/casting printk mismatchesGrant Likely2008-11-141-2/+2
| | * | | powerpc/mpc5200: fix bestcomm Kconfig dependenciesGrant Likely2008-11-131-6/+3
| | |/ /
| * | | powerpc/mpc832x_rdb: fix swapped ethernet idsMichael Barkowski2008-11-191-2/+2
| * | | powerpc: Use generic PHY driver for Marvell 88E1111 PHY on GE Fanuc SBC610Martyn Welch2008-11-191-1/+1
| * | | powerpc/85xx: L2 cache size wrong in 8572DS dtsTrent Piepho2008-11-191-1/+1
| |/ /
* | | remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig2008-11-301-2/+0
* | | powerpc set_huge_psize() false positiveAl Viro2008-11-302-2/+1
|/ /
* | powerpc: Update desktop/server defconfigsPaul Mackerras2008-11-118-313/+1033
* | powerpc: Fix msr check in compat_sys_swapcontextAndreas Schwab2008-11-111-3/+15