index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
pgtable_32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disintegrate asm/system.h for PowerPC
David Howells
2012-03-28
1
-0
/
+1
*
powerpc: Use vsprintf extention %pf with builtin_return_address
Joe Perches
2012-03-07
1
-1
/
+1
*
powerpc: Remove ioremap_flags
Anton Blanchard
2011-05-19
1
-2
/
+2
*
powerpc: Add ioremap_wc
Anton Blanchard
2011-05-19
1
-0
/
+8
*
powerpc: Remove unnecessary casts of void ptr
Jesper Juhl
2010-12-09
1
-1
/
+1
*
powerpc: Record vma->phys_addr in ioremap()
Michael Ellerman
2010-12-09
1
-0
/
+1
*
lmb: rename to memblock
Yinghai Lu
2010-07-14
1
-3
/
+3
*
powerpc: Remove dead CONFIG_HIGHPTE
Christoph Egger
2010-06-15
1
-4
/
+0
*
powerpc: Fix CONFIG_DEBUG_PAGEALLOC on 603/e300
Benjamin Herrenschmidt
2010-05-06
1
-4
/
+0
*
powerpc: Fix ioremap_flags() with book3e pte definition
Benjamin Herrenschmidt
2010-04-07
1
-0
/
+8
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
powerpc/mm: Fix a WARN_ON() with CONFIG_DEBUG_PAGEALLOC and CONFIG_DEBUG_VM
Benjamin Herrenschmidt
2009-12-18
1
-1
/
+1
*
powerpc: allow ioremap within reserved memory regions
Albert Herranz
2009-12-12
1
-1
/
+3
*
wii: use both mem1 and mem2 as ram
Albert Herranz
2009-12-12
1
-4
/
+28
*
powerpc/mm: Cleanup handling of execute permission
Benjamin Herrenschmidt
2009-08-27
1
-1
/
+1
*
powerpc: Minor cleanups of kernel virt address space definitions
Benjamin Herrenschmidt
2009-05-27
1
-2
/
+0
*
powerpc/mm: Tweak PTE bit combination definitions
Benjamin Herrenschmidt
2009-03-24
1
-2
/
+2
*
powerpc: Wire up /proc/vmallocinfo to our ioremap()
Benjamin Herrenschmidt
2009-03-11
1
-3
/
+11
*
powerpc/fsl-booke: Fix mapping functions to use phys_addr_t
Kumar Gala
2009-02-09
1
-2
/
+2
*
powerpc/mm: Make clear_fixmap() actually work
Anton Vorontsov
2009-01-08
1
-1
/
+2
*
powerpc/44x: Support 16K/64K base page sizes on 44x
Ilya Yanok
2008-12-29
1
-9
/
+14
*
powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32M
Dale Farnsworth
2008-12-23
1
-2
/
+2
*
powerpc/32: Allow __ioremap on RAM addresses for kdump kernel
Anton Vorontsov
2008-12-23
1
-0
/
+2
*
powerpc/mm: Remove flush_HPTE()
Benjamin Herrenschmidt
2008-12-16
1
-1
/
+5
*
powerpc: Use RCU based pte freeing mechanism for all powerpc
Kumar Gala
2008-12-03
1
-21
/
+0
*
powerpc: hash_page_sync should only be used on SMP & STD_MMU_32
Kumar Gala
2008-12-03
1
-3
/
+3
*
POWERPC: Allow 32-bit hashed pgtable code to support 36-bit physical
Becky Bruce
2008-09-24
1
-2
/
+2
*
powerpc ioremap_prot
Benjamin Herrenschmidt
2008-07-24
1
-6
/
+16
*
powerpc: Change BAT code to use phys_addr_t
Becky Bruce
2008-06-30
1
-3
/
+3
*
[POWERPC] Fix __set_fixmap() for STRICT_MM_TYPECHECKS
David Gibson
2008-05-23
1
-1
/
+1
*
[POWERPC] Port fixmap from x86 and use for kmap_atomic
Kumar Gala
2008-04-24
1
-0
/
+23
*
[POWERPC] Remove and replace uses of PPC_MEMSTART with memstart_addr
Kumar Gala
2008-04-17
1
-2
/
+3
*
CONFIG_HIGHPTE vs. sub-page page tables.
Martin Schwidefsky
2008-02-08
1
-6
/
+8
*
add mm argument to pte/pmd/pud/pgd_free
Benjamin Herrenschmidt
2008-02-05
1
-3
/
+3
*
[POWERPC] Remove a couple of unused definitions from pgtable_32.c
David Gibson
2007-06-14
1
-4
/
+0
*
[POWERPC] Remove the dregs of APUS support from arch/powerpc
David Gibson
2007-06-14
1
-1
/
+0
*
[POWERPC] Abolish iopa(), mm_ptov(), io_block_mapping() from arch/powerpc
David Gibson
2007-06-14
1
-118
/
+0
*
[POWERPC] Fix modpost warning
Kumar Gala
2007-05-23
1
-1
/
+1
*
[POWERPC] Remove use of 4level-fixup.h for ppc32
David Gibson
2007-05-08
1
-12
/
+16
*
[POWERPC] Abolish PHYS_FMT macro from arch/powerpc
David Gibson
2007-04-24
1
-2
/
+2
*
[POWERPC] DEBUG_PAGEALLOC for 32-bit
Benjamin Herrenschmidt
2007-04-13
1
-0
/
+52
*
[POWERPC] Fix 32-bit mm operations when not using BATs
Benjamin Herrenschmidt
2007-04-13
1
-4
/
+7
*
[POWERPC] Cleanup 32-bit map_page
Benjamin Herrenschmidt
2007-04-13
1
-3
/
+6
*
[POWERPC] Fix is_power_of_4(x) compile error
Kumar Gala
2007-02-09
1
-1
/
+1
*
[POWERPC] Add "is_power_of_2" checking to log2.h.
Robert P. J. Day
2007-02-07
1
-4
/
+1
*
[POWERPC] Merge 32 and 64 bits asm-powerpc/io.h
Benjamin Herrenschmidt
2006-12-04
1
-14
/
+8
*
[POWERPC] Remove ioremap64 and fixup_bigphys_addr
Benjamin Herrenschmidt
2006-12-04
1
-17
/
+0
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] lock PTE before updating it in 440/BookE page fault handler
Eugene Surovegin
2006-03-29
1
-2
/
+4
*
[PATCH] powerpc: remove duplicate EXPORT_SYMBOLS
Olaf Hering
2006-03-16
1
-0
/
+5
[next]