summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/booke64: Add DO_KVM kernel hooksMihai Caraman2012-09-052-37/+70
* powerpc/booke64: Use GSRR registers in Guest Doorbell interruptsMihai Caraman2012-09-053-2/+21
* powerpc/booke64: Fix machine check handler to use the right prologMihai Caraman2012-09-051-1/+1
* powerpc: Uprobes port to powerpcAnanth N Mavinakayanahalli2012-09-056-1/+251
* powerpc: Add trap_nr to thread_structAnanth N Mavinakayanahalli2012-09-054-0/+5
* powerpc: Consolidate {k,u}probe definitionsAnanth N Mavinakayanahalli2012-09-052-13/+44
* powerpc: Rename 64-bit PVR constants to PVR_fooMichael Ellerman2012-09-054-30/+29
* powerpc: Remove <asm/abs_addr.h>Michael Ellerman2012-09-051-22/+0
* powerpc: Remove all includes of <asm/abs_addr.h>Michael Ellerman2012-09-0512-10/+4
* powerpc: Remove virt_to_abs() now all users have been fixedMichael Ellerman2012-09-051-3/+0
* powerpc: Remove abs_to_virt() now all users have been fixedMichael Ellerman2012-09-051-1/+0
* powerpc: Remove phys_to_abs() now all users have been removedMichael Ellerman2012-09-051-2/+0
* powerpc/mm: Remove uses of abs_to_virt() and virt_to_abs()Michael Ellerman2012-09-051-2/+1
* powerpc/pseries: Remove uses of abs_to_virt() and virt_to_abs()Michael Ellerman2012-09-051-6/+5
* powerpc/kernel: Remove uses of abs_to_virt() and virt_to_abs()Michael Ellerman2012-09-052-6/+4
* powerpc/dart: Remove uses of virt_to_abs() and abs_to_virt()Michael Ellerman2012-09-051-4/+3
* powerpc/pasemi: Remove uses of virt_to_abs() and abs_to_virt()Michael Ellerman2012-09-051-3/+2
* powerpc/mm: Replace abs_to_virt() with __va()Michael Ellerman2012-09-051-2/+1
* powerpc: Remove remaining iSeries chunksMichael Ellerman2012-09-051-30/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-012-53/+26
|\
| * new helper: done_path_create()Al Viro2012-07-291-3/+1
| * pull unlock+dput() out into do_spu_create()Al Viro2012-07-292-16/+11
| * spufs: pull unlock-and-dput() up into spufs_create()Al Viro2012-07-291-23/+10
| * spufs_create_context(): simplify failure exitsAl Viro2012-07-291-7/+1
| * move spu_forget() into spufs_rmdir()Al Viro2012-07-291-6/+5
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-08-013-5/+2
|\ \
| * \ Merge remote-tracking branch 'origin' into irqdomain/nextGrant Likely2012-07-25186-3011/+4904
| |\ \
| * | | irqdomain: Eliminate dedicated radix lookup functionsGrant Likely2012-07-112-2/+2
| * | | irqdomain: Always update revmap when setting up a virqGrant Likely2012-07-111-3/+0
| * | | Merge tag 'v3.5-rc6' into irqdomain/nextGrant Likely2012-07-1112-150/+132
| |\ \ \
| * | | | devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-06-154-10/+6
* | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-011-2/+2
|\ \ \ \ \
| * | | | | memcg: rename config variablesAndrew Morton2012-08-011-2/+2
* | | | | | powerpc/kvm/book3s_32: Fix MTMSR_EERI macroAlexander Graf2012-07-311-1/+0
* | | | | | Merge remote-tracking branch 'kumar/merge' into mergeBenjamin Herrenschmidt2012-07-316-54/+121
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | powerpc/85xx: p1022ds: fix DIU/LBC switching with NAND enabledTimur Tabi2012-07-261-2/+62
| * | | | | powerpc/85xx: p1022ds: disable the NAND flash node if video is enabledTimur Tabi2012-07-261-20/+38
| * | | | | powerpc/85xx: Fix sram_offset parameter typeClaudiu Manoil2012-07-262-27/+16
| * | | | | powerpc/85xx: P3041DS - change espi input-clock from 40MHz to 35MHzShaohui Xie2012-07-261-1/+1
| * | | | | powerpc/85xx: Fix pci base address error for p2020rdb-pc in dtsTang Yuantian2012-07-262-4/+4
* | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-312-1/+2
|\ \ \ \ \ \
| * | | | | | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-312-1/+1
| * | | | | | atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() testCatalin Marinas2012-07-311-0/+1
* | | | | | | Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows...Linus Torvalds2012-07-305-21/+26
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | common: dma-mapping: add support for generic dma_mmap_* callsMarek Szyprowski2012-07-305-21/+26
* | | | | | | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-07-271-30/+1
|\ \ \ \ \ \ \
| * | | | | | | powerpc: remove km_type definitionsCong Wang2012-07-241-30/+1
* | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-07-277-124/+93
|\ \ \ \ \ \ \ \
| * | | | | | | | powerpc/ftrace: Trace function graph entry before updating indexSteven Rostedt2012-07-271-6/+5
| * | | | | | | | powerpc: Lack of firmware flash support is not an errorAnton Blanchard2012-07-271-1/+1