aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/ipl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-6/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26[S390] Cleanup struct _lowcore usage and defines.Heiko Carstens1-4/+2
2010-02-26[S390] Replace ENOTSUPP usage with EOPNOTSUPPHeiko Carstens1-1/+1
2010-02-26[S390] smp: rework sigp codeHeiko Carstens1-1/+1
2010-02-26[S390] smp: always reboot on cpu 0Heiko Carstens1-8/+23
2009-12-18[S390] Use strim instead of strstrip to avoid false warnings.Heiko Carstens1-3/+3
2009-10-29[S390] smp: fix sigp stop handlingHeiko Carstens1-4/+3
2009-09-11[S390] kernel: Convert upper case scpdata to lower caseHendrik Brueckner1-2/+11
2009-09-11[S390] kernel: Append scpdata to kernel boot command lineHendrik Brueckner1-15/+142
2009-07-07[S390] shutdown actions: save/return rc from init functionFrank Munzert1-6/+9
2009-04-23[S390] ipl: fix compile breakageHeiko Carstens1-0/+1
2009-03-26[S390] remove duplicated #includesHuang Weiyi1-1/+0
2009-03-26[S390] Ensure that ipl panic notifier is called late.Michael Holzheu1-1/+1
2009-03-26[S390] ipl: Improve checking logic and remove switch defaults.Michael Holzheu1-7/+6
2009-03-26[S390] Use csum_partial in checksum.hFrank Munzert1-1/+3
2009-03-26[S390] Automatic IPL after dumpFrank Munzert1-4/+52
2008-08-01[S390] ipl: Reboot from alternate device does not work when booting from fileMichael Holzheu1-1/+4
2008-07-14[S390] s390: use memory_read_from_buffer()Akinobu Mita1-14/+4
2008-07-14[S390] Extra Kernel Parameters via VMPARMHendrik Brueckner1-65/+379
2008-04-17[S390] Fix a lot of sparse warnings.Heiko Carstens1-1/+1
2008-03-05[S390] Load disabled wait psw if reipl fails.Michael Holzheu1-0/+1
2008-02-05[S390] Fix couple of section mismatches.Heiko Carstens1-9/+18
2008-01-26[S390] Use diag308 subcodes 3 and 6 for reboot and dump when possible.Michael Holzheu1-6/+8
2008-01-26[S390] Initialize sclp_ipl_infoMichael Holzheu1-0/+1
2008-01-26[S390] Load disabled wait psw instead of stopping cpu on halt.Michael Holzheu1-2/+6
2008-01-26[S390] kernel: Shutdown Actions InterfaceMichael Holzheu1-332/+599
2008-01-24firmware: change firmware_kset to firmware_kobjGreg Kroah-Hartman1-4/+4
2008-01-24kset: convert s390 ipl.c to use kset_createGreg Kroah-Hartman1-36/+37
2008-01-24kobject: convert s390 ipl.c to kobj_attr interfaceGreg Kroah-Hartman1-32/+48
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-4/+4
2007-10-22[S390] kernel: Fix dump on panic for DASDs under LPAR.Michael Holzheu1-0/+2
2007-10-12[S390] Use IPL CLEAR for reipl under z/VMMichael Holzheu1-2/+2
2007-07-15missing argument in bin_attribute ->read()/->write()Al Viro1-5/+5
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-2/+0
2007-07-10[S390] sclp: introduce some new interfaces.Heiko Carstens1-9/+8
2007-05-10[S390] fix subsystem removal falloutCornelia Huck1-13/+13
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-16/+16
2007-04-27[S390] zfcpdump support.Michael Holzheu1-82/+150
2007-04-27[S390] cio/ipl: Clean interface between cio and ipl code.Heiko Carstens1-1/+22
2007-03-19[S390] reboot from and dump to SCSI under z/VM fails.Michael Holzheu1-5/+4
2007-03-05[S390] reipl: move dump_prefix_page out of text section.Heiko Carstens1-2/+2
2007-02-21[S390] nss: Free unused memory in kernel image.Heiko Carstens1-0/+7
2007-02-21[S390] Remove BUG() statementMichael Holzheu1-1/+1
2007-02-21[S390] New header file ipl.hMichael Holzheu1-22/+2
2007-02-05[S390] Convert memory detection into C code.Heiko Carstens1-9/+6
2007-02-05[S390] boot from NSS supportHongjie Yang1-0/+87
2007-02-05[S390] noexec protectionGerald Schaefer1-2/+2
2006-12-15[S390] Save prefix register for dump on panicMichael Holzheu1-0/+4
2006-12-15[S390] Fix reboot hangMichael Holzheu1-44/+1