aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2016-12-07s390/smp: use smp_get_base_cpu() helper functionGravatar Heiko Carstens 1-2/+2
2016-12-07s390/numa: always use logical cpu and core idsGravatar Heiko Carstens 2-1/+7
2016-12-07s390: Remove VLAIS in ptff() and clear_table()Gravatar Michael Holzheu 2-26/+33
2016-12-07s390: fix machine check panic stack switchGravatar Martin Schwidefsky 1-1/+1
2016-12-02s390/setup: fix memblock usageGravatar Heiko Carstens 1-8/+8
2016-12-02s390/kexec: use node 0 when re-adding crash kernel memoryGravatar Heiko Carstens 1-1/+1
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGGravatar Francis Yan 1-0/+2
2016-11-29s390/uapi: sort header export listGravatar Heiko Carstens 1-2/+2
2016-11-29s390/hypfs: add hypfs header file to uapi header export listGravatar Heiko Carstens 1-0/+1
2016-11-29s390: use generic asm-offsets.hGravatar Heiko Carstens 2-1/+1
2016-11-29s390: convert remaining bootmem allocations to memblockGravatar Heiko Carstens 2-13/+12
2016-11-25s390: fix kernel oops for CONFIG_MARCH_Z900=y buildsGravatar Martin Schwidefsky 1-1/+2
2016-11-23s390/pci: use unique UIDs for domain enumerationGravatar Sebastian Ott 3-1/+15
2016-11-23s390: update defconfigGravatar Heiko Carstens 3-3/+11
2016-11-23s390: add cma supportGravatar Heiko Carstens 3-2/+4
2016-11-23s390/cpumf: simplify psw generationGravatar Heiko Carstens 1-21/+5
2016-11-23s390/thread_info: get rid of THREAD_ORDER defineGravatar Heiko Carstens 7-10/+8
2016-11-23s390/uaccess: make setfs macro return voidGravatar Heiko Carstens 1-3/+3
2016-11-22KVM: s390: handle floating point registers in the run ioctl not in vcpu_put/loadGravatar Christian Borntraeger 1-24/+21
2016-11-22KVM: s390: handle access registers in the run ioctl not in vcpu_put/loadGravatar Christian Borntraeger 2-8/+6
2016-11-22locking/spinlocks, s390: Implement vcpu_is_preempted(cpu)Gravatar Christian Borntraeger 3-19/+23
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 2-1/+3
2016-11-17locking/core: Provide common cpu_relax_yield() definitionGravatar Christian Borntraeger 1-0/+1
2016-11-17s390/pci_dma: remove memset from dma_allocGravatar Sebastian Ott 1-2/+0
2016-11-17s390/pci_dma: make lazy flush independent from the tlb_refresh bitGravatar Sebastian Ott 1-8/+11
2016-11-17s390/pci: fix dma address calculation in map_sgGravatar Sebastian Ott 1-7/+8
2016-11-17s390/time: fix clocksource steering for negative clock offsetsGravatar Martin Schwidefsky 1-4/+3
2016-11-16Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 2-1/+3
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Gravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core, s390: Make cpu_relax() a barrier againGravatar Christian Borntraeger 1-1/+1
2016-11-16locking/core: Introduce cpu_relax_yield()Gravatar Christian Borntraeger 2-3/+4
2016-11-15s390: move sys_call_table and last_break from thread_info to thread_structGravatar Martin Schwidefsky 8-21/+33
2016-11-15sched/cputime, powerpc, s390: Make scaled cputime arch specificGravatar Stanislaw Gruszka 2-3/+7
2016-11-11Merge branch 'maybe-uninitialized' (patches from Arnd)Gravatar Linus Torvalds 1-1/+1
2016-11-11s390: pci: don't print uninitialized data for debuggingGravatar Arnd Bergmann 1-1/+1
2016-11-11mm: kmemleak: scan .data.ro_after_initGravatar Jakub Kicinski 1-0/+2
2016-11-11s390: move cputime accounting fields from thread_info to thread_structGravatar Martin Schwidefsky 6-27/+16
2016-11-11s390: move system_call field from thread_info to thread_structGravatar Martin Schwidefsky 4-8/+9
2016-11-11s390: move thread_info into task_structGravatar Heiko Carstens 8-36/+19
2016-11-11s390/preempt: move preempt_count to the lowcoreGravatar Martin Schwidefsky 8-5/+144
2016-11-11s390/bitops: use atomic primitives for bitopsGravatar Martin Schwidefsky 1-55/+7
2016-11-11s390/atomic: refactor atomic primitivesGravatar Martin Schwidefsky 3-169/+170
2016-11-11Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 12-73/+60
2016-11-09s390/smp: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-26/+11
2016-11-09s390/smp: Make cpu notifier symetricGravatar Thomas Gleixner 1-1/+2
2016-11-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-3/+3
2016-11-08s390: remove unneeded dependency for gen_facilitiesGravatar Masahiro Yamada 1-2/+0
2016-11-07s390: squash facilities_src.h into gen_facilities.cGravatar Masahiro Yamada 2-83/+73
2016-11-07s390: delete unneeded #include <linux/kconfig.h> from facilities_src.hGravatar Masahiro Yamada 1-2/+0
2016-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-2/+2