index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
m68k
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
2021-04-30
1
-1
/
+0
*
m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM
Mike Rapoport
2020-12-15
1
-3
/
+3
*
m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM
Mike Rapoport
2020-12-15
1
-2
/
+2
*
Merge tag 'm68k-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-10-12
2
-6
/
+5
|
\
|
*
m68k: mm: Remove superfluous memblock_alloc*() casts
Geert Uytterhoeven
2020-09-07
2
-4
/
+3
|
*
m68k: mm: Use PAGE_ALIGNED() helper
Geert Uytterhoeven
2020-09-07
1
-2
/
+2
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
|
/
*
mm/m68k: use general page fault accounting
Peter Xu
2020-08-12
1
-10
/
+4
*
mm: do page fault accounting in handle_mm_fault
Peter Xu
2020-08-12
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-08-07
5
-4
/
+3
|
\
|
*
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2020-08-07
5
-4
/
+3
*
|
m68k: mcfmmu: remove stale part of comment about steal_context
Mike Rapoport
2020-07-27
1
-5
/
+0
*
|
m68k: fix ColdFire mmu init compile warning
Greg Ungerer
2020-07-27
1
-1
/
+0
|
/
*
m68k: mm: fix node memblock init
Angelo Dureghello
2020-06-29
1
-1
/
+1
*
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
2020-06-09
1
-1
/
+1
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-4
/
+4
*
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
2020-06-09
1
-1
/
+1
*
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
2020-06-09
1
-22
/
+4
*
m68k/mm: move {cache,nocahe}_page() definitions close to their user
Mike Rapoport
2020-06-09
1
-0
/
+43
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
3
-3
/
+0
*
module: move the set_fs hack for flush_icache_range to m68k
Christoph Hellwig
2020-06-08
1
-0
/
+4
*
m68k: implement flush_icache_user_range
Christoph Hellwig
2020-06-08
1
-1
/
+6
*
mm: rename flush_icache_user_range to flush_icache_user_page
Christoph Hellwig
2020-06-08
1
-1
/
+1
*
m68k: mm: simplify detection of memory zone boundaries
Mike Rapoport
2020-06-03
2
-13
/
+8
*
mm: free_area_init: use maximal zone PFNs rather than zone sizes
Mike Rapoport
2020-06-03
2
-9
/
+6
*
mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
Mike Rapoport
2020-06-03
1
-2
/
+2
*
mm/vma: append unlikely() while testing VMA access permissions
Anshuman Khandual
2020-04-07
1
-1
/
+1
*
mm/vma: make vma_is_accessible() available for general use
Anshuman Khandual
2020-04-07
1
-1
/
+1
*
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
2020-04-02
1
-3
/
+0
*
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
2020-04-02
1
-1
/
+1
*
mm: introduce fault_signal_pending()
Peter Xu
2020-04-02
1
-1
/
+1
*
m68k: mm: Fully initialize the page-table allocator
Peter Zijlstra
2020-02-10
1
-1
/
+12
*
m68k: mm: Extend table allocator for multiple sizes
Peter Zijlstra
2020-02-10
2
-30
/
+51
*
m68k: mm: Improve kernel_page_table()
Peter Zijlstra
2020-02-10
2
-27
/
+29
*
m68k: mm: Restructure Motorola MMU page-table layout
Peter Zijlstra
2020-02-10
2
-35
/
+29
*
m68k: mm: Move the pointer table allocator to motorola.c
Peter Zijlstra
2020-02-10
2
-102
/
+102
*
m68k: mm: Unify Motorola MMU page setup
Peter Zijlstra
2020-02-10
2
-9
/
+26
*
m68k: mm: use pgtable-nopXd instead of 4level-fixup
Mike Rapoport
2019-12-04
4
-19
/
+59
*
m68k: rename __iounmap and mark it static
Christoph Hellwig
2019-11-11
1
-50
/
+50
*
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
2019-05-29
1
-2
/
+2
*
initramfs: provide a generic free_initrd_mem implementation
Christoph Hellwig
2019-05-14
1
-7
/
+0
*
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-12
4
-0
/
+24
*
arch: don't memset(0) memory returned by memblock_alloc()
Mike Rapoport
2019-03-12
1
-1
/
+0
*
m68k/mm: use __ClearPageReserved()
David Hildenbrand
2019-03-05
1
-1
/
+1
*
Merge tag 'm68k-for-v4.20-tag2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-12-20
1
-0
/
+2
|
\
|
*
m68k: Fix memblock-related crashes
Geert Uytterhoeven
2018-12-19
1
-0
/
+2
*
|
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
4
-4
/
+2
*
|
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
2018-10-31
1
-1
/
+1
*
|
memblock: replace alloc_bootmem_pages with memblock_alloc
Mike Rapoport
2018-10-31
4
-6
/
+6
*
|
memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
Mike Rapoport
2018-10-31
1
-2
/
+3
[next]