Age | Commit message (Expand) | Author | Files | Lines |
2015-09-09 | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2015-08-28 | mm: ZONE_DEVICE for "device memory" | Dan Williams | 1 | -1/+1 |
2015-08-19 | s390/mm: simplify page table alloc/free code | Martin Schwidefsky | 1 | -136/+89 |
2015-08-19 | s390: remove unneeded sizeof(void *) comparisons | Heiko Carstens | 1 | -1/+1 |
2015-08-03 | s390/numa: add core infrastructure | Philipp Hachtmann | 1 | -1/+1 |
2015-08-03 | s390/mm: make arch_add_memory() NUMA aware | Gerald Schaefer | 1 | -19/+19 |
2015-08-03 | s390/mm: enable gup code for NUMA | Gerald Schaefer | 1 | -0/+10 |
2015-07-18 | revert "s390/mm: make hugepages_supported a boot time decision" | Dominik Dingel | 1 | -2/+0 |
2015-07-18 | revert "s390/mm: change HPAGE_SHIFT type to int" | Dominik Dingel | 1 | -1/+1 |
2015-06-26 | s390/mm: change HPAGE_SHIFT type to int | Dominik Dingel | 1 | -1/+1 |
2015-06-26 | s390/mm: forward check for huge pmds to pmd_large() | Dominik Dingel | 1 | -4/+1 |
2015-06-26 | s390/hugetlb: remove dead code for sw emulated huge pages | Dominik Dingel | 1 | -57/+3 |
2015-06-26 | s390/mm: make hugepages_supported a boot time decision | Dominik Dingel | 1 | -0/+2 |
2015-06-25 | mm/hugetlb: reduce arch dependent code about huge_pmd_unshare | Zhang Zhen | 1 | -5/+0 |
2015-06-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2 | -3/+3 |
2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 1 | -1/+1 |
2015-05-13 | s390/sclp: unify basic sclp access by exposing "struct sclp" | David Hildenbrand | 2 | -3/+3 |
2015-04-23 | s390/mm: change swap pte encoding and pgtable cleanup | Martin Schwidefsky | 1 | -28/+34 |
2015-04-23 | s390/mm: correct transfer of dirty & young bits in __pmd_to_pte | Martin Schwidefsky | 1 | -2/+2 |
2015-04-23 | s390/kvm: remove delayed reallocation of page tables for KVM | Martin Schwidefsky | 1 | -99/+43 |
2015-04-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 11 | -166/+43 |
2015-04-15 | mm: split ET_DYN ASLR from mmap ASLR | Kees Cook | 1 | -8/+0 |
2015-04-15 | s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE | Kees Cook | 1 | -9/+2 |
2015-04-15 | mm: expose arch_mmap_rnd when available | Kees Cook | 1 | -4/+4 |
2015-04-15 | s390: standardize mmap_rnd() usage | Kees Cook | 1 | -11/+23 |
2015-03-25 | s390: make couple of functions and variables static | Heiko Carstens | 1 | -1/+1 |
2015-03-25 | s390/maccess: improve s390_kernel_write() | Heiko Carstens | 1 | -25/+20 |
2015-03-25 | s390/maccess: remove potentially broken probe_kernel_write() | Heiko Carstens | 1 | -10/+19 |
2015-03-25 | s390: remove 31 bit support | Heiko Carstens | 10 | -127/+5 |
2015-02-19 | s390/mm: align 64-bit PIE binaries to 4GB | Martin Schwidefsky | 1 | -1/+4 |
2015-02-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -24/+2 |
2015-02-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 4 | -10/+151 |
2015-02-12 | mm: gup: use get_user_pages_unlocked within get_user_pages_fast | Andrea Arcangeli | 1 | -4/+2 |
2015-02-12 | mm/hugetlb: reduce arch dependent code around follow_huge_* | Naoya Horiguchi | 1 | -20/+0 |
2015-01-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 1 | -0/+6 |
2015-01-29 | s390/mm: correct missing space when reporting user process faults | Hendrik Brueckner | 1 | -1/+1 |
2015-01-22 | s390: avoid z13 cache aliasing | Martin Schwidefsky | 2 | -5/+146 |
2015-01-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -2/+3 |
2015-01-08 | s390: remove unnecessary KERN_CONT | Joe Perches | 1 | -1/+1 |
2015-01-08 | s390/pgtable: add unsigned long casts | Heiko Carstens | 1 | -3/+3 |
2015-01-08 | s390/mm: avoid using pmd_to_page for !USE_SPLIT_PMD_PTLOCKS | Martin Schwidefsky | 1 | -2/+3 |
2014-12-19 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+40 |
2014-12-13 | mm/debug-pagealloc: make debug-pagealloc boottime configurable | Joonsoo Kim | 1 | -1/+1 |
2014-12-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2 | -107/+88 |
2014-12-10 | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2014-11-28 | KVM: S390: Create helper function get_guest_storage_key | Jason J. Herne | 1 | -0/+39 |
2014-11-21 | s390/traps: print interrupt code and instruction length code | Heiko Carstens | 1 | -2/+2 |
2014-11-10 | /dev/mem: Use more consistent data types | Thierry Reding | 1 | -2/+2 |
2014-11-03 | s390/mm: use correct unlock function in gmap_ipte_notify | Martin Schwidefsky | 1 | -1/+1 |
2014-10-28 | KVM: s390: Cleanup usage of current->mm in set_guest_storage_key | Jason J. Herne | 1 | -1/+1 |