summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | powerpc/wsp: Add MSI support for PCI on PowerENMichael Ellerman2011-09-205-0/+175
| * | | | powerpc/wsp: Add PCIe Root support to PowerEN/WSPBenjamin Herrenschmidt2011-09-206-0/+1412
| * | | | powerpc/wsp: Fix Wire Speed Processor platform configsJimi Xenidis2011-09-201-4/+4
| * | | | pseries/iommu: Add missing kfreeJulia Lawall2011-09-201-2/+5
| * | | | powerpc/32: Pass device tree address as u64 to machine_initScott Wood2011-09-206-56/+39
| * | | | powerpc/nvram: Add compression to fit more oops output into NVRAMJim Keniston2011-09-203-9/+169
| * | | | powerpc: Fix build dependencies for epapr.c which needs libfdt.hMatthew McClintock2011-09-201-1/+1
| * | | | powerpc/mpic: Add support for discontiguous coresTimur Tabi2011-09-202-11/+15
| * | | | powerpc: Hugetlb for BookEBecky Bruce2011-09-2020-106/+766
| * | | | serial/8250: Move UPIO_TSI to powerpcArnd Bergmann2011-09-201-0/+25
| * | | | powerpc: Tidy up dma_map_ops after adding new hookMilton Miller2011-09-204-29/+29
| * | | | powerpc: Use the newly added get_required_mask dma_map_ops hookMilton Miller2011-09-2010-34/+68
| * | | | powerpc: Override dma_get_required_mask by platform hook and opsMilton Miller2011-09-016-1/+96
| * | | | Merge remote-tracking branch 'origin/master' into nextBenjamin Herrenschmidt2011-09-011-1/+1
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt2011-08-3012-338/+293
| |\ \ \ \ \
| | * | | | | powerpc/40x: Remove obsolete HCU4 boardJosh Boyer2011-08-116-319/+0
| | * | | | | powerpc/4xx: enable and fix pcie gen1/gen2 on the 460sxAyman El-Khashab2011-08-112-17/+84
| | * | | | | powerpc/44x: Add NOR flash device to Yosemite dtsStefan Roese2011-08-111-0/+36
| | * | | | | powerpc/44x: Kexec support for PPC440X chipsetsSuzuki Poulose2011-08-113-2/+173
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-041-6/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe2011-10-1927-80/+124
| |\ \ \ \ \ \
| * | | | | | | block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-6/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | arch/powerpc/sysdev/fsl_rio.c: release rapidio port I/O region resource if po...Liu Gang2011-11-021-0/+1
* | | | | | | thp: share get_huge_page_tail()Andrea Arcangeli2011-11-021-11/+0
* | | | | | | powerpc: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli2011-11-021-10/+11
* | | | | | | powerpc: gup_hugepte() support THP based tail recountingAndrea Arcangeli2011-11-021-1/+23
* | | | | | | powerpc: gup_hugepte() avoid freeing the head page too many timesAndrea Arcangeli2011-11-021-3/+2
* | | | | | | powerpc: get_hugepte() don't put_page() the wrong pageAndrea Arcangeli2011-11-021-1/+1
* | | | | | | powerpc: remove superfluous PageTail checks on the pte gup_fastAndrea Arcangeli2011-11-021-13/+0
* | | | | | | mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-021-2/+3
* | | | | | | Cross Memory AttachChristopher Yeoh2011-10-312-1/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-10-3025-456/+963
|\ \ \ \ \ \
| * | | | | | KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode codePaul Mackerras2011-09-256-196/+483
| * | | | | | KVM: PPC: book3s_pr: Simplify transitions between virtual and real modePaul Mackerras2011-09-2511-212/+120
| * | | | | | KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separatelyPaul Mackerras2011-09-254-10/+9
| * | | | | | KVM: PPC: Add sanity checking to vcpu_runAlexander Graf2011-09-259-1/+67
| * | | | | | KVM: PPC: Enable the PAPR CAP for Book3SAlexander Graf2011-09-251-0/+5
| * | | | | | KVM: PPC: Support SC1 hypercalls for PAPR in PR modeAlexander Graf2011-09-251-1/+21
| * | | | | | KVM: PPC: Stub emulate CFAR and PURR SPRsAlexander Graf2011-09-251-0/+4
| * | | | | | KVM: PPC: Add PAPR hypercall code for PR modeAlexander Graf2011-09-253-0/+160
| * | | | | | KVM: PPC: Add support for explicit HIOR settingAlexander Graf2011-09-254-2/+23
| * | | | | | KVM: PPC: Read out syscall instruction on trapAlexander Graf2011-09-251-0/+5
| * | | | | | KVM: PPC: Interpret SDR1 as HVA in PAPR modeAlexander Graf2011-09-251-1/+7
| * | | | | | KVM: PPC: Check privilege level on SPRsAlexander Graf2011-09-251-0/+25
| * | | | | | KVM: PPC: Add papr_enabled flagAlexander Graf2011-09-251-0/+1
| * | | | | | KVM: PPC: move compute_tlbie_rb to book3s common headerAlexander Graf2011-09-252-33/+33
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds2011-10-304-77/+74
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'v3.1-rc9' into fbdev-nextFlorian Tobias Schandinat2011-10-159-5/+27
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | drivers/video: fsl-diu-fb: only DIU modes 0 and 1 are supportedTimur Tabi2011-10-051-1/+1
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal...Florian Tobias Schandinat2011-08-294-76/+73
| |\ \ \ \ \ \