summaryrefslogtreecommitdiff
path: root/arch/sparc/mm
AgeCommit message (Expand)Author
2015-04-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2015-03-26sparc32: destroy_context() and switch_mm() needs to disable interrupts.Andreas Larsson
2014-10-30sparc64: Implement __get_user_pages_fast().David S. Miller
2014-10-30sparc64: Kill unnecessary tables and increase MAX_BANKS.David S. Miller
2014-10-30sparc64: Adjust vmalloc region size based upon available virtual address bits.David S. Miller
2014-10-30sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.David S. Miller
2014-10-30sparc64: Use kernel page tables for vmemmap.David S. Miller
2014-10-30sparc64: Fix physical memory management regressions with large max_phys_bits.David S. Miller
2014-10-30sparc64: Adjust KTSB assembler to support larger physical addresses.David S. Miller
2014-10-30sparc64: Define VA hole at run time, rather than at compile time.David S. Miller
2014-10-30sparc64: Switch to 4-level page tables.David S. Miller
2014-10-30sparc64: Fix reversed start/end in flush_tlb_kernel_range()David S. Miller
2014-10-30sparc64: find_node adjustmentbob picco
2014-10-30sparc64: sun4v TLB error power off eventsbob picco
2014-08-14sparc64: Guard against flushing openfirmware mappings.David S. Miller
2014-08-14sparc64: Do not insert non-valid PTEs into the TSB hash table.David S. Miller
2014-08-14sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus.David S. Miller
2014-08-14sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addr...David S. Miller
2014-08-14sparc64: Use 'ILOG2_4MB' instead of constant '22'.David S. Miller
2014-08-14sparc64: Fix top-level fault handling bugs.David S. Miller
2014-08-14sparc64: Fix bugs in get_user_pages_fast() wrt. THP.David S. Miller
2014-08-14sparc64: Fix huge PMD invalidation.David S. Miller
2014-08-14sparc64: Fix executable bit testing in set_pmd_at() paths.David S. Miller
2014-06-30hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi
2014-03-17sparc64:tsb.c:use array size macro rather than numberDoug Wilson
2014-02-19sparc32: make copy_to/from_user_page() usable from modular codePaul Gortmaker
2014-01-28sparc: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen
2013-11-18sparc64: merge fixStephen Rothwell
2013-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds
2013-11-15sparc: handle pgtable_page_ctor() failKirill A. Shutemov
2013-11-15mm, thp: do not access mm->pmd_huge_pte directlyKirill A. Shutemov
2013-11-14sparc64: Implement HAVE_CONTEXT_TRACKINGKirill Tkhai
2013-11-13sparc64: Encode huge PMDs using PTE encoding.David S. Miller
2013-11-12sparc64: Move to 64-bit PGDs and PMDs.David S. Miller
2013-11-12sparc64: Move from 4MB to 8MB huge pages.David S. Miller
2013-11-12sparc64: Make PAGE_OFFSET variable.David S. Miller
2013-11-12sparc64: Document the shift counts used to validate linear kernel addresses.David S. Miller
2013-11-12sparc64: Use PAGE_OFFSET instead of a magic constant.David S. Miller
2013-11-12sparc64: Clean up 64-bit mmap exclusion defines.David S. Miller
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