summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker20-20/+20
2011-10-31powerpc: fix implicit use of cache.h in kernel/firmware.cPaul Gortmaker1-1/+2
2011-10-31powerpc: Fix up implicit sched.h usersPaul Gortmaker1-0/+1
2011-10-31powerpc: Fix up implicit stat.h usersPaul Gortmaker2-0/+2
2011-10-31powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2-0/+2
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker10-0/+10
2011-10-31powerpc: io-workarounds.c was implicitly getting init_mmPaul Gortmaker1-0/+1
2011-10-30Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-16/+7
2011-09-25KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode codePaul Mackerras1-0/+6
2011-09-25KVM: PPC: book3s_pr: Simplify transitions between virtual and real modePaul Mackerras1-6/+1
2011-09-25KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separatelyPaul Mackerras1-10/+0
2011-08-23tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driverTimur Tabi1-0/+2
2011-08-11powerpc: Really fix build without CONFIG_PCIBenjamin Herrenschmidt1-1/+1
2011-08-05powerpc: Fix build without CONFIG_PCIBenjamin Herrenschmidt1-0/+2
2011-08-05powerpc: Move kdump default base address to half RMO size on 64bitAnton Blanchard1-3/+7
2011-08-05powerpc/perf: Disable pagefaults during callchain stack readDavid Ahern1-3/+17
2011-08-05powerpc: Clean up some panic messages in prom_initAnton Blanchard1-3/+5
2011-08-05powerpc: Fix device tree claim codeAnton Blanchard1-3/+3
2011-08-05powerpc: Return the_cpu_ spec from identify_cpuScott Wood1-5/+6
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-15/+15
2011-07-26atomic: use <linux/atomic.h>Arun Sharma6-6/+6
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds30-136/+269
2011-07-25Merge 'akpm' patch seriesLinus Torvalds2-0/+2
2011-07-25notifiers: sys: move reboot notifiers into reboot.hAmerigo Wang2-0/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds3-39/+0
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-156/+338
2011-07-24modules: make arch's use default loader hooksJonas Bonn3-39/+0
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-9/+49
2011-07-22Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Linus Torvalds4-194/+23
2011-07-22powerpc: Copy back TIF flags on return from softirq stackBenjamin Herrenschmidt1-0/+7
2011-07-22Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt2-8/+36
2011-07-19powerpc: Exporting boot_cpuid_physAndrew Gabbasov1-0/+1
2011-07-19powerpc: Add CFAR to oops outputMichael Neuling1-0/+2
2011-07-19powerpc/irq: Quieten irq mapping printksAnton Blanchard1-1/+1
2011-07-19powerpc/kdump: Fix timeout in crash_kexec_wait_realmodeMichael Neuling1-5/+1
2011-07-19powerpc: Correct annotations of pmu registration functionsDmitry Eremin-Solenikov8-8/+8
2011-07-19powerpc: Remove redundant set_fs(USER_DS)Mathias Krause1-2/+0
2011-07-12powerpc/47x: allow kernel to be loaded in higher physical memoryDave Kleikamp1-8/+34
2011-07-12powerpc: rename ppc_pci_*_flags to pci_*_flagsRob Herring4-15/+15
2011-07-12powerpc/44x: don't use tlbivax on AMP systemsDave Kleikamp1-0/+2
2011-07-12KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras2-1/+2
2011-07-12powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architect...Paul Mackerras4-9/+27
2011-07-12KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guestsPaul Mackerras2-1/+6
2011-07-12KVM: PPC: Allow book3s_hv guests to use SMT processor modesPaul Mackerras3-11/+28
2011-07-12KVM: PPC: Handle some PAPR hcalls in the kernelPaul Mackerras1-0/+2
2011-07-12KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras5-28/+118
2011-07-12KVM: PPC: Split host-state fields out of kvmppc_book3s_shadow_vcpuPaul Mackerras2-48/+48
2011-07-12powerpc: Set up LPCR for running guest partitionsPaul Mackerras1-7/+11
2011-07-12powerpc, KVM: Rework KVM checks in first-level interrupt handlersPaul Mackerras1-74/+115