index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
mm
/
init.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390/mm: fix asce_bits handling with dynamic pagetable levels
Gerald Schaefer
2016-04-21
1
-1
/
+2
*
s390: add DEBUG_RODATA support
Heiko Carstens
2016-03-17
1
-3
/
+7
*
s390/irqflags: optimize irq restore
Christian Borntraeger
2016-01-19
1
-1
/
+1
*
s390: avoid cache aliasing under z/VM and KVM
Martin Schwidefsky
2015-11-16
1
-27
/
+3
*
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-09-08
1
-1
/
+1
|
\
|
*
mm: ZONE_DEVICE for "device memory"
Dan Williams
2015-08-28
1
-1
/
+1
*
|
s390/numa: add core infrastructure
Philipp Hachtmann
2015-08-03
1
-1
/
+1
*
|
s390/mm: make arch_add_memory() NUMA aware
Gerald Schaefer
2015-08-03
1
-19
/
+19
|
/
*
s390/sclp: unify basic sclp access by exposing "struct sclp"
David Hildenbrand
2015-05-13
1
-1
/
+1
*
s390: remove 31 bit support
Heiko Carstens
2015-03-25
1
-5
/
+0
*
s390: avoid z13 cache aliasing
Martin Schwidefsky
2015-01-22
1
-3
/
+6
*
mm: export symbol dependencies of is_zero_pfn()
Ard Biesheuvel
2014-09-14
1
-0
/
+1
*
s390/mm,tlb: optimize TLB flushing for zEC12
Martin Schwidefsky
2014-04-03
1
-2
/
+5
*
s390: add support for IBM zBC12 machine
Heiko Carstens
2013-07-26
1
-0
/
+1
*
mm/s390: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
2013-07-04
1
-15
/
+2
*
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
2013-07-04
1
-1
/
+1
*
mm: enhance free_reserved_area() to support poisoning memory with zero
Jiang Liu
2013-07-04
1
-1
/
+1
*
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
2013-07-04
1
-1
/
+2
*
s390/memory hotplug: provide memory_block_size_bytes() function
Heiko Carstens
2013-05-02
1
-0
/
+11
*
mm/s390: use common help functions to free reserved pages
Jiang Liu
2013-04-30
1
-29
/
+6
*
s390/mm: zero page cache synonyms for zEC12
Martin Schwidefsky
2013-04-17
1
-1
/
+9
*
memory-hotplug: introduce new arch_remove_memory() for removing page table
Wen Congyang
2013-02-24
1
-0
/
+12
*
s390/mm: move kernel_page_present/kernel_map_pages to page_attr.c
Heiko Carstens
2012-11-23
1
-28
/
+0
*
s390/mm: keep fault_init() private to fault.c
Heiko Carstens
2012-11-23
1
-1
/
+0
*
s390/mm: mark free_initrd_mem() as __init
Heiko Carstens
2012-09-26
1
-2
/
+2
*
s390/comments: unify copyright messages and remove file names
Heiko Carstens
2012-07-20
1
-3
/
+1
*
Disintegrate asm/system.h for S390
David Howells
2012-03-28
1
-1
/
+1
*
[S390] memory hotplug: prevent memory zone interleave
Gerald Schaefer
2012-02-24
1
-4
/
+26
*
[S390] add support for physical memory > 4TB
Martin Schwidefsky
2011-12-27
1
-6
/
+10
*
s390: add missing module.h/export.h includes
Heiko Carstens
2011-11-01
1
-0
/
+1
*
[S390] mm: add ZONE_DMA to 31-bit config again
Heiko Carstens
2011-05-26
1
-2
/
+0
*
[S390] refactor page table functions for better pgste support
Martin Schwidefsky
2011-05-23
1
-1
/
+2
*
[S390] store indication fault optimization
Martin Schwidefsky
2010-10-25
1
-0
/
+1
*
[S390] lockless get_user_pages_fast()
Martin Schwidefsky
2010-10-25
1
-2
/
+0
*
[S390] zero page cache synonyms
Martin Schwidefsky
2010-10-25
1
-4
/
+45
*
Fix IRQ flag handling naming
David Howells
2010-10-07
1
-2
/
+1
*
[S390] fix tlb flushing vs. concurrent /proc accesses
Martin Schwidefsky
2010-08-24
1
-0
/
+2
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
[S390] free_initmem: reduce code duplication
Heiko Carstens
2010-02-26
1
-16
/
+17
*
arches: drop superfluous casts in nr_free_pages() callers
Geert Uytterhoeven
2009-09-22
1
-1
/
+1
*
[S390] move EXPORT_SYMBOLs to definitions
Heiko Carstens
2009-03-26
1
-0
/
+2
*
mm: show node to memory section relationship with symlinks in sysfs
Gary Hade
2009-01-07
1
-1
/
+1
*
mm: cleanup to make remove_memory() arch-neutral
Badari Pulavarty
2008-10-20
1
-11
/
+0
*
[S390] Add support for memory hot-remove.
Gerald Schaefer
2008-08-01
1
-1
/
+12
*
s390: use generic show_mem()
Johannes Weiner
2008-07-26
1
-32
/
+0
*
[S390] Add support for memory hot-add.
Heiko Carstens
2008-07-14
1
-0
/
+19
*
[S390] showmem: Only walk spanned pages.
Heiko Carstens
2008-05-30
1
-26
/
+23
*
[S390] guest page hinting light
Martin Schwidefsky
2008-05-07
1
-0
/
+3
*
[S390] Convert to SPARSEMEM & SPARSEMEM_VMEMMAP
Heiko Carstens
2008-04-30
1
-0
/
+2
*
[S390] System z large page support.
Gerald Schaefer
2008-04-30
1
-23
/
+0
[next]