summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-10-3128-32/+0
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-10-3161-61/+61
* powerpc: convert hvconsole.c to export.h ; fix implicit use of errno.hPaul Gortmaker2011-10-311-1/+2
* powerpc: fix two implicit header uses in pseries/plpar_wrappers.hPaul Gortmaker2011-10-311-0/+3
* powerpc: fix implicit use of mutex.h by include/asm/spu.hPaul Gortmaker2011-10-311-0/+1
* powerpc: fix implicit use of cache.h in kernel/firmware.cPaul Gortmaker2011-10-311-1/+2
* powerpc: fix implicit notifier use in converting to export.hPaul Gortmaker2011-10-311-1/+2
* powerpc: cell/beat_wrapper.h is implicitly using memcpy functionsPaul Gortmaker2011-10-311-0/+1
* powerpc: Fix up implicit sched.h usersPaul Gortmaker2011-10-318-0/+8
* powerpc: Fix up implicit stat.h usersPaul Gortmaker2011-10-316-0/+6
* powerpc: Fix up modules that should be including module.hPaul Gortmaker2011-10-3113-0/+13
* powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-3113-0/+13
* powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-10-3142-0/+42
* powerpc: io-workarounds.c was implicitly getting init_mmPaul Gortmaker2011-10-311-0/+1
* 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
| |\ \ \
| | * \ \ Merge branch 'fbdev/stable-updates'Paul Mundt2011-07-1311-109/+121
| | |\ \ \
| | * | | | drivers/video: use strings to specify the Freescale DIU monitor portTimur Tabi2011-07-134-76/+73
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-10-281-1/+2
|\ \ \ \ \ \
| * | | | | | compat: sync compat_stats with statfs.Eric W. Biederman2011-10-281-1/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-10-261-12/+12
|\ \ \ \ \ \
| * | | | | | locking, powerpc: Annotate uic->lock as rawThomas Gleixner2011-09-131-12/+12
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-262-0/+3
|\ \ \ \ \ \
| * | | | | | tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driverTimur Tabi2011-08-232-0/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-2527-111/+126
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-071-0/+14
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-228-5/+13
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-2018-75/+97
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | net: fix IBM EMAC driver after rename.Tony Breeds2011-08-1824-97/+118
| * | | | | | flexcan: Add flexcan device support for p1010rdb.holt@sgi.com2011-08-171-0/+2
| * | | | | | flexcan: Fix up fsl-flexcan device tree binding.holt@sgi.com2011-08-172-14/+6
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-254-4/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Kconfig: remove redundant CONFIG_ prefix on two symbolsPaul Bolle2011-10-131-1/+1
OpenPOWER on IntegriCloud