summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-12-08powerpc: Rework die()Anton Blanchard1-55/+73
2011-12-08powerpc: Cleanup crash/kexec codeAnton Blanchard1-18/+3
2011-12-08powerpc/kdump: Use setjmp/longjmp to handle kdump and system reset recursionAnton Blanchard1-15/+57
2011-12-08powerpc: Remove broken and complicated kdump system reset codeAnton Blanchard2-95/+25
2011-12-08powerpc: Give us time to get all oopses out before panickingAnton Blanchard1-1/+13
2011-12-08Merge branch 'booke-hugetlb' into nextBenjamin Herrenschmidt1-0/+10
2011-12-07powerpc/pci: Make pci_read_irq_line() staticBenjamin Herrenschmidt1-2/+1
2011-12-07powerpc/powernv: Workaround OFW issues in prom_init.cBenjamin Herrenschmidt1-4/+10
2011-12-07powerpc: Add gpages reservation code for 64-bit FSL BOOKEBecky Bruce1-0/+10
2011-11-28powerpc: Decode correct MSR bits in oops outputAnton Blanchard1-3/+19
2011-11-25Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt1-0/+3
2011-11-25powerpc: Export PIR data through sysfsAnanth N Mavinakayanahalli1-0/+8
2011-11-25powerpc/powernv: PCI support for p7IOC under OPAL v2Benjamin Herrenschmidt1-0/+3
2011-11-25powerpc/pci: Change how re-assigning resouces workBenjamin Herrenschmidt1-30/+36
2011-11-25powerpc/pci: Add a platform hook after probe and before resource surveyBenjamin Herrenschmidt1-0/+6
2011-11-25powerpc: Mark IPI interrupts IRQF_NO_THREADThomas Gleixner1-1/+2
2011-11-25powerpc/pseries: Cancel RTAS event scan before firmware flashRavi K. Nittala2-0/+13
2011-11-25powerpc/book3e: Add ICSWX/ACOP support to Book3e cores like A2Jimi Xenidis1-2/+8
2011-11-25powerpc/time: Optimise decrementer_check_overflowAnton Blanchard2-20/+16
2011-11-25powerpc/time: Fix some style issuesAnton Blanchard1-11/+11
2011-11-25powerpc/time: Remove unnecessary sanity check of decrementer expirationAnton Blanchard1-11/+3
2011-11-25powerpc/time: Use clocksource_register_hzAnton Blanchard1-10/+3
2011-11-25powerpc/time: Use clockevents_calc_mult_shiftAnton Blanchard1-28/+2
2011-11-25powerpc/time: Handle wrapping of decrementerAnton Blanchard2-9/+15
2011-11-24powerpc/fsl-pci: Don't hide resource for pci/e when configured as Agent/EPJason Jin1-0/+3
2011-11-17powerpc/signal32: Fix sigset_t conversion when copying to userWill Deacon1-1/+1
2011-11-17powerpc/book3e-64: Fix debug support for userspaceKumar Gala1-22/+0
2011-11-17powerpc: Remove extraneous CONFIG_PPC_ADV_DEBUG_REGS defineKumar Gala1-2/+0
2011-11-17powerpc: Revert show_regs() define for readabilityKumar Gala1-1/+1
2011-11-16powerpc/trace: Add a dummy stack frame for trace_hardirqs_offKevin Hao1-0/+15
2011-11-16powerpc: Copy down exception vectors after feature fixupsAnton Blanchard3-1/+3
2011-11-16powerpc: panic if we can't instantiate RTASAnton Blanchard1-4/+2
2011-11-16powerpc/4xx: Fix typos in kexec config dependenciesSuzuki Poulose1-1/+1
2011-11-16powerpc: Fix build breakage in jump_label.cAl Viro1-0/+2
2011-11-08powerpc/kvm: Fix build failure with HV KVM and CBEAlexander Graf1-3/+3
2011-11-08powerpc/irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds41-29/+38
2011-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds31-171/+966
2011-11-03powerpc/fsl_booke: Fix comment in head_fsl_booke.SMatthew McClintock1-2/+2
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker6-8/+0
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-10-11powerpc: respect mem= setting for early memory limit setupKumar Gala1-1/+4
2011-10-11powerpc: e500mc: Fix: use CONFIG_PPC_E500MC in idle_e500.SBharat Bhushan1-1/+1