summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | s390/dumpstack: add missing ri bit to show_registers() outputHeiko Carstens2016-02-231-1/+2
| * | | | | | | s390: add current_stack_pointer() helper functionHeiko Carstens2016-02-234-16/+20
| * | | | | | | s390/stacktrace: use nosched instead of savesched parameterHeiko Carstens2016-02-231-6/+6
| * | | | | | | s390/pageattr: do a single TLB flush for change_page_attrMartin Schwidefsky2016-02-231-5/+3
| * | | | | | | s390/xor: optimized xor routing using the XC instructionMartin Schwidefsky2016-02-233-2/+155
| * | | | | | | s390/pci: remove pdev pointer from arch dataSebastian Ott2016-02-235-21/+27
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-1610-192/+402
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'kvm-s390-next-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-03-106-71/+209
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: s390: allocate only one DMA page per VMDavid Hildenbrand2016-03-084-48/+41
| | * | | | | | | KVM: s390: enable STFLE interpretation only if enabled for the guestDavid Hildenbrand2016-03-081-1/+2
| | * | | | | | | KVM: s390: wake up when the VCPU cpu timer expiresDavid Hildenbrand2016-03-081-13/+35
| | * | | | | | | KVM: s390: step the VCPU timer while in enabled waitDavid Hildenbrand2016-03-082-2/+7
| | * | | | | | | KVM: s390: protect VCPU cpu timer with a seqcountDavid Hildenbrand2016-03-082-8/+30
| | * | | | | | | KVM: s390: step VCPU cpu timer during kvm_run ioctlDavid Hildenbrand2016-03-082-2/+76
| | * | | | | | | KVM: s390: abstract access to the VCPU cpu timerDavid Hildenbrand2016-03-083-10/+28
| | * | | | | | | KVM: s390: store cpu id in vcpu->cpu when scheduled inDavid Hildenbrand2016-03-081-0/+2
| | * | | | | | | KVM: s390: Add diag "watchdog functions" to trace event decodingAlexander Yarygin2016-03-081-0/+1
| * | | | | | | | Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-03-098-25/+59
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| / / / / / / | | |/ / / / / /
| * | | | | | | KVM: s390: bail out early on fatal signal in dirty loggingChristian Borntraeger2016-02-101-0/+2
| * | | | | | | KVM: s390: do not block CPU on dirty loggingChristian Borntraeger2016-02-101-0/+1
| * | | | | | | KVM: s390: do not take mmap_sem on dirty log queryChristian Borntraeger2016-02-101-2/+0
| * | | | | | | KVM: s390: remove old fragment of vector registersDavid Hildenbrand2016-02-101-7/+1
| * | | | | | | KVM: s390: instruction-fetching exceptions on SIE faultsDavid Hildenbrand2016-02-101-2/+10
| * | | | | | | KVM: s390: provide prog irq ilc on SIE faultsDavid Hildenbrand2016-02-101-4/+8
| * | | | | | | KVM: s390: irq delivery should not rely on icptcodeDavid Hildenbrand2016-02-102-1/+3
| * | | | | | | KVM: s390: clean up prog irq injection on prog irq icptsDavid Hildenbrand2016-02-101-21/+20
| * | | | | | | KVM: s390: read the correct opcode on SIE faultsDavid Hildenbrand2016-02-101-2/+1
| * | | | | | | KVM: s390: gaccess: implement instruction fetching modeDavid Hildenbrand2016-02-102-4/+28
| * | | | | | | KVM: s390: gaccess: introduce access modesDavid Hildenbrand2016-02-105-35/+43
| * | | | | | | KVM: s390: migration / injection of prog irq ilcDavid Hildenbrand2016-02-101-1/+11
| * | | | | | | KVM: s390: PSW forwarding / rewinding / ilc reworkDavid Hildenbrand2016-02-105-36/+50
| * | | | | | | KVM: s390: sync of fp registers via kvm_runDavid Hildenbrand2016-02-102-7/+13
| * | | | | | | KVM: s390: allow sync of fp registers via vregsDavid Hildenbrand2016-02-101-1/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-142-3/+3
|\ \ \ \ \ \
| * | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2016-02-298-25/+59
| |\| | | | |
| * | | | | | KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2016-02-252-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-141-1/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar2016-02-298-25/+59
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin2016-02-091-1/+0
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-03-141-4/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar2016-03-048-25/+59
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-4/+4
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-101-1/+1
|\ \ \ \ \ \
| * | | | | | KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUSDavid Hildenbrand2016-03-081-1/+1
| | |/ / / / | |/| | | |
* | | | | | s390/mm: four page table levels vs. forkMartin Schwidefsky2016-03-102-10/+30
* | | | | | s390/cpumf: Fix lpp detectionChristian Borntraeger2016-03-081-1/+1
|/ / / / /
* | | | | s390/fpu: signals vs. floating point control registerMartin Schwidefsky2016-02-221-0/+2
* | | | | s390/compat: correct restore of high gprs on signal returnMartin Schwidefsky2016-02-221-1/+1
| |_|_|/ |/| | |