index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
mm
/
srmmu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sparc/srmmu: Remove on-stack cpumask var
Dawei Li
2024-05-08
1
-28
/
+12
*
sparc: Fix typos
Bjorn Helgaas
2024-02-16
1
-1
/
+1
*
sparc: convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
Vishal Moola (Oracle)
2023-08-21
1
-2
/
+3
*
sparc: Unbreak the build
Bart Van Assche
2022-09-30
1
-16
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2021-02-24
1
-10
/
+10
|
\
|
*
sparc32: Fix comparing pointer to 0 coccicheck warning
Kaixu Xia
2021-02-19
1
-1
/
+1
|
*
sparc32: srmmu: improve type safety of __nocache_fix()
Mike Rapoport
2020-07-22
1
-8
/
+8
|
*
sparc32: use PUD rather than PGD to get PMD in srmmu_inherit_prom_mappings()
Mike Rapoport
2020-07-22
1
-1
/
+1
*
|
sparc/mm/highmem: Switch to generic kmap atomic
Thomas Gleixner
2020-11-06
1
-2
/
+0
|
/
*
arch/sparc/mm/srmmu.c: fix build
Andrew Morton
2020-06-10
1
-10
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
Linus Torvalds
2020-06-08
1
-65
/
+41
|
\
|
*
sparc32: mm: Only call ctor()/dtor() functions for first and last user
Will Deacon
2020-06-03
1
-3
/
+11
|
*
sparc32: mm: Don't try to free page-table pages if ctor() fails
Will Deacon
2020-06-03
1
-1
/
+0
|
*
sparc32: mm: Change pgtable_t type to pte_t * instead of struct page *
Will Deacon
2020-05-14
1
-20
/
+9
|
*
sparc32: mm: Restructure sparc32 MMU page-table layout
Will Deacon
2020-05-14
1
-40
/
+20
|
*
sparc32: mm: Fix argument checking in __srmmu_get_nocache()
Will Deacon
2020-05-14
1
-6
/
+6
*
|
sparc32: simplify detection of memory zone boundaries
Mike Rapoport
2020-06-04
1
-16
/
+5
*
|
sparc32: fix page table traversal in srmmu_nocache_init()
Mike Rapoport
2020-05-23
1
-2
/
+2
*
|
sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init()
Mike Rapoport
2020-05-23
1
-1
/
+1
|
/
*
sparc32: use per-device dma_ops
Christoph Hellwig
2020-04-03
1
-3
/
+1
*
sparc32: use pgtable-nopud instead of 4level-fixup
Mike Rapoport
2019-12-05
1
-11
/
+40
*
mm: treewide: clarify pgtable_page_{ctor,dtor}() naming
Mark Rutland
2019-09-26
1
-2
/
+2
*
sparc: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-12
1
-0
/
+8
*
arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
Mike Rapoport
2019-03-12
1
-5
/
+5
*
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2019-01-04
1
-2
/
+2
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+1
*
memblock: replace __alloc_bootmem with memblock_alloc_from
Mike Rapoport
2018-10-31
1
-5
/
+5
*
sparc: move MSI related definitions to where they are used
Thomas Petazzoni
2018-07-30
1
-1
/
+19
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
sparc32: Export vac_cache_size to fix build error
Guenter Roeck
2017-04-06
1
-0
/
+1
*
sparc32: mm: srmmu: add __ro_after_init to sparc32_cachetlb_ops structures
Bhumika Goyal
2017-02-23
1
-3
/
+3
*
sparc32: drop superfluous cast in calls to __nocache_pa()
Sam Ravnborg
2016-05-21
1
-2
/
+2
*
sparc32: fix build with STRICT_MM_TYPECHECKS
Sam Ravnborg
2016-05-21
1
-5
/
+10
*
sparc32: destroy_context() and switch_mm() needs to disable interrupts.
Andreas Larsson
2014-12-18
1
-4
/
+7
*
sparc32: fix sparse "Should it be static?" in mm/
Sam Ravnborg
2014-04-29
1
-3
/
+0
*
sparc32: fix sparse warnings in srmmu.c
Sam Ravnborg
2014-04-29
1
-3
/
+3
*
sparc32: fix sparse warning in init_32.c
Sam Ravnborg
2014-04-29
1
-2
/
+0
*
sparc32: rename mm/srmmu.h to mm/mm_32.h
Sam Ravnborg
2014-04-29
1
-1
/
+1
*
sparc32: make copy_to/from_user_page() usable from modular code
Paul Gortmaker
2014-02-20
1
-0
/
+2
*
sparc: handle pgtable_page_ctor() fail
Kirill A. Shutemov
2013-11-15
1
-1
/
+4
*
sparc: delete __cpuinit/__CPUINIT usage from all users
Paul Gortmaker
2013-07-15
1
-6
/
+6
*
sparc/srmmu: clear trailing edge of bitmap properly
Akinobu Mita
2013-04-01
1
-1
/
+3
*
sparc32: move probe_memory() to srmmu.c
Sam Ravnborg
2012-07-27
1
-1
/
+11
*
sparc32: centralize all mmu context handling in srmmu.c
Sam Ravnborg
2012-07-27
1
-9
/
+60
*
sparc32: beautify srmmu_inherit_prom_mappings()
Sam Ravnborg
2012-07-27
1
-10
/
+16
*
sparc32: use void * in nocache get/free
Sam Ravnborg
2012-07-27
1
-27
/
+34
*
sparc32: fix coding-style in srmmu.c
Sam Ravnborg
2012-07-27
1
-68
/
+64
*
sparc32: sort includes in srmmu.c
Sam Ravnborg
2012-07-27
1
-21
/
+21
*
sparc32: define a few srmmu functions __init
Sam Ravnborg
2012-07-27
1
-2
/
+2
*
sparc32: srmmu_probe now knows about leon too
Sam Ravnborg
2012-05-28
1
-4
/
+21
[next]