aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-11sparc32: drop sun4c supportSam Ravnborg2-2170/+0
2012-05-09sparc: fix build fail in mm/init_64.c when NEED_MULTIPLE_NODES is offPaul Gortmaker1-9/+5
2012-04-27sparc64: Do not set max_mapnr.David S. Miller1-3/+0
2012-04-26sparc64: Use node local allocations for IRQ stacks.David S. Miller1-9/+14
2012-04-26sparc64: Convert over to NO_BOOTMEM.David S. Miller1-84/+7
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller9-24/+62
2012-04-04sparc/mm/fault_32.c: Port OOM changes to do_sparc_faultKautuk Consul1-7/+30
2012-04-04sparc/mm/fault_64.c: Port OOM changes to do_sparc64_faultKautuk Consul1-7/+30
2012-03-28Move all declarations of free_initmem() to linux/mm.hDavid Howells1-2/+0
2012-03-28Disintegrate asm/system.h for SparcDavid Howells6-6/+0
2012-03-20highmem: kill all __kmap_atomic()Cong Wang1-2/+2
2012-02-28sparc: Use vsprintf extention %pf with builtin_return_addressJoe Perches1-1/+1
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblockIngo Molnar1-25/+7
2011-12-14sparc32: Be less strict in matching %lo part of relocation.David S. Miller1-2/+1
2011-12-08sparc: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo1-20/+4
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo1-1/+1
2011-12-08memblock: Kill memblock_init()Tejun Heo1-2/+0
2011-11-28Merge branch 'master' into x86/memblockTejun Heo11-279/+250
2011-11-17sparc: Kill custom io_remap_pfn_range().David S. Miller3-265/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds5-2/+3
2011-11-02thp: share get_huge_page_tail()Andrea Arcangeli1-11/+0
2011-11-02sparc: gup_pte_range() support THP based tail recountingAndrea Arcangeli1-0/+13
2011-10-31sparc: Add module.h to files previously implicitly using it.Paul Gortmaker1-0/+1
2011-10-31sparc: remove several unnecessary module.h include instancesPaul Gortmaker3-3/+0
2011-10-31sparc: add export.h to arch/sparc files as requiredPaul Gortmaker3-0/+3
2011-10-07sparc32,leon: SRMMU MMU Table probe fixDaniel Hellstrom1-1/+1
2011-09-29sparc64: Force the execute bit in OpenFirmware's translation entries.David S. Miller1-0/+5
2011-08-06sparc: Fix build with DEBUG_PAGEALLOC enabled.David S. Miller1-2/+4
2011-08-05sparc: Access kernel TSB using physical addressing when possible.David S. Miller1-1/+39
2011-07-25sparc64: implement get_user_pages_fast()David S. Miller2-1/+182
2011-07-25sparc64: kill page table quicklistsDavid S. Miller1-0/+11
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-10/+6
2011-07-14memblock: Don't allow archs to override memblock_nid_range()Tejun Heo1-2/+2
2011-07-06sparc32,leon: Added __init declaration to leon_flush_needed()Matthias Rosenfelder1-1/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2-10/+6
2011-06-07sparc: Remove unnecessary semicolonsJoe Perches6-14/+14
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-05-25sparc: mmu_gather reworkPeter Zijlstra2-26/+32
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes1-1/+1
2011-05-16sparc: convert old cpumask API into new oneKOSAKI Motohiro1-7/+7
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes1-1/+1
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet2-4/+4
2011-03-16sparc32: Fix might-be-used-uninitialized warning in do_sparc_fault().David S. Miller1-2/+1
2011-01-13thp: pte alloc trans splittingAndrea Arcangeli3-3/+3
2011-01-04sparc: use _start for the start entry (like 64 bit does)Sam Ravnborg1-5/+3
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+12
2010-10-27mm: fix race in kunmap_atomic()Peter Zijlstra1-1/+3
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra1-21/+27
2010-10-26sparc32: Fix unaligned stack handling on trap return.David S. Miller1-0/+12
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-5/+7