summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | s390/flags: use _BITUL macroHeiko Carstens2015-10-143-17/+22
| * | | | | | s390/flags: fix flag handlingHeiko Carstens2015-10-142-6/+6
| * | | | | | s390/udelay: make udelay have busy loop semanticsHeiko Carstens2015-10-146-17/+35
| * | | | | | s390/cpumf: rework program parameter setting to detect guest samplesChristian Borntraeger2015-10-148-24/+40
| * | | | | | s390/asm: make use of the OFFSET macro to define assember constantsMartin Schwidefsky2015-10-141-140/+148
| * | | | | | s390/entry: add assembler macro to conveniently tests under maskHendrik Brueckner2015-10-143-64/+98
| * | | | | | s390/fpu: add static FPU save area for init_taskHendrik Brueckner2015-10-143-4/+6
| * | | | | | s390/fpu: always enable the vector facility if it is availableHendrik Brueckner2015-10-1413-199/+70
| * | | | | | s390/mm: try to avoid storage key operation in ptep_set_access_flagsMartin Schwidefsky2015-10-141-2/+5
| * | | | | | s390/barrier: remove unnecessary serialization in atomics and bitopsMartin Schwidefsky2015-10-142-3/+0
| * | | | | | s390/diag: add tracepoint for diagnose callsMartin Schwidefsky2015-10-146-14/+98
| * | | | | | s390/diag: add a statistic for diagnose callsMartin Schwidefsky2015-10-1415-16/+262
| * | | | | | s390/bitops: implement cache friendly test_and_set_bit_lockMartin Schwidefsky2015-10-141-1/+22
| * | | | | | s390/mm: implement soft-dirty bits for user memory change trackingMartin Schwidefsky2015-10-143-4/+58
| * | | | | | s390/cio: introduce pathmask_to_posSebastian Ott2015-10-141-0/+10
| * | | | | | s390/cio: use device_lock during cmb activationSebastian Ott2015-10-141-0/+1
| * | | | | | s390/crash_dump: use for_each_mem_rangeAlexander Kuleshov2015-10-141-12/+4
| * | | | | | s390/barrier: avoid serialization in [smp_]rmb and [smp_]wmbChristian Borntraeger2015-10-141-4/+4
| * | | | | | s390/vdso: use correct memory barrierChristian Borntraeger2015-10-141-1/+1
| * | | | | | s390/spinlock: use correct barriersChristian Borntraeger2015-10-141-2/+2
| * | | | | | s390/numa: write kernel message when emu_size has been increasedMichael Holzheu2015-10-141-2/+8
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-11-041-1/+1
|\ \ \ \ \ \
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-2012-40/+78
| |\| | | | |
| * | | | | | ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-031-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-041-1/+1
|\ \ \ \ \ \
| * | | | | | crypto: s390/sha - replace raw value by their coresponding defineLABBE Corentin2015-10-151-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'perf/urgent' into perf/core, before pulling new changesIngo Molnar2015-10-0812-40/+78
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-10-0611-40/+77
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | s390/defconfig: set SCSI_DH=ySebastian Ott2015-10-013-3/+3
| | * | | | s390/vtime: correct scaled cputime of partially idle CPUsMartin Schwidefsky2015-09-303-30/+67
| | * | | | s390/boot/decompression: disable floating point in decompressorChristian Borntraeger2015-09-291-1/+1
| | * | | | s390/numa: use correct type for node_to_cpumask_mapMartin Schwidefsky2015-09-234-6/+6
| * | | | | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-041-0/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-081-0/+1
* | | | | | Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...Ingo Molnar2015-09-2812-182/+151
|\| | | | |
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-251-0/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| | * | | KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand2015-09-251-0/+1
| | | |/ | | |/|
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-09-2110-181/+147
| |\ \ \ | | |/ / | |/| |
| | * | s390: wire up separate socketcalls system callsHeiko Carstens2015-09-184-21/+42
| | * | s390/compat: remove superfluous compat wrappersHeiko Carstens2015-09-182-102/+51
| | * | s390/compat: do not trace compat wrapper functionsHeiko Carstens2015-09-181-6/+6
| | * | s390/s390x: allocate sys_membarrier system call numberMathieu Desnoyers2015-09-172-1/+3
| | * | s390/configs//zfcpdump_defconfig: Remove CONFIG_MEMSTICKMichael Holzheu2015-09-171-5/+0
| | * | s390: wire up userfaultfd system callHeiko Carstens2015-09-172-1/+3
| | * | s390/vtime: correct scaled cputime for SMTMartin Schwidefsky2015-09-171-4/+8
| | * | s390/cpum_cf: Corrected return code for unauthorized counter setsHendrik Brueckner2015-09-171-4/+8
| | * | s390/compat: correct uc_sigmask of the compat signal frameMartin Schwidefsky2015-09-171-4/+23
| | * | s390: fix floating point register corruptionHeiko Carstens2015-09-171-0/+2
| | * | s390/hibernate: fix save and restore of vector registersMartin Schwidefsky2015-09-171-35/+3
| * | | KVM: s390: Replace incorrect atomic_or with atomic_andnotJason J. Herne2015-09-161-1/+1