summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
|\ \ \
| * | | add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-141-1/+1
* | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-05-1934-697/+969
|\ \ \ \
| * | | | [S390] debug: enable exception-trace debug facilityHeiko Carstens2010-05-173-40/+30
| * | | | [S390] s390_hypfs: Add new attributesMichael Holzheu2010-05-175-32/+230
| * | | | [S390] qdio: remove API wrappersJan Glauber2010-05-171-2/+0
| * | | | [S390] user space fault: report fault before calling do_exitHeiko Carstens2010-05-171-1/+1
| * | | | [S390] topology: expose core identifierHeiko Carstens2010-05-172-1/+8
| * | | | [S390] vdso: add missing vdso_install targetHendrik Brueckner2010-05-171-0/+6
| * | | | [S390] vdso: remove redundant check for CONFIG_64BITChristoph Egger2010-05-171-4/+0
| * | | | [S390] avoid default_llseek in s390 driversMartin Schwidefsky2010-05-172-1/+2
| * | | | [S390] add breaking event address for user spaceMartin Schwidefsky2010-05-177-127/+222
| * | | | [S390] virtualization aware cpu measurementCarsten Otte2010-05-178-26/+105
| * | | | [S390] idle time accounting vs. machine checksMartin Schwidefsky2010-05-178-115/+123
| * | | | [S390] improve irq tracing code in entry[64].SMartin Schwidefsky2010-05-174-228/+183
| * | | | [S390] cleanup sysc_work and io_work codeMartin Schwidefsky2010-05-172-119/+64
| * | | | [S390] More cleanup for struct _lowcoreMartin Schwidefsky2010-05-175-58/+52
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-181-1/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar2010-05-081-1/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | stop_machine: reimplement using cpu_stopTejun Heo2010-05-061-1/+0
| | |/ /
* | | | [S390] correct address of _stext with CONFIG_SHARED_KERNEL=yMartin Schwidefsky2010-05-122-2/+2
* | | | [S390] ptrace: fix return value of do_syscall_trace_enter()Gerald Schaefer2010-05-121-3/+2
|/ / /
* | | [S390] vdso: use ntp adjusted clock multiplierHendrik Brueckner2010-04-227-12/+15
* | | [S390] add hook to reenable mss after hibernationSebastian Ott2010-04-221-0/+3
|/ /
* | [S390] Update default configuration.Martin Schwidefsky2010-04-091-10/+30
* | [S390] nss: add missing .previous statement to asm functionHeiko Carstens2010-04-091-1/+2
* | [S390] increase default size of vmalloc areaMartin Schwidefsky2010-04-091-3/+3
* | [S390] s390: disable change bit overrideChristian Borntraeger2010-04-091-8/+3
* | [S390] fix io_return critical section cleanupMartin Schwidefsky2010-04-092-2/+14
* | [S390] arch/s390/kernel: Add missing unlockJulia Lawall2010-04-091-1/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3021-8/+17
|/
* [S390] fix boot failures with compressed kernelsMartin Schwidefsky2010-03-243-6/+7
* [S390] system.h: Fix compile error for 1 and 2 byte cmpxchgChristian Borntraeger2010-03-241-4/+4
* [S390] smp: fix lowcore allocationHeiko Carstens2010-03-241-2/+2
* [S390] zcore: CPU registers are not saved under LPARMichael Holzheu2010-03-243-3/+30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-123-3/+3
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2010-03-083-3/+3
| |\
| | * tree-wide: Assorted spelling fixesDaniel Mack2010-02-092-2/+2
| | * tree-wide: fix 'lenght' typo in comments and codeDaniel Mack2010-02-051-1/+1
* | | ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig2010-03-121-3/+0
* | | improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-125-16/+4
* | | Add generic sys_ipc wrapperChristoph Hellwig2010-03-123-3/+3
* | | Add generic sys_old_mmap()Christoph Hellwig2010-03-124-28/+10
OpenPOWER on IntegriCloud