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
/
avr32
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
1
-6
/
+6
2016-07-26
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
1
-1
/
+1
2016-01-20
avr32: convert to dma_map_ops
Christoph Hellwig
1
-35
/
+80
2015-05-19
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...
David Hildenbrand
1
-2
/
+2
2015-01-29
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
1
-0
/
+2
2014-03-31
arch/avr32/mm/cache.c: export symbol flush_icache_range() for module using
Chen Gang
1
-0
/
+1
2013-09-12
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
1
-0
/
+2
2013-09-12
arch: mm: do not invoke OOM killer on kernel fault OOM
Johannes Weiner
1
-1
/
+1
2013-07-03
mm/AVR32: prepare for killing free_all_bootmem_node()
Jiang Liu
1
-16
/
+5
2013-07-03
mm/AVR32: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
1
-25
/
+4
2013-07-03
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
1
-2
/
+0
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/avr32: use common help functions to free reserved pages
Jiang Liu
1
-22
/
+2
2012-10-09
readahead: fault retry breaks mmap file read random detection
Shaohua Li
1
-0
/
+1
2012-07-30
avr32/mm/fault.c: port OOM changes to do_page_fault
Kautuk Consul
1
-8
/
+25
2011-10-31
avr32: add export.h to arch/avr32 for EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
1
-0
/
+1
2011-05-25
mm: now that all old mmu_gather code is gone, remove the storage
Peter Zijlstra
1
-2
/
+0
2011-02-17
mm: Fix out-of-date comments which refers non-existent functions
Ryota Ozaki
1
-1
/
+1
2010-08-09
avr32: invoke oom-killer from page fault
Nick Piggin
1
-10
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
3
-0
/
+3
2010-02-20
MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself
Russell King
1
-2
/
+2
2009-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next
Linus Torvalds
1
-3
/
+1
2009-09-22
arches: drop superfluous casts in nr_free_pages() callers
Geert Uytterhoeven
1
-1
/
+1
2009-09-21
Use macros for .data.page_aligned section.
Tim Abbott
1
-3
/
+1
2009-06-21
Move FAULT_FLAG_xyz into handle_mm_fault() callers
Linus Torvalds
1
-1
/
+1
2009-04-01
generic debug pagealloc
Akinobu Mita
1
-18
/
+0
2009-01-06
arch/avr32: Eliminate NULL test and memset after alloc_bootmem
Julia Lawall
1
-1
/
+0
2008-12-17
avr32: Introducing asm/syscalls.h
Jaswinder Singh
1
-0
/
+1
2008-07-26
avr32: use generic show_mem()
Johannes Weiner
1
-39
/
+0
2008-07-24
PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures
Andrea Righi
1
-0
/
+1
2008-07-24
bootmem: replace node_boot_start in struct bootmem_data
Johannes Weiner
1
-2
/
+1
2008-07-24
mm: drop unneeded pgdat argument from free_area_init_node()
Johannes Weiner
1
-1
/
+1
2008-07-02
avr32: Store virtual addresses in the PGD
Haavard Skinnemoen
1
-1
/
+3
2008-07-02
avr32: Remove useless zeroing of swapper_pg_dir at startup
Haavard Skinnemoen
1
-13
/
+3
2008-07-02
avr32: Clean up and optimize the TLB operations
Haavard Skinnemoen
1
-88
/
+87
2008-06-27
avr32: export empty_zero_page
Haavard Skinnemoen
1
-0
/
+2
2008-04-29
avr32: proc: use non-racy method for /proc/tlb creation
Denis V. Lunev
1
-5
/
+1
2008-04-19
avr32: Remove two unused #defines from mm/init.c
Johannes Weiner
1
-3
/
+0
2008-02-13
avr32: Fix broken pte dump code in do_page_fault()
Haavard Skinnemoen
1
-0
/
+2
2008-01-25
[AVR32] constify function pointer tables
Jan Engelhardt
1
-1
/
+1
2008-01-25
[AVR32] Drop GFP_COMP for DMA memory allocations
Haavard Skinnemoen
1
-0
/
+7
2007-12-07
[AVR32] Fix copy_to_user_page() breakage
Haavard Skinnemoen
1
-10
/
+10
2007-10-19
pid namespaces: define is_global_init() and is_container_init()
Serge E. Hallyn
1
-3
/
+3
2007-10-17
Remove dma_cache_(wback|inv|wback_inv) functions
Ralf Baechle
1
-3
/
+3
2007-10-16
During VM oom condition, kill all threads in process group
Will Schmidt
1
-1
/
+1
2007-10-11
[AVR32] Drop support for redundant "keepinitrd" boot-time parm.
Robert P. J. Day
1
-11
/
+1
2007-07-19
mm: fault feedback #2
Nick Piggin
1
-12
/
+11
2007-06-23
[AVR32] Fix bug in invalidate_dcache_region()
Haavard Skinnemoen
1
-9
/
+5
2007-06-14
[AVR32] ratelimit segfault reporting rate
Andrea Righi
1
-1
/
+1
[next]