index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...
David Hildenbrand
2015-05-19
1
-2
/
+2
*
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
2015-01-29
1
-0
/
+2
*
m68k/mm: Eliminate memset after alloc_bootmem_pages
Himangi Saraogi
2014-11-10
1
-1
/
+0
*
m68k: Reformat arch/m68k/mm/hwtest.c
Geert Uytterhoeven
2014-10-03
1
-38
/
+40
*
m68k: Disable/restore interrupts in hwreg_present()/hwreg_write()
Geert Uytterhoeven
2014-10-03
1
-0
/
+6
*
m68k: Increase initial mapping to 8 or 16 MiB if possible
Andreas Schwab
2014-05-28
1
-4
/
+6
*
m68k/mm: kmap spelling/grammar fixes
Geert Uytterhoeven
2013-12-30
1
-5
/
+5
*
m68k: Convert arch/m68k/mm/fault.c to pr_*()
Geert Uytterhoeven
2013-12-30
1
-15
/
+8
*
m68k/mm: Check for mm != NULL in do_page_fault() debug code
Geert Uytterhoeven
2013-12-30
1
-2
/
+1
*
m68k/UAPI: Move generic definitions to <asm/bootinfo.h>
Geert Uytterhoeven
2013-11-26
2
-2
/
+2
*
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
2013-09-12
1
-0
/
+2
*
mm/m68k: fix build warning of unused variable
Jiang Liu
2013-07-03
1
-5
/
+8
*
mm/m68k: prepare for killing free_all_bootmem_node()
Jiang Liu
2013-07-03
1
-3
/
+1
*
mm/m68k: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
2013-07-03
1
-29
/
+2
*
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
2013-07-03
1
-2
/
+2
*
mm: enhance free_reserved_area() to support poisoning memory with zero
Jiang Liu
2013-07-03
1
-2
/
+2
*
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
2013-07-03
1
-1
/
+1
*
mm/m68k: use common help functions to free reserved pages
Jiang Liu
2013-04-29
1
-22
/
+2
*
m68knommu: fix build when CPU is not coldfire
Thadeu Lima de Souza Cascardo
2013-03-04
1
-1
/
+1
*
m68k: fix conditional use of init_pointer_table
Greg Ungerer
2013-01-07
1
-3
/
+5
*
m68k: move to a single instance of free_initmem()
Greg Ungerer
2012-11-14
4
-36
/
+8
*
m68k: merge MMU and non-MMU versions of mm/init.c
Greg Ungerer
2012-11-14
3
-323
/
+228
*
readahead: fault retry breaks mmap file read random detection
Shaohua Li
2012-10-09
1
-0
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
2012-08-03
2
-2
/
+2
|
\
|
*
m68k: Replace m68k-specific _[se]bss by generic __bss_{start,stop}
Geert Uytterhoeven
2012-06-27
2
-2
/
+2
*
|
m68k: fix ColdFire clear cache operation
Greg Ungerer
2012-07-17
1
-1
/
+1
|
/
*
m68k/mm: Port OOM changes to do_page_fault()
Kautuk Consul
2012-04-22
1
-8
/
+34
*
Disintegrate asm/system.h for M68K
David Howells
2012-03-28
7
-7
/
+0
*
m68k: Do not set global share for non-kernel shared pages
Alexander Stein
2012-02-07
1
-4
/
+5
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
2012-01-26
1
-3
/
+3
|
\
|
*
m68k: Fix assembler constraint to prevent overeager gcc optimisation
Andreas Schwab
2012-01-22
1
-3
/
+3
*
|
m68k: add ColdFire with MMU enabled support to the m68k mem init code
Greg Ungerer
2011-12-30
1
-1
/
+1
*
|
m68k: compile appropriate mm arch files for ColdFire MMU support
Greg Ungerer
2011-12-30
1
-3
/
+5
*
|
m68k: ColdFire V4e MMU paging init code and miss handler
Greg Ungerer
2011-12-30
1
-0
/
+198
*
|
m68k: use ColdFire MMU read/write bit flags when ioremapping
Greg Ungerer
2011-12-30
1
-1
/
+2
*
|
m68k: modify cache push and clear code for ColdFire with MMU enable
Greg Ungerer
2011-12-30
1
-2
/
+6
*
|
m68k: add cache support for V4e ColdFire cores running with MMU enabled
Greg Ungerer
2011-12-30
1
-3
/
+21
*
|
m68k: print memory layout info in boot log
Greg Ungerer
2011-12-24
1
-0
/
+34
|
/
*
m68knommu: create common externs for _ram* vars
Greg Ungerer
2011-10-18
1
-1
/
+0
*
m68knommu: remove extern declarations of memory_start/memory_end from mm/init
Greg Ungerer
2011-10-18
1
-3
/
+0
*
m68knommu: use generic section names in mm/init code
Greg Ungerer
2011-10-18
1
-9
/
+8
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
2011-07-31
1
-5
/
+0
|
\
|
*
m68k/atari: Reserve some ST-RAM early on for device buffer use
Michael Schmitz
2011-07-30
1
-5
/
+0
*
|
m68knommu: Fix printk() format in free_initrd_mem()
Geert Uytterhoeven
2011-07-25
1
-2
/
+3
*
|
m68knommu: Make empty_zero_page "void *", like on m68k
Geert Uytterhoeven
2011-07-25
1
-3
/
+3
|
/
*
mm: now that all old mmu_gather code is gone, remove the storage
Peter Zijlstra
2011-05-25
1
-2
/
+0
*
m68knommu: clean up mm/init_no.c
Greg Ungerer
2011-05-24
1
-47
/
+4
*
m68k: merge the mmu and non-mmu mm/Makefile
Greg Ungerer
2011-05-24
3
-18
/
+9
*
m68k: mv kmap_mm.c to kmap.c
Greg Ungerer
2011-05-24
2
-370
/
+365
*
m68knommu: remove stubs for __ioremap() and iounmap()
Greg Ungerer
2011-05-24
2
-38
/
+1
[next]