summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: fix race in kunmap_atomic()Peter Zijlstra2010-10-271-1/+3
* mm: stack based kmap_atomic()Peter Zijlstra2010-10-261-14/+21
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-10-217-17/+79
|\
| * powerpc/fsl-booke64: Use TLB CAMs to cover linear mapping on FSL 64-bit chipsKumar Gala2010-10-145-8/+27
| * powerpc/fsl-booke: Add support for FSL Arch v1.0 MMU in setup_page_sizesKumar Gala2010-10-141-3/+39
| * powerpc: Fix invalid page flags in create TLB CAM path for PTE_64BITPaul Gortmaker2010-10-141-1/+2
| * powerpc/Makefiles: Change to new flag variablesmatt mooney2010-10-131-3/+1
| * powerpc/mm: Assume first cpu is boot_cpuid not 0Matthew McClintock2010-09-021-2/+4
| * powerpc: Check end of stack canary at oops timeAnton Blanchard2010-09-021-0/+6
* | memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu2010-10-122-9/+9
* | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-318-80/+201
|\ \ | |/
| * powerpc: Export memstart_addr and kernstart_addr on ppc64Sonny Rao2010-08-241-0/+2
| * Merge remote branch 'jwb/merge' into mergeBenjamin Herrenschmidt2010-08-241-0/+1
| |\
| | * powerpc/47x: Add an isync before the tlbivax instructionDave Kleikamp2010-08-231-0/+1
| * | kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros2010-08-091-2/+2
| |/
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-08-055-78/+196
| |\
| | * Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2010-08-0411-115/+115
| | |\
| | * | powerpc/book3e: Adjust the page sizes list based on MMU configBenjamin Herrenschmidt2010-07-141-32/+104
| | * | powerpc/book3e: Fix single step when using HW page tablesBenjamin Herrenschmidt2010-07-141-4/+9
| | * | powerpc: Removing dead CONFIG_SMP_750Christoph Egger2010-07-091-15/+0
| | * | powerpc/numa: Use form 1 affinity to setup node distanceAnton Blanchard2010-07-091-33/+89
| | * | powerpc: Remove all rcu head initializationsPaul E. McKenney2010-07-091-1/+0
| | * | powerpc/fsl-booke: Fix comments in mmu code that mention BATSBecky Bruce2010-07-091-3/+4
* | | | memblock: Remove memblock_type.size and add memblock.memory_size insteadBenjamin Herrenschmidt2010-08-051-1/+1
* | | | memblock: Remove rmo_size, burry it in arch/powerpc where it belongsBenjamin Herrenschmidt2010-08-058-2/+101
* | | | memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt2010-08-056-28/+17
* | | | memblock: Expose MEMBLOCK_ALLOC_ANYWHEREBenjamin Herrenschmidt2010-08-051-1/+1
* | | | memblock/powerpc: Use new accessorsBenjamin Herrenschmidt2010-08-043-71/+46
* | | | memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt2010-08-042-14/+14
|/ / /
* | | powerpc: Fix erroneous lmb->memblock conversionsBenjamin Herrenschmidt2010-07-231-12/+12
* | | powerpc/mm: Add some debug output when hash insertion failsBenjamin Herrenschmidt2010-07-232-5/+31
* | | powerpc/mm: Fix bugs in huge page hashingBenjamin Herrenschmidt2010-07-231-18/+13
* | | powerpc/mm: Move around testing of _PAGE_PRESENT in hash codeBenjamin Herrenschmidt2010-07-232-17/+11
* | | powerpc/mm: Handle hypervisor pte insert failure in __hash_page_hugeAnton Blanchard2010-07-231-2/+9
| |/ |/|
* | lmb: rename to memblockYinghai Lu2010-07-1411-115/+115
|/
* powerpc: Remove dead CONFIG_HIGHPTEChristoph Egger2010-06-151-4/+0
* Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-05-211-7/+22
|\
| * PPC: Split context init/destroy functionsAlexander Graf2010-05-171-7/+22
* | powerpc/numa: Use ibm,architecture-vec-5 to detect form 1 affinityAnton Blanchard2010-05-211-8/+12
* | powerpc/fsl-booke: Move loadcam_entry back to asm code to fix SMP ftraceKumar Gala2010-05-173-23/+40
* | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2010-05-072-9/+17
|\ \
| * \ Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-04-291-5/+0
| |\ \
| | * | kgdb: don't needlessly skip PAGE_USER test for Fsl bookeWufei2010-04-291-5/+0
| | |/
| * | powerpc/numa: Add form 1 NUMA affinityAnton Blanchard2010-04-281-2/+15
| * | powerpc/fsl_booke: Correct test for MMU_FTR_BIG_PHYSBecky Bruce2010-04-191-2/+2
| |/
* | powerpc/cpumask: Convert NUMA code to new cpumask APIAnton Blanchard2010-05-061-13/+45
* | powerpc: Invoke oom-killer from page faultBenjamin Herrenschmidt2010-05-061-10/+4
* | powerpc/mm: Track backing pages allocated by vmemmap_populate()Mark Nelson2010-05-061-0/+43
* | powerpc: Fix CONFIG_DEBUG_PAGEALLOC on 603/e300Benjamin Herrenschmidt2010-05-061-4/+0
* | powerpc/47x: Base ppc476 supportDave Kleikamp2010-05-054-22/+255
OpenPOWER on IntegriCloud