aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2010-08-051-1/+2
|\
| * Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek2010-08-04118-2058/+3052
| |\
| * | kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg2010-08-031-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-08-043-219/+23
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/crypto-2.6Herbert Xu2010-05-2642-719/+991
| |\ \ \
| * | | | crypto: des_s390 - Checkpatch cleanupAndrea Gelmini2010-05-261-1/+1
| * | | | crypto: des_s390: use generic weak key checkJan Glauber2010-05-212-28/+21
| * | | | crypto: des_s390: remove des3_ede128 modeJan Glauber2010-05-211-190/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-08-041-0/+6
|\ \ \ \ \
| * | | | | [SCSI] zfcp: Enable data division support for FCP devicesChristof Schmitt2010-07-281-0/+6
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-1/+2
|\ \ \ \ \ \
| * | | | | | net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-1/+2
* | | | | | | Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-08-044-49/+24
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | KVM: Remove unnecessary divide operationsJoerg Roedel2010-08-011-1/+2
| * | | | | | KVM: Remove memory alias supportAvi Kivity2010-08-011-5/+0
| * | | | | | KVM: s390: Don't exit SIE on SIGP sense runningChristian Borntraeger2010-08-012-2/+4
| * | | | | | KVM: s390: Fix build failure due to centralized vcpu locking patchesChristian Borntraeger2010-08-013-3/+3
| * | | | | | KVM: Consolidate arch specific vcpu ioctl lockingAvi Kivity2010-08-011-7/+6
| * | | | | | KVM: s390: Centrally lock arch specific vcpu ioctlsAvi Kivity2010-08-011-23/+17
| * | | | | | KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity2010-08-011-16/+0
| | |/ / / / | |/| | | |
* | | | | | [S390] etr: fix clock synchronization raceMartin Schwidefsky2010-07-271-6/+12
* | | | | | [S390] Fix IRQ tracing in case of PERHeiko Carstens2010-07-272-4/+20
|/ / / / /
* | | | | [S390] Update default configuration.Martin Schwidefsky2010-06-081-10/+13
* | | | | [S390] arch/s390/kvm: Use GFP_ATOMIC when a lock is heldJulia Lawall2010-06-081-1/+1
* | | | | [S390] kprobes: add parameter check to module_free()Hendrik Brueckner2010-06-081-2/+4
* | | | | [S390] appldata/extmem/kvm: add missing GFP_KERNEL flagHeiko Carstens2010-06-083-11/+12
* | | | | Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-012-2/+2
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Rename .data.nosave to .data..nosave.Denys Vlasenko2010-03-031-1/+1
| * | | Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko2010-03-031-1/+1
* | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-05-2712-97/+84
|\ \ \ \
| * | | | [S390] Add support for LZO-compressed kernels.Heiko Carstens2010-05-263-1/+9
| * | | | [S390] cmm: get rid of CMM_PROC config optionHeiko Carstens2010-05-262-16/+0
| * | | | [S390] cmm: remove superfluous EXPORT_SYMBOLs plus cleanupsHeiko Carstens2010-05-261-53/+29
| * | | | [S390] cio: unit check handling during internal I/OMichael Ernst2010-05-261-0/+10
| * | | | [S390] spp: remove KVM_AWARE_CMF config optionHeiko Carstens2010-05-263-15/+2
| * | | | [S390] kprobes: forbid probing of stnsm/stosm/epswHeiko Carstens2010-05-261-0/+3
| * | | | [S390] spp: fix compilation for CONFIG_32BITHeiko Carstens2010-05-262-3/+3
| * | | | [S390] atomic: implement atomic64_dec_if_positiveHeiko Carstens2010-05-261-0/+19
| * | | | [S390] cmm: fix crash on module unloadHeiko Carstens2010-05-261-9/+9
* | | | | asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.hFUJITA Tomonori2010-05-271-0/+2
* | | | | s390: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-05-271-3/+3
|/ / / /
* | | | Revert "endian: #define __BYTE_ORDER"Linus Torvalds2010-05-261-0/+2
| |_|/ |/| |
* | | endian: #define __BYTE_ORDERJoakim Tjernlund2010-05-251-2/+0
* | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2010-05-211-4/+4
|\ \ \
| * | | panic: Allow warnings to set different taint flagsBen Hutchings2010-05-191-4/+4
* | | | Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-05-212-3/+5
|\ \ \ \
| * | | | KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity2010-05-191-1/+1
| * | | | KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan2010-05-171-1/+1
| * | | | KVM: s390: Fix possible memory leak of in kvm_arch_vcpu_create()Wei Yongjun2010-05-171-1/+3
* | | | | sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-6/+8