index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
frv
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-09
arch: remove frv port
Arnd Bergmann
13
-2215
/
+0
2017-11-15
mm, arch: remove empty_bad_page*
Michal Hocko
1
-14
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2
-0
/
+2
2017-06-19
mm: larger stack guard gap, between vmas
Hugh Dickins
1
-1
/
+1
2017-03-28
frv: switch to use of fixup_exception()
Al Viro
2
-18
/
+15
2017-03-02
sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving more code to...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-27
mm: add new mmget() helper
Vegard Nossum
1
-1
/
+1
2017-01-24
frv: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2
-2
/
+2
2016-07-26
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
1
-1
/
+1
2016-06-24
tree wide: get rid of __GFP_REPEAT for order-0 allocations part I
Michal Hocko
1
-3
/
+3
2015-11-09
kmap_atomic_to_page() has no users, remove it
Nicolas Pitre
1
-5
/
+0
2015-05-19
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...
David Hildenbrand
1
-2
/
+2
2015-05-19
sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*
David Hildenbrand
1
-0
/
+2
2015-02-12
arch/frv/mm/extable.c: remove unused function
Rickard Strandqvist
1
-23
/
+0
2015-01-29
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
1
-0
/
+2
2014-10-14
frv: remove unused declarations of __start___ex_table and __stop___ex_table
Geert Uytterhoeven
1
-2
/
+0
2013-11-15
frv: handle pgtable_page_ctor() fail
Kirill A. Shutemov
1
-4
/
+8
2013-09-12
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
1
-4
/
+6
2013-07-03
mm/frv: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
1
-35
/
+14
2013-07-03
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
1
-1
/
+1
2013-07-03
mm: enhance free_reserved_area() to support poisoning memory with zero
Jiang Liu
1
-2
/
+2
2013-07-03
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
1
-1
/
+1
2013-04-29
mm/FRV: use free_highmem_page() to free highmem pages into buddy system
Jiang Liu
1
-4
/
+2
2013-04-29
mm/FRV: use common help functions to free reserved pages
Jiang Liu
1
-30
/
+4
2013-02-27
mm: use vm_unmapped_area() on frv architecture
Michel Lespinasse
1
-32
/
+17
2012-12-17
frv: fix use of extinct _sbss and _ebss in debug code
Geert Uytterhoeven
1
-1
/
+1
2012-12-06
propagate name change to comments in kernel source
Nadia Yvette Chambers
1
-1
/
+1
2012-07-23
frv: remove the second parameter of kmap_atomic_primary()
Cong Wang
2
-14
/
+14
2012-03-28
Disintegrate asm/system.h for FRV
David Howells
3
-3
/
+0
2012-03-20
highmem: kill all __kmap_atomic()
Cong Wang
1
-2
/
+2
2011-07-29
frv: remove unnecessary code
Greg Dietsche
1
-7
/
+1
2011-05-25
mm: now that all old mmu_gather code is gone, remove the storage
Peter Zijlstra
1
-2
/
+0
2010-10-27
mm: fix race in kunmap_atomic()
Peter Zijlstra
1
-1
/
+2
2010-10-26
mm: stack based kmap_atomic()
Peter Zijlstra
2
-4
/
+54
2010-06-04
frv: invoke oom-killer from page fault
Nick Piggin
1
-4
/
+4
2010-06-01
Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
Linus Torvalds
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
3
-1
/
+3
2010-03-03
Rename special text sections in arch/frv from .text.XXX to .text..XXX.
Denys Vlasenko
1
-1
/
+1
2009-06-21
Move FAULT_FLAG_xyz into handle_mm_fault() callers
Linus Torvalds
1
-1
/
+1
2009-04-06
FRV: Fix compile breakage
Adrian Bunk
1
-1
/
+0
2009-02-09
FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now
David Howells
1
-1
/
+1
2008-10-16
FRV: Eliminate NULL test and memset after alloc_bootmem
Julia Lawall
1
-2
/
+0
2008-07-26
frv: use generic show_mem()
Johannes Weiner
1
-31
/
+0
2008-05-24
frv: export empty_zero_page
Adrian Bunk
1
-0
/
+3
2008-05-01
frv: unbreak misalignment handling changes
David Howells
1
-1
/
+1
2008-04-29
kernel: Move arches to use common unaligned access
Harvey Harrison
1
-217
/
+0
[next]