summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2009-03-27generic compat_sys_ustatChristoph Hellwig1-1/+1
2009-03-26[S390] remove duplicated #includesHuang Weiyi1-1/+0
2009-03-26[S390] cpumask: Use accessors code.Rusty Russell1-3/+2
2009-03-26[S390] cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.Rusty Russell1-9/+9
2009-03-26[S390] cpumask: remove cpu_coregroup_mapRusty Russell1-1/+1
2009-03-26[S390] fix clock comparator save area usageHeiko Carstens1-7/+4
2009-03-26[S390] Add hwcap flag for the etf3 enhancement facilityAndreas Krebbel2-6/+13
2009-03-26[S390] Ensure that ipl panic notifier is called late.Michael Holzheu1-1/+1
2009-03-26[S390] fix dfp elf hwcap/facility bit detectionChristian Ehrhardt1-2/+4
2009-03-26[S390] smp: perform initial cpu reset before starting a cpuHeiko Carstens1-7/+16
2009-03-26[S390] smp: fix memory leak on __cpu_upHeiko Carstens2-5/+3
2009-03-26[S390] ipl: Improve checking logic and remove switch defaults.Michael Holzheu1-7/+6
2009-03-26[S390] s390dbf: Remove needless check for NULL pointer.Michael Holzheu1-2/+1
2009-03-26[S390] s390dbf: Remove redundant initilizations.Michael Holzheu1-2/+1
2009-03-26[S390] BUG to BUG_ON changesStoyan Gaydarov2-4/+2
2009-03-26[S390] zfcpdump: Prevent zcore from beeing built as a kernel module.Michael Holzheu2-4/+4
2009-03-26[S390] Use csum_partial in checksum.hFrank Munzert1-1/+3
2009-03-26[S390] cleanup lowcore.hMartin Schwidefsky1-0/+2
2009-03-26[S390] eliminate ipl_device from lowcoreMartin Schwidefsky4-4/+0
2009-03-26[S390] eliminate cpuinfo_S390 structureMartin Schwidefsky3-46/+41
2009-03-26[S390] Expose a constant for the number of words representing the CRsDan Smith1-1/+2
2009-03-26[S390] module function call optimizationMartin Schwidefsky1-7/+12
2009-03-26[S390] remove duplicate nul-termination of stringHendrik Brueckner1-1/+0
2009-03-26[S390] kernel: Disable switch_amode by defaultGerald Schaefer1-4/+0
2009-03-26[S390] clock sync mode flagsMartin Schwidefsky1-27/+44
2009-03-26[S390] move EXPORT_SYMBOLs to definitionsHeiko Carstens4-44/+15
2009-03-26[S390] convert bitmap definitions to CHeiko Carstens2-56/+49
2009-03-26[S390] Remove CONFIG_MACHCHK_WARNING.Heiko Carstens1-18/+11
2009-03-26[S390] split/move machine check handler codeHeiko Carstens3-2/+385
2009-03-26[S390] Fix hypervisor detection for KVMChristian Borntraeger2-9/+15
2009-03-26[S390] lockdep: trace hardirq off in smp_send_stopChristian Borntraeger1-0/+2
2009-03-26[S390] cputime: initialize per thread timer values on forkHeiko Carstens1-0/+5
2009-03-26[S390] arch/s390/kernel/process.c: fix whitespace damageHeiko Carstens1-37/+27
2009-03-26[S390] move sysinfo.c from drivers/s390 to arch/s390/kernelHeiko Carstens2-1/+431
2009-03-26[S390] Automatic IPL after dumpFrank Munzert3-13/+57
2009-03-26[S390] fix dump_stack vs. %p and (null)Christian Borntraeger1-1/+3
2009-03-18[S390] ftrace/mcount: fix kernel stack backchainHeiko Carstens1-2/+4
2009-02-19[S390] fix "mem=" handling in case of standby memoryHeiko Carstens1-2/+7
2009-02-11[S390] Fix init irq proc build break.Sachin Sant1-0/+2
2009-01-23[S390] Add missing compat system call wrappers.Michael Holzheu2-5/+43
2009-01-23[S390] etr/stp: fix possible deadlockHeiko Carstens1-2/+4
2009-01-23[S390] cputime: fix lowcore initialization on cpu hotplugHeiko Carstens1-0/+4
2009-01-23[S390] fix compat sigaltstack syscall table entryMichael Holzheu1-1/+1
2009-01-14[CVE-2009-0029] s390 specific system call wrappersHeiko Carstens6-44/+50
2009-01-14[CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens1-1/+0
2009-01-09[S390] vdso: compile fixHeiko Carstens2-2/+4
2009-01-09[S390] remove code for oldselect system callHeiko Carstens2-21/+0
2009-01-09[S390] gettimeofday.S: removed duplicated #includesHuang Weiyi1-4/+0