index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
mm
/
pgtable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
thp, s390: architecture backend for thp on s390
Gerald Schaefer
2012-10-09
1
-0
/
+22
*
thp, s390: disable thp for kvm host on s390
Gerald Schaefer
2012-10-09
1
-0
/
+30
*
thp, s390: thp pagetable pre-allocation for s390
Gerald Schaefer
2012-10-09
1
-0
/
+38
*
thp, s390: thp splitting backend for s390
Gerald Schaefer
2012-10-09
1
-0
/
+18
*
s390: add uninitialized_var() to suppress false positive compiler warnings
Heiko Carstens
2012-09-26
1
-2
/
+2
*
s390/mm: rename addressing_mode to s390_user_mode
Heiko Carstens
2012-09-26
1
-1
/
+1
*
s390/mm: rename user_mode variable to addressing_mode
Heiko Carstens
2012-07-30
1
-1
/
+1
*
s390/mm: downgrade page table after fork of a 31 bit process
Martin Schwidefsky
2012-07-26
1
-5
/
+0
*
s390/comments: unify copyright messages and remove file names
Heiko Carstens
2012-07-20
1
-1
/
+1
*
s390/kvm: bad rss-counter state
Christian Borntraeger
2012-05-16
1
-0
/
+2
*
[S390] fix tlb flushing for page table pages
Martin Schwidefsky
2012-04-11
1
-3
/
+60
*
Disintegrate asm/system.h for S390
David Howells
2012-03-28
1
-1
/
+0
*
[S390] incorrect PageTables counter for kvm page tables
Martin Schwidefsky
2012-02-17
1
-1
/
+1
*
[S390] add support for physical memory > 4TB
Martin Schwidefsky
2011-12-27
1
-11
/
+0
*
[S390] kvm: fix sleeping function ... at mm/page_alloc.c:2260
Christian Borntraeger
2011-12-27
1
-0
/
+3
*
[S390] kvm: Handle diagnose 0x10 (release pages)
Christian Borntraeger
2011-10-30
1
-1
/
+48
*
[S390] take mmap_sem when walking guest page table
Carsten Otte
2011-10-30
1
-1
/
+14
*
[S390] fix list corruption in gmap reverse mapping
Carsten Otte
2011-10-30
1
-0
/
+9
*
[S390] fix possible deadlock in gmap_map_segment
Carsten Otte
2011-10-30
1
-2
/
+3
*
[S390] memory leak with RCU_TABLE_FREE
Martin Schwidefsky
2011-10-30
1
-2
/
+3
*
[S390] gmap: always up mmap_sem properly
Carsten Otte
2011-09-26
1
-3
/
+4
*
[S390] kvm: fix address mode switching
Christian Borntraeger
2011-09-20
1
-8
/
+2
*
[S390] missing return in page_table_alloc_pgste
Jan Glauber
2011-08-03
1
-0
/
+1
*
[S390] kvm guest address space mapping
Martin Schwidefsky
2011-07-24
1
-23
/
+398
*
[S390] use generic RCU page-table freeing code
Martin Schwidefsky
2011-06-06
1
-173
/
+119
*
[S390] mm: fix mmu_gather rework
Heiko Carstens
2011-05-29
1
-7
/
+16
*
mm: now that all old mmu_gather code is gone, remove the storage
Peter Zijlstra
2011-05-25
1
-1
/
+0
*
[S390] Remove data execution protection
Martin Schwidefsky
2011-05-23
1
-59
/
+9
*
[S390] pgtable_list corruption
Martin Schwidefsky
2011-01-31
1
-1
/
+2
*
[S390] kvm: Fix badness at include/asm/mmu_context.h:83
Christian Borntraeger
2010-10-25
1
-0
/
+2
*
[S390] lockless get_user_pages_fast()
Martin Schwidefsky
2010-10-25
1
-17
/
+154
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+1
*
[S390] Improve address space mode selection.
Martin Schwidefsky
2009-12-07
1
-1
/
+1
*
[S390] fix build breakage with CONFIG_AIO=n
Martin Schwidefsky
2009-10-06
1
-2
/
+8
*
[S390] Change kernel_page_present coding style.
Heiko Carstens
2009-09-22
1
-10
/
+7
*
[S390] fix recursive locking on page_table_lock
Martin Schwidefsky
2009-09-11
1
-12
/
+12
*
[S390] pm: add kernel_page_present
Hans-Joachim Picht
2009-06-16
1
-0
/
+19
*
[S390] vmalloc: add vmalloc kernel parameter support
Heiko Carstens
2009-06-12
1
-3
/
+13
*
[S390] cpumask: use mm_cpumask() wrapper
Rusty Russell
2009-03-26
1
-1
/
+1
*
[S390] check addressing mode in s390_enable_sie
Carsten Otte
2009-03-26
1
-0
/
+4
*
[S390] make page table walking more robust
Martin Schwidefsky
2009-03-18
1
-0
/
+2
*
aio: make the lookup_ioctx() lockless
Jens Axboe
2008-12-29
1
-2
/
+2
*
[S390] pgtables: Fix race in enable_sie vs. page table ops
Christian Borntraeger
2008-10-28
1
-8
/
+8
*
KVM: s390: fix locking order problem in enable_sie
Christian Borntraeger
2008-06-06
1
-17
/
+27
*
s390: KVM preparation: provide hook to enable pgstes in user pagetable
Carsten Otte
2008-04-27
1
-3
/
+62
*
[S390] dynamic page tables.
Martin Schwidefsky
2008-02-09
1
-0
/
+74
*
[S390] 1K/2K page table pages.
Martin Schwidefsky
2008-02-09
1
-21
/
+81
*
CONFIG_HIGHPTE vs. sub-page page tables.
Martin Schwidefsky
2008-02-08
1
-0
/
+2
*
[S390] Cleanup page table definitions.
Martin Schwidefsky
2007-10-22
1
-0
/
+94