summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] vmemmap fixes to use smaller pagesBenjamin Herrenschmidt2008-05-154-11/+59
* [POWERPC] Bolt in SLB entry for kernel stack on secondary cpusPaul Mackerras2008-05-021-8/+13
* [POWERPC] Fix slb.c compile warningsGeoff Levand2008-05-021-3/+3
* [POWERPC] Provide walk_memory_resource() for powerpcBadari Pulavarty2008-04-291-7/+23
* hotplug-memory: make online_page() commonJeremy Fitzhardinge2008-04-281-9/+0Star
* [POWERPC] Clean up access to thread_info in assemblyKumar Gala2008-04-241-2/+2
* [POWERPC] Port fixmap from x86 and use for kmap_atomicKumar Gala2008-04-243-14/+49
* [POWERPC] 85xx: Add support for relocatable kernel (and booting at non-zero)Kumar Gala2008-04-244-5/+10
* [POWERPC] Add include of linux/of.h to numa.cMichael Ellerman2008-04-241-0/+1
* [POWERPC] Remove unused __max_memory variableOlof Johansson2008-04-181-3/+0Star
* [POWERPC] Remove unused machine call outsKumar Gala2008-04-171-2/+0Star
* [POWERPC] Rename __initial_memory_limit to __initial_memory_limit_addrKumar Gala2008-04-164-8/+8
* [POWERPC] 85xx: Cleanup TLB initializationKumar Gala2008-04-161-21/+16Star
* [POWERPC] Introduce lowmem_end_addr to distinguish from total_lowmemKumar Gala2008-04-165-9/+16
* [POWERPC] Remove and replace uses of PPC_MEMSTART with memstart_addrKumar Gala2008-04-166-22/+15Star
* Merge branch 'linux-2.6'Paul Mackerras2008-04-141-2/+6
|\
| * [POWERPC] Fix deadlock with mmu_hash_lock in hash_page_syncBenjamin Herrenschmidt2008-04-031-2/+6
* | [POWERPC] htab_remove_mapping is only used by MEMORY_HOTPLUGStephen Rothwell2008-04-071-0/+2
* | [POWERPC] Remove redundant display of free swap space in show_mem()Johannes Weiner2008-04-011-1/+0Star
* | [POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-012-2/+2
* | [POWERPC] arch_add_memory() cannot be __devinitGeert Uytterhoeven2008-04-011-1/+1
* | [POWERPC] Add error return from htab_remove_mapping()Badari Pulavarty2008-04-011-5/+9
* | Merge branch 'linux-2.6'Paul Mackerras2008-03-252-3/+14
|\|
| * [POWERPC] Don't use 64k pages for ioremap on pSeriesPaul Mackerras2008-03-241-3/+8
| * [POWERPC] Fix PMU + soft interrupt disable bugAnton Blanchard2008-03-201-0/+6
* | Merge branch 'linux-2.6'Paul Mackerras2008-03-131-2/+2
|\|
| * [POWERPC] Fix large hash table allocation on Cell bladesMichael Ellerman2008-03-131-2/+2
* | [POWERPC] Add code for removing HPTEs for parts of the linear mappingBadari Pulavarty2008-02-261-0/+23
* | [LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller2008-02-149-365/+12Star
|/
* Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2008-02-081-0/+33
|\
| * [POWERPC] Add arch-specific walk_memory_remove() for 64-bit powerpcBadari Pulavarty2008-02-081-0/+17
| * [POWERPC] Add remove_memory() for 64-bit powerpcBadari Pulavarty2008-02-081-0/+16
* | CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky2008-02-081-6/+8
|/
* Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2008-02-072-4/+69
|\
| * [POWERPC] Fake NUMA emulation for PowerPCBalbir Singh2008-02-071-3/+63
| * [POWERPC] update_mmu_cache: Don't cache-flush non-readable pagesScott Wood2008-02-061-1/+6
* | Introduce flags for reserve_bootmem()Bernhard Walle2008-02-072-4/+6
|/
* add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt2008-02-051-3/+3
* [POWERPC] Allocate the hash table under 1G on cellMichael Ellerman2008-01-311-3/+9
* Revert "[POWERPC] Fake NUMA emulation for PowerPC"Paul Mackerras2008-01-261-54/+5Star
* [POWERPC] Make setjmp/longjmp code usable outside of xmonMichael Neuling2008-01-251-4/+2Star
* Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2008-01-243-5/+35
|\
| * [POWERPC] 85xx: Respect KERNELBASE, PAGE_OFFSET, and PHYSICAL_START on e500Dale Farnsworth2008-01-241-3/+3
| * [POWERPC] Fix handling of memreserve if the range lands in highmemKumar Gala2008-01-242-2/+32
* | Merge branch 'linux-2.6'Paul Mackerras2008-01-241-0/+2
|\ \
| * | [POWERPC] Fix boot failure on POWER6Paul Mackerras2008-01-151-8/+2Star
| * | [POWERPC] Fix CPU hotplug when using the SLB shadow bufferMichael Neuling2008-01-111-0/+8
* | | [POWERPC] Provide a way to protect 4k subpages when using 64k pagesPaul Mackerras2008-01-244-18/+295
| |/ |/|
* | [POWERPC] Add hugepagesz boot-time parameterJon Tollefson2008-01-172-34/+96
* | [POWERPC] Fake NUMA emulation for PowerPCBalbir Singh2007-12-201-5/+54