Age | Commit message (Expand) | Author | Files | Lines |
2019-03-12 | sparc: add checks for the return value of memblock_alloc*() |  Mike Rapoport | 1 | -0/+8 |
2019-03-12 | arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0) |  Mike Rapoport | 1 | -5/+5 |
2019-01-04 | mm: treewide: remove unused address argument from pte_alloc functions |  Joel Fernandes (Google) | 1 | -2/+2 |
2018-10-31 | mm: remove include/linux/bootmem.h |  Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: replace __alloc_bootmem with memblock_alloc_from |  Mike Rapoport | 1 | -5/+5 |
2018-07-30 | sparc: move MSI related definitions to where they are used |  Thomas Petazzoni | 1 | -1/+19 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
2017-04-06 | sparc32: Export vac_cache_size to fix build error |  Guenter Roeck | 1 | -0/+1 |
2017-02-23 | sparc32: mm: srmmu: add __ro_after_init to sparc32_cachetlb_ops structures |  Bhumika Goyal | 1 | -3/+3 |
2016-05-20 | sparc32: drop superfluous cast in calls to __nocache_pa() |  Sam Ravnborg | 1 | -2/+2 |
2016-05-20 | sparc32: fix build with STRICT_MM_TYPECHECKS |  Sam Ravnborg | 1 | -5/+10 |
2014-12-18 | sparc32: destroy_context() and switch_mm() needs to disable interrupts. |  Andreas Larsson | 1 | -4/+7 |
2014-04-29 | sparc32: fix sparse "Should it be static?" in mm/ |  Sam Ravnborg | 1 | -3/+0 |
2014-04-29 | sparc32: fix sparse warnings in srmmu.c |  Sam Ravnborg | 1 | -3/+3 |
2014-04-29 | sparc32: fix sparse warning in init_32.c |  Sam Ravnborg | 1 | -2/+0 |
2014-04-29 | sparc32: rename mm/srmmu.h to mm/mm_32.h |  Sam Ravnborg | 1 | -1/+1 |
2014-02-19 | sparc32: make copy_to/from_user_page() usable from modular code |  Paul Gortmaker | 1 | -0/+2 |
2013-11-15 | sparc: handle pgtable_page_ctor() fail |  Kirill A. Shutemov | 1 | -1/+4 |
2013-07-14 | sparc: delete __cpuinit/__CPUINIT usage from all users |  Paul Gortmaker | 1 | -6/+6 |
2013-03-31 | sparc/srmmu: clear trailing edge of bitmap properly |  Akinobu Mita | 1 | -1/+3 |
2012-07-26 | sparc32: move probe_memory() to srmmu.c |  Sam Ravnborg | 1 | -1/+11 |
2012-07-26 | sparc32: centralize all mmu context handling in srmmu.c |  Sam Ravnborg | 1 | -9/+60 |
2012-07-26 | sparc32: beautify srmmu_inherit_prom_mappings() |  Sam Ravnborg | 1 | -10/+16 |
2012-07-26 | sparc32: use void * in nocache get/free |  Sam Ravnborg | 1 | -27/+34 |
2012-07-26 | sparc32: fix coding-style in srmmu.c |  Sam Ravnborg | 1 | -68/+64 |
2012-07-26 | sparc32: sort includes in srmmu.c |  Sam Ravnborg | 1 | -21/+21 |
2012-07-26 | sparc32: define a few srmmu functions __init |  Sam Ravnborg | 1 | -2/+2 |
2012-05-27 | sparc32: srmmu_probe now knows about leon too |  Sam Ravnborg | 1 | -4/+21 |
2012-05-22 | sparc32: use the common implementation of alloc_thread_info_node() |  Sam Ravnborg | 1 | -27/+0 |
2012-05-19 | sparc32: drop unused inline functions in srmmu.c |  Sam Ravnborg | 1 | -26/+0 |
2012-05-19 | sparc32,leon: move leon mmu functions to leon_mm.c |  Sam Ravnborg | 1 | -81/+2 |
2012-05-15 | sparc32: Remove cypress cpu support. |  David S. Miller | 1 | -331/+2 |
2012-05-14 | sparc32: remove runtime btfix support |  Sam Ravnborg | 1 | -3/+0 |
2012-05-13 | sparc32: Move cache and TLB flushes over to method ops. |  David S. Miller | 1 | -171/+363 |
2012-05-13 | sparc32: Remove unused declarations in srmmu.c |  David S. Miller | 1 | -6/+0 |
2012-05-13 | sparc32: Un-btfixup update_mmu_cache(). |  David S. Miller | 1 | -40/+0 |
2012-05-13 | sparc32: Kill btfixup for xchg()'s 'swap' instruction. |  David S. Miller | 1 | -5/+0 |
2012-05-13 | sparc32: drop btfixup in mmu_context_32.h |  Sam Ravnborg | 1 | -2/+1 |
2012-05-13 | sparc32: drop btfixup in pgtable_32.h |  Sam Ravnborg | 1 | -60/+17 |
2012-05-13 | sparc32: drop btfixup in pgalloc_32.h |  Sam Ravnborg | 1 | -57/+14 |
2012-05-12 | sparc32: Un-btfixup more PTE constants and PTE ops. |  David S. Miller | 1 | -16/+0 |
2012-05-12 | sparc32: Un-btfixup pte_{write,dirty,young}i |  David S. Miller | 1 | -3/+0 |
2012-05-12 | sparc32: Un-btfixup set_pte, pte_present, mk_pte{_phys,_io}(). |  David S. Miller | 1 | -29/+6 |
2012-05-12 | sparc32: drop loadmmu |  Sam Ravnborg | 1 | -1/+6 |
2012-05-12 | sparc32: Un-btfixup pmd_{bad,present}(). |  David S. Miller | 1 | -9/+0 |
2012-05-12 | sparc32: Un-btfixup pgd_{none,bad,present}. |  David S. Miller | 1 | -16/+3 |
2012-05-12 | sparc32: Un-btfixup PAGE_{NONE,COPY,READONLY,SHARED,KERNEL}. |  David S. Miller | 1 | -9/+0 |
2012-05-12 | sparc32: Un-btfixup pmd_page and pte_pfn. |  David S. Miller | 1 | -29/+0 |
2012-05-12 | sparc32: Un-btfixup {pte,pmd,pgd}_clear(). |  David S. Miller | 1 | -42/+1 |
2012-05-12 | sparc32: Un-btfixup PGDIR_{SHIFT,SIZE,MASK} {USER_,}PTRS_PER_{PGD,PMD} |  David S. Miller | 1 | -9/+0 |