summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | [POWERPC] Use SLB size from the device treeMichael Neuling2007-12-113-2/+7
* | [POWERPC] Add missing spaces in printk formatsjoe@perches.com2007-12-031-1/+1
|/
* [POWERPC] Fix 8xx build breakage due to _tlbie changesBenjamin Herrenschmidt2007-11-202-2/+2
* [POWERPC] Fix build failure on legacy iSeriesKamalesh Babulal2007-11-201-0/+1
* [POWERPC] Silence an annoying boot messageStephen Rothwell2007-11-131-12/+4Star
* [POWERPC] Fix CONFIG_SMP=n build error on ppc64Olof Johansson2007-11-131-2/+0Star
* Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2007-11-084-12/+12
|\
| * [POWERPC] ppc405 Fix arithmatic rollover bug when memory size under 16MGrant Likely2007-11-011-9/+8Star
| * [POWERPC] 4xx: Deal with 44x virtually tagged icacheBenjamin Herrenschmidt2007-11-011-0/+1
| * [POWERPC] 4xx: Fix 4xx flush_tlb_page()Benjamin Herrenschmidt2007-11-012-3/+3
* | [POWERPC] Fix switch_slb handling of 1T ESID valueswill schmidt2007-11-081-3/+31
* | [POWERPC] Include udbg.h when using udbg_printfwill schmidt2007-11-082-0/+2
* | [POWERPC] powerpc: Fix demotion of segments to 4K pagesBenjamin Herrenschmidt2007-10-292-4/+7
|/
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-10-173-3/+5
|\
| * [POWERPC] Fix vmemmap warning in init_64.cTony Breeds2007-10-171-1/+1
| * [POWERPC] Add 1TB workaround for PA6TOlof Johansson2007-10-172-1/+3
| * [POWERPC] Fix 1TB segment detectionOlof Johansson2007-10-171-1/+1
* | spin_lock_unlocked cleanupsRoel Kluin2007-10-171-1/+1
* | Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-172-2/+2
|/
* Update PowerPC vmemmap code for 1TB segmentsAnton Blanchard2007-10-161-1/+2
* fix memory hot remove not configured case.KAMEZAWA Hiroyuki2007-10-161-45/+0Star
* ppc64: SPARSEMEM_VMEMMAP supportAndy Whitcroft2007-10-161-0/+67
* [POWERPC] Use 1TB segmentsPaul Mackerras2007-10-129-133/+293
* [POWERPC] 85xx: Failure with odd memory sizes and CONFIG_HIGHMEMDale Farnsworth2007-10-081-0/+2
* [POWERPC] 8xx: Set initial memory limit.John Traill2007-10-041-0/+3
* [POWERPC] Add memory regions to the kcore list for 32-bit machinesEd Swarthout2007-10-032-0/+39
* [POWERPC] Create and use CONFIG_WORD_SIZEStephen Rothwell2007-10-031-5/+8
* [POWERPC] Remove barriers from the SLB shadow buffer updateMichael Neuling2007-09-191-4/+2Star
* [POWERPC] Export new __io{re,un}map_at() symbolsOlof Johansson2007-09-131-0/+2
* Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-08-281-8/+28
|\
| * [POWERPC] Fix SLB initialization at boot timePaul Mackerras2007-08-251-8/+28
* | [POWERPC] 40x MMUJosh Boyer2007-08-201-2/+2
* | [POWERPC] Rename 4xx paths to 40xJosh Boyer2007-08-202-1/+1
* | [POWERPC] Tidy up CONFIG_PPC_MM_SLICES codeStephen Rothwell2007-08-172-13/+1Star
* | [POWERPC] Fix non HUGETLB_PAGE build warningStephen Rothwell2007-08-172-3/+3
* | [POWERPC] Clean out a bunch of duplicate includesJesper Juhl2007-08-174-6/+0Star
|/
* [POWERPC] Fix invalid semicolon after if statementIlpo Järvinen2007-08-171-1/+1
* [POWERPC] Fix size check for hugetlbfsBenjamin Herrenschmidt2007-08-101-0/+2
* [POWERPC] Fix potential duplicate entry in SLB shadow bufferPaul Mackerras2007-08-101-29/+16Star
* [POWERPC] Fixes for the SLB shadow buffer codeMichael Neuling2007-08-032-11/+19
* [POWERPC] Fix parse_drconf_memory() for 64-bit start addressesMichael Ellerman2007-08-031-2/+2
* [POWERPC] Fix special PTE code for secondary hash bucketPaul Mackerras2007-08-031-2/+4
* [POWERPC] Fix loop with unsigned long counter variableManish Ahuja2007-07-261-2/+2
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-07-222-3/+9
|\
| * [POWERPC] Allow exec faults on readable areas on classic 32-bit PowerPCPaul Mackerras2007-07-221-1/+7
| * [POWERPC] cell: CONFIG_SPE_BASE is a typoGeert Uytterhoeven2007-07-221-2/+2
* | powerpc: tlb_32.c build fixMariusz Kozlowski2007-07-221-0/+2
|/
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-202-3/+2Star
* mm: fault feedback #2Nick Piggin2007-07-191-15/+11Star