summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2015-02-12s390/topology: convert cpu_topology array to per cpu variableHeiko Carstens1-9/+9
2015-02-12s390/topology: delay initialization of topology cpu masksHeiko Carstens1-8/+0
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds14-20/+110
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-10s390: drop pte_file()-related helpersKirill A. Shutemov1-25/+4
2015-02-10s390/hypfs: Add diagnose 0c supportMichael Holzheu1-3/+32
2015-02-05mm/debug_pagealloc: fix build failure on ppc and some other archsJoonsoo Kim1-4/+0
2015-01-29s390/jump label: use different nop instructionHeiko Carstens1-1/+6
2015-01-29s390/ftrace: hotpatch support for function tracingHeiko Carstens1-0/+15
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-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds3-6/+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-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-3/+98
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-28KVM: s390: handle pending local interrupts via bitmapJens Freimann1-2/+0
2014-11-28KVM: s390: add bitmap for handling cpu-local interruptsJens Freimann1-0/+86
2014-11-28KVM: S390: Create helper function get_guest_storage_keyJason J. Herne1-0/+1
2014-11-28KVM: s390: Fix rewinding of the PSW pointing to an EXECUTE instructionThomas Huth1-1/+1
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