summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
* | | s390: allow absolute memory access for /dev/memMichael Holzheu2012-05-162-5/+69
* | | s390: make sie intercept independent of thread_infoMartin Schwidefsky2012-05-161-6/+6
* | | s390: initialize backchain for ext_int_handler()Michael Holzheu2012-05-161-0/+1
* | | s390/crash dump: add missing SMP dependencyHeiko Carstens2012-05-161-1/+1
* | | s390/smp: get rid of compile warningHeiko Carstens2012-05-161-0/+4
* | | s390/crypto des: add missing select statementHeiko Carstens2012-05-161-1/+0
* | | s390/compat: select COMPAT_BINFMT_ELF only if BINFMT_ELF is setHeiko Carstens2012-05-161-1/+1
* | | s390/qdio: Cleanup error handling to driversJan Glauber2012-05-161-5/+7
* | | s390/qdio: remove duplicate defines of data div bitsSteffen Maier2012-05-161-5/+2
|/ /
* | [S390] Fix compile error in swab.hMartin Schwidefsky2012-04-111-1/+1
* | [S390] Fix stfle() lowcore protection problemMichael Holzheu2012-04-112-3/+2
* | [S390] cpum_cf: get rid of compile warningsHeiko Carstens2012-04-111-2/+2
* | [S390] irq: simple coding style changeHeiko Carstens2012-04-111-3/+6
* | [S390] update default configurationMichael Holzheu2012-04-111-19/+18
* | [S390] fix tlb flushing for page table pagesMartin Schwidefsky2012-04-114-28/+61
* | [S390] kernel: Use local_irq_save() for memcpy_real()Michael Holzheu2012-04-111-9/+18
|/
* [S390] Fix build errors (fallout from system.h disintegration)Heiko Carstens2012-03-307-2/+9
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-60/+10
|\
| * s390: Use generic posix_types.hH. Peter Anvin2012-02-141-60/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-03-291-0/+1
|\ \
| * | [PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf2012-03-151-0/+1
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-2836-336/+361
|\ \ \
| * | | Delete all instances of asm/system.hDavid Howells2012-03-281-7/+0
| * | | Disintegrate asm/system.h for S390David Howells2012-03-2836-335/+366
* | | | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-2810-83/+305
|\ \ \ \
| * | | | KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2012-03-082-0/+13
| * | | | KVM: s390: provide control registers via kvm_runChristian Borntraeger2012-03-082-1/+10
| * | | | KVM: s390: add stop_on_stop flag when doing stop and storeJens Freimann2012-03-081-1/+2
| * | | | KVM: s390: ignore sigp stop overinitiativeJens Freimann2012-03-081-0/+3
| * | | | KVM: s390: make sigp restart return busy when stop pendingJens Freimann2012-03-081-0/+31
| * | | | KVM: s390: do store status after handling STOP_ON_STOP bitJens Freimann2012-03-081-8/+12
| * | | | KVM: s390: Sanitize fpc registers for KVM_SET_FPUChristian Borntraeger2012-03-081-1/+1
| * | | | KVM: s390: provide access guest registers via kvm_runChristian Borntraeger2012-03-053-8/+11
| * | | | KVM: s390: provide general purpose guest registers via kvm_runChristian Borntraeger2012-03-057-36/+37
| * | | | KVM: s390: provide the prefix register via kvm_runChristian Borntraeger2012-03-052-0/+9
| * | | | KVM: provide synchronous registers in kvm_runChristian Borntraeger2012-03-051-0/+3
| * | | | KVM: s390: rework code that sets the prefixChristian Borntraeger2012-03-054-6/+10
| * | | | KVM: s390: Fix return code for unknown ioctl numbersCarsten Otte2012-03-051-1/+1
| * | | | KVM: s390: ucontrol: announce capability for user controlled vmsCarsten Otte2012-03-051-0/+3
| * | | | KVM: s390: fix assumption for KVM_MAX_VCPUSCarsten Otte2012-03-051-2/+3
| * | | | KVM: s390: ucontrol: disable scaCarsten Otte2012-03-051-10/+20
| * | | | KVM: s390: ucontrol: interface to inject faults on a vcpu page tableCarsten Otte2012-03-051-0/+6
| * | | | KVM: s390: ucontrol: disable in-kernel irq stackCarsten Otte2012-03-051-1/+2
| * | | | KVM: s390: ucontrol: disable in-kernel handling of SIE interceptsCarsten Otte2012-03-051-1/+4
| * | | | KVM: s390: ucontrol: export SIE control block to userCarsten Otte2012-03-051-0/+13
| * | | | KVM: s390: ucontrol: export page faults to userCarsten Otte2012-03-052-5/+28
| * | | | KVM: s390: ucontrol: per vcpu address spacesCarsten Otte2012-03-051-1/+49
| * | | | KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte2012-03-053-5/+38
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-03-2710-34/+969
|\ \ \ \ \
| * | | | | [S390] register cpu devices for SMP=nMartin Schwidefsky2012-03-231-0/+1
OpenPOWER on IntegriCloud