| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-12-19 | 1 | -1/+40 |
|\ |
|
| * | KVM: S390: Create helper function get_guest_storage_key | Jason J. Herne | 2014-11-28 | 1 | -0/+39 |
| * | KVM: s390: Cleanup usage of current->mm in set_guest_storage_key | Jason J. Herne | 2014-10-28 | 1 | -1/+1 |
* | | mm/debug-pagealloc: make debug-pagealloc boottime configurable | Joonsoo Kim | 2014-12-13 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2014-12-12 | 2 | -107/+88 |
|\ \ |
|
| * | | s390/traps: print interrupt code and instruction length code | Heiko Carstens | 2014-11-21 | 1 | -2/+2 |
| * | | s390/mm: use correct unlock function in gmap_ipte_notify | Martin Schwidefsky | 2014-11-03 | 1 | -1/+1 |
| * | | s390/mm: missing pte for gmap_ipte_notify should trigger a VM_BUG | Dominik Dingel | 2014-10-27 | 1 | -2/+1 |
| * | | s390/kprobes: make use of NOKPROBE_SYMBOL() | Heiko Carstens | 2014-10-27 | 1 | -2/+4 |
| * | | s390/mm: disable KSM for storage key enabled pages | Dominik Dingel | 2014-10-27 | 1 | -1/+15 |
| * | | s390/mm: prevent and break zero page mappings in case of storage keys | Dominik Dingel | 2014-10-27 | 1 | -1/+12 |
| * | | s390/mm: recfactor global pgste updates | Dominik Dingel | 2014-10-27 | 1 | -99/+54 |
| |/ |
|
* | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-12-10 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | /dev/mem: Use more consistent data types | Thierry Reding | 2014-11-10 | 1 | -2/+2 |
* | | s390/mm: fixing calls of pte_unmap_unlock | Dominik Dingel | 2014-10-15 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2014-10-14 | 4 | -16/+37 |
|\ |
|
| * | s390/mm: make use of ipte range facility | Heiko Carstens | 2014-09-30 | 1 | -7/+31 |
| * | s390/mm: remove change bit override support | Heiko Carstens | 2014-09-25 | 3 | -6/+4 |
| * | s390/vmemmap: remove memset call from vmemmap_populate() | Heiko Carstens | 2014-09-25 | 1 | -3/+2 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-10-08 | 3 | -388/+346 |
|\ \ |
|
| * | | KVM: s390/mm: fix up indentation of set_guest_storage_key | Christian Borntraeger | 2014-08-29 | 1 | -6/+6 |
| * | | KVM: s390/mm: support gmap page tables with less than 5 levels | Martin Schwidefsky | 2014-08-26 | 1 | -30/+55 |
| * | | KVM: s390/mm: use radix trees for guest to host mappings | Martin Schwidefsky | 2014-08-26 | 3 | -359/+289 |
| * | | KVM: s390/mm: cleanup gmap function arguments, variable names | Martin Schwidefsky | 2014-08-25 | 2 | -55/+57 |
| * | | KVM: s390/mm: readd address parameter to gmap_do_ipte_notify | Martin Schwidefsky | 2014-08-25 | 1 | -1/+2 |
| |/ |
|
* / | mm: export symbol dependencies of is_zero_pfn() | Ard Biesheuvel | 2014-09-14 | 1 | -0/+1 |
|/ |
|
* | KVM: s390/mm: try a cow on read only pages for key ops | Christian Borntraeger | 2014-08-25 | 1 | -0/+10 |
* | s390/mm: implement dirty bits for large segment table entries | Martin Schwidefsky | 2014-08-01 | 2 | -56/+50 |
* | KVM: s390/mm: Fix page table locking vs. split pmd lock | Christian Borntraeger | 2014-08-01 | 1 | -2/+3 |
* | hugetlb: restrict hugepage_migration_support() to x86_64 | Naoya Horiguchi | 2014-06-05 | 1 | -5/+0 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next | Linus Torvalds | 2014-06-04 | 1 | -16/+73 |
|\ |
|
| * | KVM: s390: correct locking for s390_enable_skey | Martin Schwidefsky | 2014-05-16 | 1 | -15/+7 |
| * | KVM: s390/mm: new gmap_test_and_clear_dirty function | Dominik Dingel | 2014-04-22 | 1 | -0/+21 |
| * | KVM: s390/mm: use software dirty bit detection for user dirty tracking | Martin Schwidefsky | 2014-04-22 | 1 | -3/+3 |
| * | KVM: s390: Allow skeys to be enabled for the current process | Dominik Dingel | 2014-04-22 | 1 | -0/+23 |
| * | KVM: s390: Clear storage keys | Dominik Dingel | 2014-04-22 | 1 | -11/+32 |
* | | s390: split TIF bits into CIF, PIF and TIF bits | Martin Schwidefsky | 2014-05-20 | 1 | -1/+1 |
* | | s390/uaccess: simplify control register updates | Martin Schwidefsky | 2014-05-20 | 1 | -4/+6 |
* | | s390/cmma: remove "cmma disable" code in case of dump again | Heiko Carstens | 2014-05-20 | 1 | -10/+0 |
* | | s390/mm: Convert bootmem to memblock | Philipp Hachtmann | 2014-05-20 | 2 | -116/+44 |
|/ |
|
* | s390/mm: print control registers and page table walk on crash | Heiko Carstens | 2014-04-09 | 1 | -5/+135 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2014-04-08 | 5 | -50/+29 |
|\ |
|
| * | s390/uaccess: rework uaccess code - fix locking issues | Heiko Carstens | 2014-04-03 | 2 | -38/+17 |
| * | s390/mm,tlb: optimize TLB flushing for zEC12 | Martin Schwidefsky | 2014-04-03 | 4 | -10/+8 |
| * | s390/mm,tlb: safeguard against speculative TLB creation | Martin Schwidefsky | 2014-04-03 | 1 | -3/+5 |
| * | s390/irq: Use defines for external interruption codes | Thomas Huth | 2014-04-03 | 1 | -2/+2 |
* | | mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags" | Alex Thorlton | 2014-04-08 | 1 | -0/+3 |
* | | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-04-02 | 1 | -4/+22 |
|\ \
| |/
|/| |
|
| * | Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Paolo Bonzini | 2014-03-04 | 1 | -0/+10 |
| |\ |
|
| * | | KVM: s390: Add FAULT_FLAG_RETRY_NOWAIT for guest fault | Dominik Dingel | 2014-01-30 | 1 | -4/+22 |