summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | timers: add mod_timer_pending()Ingo Molnar2009-02-181-1/+1
| | | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-03-261-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-2613-165/+274
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-053-4/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-024-29/+81
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-247-7/+18
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | net: new user space API for time stamping of incoming and outgoing packetsPatrick Ohly2009-02-161-0/+3
| | | |_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-03-2624-410/+1876
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | KVM: ppc: e500: Fix the bug that KVM is unstable in SMPLiu Yu2009-03-242-1/+5
| | * | | | | | | | | | | | | | | | KVM: ppc: e500: Fix the bug that mas0 update to wrong value when read TLB entryLiu Yu2009-03-241-1/+1
| | * | | | | | | | | | | | | | | | KVM: ppc: Add emulation of E500 register mmucsr0Liu Yu2009-03-243-0/+25
| | * | | | | | | | | | | | | | | | KVM: ppc: Move to new TLB invalidate interfaceLiu Yu2009-03-241-5/+5
| | * | | | | | | | | | | | | | | | KVM: ppc: Fix e500 warnings and some spelling problemsLiu Yu2009-03-243-6/+4Star
| | * | | | | | | | | | | | | | | | powerpc/fsl-booke: declare tlbcam_index for use in cLiu Yu2009-03-241-0/+2
| | * | | | | | | | | | | | | | | | KVM: Add CONFIG_HAVE_KVM_IRQCHIPAvi Kivity2009-03-241-0/+3
| | * | | | | | | | | | | | | | | | KVM: ppc: remove debug support broken by KVM debug rewriteHollis Blanchard2009-03-244-99/+2Star
| | * | | | | | | | | | | | | | | | KVM: ppc: Add extra E500 exceptionsHollis Blanchard2009-03-247-15/+92
| | * | | | | | | | | | | | | | | | KVM: ppc: distinguish between interrupts and prioritiesHollis Blanchard2009-03-242-1/+2
| | * | | | | | | | | | | | | | | | KVM: ppc: Add kvmppc_mmu_dtlb/itlb_miss for bookeHollis Blanchard2009-03-243-0/+12
| | * | | | | | | | | | | | | | | | KVM: ppc: E500 core-specific codeHollis Blanchard2009-03-247-0/+1330
| | * | | | | | | | | | | | | | | | KVM: ppc: ifdef iccci with CONFIG_44xHollis Blanchard2009-03-241-0/+2
| | * | | | | | | | | | | | | | | | KVM: ppc: No need to include core-header for KVM in asm-offsets.c currentlyHollis Blanchard2009-03-241-3/+1Star
| | * | | | | | | | | | | | | | | | KVM: ppc: Add dbsr in kvm_vcpu_archHollis Blanchard2009-03-242-0/+5
| | * | | | | | | | | | | | | | | | KVM: ppc: split out common Book E instruction emulationHollis Blanchard2009-03-244-202/+284
| | * | | | | | | | | | | | | | | | KVM: ppc: use macros instead of hardcoded literals for instruction decodingHollis Blanchard2009-03-241-30/+63
| | * | | | | | | | | | | | | | | | KVM: ppc: remove last 44x-specific bits from booke.cHollis Blanchard2009-03-241-4/+0Star
| | * | | | | | | | | | | | | | | | KVM: ppc: rename 44x MMU functions used in booke.cHollis Blanchard2009-03-244-6/+6
| | * | | | | | | | | | | | | | | | KVM: ppc: turn tlb_xlate() into a per-core hook (and give it a better name)Hollis Blanchard2009-03-245-20/+15Star
| | * | | | | | | | | | | | | | | | KVM: ppc: change kvmppc_mmu_map() parametersHollis Blanchard2009-03-243-13/+9Star
| | * | | | | | | | | | | | | | | | KVM: ppc: small cosmetic changes to Book E DTLB miss handlerHollis Blanchard2009-03-241-3/+5
| | * | | | | | | | | | | | | | | | KVM: ppc: cosmetic changes to mmu hook namesHollis Blanchard2009-03-243-4/+5
| | * | | | | | | | | | | | | | | | KVM: ppc: move struct kvmppc_44x_tlbe into 44x-specific headerHollis Blanchard2009-03-242-7/+7
| | * | | | | | | | | | | | | | | | KVM: Remove old kvm_guest_debug structsJan Kiszka2009-03-241-6/+0Star
| | * | | | | | | | | | | | | | | | KVM: New guest debug interfaceJan Kiszka2009-03-242-2/+9
| | | |_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-03-261-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | PS3: replace bus_id usageGreg Kroah-Hartman2009-03-251-2/+2
| | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-03-262-0/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | crypto: amcc - Add crypt4xx driverJames Hsiao2009-02-182-0/+14
| | |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge commit 'kumar/next' into nextBenjamin Herrenschmidt2009-03-3068-1784/+4468
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | powerpc/85xx: Add support for the "socrates" board (MPC8544).Wolfgang Grandegger2009-03-277-0/+2231
| * | | | | | | | | | | | | | | | powerpc/83xx: Update ranges in gianfar node to match other dtsKumar Gala2009-03-241-5/+6
| * | | | | | | | | | | | | | | | powerpc/86xx: Move gianfar mdio nodes under the ethernet nodesAnton Vorontsov2009-03-2411-199/+237
| * | | | | | | | | | | | | | | | powerpc/85xx: Move gianfar mdio nodes under the ethernet nodesAnton Vorontsov2009-03-2431-1016/+1183
| * | | | | | | | | | | | | | | | powerpc/83xx: Move gianfar mdio nodes under the ethernet nodesAnton Vorontsov2009-03-2418-393/+488
| * | | | | | | | | | | | | | | | powerpc/83xx: Add power management support for MPC837x boardsAnton Vorontsov2009-03-246-171/+323
* | | | | | | | | | | | | | | | | powerpc: Fix bugs introduced by sysfs changesBenjamin Herrenschmidt2009-03-271-4/+2Star
* | | | | | | | | | | | | | | | | powerpc: Sanitize stack pointer in signal handling codeJosh Boyer2009-03-275-6/+25
* | | | | | | | | | | | | | | | | powerpc: Add write barrier before enabling DTL flagsJeremy Kerr2009-03-271-0/+4
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | powerpc/mm: Introduce early_init_mmu() on 64-bitBenjamin Herrenschmidt2009-03-244-34/+43
* | | | | | | | | | | | | | | | powerpc/mm: Add option for non-atomic PTE updates to ppc64Benjamin Herrenschmidt2009-03-242-1/+13