kernel-fxtec-pro1x/arch/powerpc/platforms/pseries
Nishanth Aravamudan 127493d5dc powerpc/pseries: Use a kmem cache for DTL buffers
PAPR specifies that DTL buffers can not cross AMS environments (aka CMO
in the PAPR) and can not cross a memory entitlement granule boundary
(4k). This is found in section 14.11.3.2 H_REGISTER_VPA of the PAPR.
kmalloc does not guarantee an alignment of the allocation, though,
beyond 8 bytes (at least in my understanding). Create a special kmem
cache for DTL buffers with the alignment requirement.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2011-04-18 13:08:08 +10:00
..
cmm.c powerpc/pseries: Cleanup use of notifier_from_errno() 2011-03-02 16:50:06 +11:00
dlpar.c Fix common misspellings 2011-03-31 11:26:23 -03:00
dtl.c
eeh.c Fix common misspellings 2011-03-31 11:26:23 -03:00
eeh_cache.c
eeh_driver.c
eeh_event.c
eeh_sysfs.c headers: kobject.h redux 2011-01-10 08:51:44 -08:00
event_sources.c
firmware.c
hotplug-cpu.c Fix common misspellings 2011-03-31 11:26:23 -03:00
hotplug-memory.c memory hotplug: Define memory_block_size_bytes for powerpc/pseries 2011-02-03 16:08:57 -08:00
hvCall.S
hvCall_inst.c
hvconsole.c
hvcserver.c
iommu.c Fix common misspellings 2011-03-31 11:26:23 -03:00
Kconfig kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT 2011-01-20 17:02:05 -08:00
kexec.c powerpc/kexec: Don't initialise kexec hooks to default handlers 2011-01-21 14:08:35 +11:00
lpar.c powerpc: Fix hcall tracepoint recursion 2011-02-07 13:06:08 +11:00
Makefile
mobility.c
msi.c powerpc: Convert to new irq_* function names 2011-03-29 14:48:12 +02:00
nvram.c powerpc/nvram: Don't overwrite oops/panic report on normal shutdown 2011-03-30 10:36:23 +11:00
offline_states.h powerpc/smp: soft-replugged CPUs must go back to start_secondary 2011-04-01 15:37:09 +11:00
pci.c
pci_dlpar.c powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controller 2011-02-04 11:46:51 -07:00
phyp_dump.c
plpar_wrappers.h
power.c
pseries.h
pseries_energy.c
ras.c powerpc: Fix corruption when grabbing FWNMI data 2011-01-21 14:08:38 +11:00
reconfig.c
scanlog.c
setup.c powerpc/pseries: Use a kmem cache for DTL buffers 2011-04-18 13:08:08 +10:00
smp.c powerpc/pseries: Fix build without CONFIG_HOTPLUG_CPU 2011-04-05 16:22:11 +10:00
suspend.c
xics.c Fix common misspellings 2011-03-31 11:26:23 -03:00
xics.h