index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
m68k
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-09
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
1
-1
/
+1
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-4
/
+4
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
1
-22
/
+4
2020-06-09
m68k/mm: move {cache,nocahe}_page() definitions close to their user
Mike Rapoport
1
-0
/
+43
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
3
-3
/
+0
2020-06-08
module: move the set_fs hack for flush_icache_range to m68k
Christoph Hellwig
1
-0
/
+4
2020-06-08
m68k: implement flush_icache_user_range
Christoph Hellwig
1
-1
/
+6
2020-06-08
mm: rename flush_icache_user_range to flush_icache_user_page
Christoph Hellwig
1
-1
/
+1
2020-06-04
m68k: mm: simplify detection of memory zone boundaries
Mike Rapoport
2
-13
/
+8
2020-06-04
mm: free_area_init: use maximal zone PFNs rather than zone sizes
Mike Rapoport
2
-9
/
+6
2020-06-04
mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
Mike Rapoport
1
-2
/
+2
2020-04-07
mm/vma: append unlikely() while testing VMA access permissions
Anshuman Khandual
1
-1
/
+1
2020-04-07
mm/vma: make vma_is_accessible() available for general use
Anshuman Khandual
1
-1
/
+1
2020-04-02
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
1
-3
/
+0
2020-04-02
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
1
-1
/
+1
2020-04-02
mm: introduce fault_signal_pending()
Peter Xu
1
-1
/
+1
2020-02-10
m68k: mm: Fully initialize the page-table allocator
Peter Zijlstra
1
-1
/
+12
2020-02-10
m68k: mm: Extend table allocator for multiple sizes
Peter Zijlstra
2
-30
/
+51
2020-02-10
m68k: mm: Improve kernel_page_table()
Peter Zijlstra
2
-27
/
+29
2020-02-10
m68k: mm: Restructure Motorola MMU page-table layout
Peter Zijlstra
2
-35
/
+29
2020-02-10
m68k: mm: Move the pointer table allocator to motorola.c
Peter Zijlstra
2
-102
/
+102
2020-02-10
m68k: mm: Unify Motorola MMU page setup
Peter Zijlstra
2
-9
/
+26
2019-12-05
m68k: mm: use pgtable-nopXd instead of 4level-fixup
Mike Rapoport
4
-19
/
+59
2019-11-11
m68k: rename __iounmap and mark it static
Christoph Hellwig
1
-50
/
+50
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-2
/
+2
2019-05-14
initramfs: provide a generic free_initrd_mem implementation
Christoph Hellwig
1
-7
/
+0
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
4
-0
/
+24
2019-03-12
arch: don't memset(0) memory returned by memblock_alloc()
Mike Rapoport
1
-1
/
+0
2019-03-06
m68k/mm: use __ClearPageReserved()
David Hildenbrand
1
-1
/
+1
2018-12-20
Merge tag 'm68k-for-v4.20-tag2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+2
2018-12-19
m68k: Fix memblock-related crashes
Geert Uytterhoeven
1
-0
/
+2
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
4
-4
/
+2
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace alloc_bootmem_pages with memblock_alloc
Mike Rapoport
4
-6
/
+6
2018-10-31
memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
Mike Rapoport
1
-2
/
+3
2018-09-03
m68k: fix early memory reservation for ColdFire MMU systems
Mike Rapoport
1
-1
/
+1
2018-08-18
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
1
-2
/
+2
2018-07-29
m68k: switch to MEMBLOCK + NO_BOOTMEM
Mike Rapoport
3
-31
/
+18
2018-06-05
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...
Linus Torvalds
1
-0
/
+8
2018-06-05
Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+2
2018-05-28
m68k: fix ioremapping for internal ColdFire peripherals
Greg Ungerer
1
-0
/
+8
2018-05-24
m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()
Michael Schmitz
1
-1
/
+2
2018-04-25
signal/m68k: Use force_sig_fault where appropriate
Eric W. Biederman
1
-14
/
+11
2018-03-19
m68k/mm: Stop printing the virtual memory layout
Geert Uytterhoeven
1
-27
/
+0
2018-01-23
signal: Don't use structure initializers for struct siginfo
Eric W. Biederman
1
-1
/
+2
2017-11-06
m68k: fix ColdFire node shift size calculation
Greg Ungerer
1
-1
/
+1
2017-11-06
m68k: move coldfire MMU initialization code
Greg Ungerer
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
10
-0
/
+10
2017-03-29
m68k: switch to generic extable.h
Al Viro
1
-1
/
+1
[next]