summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-07-313-3/+17
|\
| * s390/mm: rename user_mode variable to addressing_modeHeiko Carstens2012-07-302-2/+2
| * s390/mm: downgrade page table after fork of a 31 bit processMartin Schwidefsky2012-07-262-1/+15
* | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-301-1/+0
|/
* Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-242-0/+3
|\
| * KVM: s390: Fix sigp sense handling.Cornelia Huck2012-07-031-0/+1
| * s390/smp/kvm: unifiy sigp definitionsHeiko Carstens2012-07-031-0/+31
| * KVM: s390: Perform early event mask processing during bootHeinz Graalfs2012-06-131-0/+2
* | s390/vtimer: rework virtual timer interfaceMartin Schwidefsky2012-07-203-53/+37
* | s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-2078-184/+66
* | s390/idle: reduce size of s390_idle_data structureHeiko Carstens2012-07-171-1/+1
* | s390/smp: make absolute lowcore / cpu restart parameter accesses more robustHeiko Carstens2012-06-143-8/+11
* | s390/ccwgroup: remove unused ccwgroup_device memberSebastian Ott2012-06-051-2/+0
* | s390/smp/kvm: unifiy sigp definitionsHeiko Carstens2012-06-051-0/+31
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-3/+0
|\
| * bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-05-3131-199/+170
|\ \ | |/ |/|
| * s390/uaccess: fix access_ok compile warningsHeiko Carstens2012-05-301-4/+9
| * s390/cmpxchg: fix sign extension bugsHeiko Carstens2012-05-301-6/+8
| * s390/cmpxchg: fix 1 and 2 byte memory accessesHeiko Carstens2012-05-301-4/+4
| * s390/cmpxchg: fix compile warnings specific to s390Heiko Carstens2012-05-301-9/+25
| * s390/cmpxchg: add missing memory barrier to cmpxchg64Heiko Carstens2012-05-301-1/+1
| * s390/cpu: remove cpu "capabilities" sysfs attributeHeiko Carstens2012-05-301-1/+0
| * s390/kernel: Introduce memcpy_absolute() functionMichael Holzheu2012-05-301-1/+1
| * s390/headers: replace __s390x__ with CONFIG_64BIT where possibleHeiko Carstens2012-05-2418-119/+119
| * s390/headers: remove #ifdef __KERNEL__ from not exported headersHeiko Carstens2012-05-2413-52/+1
| * s390/irq: split irq stats for cpu-measurement alert facilitiesHendrik Brueckner2012-05-231-1/+2
| * s390/kernel: Remove OS info init function call and diag 308 for kdumpMichael Holzheu2012-05-231-3/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-244-0/+12
|\ \
| * | KVM: s390: onereg for timer related registersJason J. herne2012-05-171-0/+2
| * | KVM: s390: epoch difference and TOD programmable fieldCarsten Otte2012-05-171-0/+3
| * | KVM: s390: add capability indicating COW supportChristian Borntraeger2012-05-171-0/+1
| * | KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVMKonstantin Weitz2012-04-301-0/+1
| * | Merge branch 'linus' into queueMarcelo Tosatti2012-04-194-27/+3
| |\ \
| * | | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+5
* | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-3/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-3/+0
| | |/ | |/|
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-211-1/+1
|\ \ \
| * | | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
| |/ /
* | | s390/ccwgroup: remove ccwgroup_create_from_stringSebastian Ott2012-05-161-13/+2
* | | s390/ccwgroup: exploit ccwdev_by_dev_idSebastian Ott2012-05-161-2/+2
* | | s390/ccwgroup: introduce ccwgroup_create_devSebastian Ott2012-05-161-0/+5
* | | s390/barrier: make use of fast-bcr facilityHeiko Carstens2012-05-161-0/+5
* | | s390/barrier: cleanup barrier functionsHeiko Carstens2012-05-161-17/+15
* | | s390/time: simply Kconfig dependencyHeiko Carstens2012-05-161-1/+1
* | | s390/time: always use stckf instead of stck if availableHeiko Carstens2012-05-162-15/+5
* | | s390: replace TIF_SIE with PF_VCPUMartin Schwidefsky2012-05-161-2/+0
* | | s390: allow absolute memory access for /dev/memMichael Holzheu2012-05-161-5/+2
* | | 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
|/ /