| Commit message (Expand) | Author | Age | Files | Lines |
* | s390: avoid cache aliasing under z/VM and KVM | Martin Schwidefsky | 2015-11-16 | 1 | -3/+10 |
* | s390: add support for ipl devices in subchannel sets > 0 | Sebastian Ott | 2015-11-11 | 2 | -1/+3 |
* | s390/pci_dma: handle dma table failures | Sebastian Ott | 2015-11-09 | 1 | -1/+3 |
* | s390/diag: add a s390 prefix to the diagnose trace point | Martin Schwidefsky | 2015-11-09 | 1 | -3/+3 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-11-06 | 1 | -0/+2 |
|\ |
|
| * | Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 2015-11-04 | 1 | -0/+2 |
| |\ |
|
| | * | KVM: Add kvm_arch_vcpu_{un}blocking callbacks | Christoffer Dall | 2015-10-22 | 1 | -0/+2 |
* | | | Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-11-06 | 2 | -1/+8 |
|\ \ \ |
|
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *---. \ \ | Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am... | Joerg Roedel | 2015-11-02 | 2 | -1/+8 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| | | * | | | iommu/s390: Add iommu api for s390 pci devices | Gerald Schaefer | 2015-10-06 | 2 | -1/+8 |
* | | | | | | s390: remove runtime instrumentation interrupts | Martin Schwidefsky | 2015-11-03 | 3 | -7/+0 |
* | | | | | | s390/nmi: remove casts | Heiko Carstens | 2015-10-27 | 1 | -43/+46 |
* | | | | | | s390: don't store registers on disabled wait anymore | Heiko Carstens | 2015-10-27 | 1 | -41/+5 |
* | | | | | | s390: get rid of __set_psw_mask() | Heiko Carstens | 2015-10-27 | 1 | -16/+11 |
* | | | | | | s390/fpu: split fpu-internal.h into fpu internals, api, and type headers | Hendrik Brueckner | 2015-10-16 | 6 | -39/+62 |
* | | | | | | s390/spinlock: remove unneeded serializations at unlock | Christian Borntraeger | 2015-10-14 | 1 | -3/+0 |
* | | | | | | s390/etr,stp: fix possible deadlock on machine check | Heiko Carstens | 2015-10-14 | 1 | -4/+6 |
* | | | | | | s390/bitops: remove 31 bit related comments | Heiko Carstens | 2015-10-14 | 1 | -19/+12 |
* | | | | | | s390/cmpxchg: remove dead code | Heiko Carstens | 2015-10-14 | 1 | -27/+3 |
* | | | | | | s390/nmi: change type of mcck_interruption_code lowcore field | Heiko Carstens | 2015-10-14 | 1 | -1/+1 |
* | | | | | | s390/flags: use _BITUL macro | Heiko Carstens | 2015-10-14 | 3 | -17/+22 |
* | | | | | | s390/flags: fix flag handling | Heiko Carstens | 2015-10-14 | 2 | -6/+6 |
* | | | | | | s390/udelay: make udelay have busy loop semantics | Heiko Carstens | 2015-10-14 | 3 | -0/+17 |
* | | | | | | s390/cpumf: rework program parameter setting to detect guest samples | Christian Borntraeger | 2015-10-14 | 2 | -1/+11 |
* | | | | | | s390/entry: add assembler macro to conveniently tests under mask | Hendrik Brueckner | 2015-10-14 | 2 | -23/+33 |
* | | | | | | s390/fpu: add static FPU save area for init_task | Hendrik Brueckner | 2015-10-14 | 1 | -0/+2 |
* | | | | | | s390/fpu: always enable the vector facility if it is available | Hendrik Brueckner | 2015-10-14 | 2 | -14/+2 |
* | | | | | | s390/mm: try to avoid storage key operation in ptep_set_access_flags | Martin Schwidefsky | 2015-10-14 | 1 | -2/+5 |
* | | | | | | s390/barrier: remove unnecessary serialization in atomics and bitops | Martin Schwidefsky | 2015-10-14 | 2 | -3/+0 |
* | | | | | | s390/diag: add tracepoint for diagnose calls | Martin Schwidefsky | 2015-10-14 | 2 | -10/+45 |
* | | | | | | s390/diag: add a statistic for diagnose calls | Martin Schwidefsky | 2015-10-14 | 3 | -9/+97 |
* | | | | | | s390/bitops: implement cache friendly test_and_set_bit_lock | Martin Schwidefsky | 2015-10-14 | 1 | -1/+22 |
* | | | | | | s390/mm: implement soft-dirty bits for user memory change tracking | Martin Schwidefsky | 2015-10-14 | 1 | -4/+55 |
* | | | | | | s390/cio: introduce pathmask_to_pos | Sebastian Ott | 2015-10-14 | 1 | -0/+10 |
* | | | | | | s390/cio: use device_lock during cmb activation | Sebastian Ott | 2015-10-14 | 1 | -0/+1 |
* | | | | | | s390/barrier: avoid serialization in [smp_]rmb and [smp_]wmb | Christian Borntraeger | 2015-10-14 | 1 | -4/+4 |
|/ / / / / |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-10-06 | 2 | -2/+2 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | s390/numa: use correct type for node_to_cpumask_map | Martin Schwidefsky | 2015-09-23 | 2 | -2/+2 |
* | | | | | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc... | Linus Torvalds | 2015-10-04 | 1 | -0/+1 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Make asm/word-at-a-time.h available on all architectures | Chris Metcalf | 2015-07-08 | 1 | -0/+1 |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-09-25 | 1 | -0/+1 |
|\ \ \ \ \
| |_|/ / /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | KVM: disable halt_poll_ns as default for s390x | David Hildenbrand | 2015-09-25 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-09-21 | 1 | -20/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | s390: wire up separate socketcalls system calls | Heiko Carstens | 2015-09-18 | 1 | -20/+0 |
* | | | KVM: add halt_attempted_poll to VCPU stats | Paolo Bonzini | 2015-09-16 | 1 | -0/+1 |
|/ / |
|
* | | dma-mapping: consolidate dma_set_mask | Christoph Hellwig | 2015-09-10 | 1 | -2/+0 |
* | | dma-mapping: consolidate dma_supported | Christoph Hellwig | 2015-09-10 | 1 | -9/+0 |
* | | dma-mapping: cosolidate dma_mapping_error | Christoph Hellwig | 2015-09-10 | 1 | -10/+0 |
* | | dma-mapping: consolidate dma_{alloc,free}_noncoherent | Christoph Hellwig | 2015-09-10 | 1 | -3/+0 |
* | | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} | Christoph Hellwig | 2015-09-10 | 1 | -31/+0 |