summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-085-51/+75
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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
| * | | KVM: s390/mm: readd address parameter to pgste_ipte_notifyMartin Schwidefsky2014-08-251-8/+9
| * | | KVM: s390: synchronize more registers with kvm_runDavid Hildenbrand2014-08-251-0/+10
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-09-081-4/+4
|\ \ \ | |_|/ |/| |
| * | s390/ipl: Add missing SCSI loadparm attributes to /sys/firmwareMichael Holzheu2014-09-011-4/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-09-061-2/+4
|\ \ \ | |/ / |/| |
| * | KVM: s390/mm: Fix guest storage key corruption in ptep_set_access_flagsChristian Borntraeger2014-09-021-0/+1
| * | KVM: s390/mm: Fix storage key corruption during swappingChristian Borntraeger2014-09-021-2/+3
| |/
* | s390: wire up memfd_create syscallHeiko Carstens2014-08-121-1/+2
* | s390: wire up seccomp and getrandom syscallsHeiko Carstens2014-08-121-1/+3
|/
* arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-081-2/+0
* lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-082-3/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-08-073-89/+114
|\
| * s390/mm: implement dirty bits for large segment table entriesMartin Schwidefsky2014-08-011-88/+109
| * s390/seccomp: fix error return for filtered system callsJan Willeke2014-07-281-1/+1
| * s390/qdio: add helpers to manage qdio buffersSebastian Ott2014-07-221-0/+4
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-08-042-0/+26
|\ \
| * \ Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...Ingo Molnar2014-07-283-16/+15
| |\ \ | | |/
| * | perf kvm: Add stat support on s390Alexander Yarygin2014-07-162-0/+26
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-08-041-1/+1
|\ \ \
| * | | arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-171-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-042-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | KVM: s390: add ipte to trace event decodingChristian Borntraeger2014-07-211-0/+1
| * | | KVM: s390: remove the tasklet used by the hrtimerDavid Hildenbrand2014-07-211-1/+0
| * | | KVM: s390: cleanup handle_wait by reusing kvm_vcpu_blockDavid Hildenbrand2014-07-211-1/+0
| * | | KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state controlDavid Hildenbrand2014-07-101-0/+1
* | | | s390: fix restore of invalid floating-point-controlMartin Schwidefsky2014-07-161-2/+2
| |/ / |/| |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-07-012-14/+13
|\ \ \ | |/ / | | / | |/ |/|
OpenPOWER on IntegriCloud