summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm
Commit message (Expand)AuthorAgeFilesLines
* s390/irq: use irq 0Sebastian Ott2014-11-181-7/+4
* s390/io: add ioport_map stubsFrank Blaschka2014-11-181-0/+9
* s390/pci: add sparse annotationsMartin Schwidefsky2014-11-031-2/+4
* s390/pci: improve irq number check for msixSebastian Ott2014-11-031-4/+1
* s390/cmpxchg: use compiler builtinsMartin Schwidefsky2014-11-032-232/+17
* s390/mm: pmdp_get_and_clear_full optimizationMartin Schwidefsky2014-10-271-0/+13
* s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens2014-10-274-7/+62
* s390/mm: disable KSM for storage key enabled pagesDominik Dingel2014-10-271-1/+1
* s390/mm: prevent and break zero page mappings in case of storage keysDominik Dingel2014-10-271-0/+5
* s390/mm: recfactor global pgste updatesDominik Dingel2014-10-272-2/+1
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-152-9/+9
|\
| * s390: Replace __get_cpu_var usesChristoph Lameter2014-08-263-10/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-10-1424-96/+338
|\ \
| * | s390/ftrace: remove 31 bit ftrace supportHeiko Carstens2014-10-091-6/+0
| * | s390/kdump: add support for vector extensionMichael Holzheu2014-10-095-5/+31
| * | s390/disassembler: add vector instructionsMartin Schwidefsky2014-10-091-6/+7
| * | s390: add support for vector extensionMartin Schwidefsky2014-10-096-7/+58
| * | s390/idle: consolidate idle functions and definitionsMartin Schwidefsky2014-10-094-19/+34
| * | s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky2014-10-092-8/+4
| * | s390/mm: make use of ipte range facilityHeiko Carstens2014-09-301-0/+16
| * | s390/uprobes: architecture backend for uprobesJan Willeke2014-09-253-0/+51
| * | s390/uprobes: common library for kprobes and uprobesJan Willeke2014-09-251-0/+4
| * | s390/rwlock: use the interlocked-access facility 1 instructionsMartin Schwidefsky2014-09-251-2/+74
| * | s390/rwlock: remove interrupt-enabling rwlock variant.Martin Schwidefsky2014-09-251-16/+4
| * | s390/mm: remove change bit override supportHeiko Carstens2014-09-251-7/+2
| * | s390/rwlock: use directed yield for write-locked rwlocksMartin Schwidefsky2014-09-253-7/+24
| * | s390/hmcdrv: HMC drive CD/DVD accessRalf Hoppe2014-09-251-0/+1
| * | s390/spinlock: optimize spin_unlock codeHeiko Carstens2014-09-092-9/+18
| * | s390/ftrace: optimize mcount codeHeiko Carstens2014-09-091-1/+1
| * | s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_REGS supportHeiko Carstens2014-09-091-0/+4
| * | s390/ftrace: optimize function graph caller codeHeiko Carstens2014-09-091-0/+1
| * | s390/vdso: add vdso support for coarse clocksMartin Schwidefsky2014-09-091-7/+11
| * | s390: remove unused MACHINE_FLAG_RRBMHeiko Carstens2014-09-091-3/+0
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-0/+2
|\ \ \
| * | | sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel2014-10-031-0/+2
* | | | Merge branch 'for-v3.18' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2014-10-101-10/+21
|\ \ \ \
| * | | | s390: Implement dma_{alloc,free}_attrs()Thierry Reding2014-08-261-10/+21
| | |_|/ | |/| |
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-0/+1
|\ \ \ \
| * | | | irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-084-51/+65
|\ \ \ \ | |_|_|/ |/| | |
| * | | KVM: s390: count vcpu wakeups in stat.halt_wakeupDavid Hildenbrand2014-10-011-0/+1
| * | | KVM: CPACF: Enable MSA4 instructions for kvm guestTony Krowiak2014-09-101-1/+13
| * | | KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-291-1/+1
| * | | KVM: static inline empty kvm_arch functionsRadim Krčmář2014-08-291-0/+14
| * | | KVM: forward declare structs in kvm_types.hPaolo Bonzini2014-08-291-2/+3
| * | | KVM: s390/mm: remove outdated gmap data structuresMartin Schwidefsky2014-08-261-23/+0
| * | | KVM: s390/mm: support gmap page tables with less than 5 levelsMartin Schwidefsky2014-08-261-1/+2
| * | | KVM: s390/mm: use radix trees for guest to host mappingsMartin Schwidefsky2014-08-263-9/+16
| * | | KVM: s390/mm: cleanup gmap function arguments, variable namesMartin Schwidefsky2014-08-251-7/+7
| * | | KVM: s390/mm: readd address parameter to gmap_do_ipte_notifyMartin Schwidefsky2014-08-251-2/+2
OpenPOWER on IntegriCloud