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
/
cris
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
2016-07-26
1
-1
/
+1
*
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...
David Hildenbrand
2015-05-19
1
-3
/
+3
*
Merge tag 'cris-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/je...
Linus Torvalds
2015-02-15
1
-1
/
+3
|
\
|
*
CRIS: Avoid warning in cris mm/fault.c
Jesper Nilsson
2015-01-29
1
-1
/
+3
*
|
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
2015-01-29
1
-0
/
+2
|
/
*
CRIS: Update init memory handling
Jesper Nilsson
2014-12-20
1
-5
/
+33
*
CRIS: Export ioremap_nocache
Jesper Nilsson
2014-12-20
1
-1
/
+2
*
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
2013-09-12
1
-2
/
+4
*
mm/cris: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
2013-07-03
1
-31
/
+2
*
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
2013-07-03
1
-1
/
+1
*
mm: enhance free_reserved_area() to support poisoning memory with zero
Jiang Liu
2013-07-03
1
-1
/
+1
*
mm/cris: use common help functions to free reserved pages
Jiang Liu
2013-04-29
1
-14
/
+2
*
readahead: fault retry breaks mmap file read random detection
Shaohua Li
2012-10-09
1
-0
/
+1
*
cris/mm/fault.c: Port OOM changes to do_page_fault
Kautuk Consul
2012-04-04
1
-5
/
+26
*
Disintegrate asm/system.h for CRIS
David Howells
2012-03-28
1
-0
/
+1
*
mm: now that all old mmu_gather code is gone, remove the storage
Peter Zijlstra
2011-05-25
1
-2
/
+0
*
CRIS: Always dump registers for segfaulting process.
Jesper Nilsson
2010-08-04
1
-0
/
+6
*
CRIS: Add config for pausing a seg-faulting process
Jesper Nilsson
2010-08-04
1
-3
/
+10
*
CRIS: Don't take faults while in_atomic
Jesper Nilsson
2010-08-04
1
-8
/
+5
*
CRIS: Fixup lookup for delay slot faults
Jesper Nilsson
2010-08-04
1
-1
/
+4
*
CRIS: invoke oom-killer from page fault
Jesper Nilsson
2010-08-04
1
-4
/
+4
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2009-12-04
1
-1
/
+1
*
arches: drop superfluous casts in nr_free_pages() callers
Geert Uytterhoeven
2009-09-22
1
-1
/
+1
*
CRIS: Change DEFINE_PER_CPU of current_pgd to be non volatile.
Jesper Nilsson
2009-06-24
1
-1
/
+1
*
Move FAULT_FLAG_xyz into handle_mm_fault() callers
Linus Torvalds
2009-06-21
1
-1
/
+1
*
BUG to BUG_ON changes
Stoyan Gaydarov
2009-04-02
1
-2
/
+1
*
[CRIS] Move header files from include to arch/cris/include.
Jesper Nilsson
2008-10-29
1
-1
/
+1
*
cris: use generic show_mem()
Johannes Weiner
2008-07-26
1
-30
/
+0
*
cris: remove redundant display of free swap space in show_mem()
Johannes Weiner
2008-04-28
1
-1
/
+0
*
CRIS: Minor fixes to mm/fault.c
Jesper Nilsson
2008-02-08
1
-141
/
+28
*
CRIS: Remove unnecessary CVS log from cris/mm/init.c
Jesper Nilsson
2008-02-08
1
-111
/
+0
*
spelling fixes: arch/cris/
Simon Arlott
2007-10-20
3
-4
/
+4
*
During VM oom condition, kill all threads in process group
Will Schmidt
2007-10-16
1
-1
/
+1
*
mm: fault feedback #2
Nick Piggin
2007-07-19
1
-11
/
+12
*
[PATCH] CRIS: user ARRAY_SIZE macro when appropriate
Ahmed S. Darwish
2007-02-11
1
-1
/
+2
*
[PATCH] mm: arch do_page_fault() vs in_atomic()
Peter Zijlstra
2006-12-07
1
-1
/
+1
*
[PATCH] Generic ioremap_page_range: cris conversion
Haavard Skinnemoen
2006-10-01
1
-85
/
+3
*
[PATCH] remove set_page_count() outside mm/
Nick Piggin
2006-03-22
1
-1
/
+1
*
[PATCH] cris: "extern inline" -> "static inline"
Adrian Bunk
2005-11-07
1
-1
/
+1
*
[PATCH] mm: init_mm without ptlock
Hugh Dickins
2005-10-29
1
-3
/
+1
*
It wasn't just x86-64 that had hardcoded VM_FAULT_xxx numbers
Linus Torvalds
2005-08-04
1
-3
/
+3
*
[PATCH] CRIS update: mm
Mikael Starvik
2005-07-27
3
-47
/
+131
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
5
-0
/
+890