aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/asm-offsets.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Restore correct DSCR in context switchAnton Blanchard2012-09-141-0/+1
* Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-05-231-0/+1
|\
| * KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0)Scott Wood2011-05-221-0/+1
* | powerpc: Per process DSCR + some fixes (try#4)Alexey Kardashevskiy2011-04-271-0/+1
|/
* powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell2010-11-291-1/+0
* Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-241-4/+21
|\
| * KVM: PPC: Add mtsrin PV codeAlexander Graf2010-10-241-0/+1
| * KVM: PPC: Fix CONFIG_KVM_GUEST && !CONFIG_KVM caseAlexander Graf2010-10-241-3/+3
| * KVM: PPC: Generic KVM PV guest supportAlexander Graf2010-10-241-0/+15
| * KVM: PPC: Convert MSR to shared pageAlexander Graf2010-10-241-1/+1
| * KVM: PPC: Introduce shared pageAlexander Graf2010-10-241-0/+1
* | powerpc/fsl-booke64: Use TLB CAMs to cover linear mapping on FSL 64-bit chipsKumar Gala2010-10-141-2/+2
* | powerpc: Account time using timebase rather than PURRPaul Mackerras2010-09-021-3/+5
|/
* powerpc: Optimise per cpu accesses on 64bitAnton Blanchard2010-07-091-1/+0
* powerpc: Rework VDSO gettimeofday to prevent time going backwardsPaul Mackerras2010-07-091-0/+1
* Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-05-211-41/+61
|\
| * PPC: Export SWITCH_FRAME_SIZEAlexander Graf2010-05-171-1/+1
| * KVM: PPC: Add SVCPU to Book3S_32Alexander Graf2010-05-171-0/+3
| * KVM: PPC: Use now shadowed vcpu fieldsAlexander Graf2010-05-171-37/+54
| * KVM: PPC: Use CONFIG_PPC_BOOK3S defineAlexander Graf2010-05-171-3/+3
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-05-211-0/+9
|\ \
| * | powerpc/kexec: Fix race in kexec shutdownMichael Neuling2010-05-211-0/+1
| * | powerpc/fsl-booke: Move loadcam_entry back to asm code to fix SMP ftraceKumar Gala2010-05-171-0/+8
| |/
* | powerpc/perf_event: Fix oops due to perf_event_do_pending callPaul Mackerras2010-05-121-1/+0
|/
* KVM: PPC: Keep SRR1 flags around in shadow_msrAlexander Graf2010-03-011-0/+1
* KVM: PPC: Call SLB patching code in interrupt safe mannerAlexander Graf2010-03-011-2/+1
* KVM: PPC: Use PACA backed shadow vcpuAlexander Graf2010-03-011-3/+30
* powerpc/fsl-booke: Rework TLB CAM codeKumar Gala2009-11-201-3/+0
* Export new PACA constants in asm-offsetsAlexander Graf2009-11-051-0/+5
* Add Book3s_64 offsets to asm-offsets.cAlexander Graf2009-11-051-0/+13
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-1/+1
* Merge commit 'paulus-perf/master' into nextBenjamin Herrenschmidt2009-08-201-0/+2
|\
| * powerpc: Allow perf_counters to access user memory at interrupt timePaul Mackerras2009-08-181-0/+2
* | powerpc: Add PACA fields specific to 64-bit Book3E processorsBenjamin Herrenschmidt2009-08-201-0/+14
* | powerpc: Add memory management headers for new 64-bit BookEBenjamin Herrenschmidt2009-08-201-1/+4
|/
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-121-0/+1
|\
| * Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-061-6/+1
| |\
| * \ Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar2009-01-211-0/+7
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Ingo Molnar2009-01-111-0/+1
| |\ \ \
| | * | | powerpc: Provide a way to defer perf counter work until interrupts are enabledPaul Mackerras2009-01-091-0/+1
* | | | | powerpc: Separate PACA fields for server CPUsBenjamin Herrenschmidt2009-06-091-15/+17
| |_|_|/ |/| | |
* | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-03-301-3/+1
|\ \ \ \
| * | | | KVM: ppc: No need to include core-header for KVM in asm-offsets.c currentlyHollis Blanchard2009-03-241-3/+1
| | |_|/ | |/| |
* | | | powerpc: Remove unused asm-offsets entries for cpu_specMichael Ellerman2009-03-111-3/+0
|/ / /
* | | Merge commit 'kumar/kumar-next' into nextBenjamin Herrenschmidt2009-01-131-0/+7
|\ \ \ | |/ / |/| |
| * | powerpc/fsl-booke: Don't hard-code size of struct tlbcamTrent Piepho2009-01-071-0/+7
| |/
* | KVM: ppc: Implement in-kernel exit timing statisticsHollis Blanchard2008-12-311-0/+11
* | KVM: ppc: directly insert shadow mappings into the hardware TLBHollis Blanchard2008-12-311-6/+0
* | KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessorHollis Blanchard2008-12-311-5/+9
* | KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe"Hollis Blanchard2008-12-311-1/+1
|/