summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_fsl_booke.S
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2012-07-131-17/+6Star
|\
| * powerpc/e500: make load_up_spe a normal fuctionLiu Yu2012-07-101-17/+6Star
* | powerpc: Use CURRENT_THREAD_INFO instead of open coded assemblyStuart Yoder2012-07-111-1/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-251-20/+78
|\
| * KVM: PPC: e500mc supportScott Wood2012-04-081-0/+46
| * powerpc/booke: Provide exception macros with interrupt nameScott Wood2012-04-081-20/+32
* | powerpc: Remove empty giveup_altivec function on book3e CPUsAnton Blanchard2012-04-301-8/+0Star
|/
* powerpc: Call do_page_fault() with interrupts offBenjamin Herrenschmidt2012-03-091-1/+1
* powerpc: Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookESuzuki Poulose2011-12-201-1/+1
* powerpc/fsl_booke: Fix comment in head_fsl_booke.SMatthew McClintock2011-11-031-2/+2
* powerpc/32: Pass device tree address as u64 to machine_initScott Wood2011-09-201-16/+26
* powerpc: Hugetlb for BookEBecky Bruce2011-09-201-19/+114
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-261-22/+27
|\
| * powerpc/85xx: Save scratch registers to thread info instead of using SPRGs.Ashish Kalra2011-06-231-22/+27
* | powerpc/e500: SPE register saving: take arbitrary struct offsetScott Wood2011-07-121-3/+3
* | powerpc/e500: Save SPEFCSR in flush_spe_to_thread()yu liu2011-07-121-2/+0Star
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell2010-11-291-0/+1
* powerpc/fsl_booke: Add support to boot from core other than 0Matthew McClintock2010-10-141-2/+8
* powerpc/kexec: Add support for FSL-BookESebastian Andrzej Siewior2010-05-251-0/+2
* powerpc/fsl-booke: Move the entry setup code into a seperate fileSebastian Andrzej Siewior2010-05-241-198/+1Star
* powerpc/fsl-booke: fix the case where we are not in the first pageSebastian Andrzej Siewior2010-05-241-0/+1
* powerpc/fsl-booke: Fix InstructionTLBError execute permission checkLi Yang2010-05-171-3/+10
* powerpc: Do not call prink when CONFIG_PRINTK is not definedMárton Németh2010-03-191-0/+4
* powerpc/fsl-booke: Get coherent bit from PTEKumar Gala2010-03-171-3/+0Star
* powerpc/fsl-booke: replace a hardcoded constantSebastian Andrzej Siewior2010-02-181-2/+2
* powerpc/fsl-booke: Rework TLB CAM codeKumar Gala2009-11-201-22/+0Star
* powerpc/fsl-booke: Use HW PTE format if CONFIG_PTE_64BITKumar Gala2009-09-021-11/+25
* powerpc/mm: Cleanup handling of execute permissionBenjamin Herrenschmidt2009-08-271-2/+2
* powerpc: Use names rather than numbers for SPRGs (v2)Benjamin Herrenschmidt2009-08-201-30/+30
* powerpc: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-261-1/+2
* powerpc: Add support for using doorbells for SMP IPIKumar Gala2009-02-231-1/+5
* powerpc/fsl-booke: Add new ISA 2.06 page sizes and MAS definesKumar Gala2009-02-121-7/+7
* powerpc/fsl-booke: Cleanup init/exception setup to be runtimeKumar Gala2009-01-291-27/+54
* powerpc/e500mc: Doorbells need to be taken w/exceptions disabledKumar Gala2009-01-141-1/+1
* powerpc/fsl-booke: Remove num_tlbcam_entriesTrent Piepho2009-01-071-4/+0Star
* powerpc/fsl-booke: Don't hard-code size of struct tlbcamTrent Piepho2009-01-071-1/+1
* powerpc/mm: Introduce MMU featuresBenjamin Herrenschmidt2008-12-211-2/+2
* powerpc/85xx: Add support for SMP initializationKumar Gala2008-12-031-0/+70
* powerpc/85xx: minor head_fsl_booke.S cleanupKumar Gala2008-12-031-2/+2
* powerpc: Better setup of boot page TLB entryTrent Piepho2008-12-031-9/+13
* powerpc: Add SPE/EFP math emulation for E500v1/v2 processors.Liu Yu2008-12-031-3/+4
* powerpc: remove non-dependent load fsl_booke PTE_64BITMilton Miller2008-10-131-4/+0Star
* POWERPC: Allow 32-bit hashed pgtable code to support 36-bit physicalBecky Bruce2008-09-241-2/+0Star
* powerpc/fsl-booke: Fixup 64-bit PTE reading for SMP supportKumar Gala2008-09-191-5/+21
* powerpc/fsl: Minor TLBSYNC cleanup for FSL Book-EKumar Gala2008-07-171-15/+4Star
* powerpc: rework FSL Book-E PTE access and TLB missKumar Gala2008-07-171-124/+44Star
* powerpc/85xx: add DOZE/NAP support for e500 coreKumar Gala2008-06-261-0/+47
* powerpc/booke: Add support for new e500mc coreKumar Gala2008-06-181-2/+8
* [POWERPC] Move to runtime allocated exception stacksKumar Gala2008-06-021-9/+0Star