summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2015-01-29s390: reintroduce diag 44 calls for cpu_relax()Heiko Carstens1-4/+1
2015-01-23s390/spinlock: add compare-and-delay to lock wait loopsMartin Schwidefsky1-0/+3
2015-01-22s390: add SMT supportMartin Schwidefsky7-9/+42
2015-01-22s390: avoid z13 cache aliasingMartin Schwidefsky2-3/+9
2015-01-08s390/sclp: fix declaration of _sclp_print_early()Chen Gang1-0/+2
2015-01-07s390/timex: fix get_tod_clock_ext() inline assemblyChen Gang1-4/+6
2014-12-18s390: wire up execveat syscallHeiko Carstens1-1/+2
2014-12-18s390/kernel: use stnsm 255 instead of stosm 0Christian Borntraeger1-1/+1
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+5
2014-12-11arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck1-0/+2
2014-12-11arch: Cleanup read_barrier_depends() and commentsAlexander Duyck1-2/+3
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds17-283/+176
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-1/+5
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-1/+0
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+11
2014-12-09Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+3
2014-12-08s390/cputime: fix 31-bit compileMartin Schwidefsky1-1/+1
2014-12-08s390/mm: fix memory leak of ptlock in pmd_free_tlbMartin Schwidefsky1-0/+1
2014-12-08s390: translate cputime magic constants to macrosFrederic Weisbecker1-22/+24
2014-12-08s390/idle: convert open coded idle time seqcountFrederic Weisbecker1-1/+2
2014-12-08s390/debug: avoid function call for debug_sprintf_*Christian Borntraeger1-2/+27
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov1-0/+3
2014-11-28s390: remove diag 44 calls from cpu_relax()Heiko Carstens1-2/+0
2014-11-28s390/ftrace: provide working ftrace_return_address()Heiko Carstens1-0/+2
2014-11-19mm: Make arch_unmap()/bprm_mm_init() available to all architecturesDave Hansen1-0/+11
2014-11-19s390/kernel: add system calls for PCI memory accessAlexey Ishchuk1-1/+3
2014-11-18s390/irq: use irq 0Sebastian Ott1-7/+4
2014-11-18s390/io: add ioport_map stubsFrank Blaschka1-0/+9
2014-11-11Merge branch 'io' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux...Arnd Bergmann1-5/+0
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet1-0/+2
2014-11-10/dev/mem: Use more consistent data typesThierry Reding1-2/+3
2014-11-03s390/pci: add sparse annotationsMartin Schwidefsky1-2/+4
2014-11-03s390/pci: improve irq number check for msixSebastian Ott1-4/+1
2014-11-03s390/cmpxchg: use compiler builtinsMartin Schwidefsky2-232/+17
2014-10-27s390/mm: pmdp_get_and_clear_full optimizationMartin Schwidefsky1-0/+13
2014-10-27s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens4-7/+62
2014-10-27s390/mm: disable KSM for storage key enabled pagesDominik Dingel1-1/+1
2014-10-27s390/mm: prevent and break zero page mappings in case of storage keysDominik Dingel1-0/+5
2014-10-27s390/mm: recfactor global pgste updatesDominik Dingel2-2/+1
2014-10-20s390: io: remove dummy relaxed accessor macros for readsWill Deacon1-5/+0
2014-10-17s390: wire up bpf syscallHeiko Carstens1-1/+2
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-9/+9
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds27-105/+368
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2014-10-10Merge branch 'for-v3.18' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds1-10/+21
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2014-10-09s390/ftrace: remove 31 bit ftrace supportHeiko Carstens1-6/+0
2014-10-09s390/kdump: add support for vector extensionMichael Holzheu5-5/+31
2014-10-09s390/disassembler: add vector instructionsMartin Schwidefsky1-6/+7
2014-10-09s390: add support for vector extensionMartin Schwidefsky9-16/+88