index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-14
s390/mm: fix compile for PAGE_DEFAULT_KEY != 0
Heiko Carstens
1
-2
/
+2
2016-06-13
s390: avoid extable collisions
Heiko Carstens
1
-1
/
+1
2016-06-13
s390: add proper __ro_after_init support
Heiko Carstens
2
-7
/
+7
2016-06-13
s390/mm: simplify the TLB flushing code
Martin Schwidefsky
2
-23
/
+15
2016-06-13
s390/mm: fix vunmap vs finish_arch_post_lock_switch
Martin Schwidefsky
1
-2
/
+18
2016-06-13
s390/mm: align swapper_pg_dir to 16k
Heiko Carstens
1
-1
/
+1
2016-06-13
s390/pgtable: add mapping statistics
Heiko Carstens
2
-0
/
+34
2016-06-13
s390/vmem: simplify vmem code for read-only mappings
Heiko Carstens
1
-28
/
+9
2016-06-13
s390/pageattr: allow kernel page table splitting
Heiko Carstens
2
-33
/
+214
2016-06-13
s390/mm: always use PAGE_KERNEL when mapping pages
Heiko Carstens
1
-1
/
+1
2016-06-13
s390/vmem: make use of pte_clear()
Heiko Carstens
1
-3
/
+1
2016-06-13
s390/pgtable: get rid of _REGION3_ENTRY_RO
Heiko Carstens
1
-1
/
+1
2016-06-13
s390/vmem: introduce and use SEGMENT_KERNEL and REGION3_KERNEL
Heiko Carstens
1
-8
/
+5
2016-06-13
s390/vmem: align segment and region tables to 16k
Heiko Carstens
1
-1
/
+3
2016-06-13
KVM: s390/mm: Fix CMMA reset during reboot
Christian Borntraeger
1
-1
/
+1
2016-05-23
s390: fix info leak in do_sigsegv
Michal Hocko
1
-0
/
+1
2016-05-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
3
-12
/
+38
2016-05-11
s390/vmem: remove unused function parameter
Heiko Carstens
1
-3
/
+3
2016-05-11
s390/vmem: fix identity mapping
Heiko Carstens
1
-1
/
+1
2016-05-10
s390: add missing include statements
Heiko Carstens
1
-0
/
+1
2016-04-21
s390/mm: fix asce_bits handling with dynamic pagetable levels
Gerald Schaefer
3
-61
/
+33
2016-04-15
s390: Clarify pagefault interrupt
Peter Zijlstra
1
-8
/
+33
2016-04-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+2
2016-04-05
s390/mm/kvm: fix mis-merge in gmap handling
Christian Borntraeger
1
-2
/
+2
2016-04-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2
-6
/
+12
2016-03-22
s390/extable: use generic search and sort routines
Ard Biesheuvel
2
-86
/
+1
2016-03-20
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+1
2016-03-17
s390/mm: handle PTE-mapped tail pages in fast gup
Gerald Schaefer
1
-3
/
+5
2016-03-17
s390: add DEBUG_RODATA support
Heiko Carstens
1
-3
/
+7
2016-03-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-6
/
+4
2016-03-15
s390: query dynamic DEBUG_PAGEALLOC setting
Christian Borntraeger
1
-6
/
+4
2016-03-08
s390/mm: split arch/s390/mm/pgtable.c
Martin Schwidefsky
5
-1293
/
+1378
2016-03-08
s390/mm: uninline pmdp_xxx functions from pgtable.h
Martin Schwidefsky
2
-29
/
+71
2016-03-08
s390/mm: uninline ptep_xxx functions from pgtable.h
Martin Schwidefsky
1
-29
/
+266
2016-03-07
s390: Use pr_warn instead of pr_warning
Joe Perches
1
-9
/
+7
2016-03-02
s390/fault: merge report_user_fault implementations
Heiko Carstens
1
-7
/
+8
2016-03-02
s390/kvm: simplify set_guest_storage_key
Martin Schwidefsky
1
-17
/
+0
2016-02-23
s390/pageattr: do a single TLB flush for change_page_attr
Martin Schwidefsky
1
-5
/
+3
2016-02-17
s390/maccess: reduce stnsm instructions
Heiko Carstens
1
-4
/
+6
2016-02-16
mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm
Dave Hansen
1
-3
/
+1
2016-02-11
s390: fix DAT off memory access, e.g. on kdump
Christian Borntraeger
1
-1
/
+3
2016-01-19
s390: remove all usages of PSW_ADDR_INSN
Heiko Carstens
1
-2
/
+2
2016-01-19
s390: remove all usages of PSW_ADDR_AMODE
Heiko Carstens
1
-1
/
+1
2016-01-19
s390/irqflags: optimize irq restore
Christian Borntraeger
1
-1
/
+1
2016-01-19
s390/mm: use TASK_MAX_SIZE where applicable
Dominik Dingel
2
-7
/
+7
2016-01-15
s390/mm: enable fixup_user_fault retrying
Dominik Dingel
1
-3
/
+26
2016-01-15
mm: bring in additional flag for fixup_user_fault to signal unlock
Dominik Dingel
1
-3
/
+5
2016-01-15
s390, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
2
-26
/
+1
2016-01-15
mm: drop tail page refcounting
Kirill A. Shutemov
1
-12
/
+1
2016-01-14
mm, shmem: add internal shmem resident memory accounting
Jerome Marchand
1
-4
/
+1
[next]