Age | Commit message (Expand) | Author | Files | Lines |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 1 | -1/+0 |
2016-08-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 13 | -22/+361 |
2016-07-31 | s390: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO | James Hogan | 2 | -0/+3 |
2016-07-31 | s390/mm: clean up pte/pmd encoding | Gerald Schaefer | 1 | -10/+10 |
2016-07-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+20 |
2016-07-26 | mm/mmu_gather: track page size with mmu gather and force flush if page size c... | Aneesh Kumar K.V | 1 | -0/+13 |
2016-07-26 | mm: change the interface for __tlb_remove_page() | Aneesh Kumar K.V | 1 | -2/+7 |
2016-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 31 | -628/+581 |
2016-07-25 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -47/+33 |
2016-07-18 | KVM: s390: allow user space to handle instr 0x0000 | David Hildenbrand | 1 | -0/+2 |
2016-07-13 | s390/console: Make preferred console handling more consistent | Peter Oberparleiter | 1 | -0/+4 |
2016-07-13 | s390/mm: fix gmap tlb flush issues | David Hildenbrand | 1 | -1/+2 |
2016-07-06 | s390/mm: add support for 2GB hugepages | Gerald Schaefer | 3 | -23/+54 |
2016-06-28 | s390/ptrace: clarify bits in the per_struct | Martin Schwidefsky | 1 | -3/+3 |
2016-06-28 | s390: stack address vs thread_info | Heiko Carstens | 1 | -2/+2 |
2016-06-28 | s390/cpumf: use basic block for ecctr inline assembly | Heiko Carstens | 1 | -3/+14 |
2016-06-28 | s390/smp: use basic blocks for sigp inline assemblies | Heiko Carstens | 1 | -3/+14 |
2016-06-28 | s390/uaccess: fix __put_get_user_asm define | Heiko Carstens | 1 | -2/+59 |
2016-06-28 | s390/perf: remove perf_release/reserver_sampling functions | Heiko Carstens | 1 | -12/+0 |
2016-06-28 | s390: fix test_fp_ctl inline assembly contraints | Martin Schwidefsky | 1 | -1/+1 |
2016-06-21 | KVM: s390: vsie: add indication for future features | David Hildenbrand | 1 | -0/+4 |
2016-06-21 | KVM: s390: vsie: speed up VCPU irq delivery when handling vsie | David Hildenbrand | 1 | -0/+2 |
2016-06-21 | KVM: s390: vsie: support IBS interpretation | David Hildenbrand | 1 | -0/+1 |
2016-06-21 | KVM: s390: vsie: support conditional-external-interception | David Hildenbrand | 1 | -0/+1 |
2016-06-21 | KVM: s390: vsie: support intervention-bypass | David Hildenbrand | 1 | -0/+1 |
2016-06-21 | KVM: s390: vsie: support guest-storage-limit-suppression | David Hildenbrand | 1 | -0/+1 |
2016-06-21 | KVM: s390: vsie: support guest-PER-enhancement | David Hildenbrand | 1 | -0/+1 |
2016-06-21 | KVM: s390: vsie: support shared IPTE-interlock facility | David Hildenbrand | 1 | -0/+1 |
2016-06-21 | KVM: s390: vsie: support 64-bit-SCAO | David Hildenbrand | 1 | -0/+1 |
2016-06-21 | KVM: s390: vsie: support vectory facility (SIMD) | David Hildenbrand | 1 | -1/+1 |
2016-06-21 | KVM: s390: vsie: initial support for nested virtualization | David Hildenbrand | 2 | -1/+15 |
2016-06-20 | s390: introduce page_to_virt() and pfn_to_virt() | David Hildenbrand | 1 | -0/+2 |
2016-06-20 | KVM: s390: backup the currently enabled gmap when scheduled out | David Hildenbrand | 2 | -0/+3 |
2016-06-20 | s390/mm: allow to check if a gmap shadow is valid | David Hildenbrand | 1 | -0/+1 |
2016-06-20 | s390/mm: remember the int code for the last gmap fault | David Hildenbrand | 1 | -0/+1 |
2016-06-20 | s390/mm: support real-space for gmap shadows | David Hildenbrand | 1 | -2/+4 |
2016-06-20 | s390/mm: support EDAT2 for gmap shadows | David Hildenbrand | 1 | -1/+2 |
2016-06-20 | s390/mm: support EDAT1 for gmap shadows | David Hildenbrand | 1 | -2/+3 |
2016-06-20 | s390/mm: prepare for EDAT1/EDAT2 support in gmap shadow | David Hildenbrand | 1 | -1/+4 |
2016-06-20 | s390/mm: fix races on gmap_shadow creation | David Hildenbrand | 1 | -0/+2 |
2016-06-20 | s390/mm: shadow pages with real guest requested protection | David Hildenbrand | 2 | -3/+2 |
2016-06-20 | s390/mm: add shadow gmap support | Martin Schwidefsky | 4 | -3/+62 |
2016-06-20 | s390/mm: add reference counter to gmap structure | Martin Schwidefsky | 1 | -2/+7 |
2016-06-20 | s390/mm: extended gmap pte notifier | Martin Schwidefsky | 2 | -3/+8 |
2016-06-20 | s390/mm: use RCU for gmap notifier list and the per-mm gmap list | Martin Schwidefsky | 3 | -5/+10 |
2016-06-20 | s390/kvm: page table invalidation notifier | Martin Schwidefsky | 1 | -1/+2 |
2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 1 | -2/+0 |
2016-06-16 | locking/atomic, arch/s390: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -10/+32 |
2016-06-15 | s390: remove math emulation code | Heiko Carstens | 3 | -237/+0 |
2016-06-14 | s390/vx: add support functions for in-kernel FPU use | Hendrik Brueckner | 2 | -0/+85 |