aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2016-05-20lib/GCD.c: use binary GCD algorithm instead of EuclideanGravatar Zhaoxiu Zeng 1-0/+1
2016-05-20printk/nmi: generic solution for safe printk in NMIGravatar Petr Mladek 1-0/+1
2016-05-20exit_thread: accept a task parameter to be exitedGravatar Jiri Slaby 1-2/+3
2016-05-20exit_thread: remove empty bodiesGravatar Jiri Slaby 1-0/+1
2016-05-19Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+1
2016-05-19arch: fix has_transparent_hugepage()Gravatar Hugh Dickins 1-0/+1
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 10-35/+122
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 33-736/+830
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-9/+4
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-19/+60
2016-05-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-4/+14
2016-05-16bpf, s390: add support for constant blindingGravatar Daniel Borkmann 1-17/+56
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisGravatar Daniel Borkmann 1-3/+5
2016-05-16bpf: split HAVE_BPF_JIT into cBPF and eBPF variantGravatar Daniel Borkmann 1-1/+1
2016-05-13KVM: s390: set halt polling to 80 microsecondsGravatar Christian Borntraeger 1-1/+1
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollGravatar Christian Borntraeger 4-0/+15
2016-05-11s390/vmem: remove unused function parameterGravatar Heiko Carstens 1-3/+3
2016-05-11s390/vmem: fix identity mappingGravatar Heiko Carstens 1-1/+1
2016-05-10s390: add missing include statementsGravatar Heiko Carstens 3-0/+3
2016-05-10s390: add missing declarationsGravatar Heiko Carstens 3-0/+7
2016-05-10s390: make couple of variables and functions staticGravatar Heiko Carstens 1-1/+1
2016-05-10s390/cache: remove superfluous lockingGravatar Heiko Carstens 1-2/+0
2016-05-10s390/cpuinfo: simplify locking and skip offline cpus earlyGravatar Heiko Carstens 1-4/+11
2016-05-09KVM: s390: Populate mask of non-hypervisor managed facility bitsGravatar Alexander Yarygin 1-3/+16
2016-05-09s390/sclp: Add hmfai fieldGravatar Alexander Yarygin 1-0/+1
2016-05-09KVM: s390: Enable all facility bits that are known good for passthroughGravatar Alexander Yarygin 1-2/+2
2016-05-09KVM: s390: force ibc into valid rangeGravatar David Hildenbrand 1-1/+11
2016-05-09KVM: s390: cleanup cpuid handlingGravatar David Hildenbrand 3-14/+11
2016-05-09KVM: s390: enable SRS only if enabled for the guestGravatar David Hildenbrand 3-1/+10
2016-05-09KVM: s390: enable PFMFI only if guest has EDAT1Gravatar David Hildenbrand 1-1/+2
2016-05-06sched: Allow per-cpu kernel threads to run on online && !activeGravatar Peter Zijlstra (Intel) 1-1/+1
2016-05-04s390/dumpstack: implement and use return_address()Gravatar Heiko Carstens 2-1/+27
2016-05-04KVM: s390: support NQ only if the facility is enabled for the guestGravatar David Hildenbrand 1-2/+3
2016-05-04KVM: s390: cmma: don't check entry contentGravatar David Hildenbrand 1-11/+3
2016-05-03s390/cpum_sf: Remove superfluous SMP function callGravatar Anna-Maria Gleixner 1-3/+6
2016-05-03s390/cpum_cf: Remove superfluous SMP function callGravatar Anna-Maria Gleixner 1-3/+6
2016-04-21s390/Kconfig: make z196 the default processor typeGravatar Martin Schwidefsky 1-1/+1
2016-04-21s390/fpu: allocate 'struct fpu' with the task_structGravatar Martin Schwidefsky 5-28/+32
2016-04-21s390/mm: fix asce_bits handling with dynamic pagetable levelsGravatar Gerald Schaefer 8-77/+62
2016-04-21s390/pci: fix use after free in dma_initGravatar Sebastian Ott 1-6/+10
2016-04-20KVM: s390: add clear I/O irq operation for FLICGravatar Halil Pasic 2-0/+26
2016-04-20KVM: s390: implement has_attr for FLICGravatar Halil Pasic 1-0/+17
2016-04-20KVM: s390/perf: provide additional sigp eventsGravatar Christian Borntraeger 1-1/+6
2016-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 4-1/+8
2016-04-15s390/crypto: cleanup and move the header with the cpacf definitionsGravatar Martin Schwidefsky 10-660/+556
2016-04-15s390/pci: fmb enhancementsGravatar Sebastian Ott 2-21/+75
2016-04-15s390/dasd: Add new ioctl BIODASDCHECKFMTGravatar Jan Höppner 1-0/+32
2016-04-15s390/pci: add report_error attributeGravatar Sebastian Ott 1-0/+23
2016-04-15s390/sclp: add error notification commandGravatar Sebastian Ott 1-0/+13