kernel-ark/arch/ppc64/kernel
David Gibson 20cee16ced [PATCH] ppc64: Abolish ioremap_mm
Currently ppc64 has two mm_structs for the kernel, init_mm and also
ioremap_mm.  The latter really isn't necessary: this patch abolishes it,
instead restricting vmallocs to the lower 1TB of the init_mm's range and
placing io mappings in the upper 1TB.  This simplifies the code in a number
of places and eliminates an unecessary set of pagetables.  It also tweaks
the unmap/free path a little, allowing us to remove the unmap_im_area() set
of page table walkers, replacing them with unmap_vm_area().

Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-21 18:46:26 -07:00
..
vdso32
vdso64
align.c
asm-offsets.c
binfmt_elf32.c
bitops.c
btext.c
cpu_setup_power4.S
cputable.c
dma.c
eeh.c [PATCH] ppc64: Abolish ioremap_mm 2005-06-21 18:46:26 -07:00
entry.S [PATCH] ppc64: cleanup iseries runlight support 2005-06-02 15:12:30 -07:00
head.S [PATCH] ppc64: Abolish ioremap_mm 2005-06-21 18:46:26 -07:00
HvCall.c
hvCall.S
hvconsole.c
hvcserver.c
HvLpConfig.c
HvLpEvent.c
i8259.c
i8259.h
idle_power4.S
idle.c [PATCH] smp_processor_id() cleanup 2005-06-21 18:46:13 -07:00
init_task.c
ioctl32.c
iomap.c
iommu.c [PATCH] initialize TCE tables 2005-06-20 21:43:48 +10:00
irq.c
iSeries_htab.c
iSeries_iommu.c
iSeries_irq.c
iSeries_pci_reset.c
iSeries_pci.c
iSeries_proc.c
iSeries_setup.c [PATCH] ppc64: remove decr_overclock 2005-06-02 15:12:30 -07:00
iSeries_setup.h
iSeries_smp.c
iSeries_VpdInfo.c
ItLpQueue.c
kprobes.c [PATCH] ppc64 kprobes: remove spurious MSR_SE masking 2005-06-08 16:21:13 -07:00
lmb.c
lparcfg.c
LparData.c
Makefile
maple_pci.c
maple_setup.c
maple_time.c
mf.c
misc.S [PATCH] ppc64: Fix PER_LINUX32 behaviour 2005-06-08 16:24:15 -07:00
module.c
mpic.c
mpic.h
nvram.c
of_device.c [PATCH] Driver Core: arch: update device attribute callbacks 2005-06-20 15:15:32 -07:00
pacaData.c
pci_direct_iommu.c
pci_dn.c
pci_iommu.c
pci.c [PATCH] Driver Core: arch: update device attribute callbacks 2005-06-20 15:15:32 -07:00
pci.h
pmac_feature.c
pmac_low_i2c.c
pmac_nvram.c
pmac_pci.c
pmac_setup.c
pmac_smp.c
pmac_time.c
pmac.h
pmc.c
ppc_ksyms.c
proc_ppc64.c
process.c [PATCH] ppc64: Abolish ioremap_mm 2005-06-21 18:46:26 -07:00
prom_init.c [PATCH] prom_find_machine_type typo breaks pSeries lpar boot 2005-06-03 13:20:04 -07:00
prom.c
pSeries_hvCall.S
pSeries_iommu.c
pSeries_lpar.c
pSeries_nvram.c
pSeries_pci.c
pSeries_reconfig.c [PATCH] ppc32/ppc64: cleanup /proc/device-tree 2005-06-01 07:54:14 -07:00
pSeries_setup.c
pSeries_smp.c [PATCH] ppc64: use cpu_has_feature macro 2005-06-20 21:43:15 +10:00
ptrace32.c
ptrace.c
ras.c
rtas_flash.c
rtas-proc.c
rtas.c
rtasd.c [PATCH] ppc64: quieten RTAS printks 2005-06-20 21:43:07 +10:00
rtc.c
scanlog.c
semaphore.c
setup.c [PATCH] ppc64: remove decr_overclock 2005-06-02 15:12:30 -07:00
signal32.c
signal.c
smp-tbsync.c
smp.c [PATCH] ppc64: remove decr_overclock 2005-06-02 15:12:30 -07:00
sys_ppc32.c [PATCH] ppc64: Fix PER_LINUX32 behaviour 2005-06-08 16:24:15 -07:00
syscalls.c [PATCH] ppc64: Fix PER_LINUX32 behaviour 2005-06-08 16:24:15 -07:00
sysfs.c [PATCH] ppc64: cleanup iseries runlight support 2005-06-02 15:12:30 -07:00
time.c
traps.c
u3_iommu.c
udbg.c
vdso.c
vecemu.c
vector.S
vio.c [PATCH] Driver Core: arch: update device attribute callbacks 2005-06-20 15:15:32 -07:00
viopath.c
vmlinux.lds.S
xics.c
XmPciLpEvent.c