aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-08[POWERPC] Fix switch_slb handling of 1T ESID valueswill schmidt1-3/+31
2007-11-08[POWERPC] Include udbg.h when using udbg_printfwill schmidt2-0/+2
2007-10-29[POWERPC] powerpc: Fix demotion of segments to 4K pagesBenjamin Herrenschmidt2-4/+7
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-17Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds3-3/+5
2007-10-17spin_lock_unlocked cleanupsRoel Kluin1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2-2/+2
2007-10-17[POWERPC] Fix vmemmap warning in init_64.cTony Breeds1-1/+1
2007-10-17[POWERPC] Add 1TB workaround for PA6TOlof Johansson2-1/+3
2007-10-17[POWERPC] Fix 1TB segment detectionOlof Johansson1-1/+1
2007-10-16Update PowerPC vmemmap code for 1TB segmentsAnton Blanchard1-1/+2
2007-10-16fix memory hot remove not configured case.KAMEZAWA Hiroyuki1-45/+0
2007-10-16ppc64: SPARSEMEM_VMEMMAP supportAndy Whitcroft1-0/+67
2007-10-12[POWERPC] Use 1TB segmentsPaul Mackerras9-133/+293
2007-10-08[POWERPC] 85xx: Failure with odd memory sizes and CONFIG_HIGHMEMDale Farnsworth1-0/+2
2007-10-03[POWERPC] 8xx: Set initial memory limit.John Traill1-0/+3
2007-10-03[POWERPC] Add memory regions to the kcore list for 32-bit machinesEd Swarthout2-0/+39
2007-10-03[POWERPC] Create and use CONFIG_WORD_SIZEStephen Rothwell1-5/+8
2007-09-19[POWERPC] Remove barriers from the SLB shadow buffer updateMichael Neuling1-4/+2
2007-09-14[POWERPC] Export new __io{re,un}map_at() symbolsOlof Johansson1-0/+2
2007-08-28Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras1-8/+28
2007-08-25[POWERPC] Fix SLB initialization at boot timePaul Mackerras1-8/+28
2007-08-20[POWERPC] 40x MMUJosh Boyer1-2/+2
2007-08-20[POWERPC] Rename 4xx paths to 40xJosh Boyer2-1/+1
2007-08-17[POWERPC] Tidy up CONFIG_PPC_MM_SLICES codeStephen Rothwell2-13/+1
2007-08-17[POWERPC] Fix non HUGETLB_PAGE build warningStephen Rothwell2-3/+3
2007-08-17[POWERPC] Clean out a bunch of duplicate includesJesper Juhl4-6/+0
2007-08-17[POWERPC] Fix invalid semicolon after if statementIlpo Järvinen1-1/+1
2007-08-10[POWERPC] Fix size check for hugetlbfsBenjamin Herrenschmidt1-0/+2
2007-08-10[POWERPC] Fix potential duplicate entry in SLB shadow bufferPaul Mackerras1-29/+16
2007-08-03[POWERPC] Fixes for the SLB shadow buffer codeMichael Neuling2-11/+19
2007-08-03[POWERPC] Fix parse_drconf_memory() for 64-bit start addressesMichael Ellerman1-2/+2
2007-08-03[POWERPC] Fix special PTE code for secondary hash bucketPaul Mackerras1-2/+4
2007-07-26[POWERPC] Fix loop with unsigned long counter variableManish Ahuja1-2/+2
2007-07-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2-3/+9
2007-07-22[POWERPC] Allow exec faults on readable areas on classic 32-bit PowerPCPaul Mackerras1-1/+7
2007-07-22[POWERPC] cell: CONFIG_SPE_BASE is a typoGeert Uytterhoeven1-2/+2
2007-07-21powerpc: tlb_32.c build fixMariusz Kozlowski1-0/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt2-3/+2
2007-07-19mm: fault feedback #2Nick Piggin1-15/+11
2007-07-11Merge branch 'for-2.6.23' into mergePaul Mackerras19-643/+128
2007-07-10[POWERPC] Remove extra return statementManish Ahuja1-2/+0
2007-07-10[POWERPC] Move inline asm eieio to using eieio inline functionKumar Gala2-3/+3
2007-06-20[POWERPC] PowerPC: Prevent data exception in kernel space (32-bit)Segher Boessenkool1-3/+2
2007-06-14[POWERPC] Kill typedef-ed structs for hash PTEs and BATsDavid Gibson4-17/+17
2007-06-14[POWERPC] Remove a couple of unused definitions from pgtable_32.cDavid Gibson1-4/+0
2007-06-14[POWERPC] Remove the dregs of APUS support from arch/powerpcDavid Gibson13-13/+0
2007-06-14[POWERPC] Abolish iopa(), mm_ptov(), io_block_mapping() from arch/powerpcDavid Gibson1-118/+0
2007-06-14[POWERPC] During VM oom condition, kill all threads in process groupwill schmidt1-1/+1
2007-06-14[POWERPC] Rewrite IO allocation & mapping on powerpc64Benjamin Herrenschmidt5-483/+106