summaryrefslogtreecommitdiff
path: root/arch/sparc/mm
AgeCommit message (Expand)Author
2015-04-09sparc32: destroy_context() and switch_mm() needs to disable interrupts.Andreas Larsson
2015-03-16mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi
2015-03-12vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2014-10-31sparc64: Kill unnecessary tables and increase MAX_BANKS.David S. Miller
2014-10-31sparc64: Adjust vmalloc region size based upon available virtual address bits.David S. Miller
2014-10-31sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.David S. Miller
2014-10-31sparc64: Use kernel page tables for vmemmap.David S. Miller
2014-10-31sparc64: Fix physical memory management regressions with large max_phys_bits.David S. Miller
2014-10-31sparc64: Adjust KTSB assembler to support larger physical addresses.David S. Miller
2014-10-31sparc64: Define VA hole at run time, rather than at compile time.David S. Miller
2014-10-31sparc64: Switch to 4-level page tables.David S. Miller
2014-10-31sparc64: Use 'ILOG2_4MB' instead of constant '22'.David S. Miller
2014-10-31sparc64: Fix bugs in get_user_pages_fast() wrt. THP.David S. Miller
2014-10-31sparc64: Fix huge PMD invalidation.David S. Miller
2014-10-31sparc64: Fix executable bit testing in set_pmd_at() paths.David S. Miller
2014-10-31sparc64: Encode huge PMDs using PTE encoding.David S. Miller
2014-10-31sparc64: Move to 64-bit PGDs and PMDs.David S. Miller
2014-10-31sparc64: Move from 4MB to 8MB huge pages.David S. Miller
2014-10-31sparc64: Make PAGE_OFFSET variable.David S. Miller
2014-10-31sparc64: Document the shift counts used to validate linear kernel addresses.David S. Miller
2014-10-31sparc64: Use PAGE_OFFSET instead of a magic constant.David S. Miller
2014-10-31sparc64: Clean up 64-bit mmap exclusion defines.David S. Miller
2014-10-31sparc64: Implement __get_user_pages_fast().David S. Miller
2014-10-31sparc64: Fix reversed start/end in flush_tlb_kernel_range()David S. Miller
2014-10-31sparc64: find_node adjustmentbob picco
2014-10-31sparc64: sun4v TLB error power off eventsbob picco
2014-08-26sparc64: Guard against flushing openfirmware mappings.David S. Miller
2014-08-26sparc64: Do not insert non-valid PTEs into the TSB hash table.David S. Miller
2014-08-26sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus.David S. Miller
2014-08-26sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addr...David S. Miller
2014-08-26sparc64: Fix top-level fault handling bugs.David S. Miller
2014-07-02hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi
2013-07-14sparc: delete __cpuinit/__CPUINIT usage from all usersPaul Gortmaker
2013-07-10[PATCH] sparc32: vm_area_struct access for old Sun SPARCs.Olivier DANET
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-07-03mm/SPARC: prepare for removing num_physpages and simplify mem_init()Jiang Liu
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt
2013-06-20mm/THP: add pmd args to pgtable deposit and withdraw APIsAneesh Kumar K.V
2013-06-19sparc: tsb must be flushed before tlbDave Kleikamp
2013-06-19sparc64 address-congruence propertybob picco
2013-05-07mm/SPARC: use common help functions to free reserved pagesJiang Liu
2013-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner
2013-04-29mm/SPARC: use free_highmem_page() to free highmem pages into buddy systemJiang Liu
2013-04-24sparc64: Fix missing put_cpu_var() in tlb_batch_add_one() when not batching.David S. Miller
2013-04-19sparc64: Fix race in TLB batch processing.David S. Miller