index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
ppc_mmu_32.c
Age
Commit message (
Expand
)
Author
2019-05-03
powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64
Christophe Leroy
2019-05-02
powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>
Christophe Leroy
2019-04-21
powerpc/32s: Implement Kernel Userspace Access Protection
Christophe Leroy
2019-04-21
powerpc/32s: Implement Kernel Userspace Execution Prevention.
Christophe Leroy
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-03-07
arch: simplify several early memory allocations
Mike Rapoport
2019-02-23
powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX
Christophe Leroy
2019-02-23
powerpc/mm/32s: add setibat() clearibat() and update_bats()
Christophe Leroy
2019-02-23
powerpc/mm/32s: use _PAGE_EXEC in setbat()
Christophe Leroy
2019-02-23
powerpc/mm/32s: rework mmu_mapin_ram()
Christophe Leroy
2019-02-23
powerpc/mm/32: add base address to mmu_mapin_ram()
Christophe Leroy
2019-02-22
powerpc/hash32: use physical address directly in hash handlers.
Christophe Leroy
2018-12-19
powerpc/book3s/32: fix number of bats in p/v_block_mapped()
Christophe Leroy
2018-12-19
powerpc/book3s/32: Use patch_site to patch hash functions
Christophe Leroy
2018-12-19
powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.S
Christophe Leroy
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
2018-10-14
powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()
Christophe Leroy
2018-05-25
powerpc/sparse: Fix plain integer as NULL pointer warning
Mathieu Malaterre
2016-03-11
powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() together
Christophe Leroy
2015-04-07
powerpc/mm: Change setbat() to take a pgprot_t rather than flags
Michael Ellerman
2015-03-17
powerpc: Remove duplicate cacheable_memcpy/memzero functions
Kyle Moffett
2014-07-28
powerpc: Remove power3 from comments
Michael Ellerman
2010-08-05
memblock: Remove rmo_size, burry it in arch/powerpc where it belongs
Benjamin Herrenschmidt
2010-08-05
memblock: Introduce default allocation limit and use it to replace explicit ones
Benjamin Herrenschmidt
2010-07-14
lmb: rename to memblock
Yinghai Lu
2009-12-12
wii: use both mem1 and mem2 as ram
Albert Herranz
2009-03-24
powerpc/mm: Tweak PTE bit combination definitions
Benjamin Herrenschmidt
2009-01-28
powerpc/mm: Fix handling of _PAGE_COHERENT in BAT setup code
Gerhard Pircher
2008-12-23
powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32M
Dale Farnsworth
2008-12-21
powerpc/mm: Introduce MMU features
Benjamin Herrenschmidt
2008-08-04
powerpc: Force printing of 'total_memory' to unsigned long long
Tony Breeds
2008-06-30
powerpc: Get rid of bitfields in ppc_bat struct
Becky Bruce
2008-06-30
powerpc: Change BAT code to use phys_addr_t
Becky Bruce
2008-04-17
[POWERPC] Rename __initial_memory_limit to __initial_memory_limit_addr
Kumar Gala
2008-04-17
[POWERPC] Remove and replace uses of PPC_MEMSTART with memstart_addr
Kumar Gala
2008-02-13
[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.
David S. Miller
2007-06-14
[POWERPC] Kill typedef-ed structs for hash PTEs and BATs
David Gibson
2007-06-14
[POWERPC] Remove the dregs of APUS support from arch/powerpc
David Gibson
2007-05-09
[POWERPC] Further fixes for the removal of 4level-fixup hack from ppc32
David Gibson
2007-04-13
[POWERPC] DEBUG_PAGEALLOC for 32-bit
Benjamin Herrenschmidt
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-21
[POWERPC] Add starting of secondary 86xx CPUs.
Jon Loeliger
2006-06-15
[POWERPC] Remove stale 64bit on 32bit kernel code
Anton Blanchard
2006-06-11
powerpc: add context.vdso_base for 32-bit too
Paul Mackerras
2005-11-07
[PATCH] ppc: Fix ppc32 build after 64K pages
Benjamin Herrenschmidt
2005-11-06
[PATCH] ppc64: support 64k pages
Benjamin Herrenschmidt
2005-10-10
powerpc: Rename files to have consistent _32/_64 suffixes
Paul Mackerras