summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-02-221-28/+25
|\
| * VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
| * hypfs: switch to read_iter/write_iterAl Viro2015-02-201-27/+24
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-218-142/+119
|\ \
| * | s390/spinlock: disabled compare-and-delay by defaultMartin Schwidefsky2015-02-191-5/+7
| * | s390/mm: align 64-bit PIE binaries to 4GBMartin Schwidefsky2015-02-191-1/+4
| * | s390/cacheinfo: coding style changesHeiko Carstens2015-02-121-13/+3
| * | s390/cacheinfo: fix shared cpu masksHeiko Carstens2015-02-121-5/+4
| * | s390/smp: reduce size of struct pcpuHeiko Carstens2015-02-121-27/+27
| * | s390/topology: convert cpu_topology array to per cpu variableHeiko Carstens2015-02-122-26/+26
| * | s390/topology: delay initialization of topology cpu masksHeiko Carstens2015-02-123-62/+47
| * | s390/vdso: fix clock_gettime for CLOCK_THREAD_CPUTIME_ID, -2 and -3Martin Schwidefsky2015-02-121-4/+2
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-182-7/+28
|\ \ \ | |_|/ |/| |
| * | s390: add pci_iomap_rangeMichael S. Tsirkin2015-01-212-7/+28
* | | mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin2015-02-131-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-1313-232/+942
|\ \ \
| * | | KVM: s390: add cpu model supportMichael Mueller2015-02-093-1/+156
| * | | KVM: s390: use facilities and cpu_id per KVMMichael Mueller2015-02-095-44/+99
| * | | KVM: s390/CPACF: Choose crypto control block formatTony Krowiak2015-02-092-2/+49
| * | | s390/kernel: Update /proc/sysinfo file with Extended Name and UUIDEkaterina Tumanova2015-02-092-3/+36
| * | | KVM: s390: reenable LPP facilityChristian Borntraeger2015-02-091-1/+1
| * | | KVM: s390: floating irqs: fix user triggerable endless loopDavid Hildenbrand2015-02-091-0/+2
| * | | kvm: add halt_poll_ns module parameterPaolo Bonzini2015-02-062-0/+2
| * | | KVM: s390: remove redundant setting of interrupt typeJens Freimann2015-01-231-1/+0
| * | | KVM: s390: fix bug in interrupt parameter checkJens Freimann2015-01-231-2/+2
| * | | KVM: s390: avoid memory leaks if __inject_vm() failsDavid Hildenbrand2015-01-231-1/+5
| * | | KVM: s390/cpacf: Enable/disable protected key functions for kvm guestTony Krowiak2015-01-233-2/+90
| * | | KVM: s390: Provide guest TOD Clock Get/Set ControlsJason J. Herne2015-01-233-0/+134
| * | | KVM: s390: trace correct values for set prefix and machine checksJens Freimann2015-01-231-4/+4
| * | | KVM: s390: fix bug in sigp emergency signal injectionJens Freimann2015-01-231-3/+2
| * | | KVM: s390: Take addressing mode into account for MVPG interceptionThomas Huth2015-01-231-6/+8
| * | | KVM: s390: no need to hold the kvm->mutex for floating interruptsChristian Borntraeger2015-01-231-8/+0
| * | | KVM: s390: forward most SIGP orders to user spaceDavid Hildenbrand2015-01-233-0/+55
| * | | KVM: s390: clear the pfault queue if user space sets the invalid tokenDavid Hildenbrand2015-01-233-1/+7
| * | | KVM: s390: only one external call may be pending at a timeDavid Hildenbrand2015-01-236-28/+68
| * | | s390/sclp: introduce check for the SIGP Interpretation FacilityDavid Hildenbrand2015-01-231-1/+3
| * | | KVM: s390: SIGP SET PREFIX cleanupDavid Hildenbrand2015-01-232-19/+14
| * | | KVM: s390: a VCPU may only stop when no interrupts are left pendingDavid Hildenbrand2015-01-234-5/+9
| * | | KVM: s390: handle stop irqs without action_bitsDavid Hildenbrand2015-01-237-92/+88
| * | | KVM: s390: new parameter for SIGP STOP irqsDavid Hildenbrand2015-01-232-1/+19
| * | | KVM: s390: forward hrtimer if guest ckc not pending yetDavid Hildenbrand2015-01-231-2/+12
| * | | KVM: s390: base hrtimer on a monotonic clockDavid Hildenbrand2015-01-231-1/+1
| * | | KVM: s390: prevent sleep duration underflows in handle_wait()David Hildenbrand2015-01-231-1/+7
| * | | KVM: s390: Allow userspace to limit guest memory sizeDominik Dingel2015-01-232-3/+63
| * | | KVM: s390: move vcpu specific initalization to a later pointDominik Dingel2015-01-231-9/+16
| * | | KVM: s390: make local function staticChristian Borntraeger2015-01-231-1/+1
| * | | KVM: remove unneeded return value of vcpu_postcreateDominik Dingel2015-01-231-2/+1
* | | | lib/string.c: remove strnicmp()Rasmus Villemoes2015-02-121-1/+0
* | | | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-123-6/+2
| |_|/ |/| |
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-113-25/+3
|\ \ \
OpenPOWER on IntegriCloud