index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
ipl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-30
[S390] sparse: fix sparse warnings about missing prototypes
Martin Schwidefsky
1
-0
/
+1
2011-10-30
[S390] sparse: fix sparse static warnings
Martin Schwidefsky
1
-4
/
+4
2011-10-30
[S390] cleanup psw related bits and pieces
Martin Schwidefsky
1
-2
/
+2
2011-10-30
[S390] kdump backend code
Michael Holzheu
1
-2
/
+10
2011-10-30
[S390] Force PSW restart on online CPU
Michael Holzheu
1
-0
/
+1
2011-08-24
[S390] Change default action from reipl to stop for on_restart
Michael Holzheu
1
-2
/
+3
2011-08-24
[S390] arch/s390/kernel/ipl.c: correct error detection check
Julia Lawall
1
-1
/
+1
2011-08-03
[S390] Use diagnose 308 for system reset
Michael Holzheu
1
-0
/
+6
2011-08-03
[S390] Add PSW restart shutdown trigger
Michael Holzheu
1
-1
/
+38
2010-05-21
sysfs: add struct file* to bin_attr callbacks
Chris Wright
1
-6
/
+8
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-26
[S390] Cleanup struct _lowcore usage and defines.
Heiko Carstens
1
-4
/
+2
2010-02-26
[S390] Replace ENOTSUPP usage with EOPNOTSUPP
Heiko Carstens
1
-1
/
+1
2010-02-26
[S390] smp: rework sigp code
Heiko Carstens
1
-1
/
+1
2010-02-26
[S390] smp: always reboot on cpu 0
Heiko Carstens
1
-8
/
+23
2009-12-18
[S390] Use strim instead of strstrip to avoid false warnings.
Heiko Carstens
1
-3
/
+3
2009-10-29
[S390] smp: fix sigp stop handling
Heiko Carstens
1
-4
/
+3
2009-09-11
[S390] kernel: Convert upper case scpdata to lower case
Hendrik Brueckner
1
-2
/
+11
2009-09-11
[S390] kernel: Append scpdata to kernel boot command line
Hendrik Brueckner
1
-15
/
+142
2009-07-07
[S390] shutdown actions: save/return rc from init function
Frank Munzert
1
-6
/
+9
2009-04-23
[S390] ipl: fix compile breakage
Heiko Carstens
1
-0
/
+1
2009-03-26
[S390] remove duplicated #includes
Huang Weiyi
1
-1
/
+0
2009-03-26
[S390] Ensure that ipl panic notifier is called late.
Michael Holzheu
1
-1
/
+1
2009-03-26
[S390] ipl: Improve checking logic and remove switch defaults.
Michael Holzheu
1
-7
/
+6
2009-03-26
[S390] Use csum_partial in checksum.h
Frank Munzert
1
-1
/
+3
2009-03-26
[S390] Automatic IPL after dump
Frank Munzert
1
-4
/
+52
2008-08-01
[S390] ipl: Reboot from alternate device does not work when booting from file
Michael Holzheu
1
-1
/
+4
2008-07-14
[S390] s390: use memory_read_from_buffer()
Akinobu Mita
1
-14
/
+4
2008-07-14
[S390] Extra Kernel Parameters via VMPARM
Hendrik Brueckner
1
-65
/
+379
2008-04-17
[S390] Fix a lot of sparse warnings.
Heiko Carstens
1
-1
/
+1
2008-03-05
[S390] Load disabled wait psw if reipl fails.
Michael Holzheu
1
-0
/
+1
2008-02-05
[S390] Fix couple of section mismatches.
Heiko Carstens
1
-9
/
+18
2008-01-26
[S390] Use diag308 subcodes 3 and 6 for reboot and dump when possible.
Michael Holzheu
1
-6
/
+8
2008-01-26
[S390] Initialize sclp_ipl_info
Michael Holzheu
1
-0
/
+1
2008-01-26
[S390] Load disabled wait psw instead of stopping cpu on halt.
Michael Holzheu
1
-2
/
+6
2008-01-26
[S390] kernel: Shutdown Actions Interface
Michael Holzheu
1
-332
/
+599
2008-01-24
firmware: change firmware_kset to firmware_kobj
Greg Kroah-Hartman
1
-4
/
+4
2008-01-24
kset: convert s390 ipl.c to use kset_create
Greg Kroah-Hartman
1
-36
/
+37
2008-01-24
kobject: convert s390 ipl.c to kobj_attr interface
Greg Kroah-Hartman
1
-32
/
+48
2008-01-24
kobject: remove struct kobj_type from struct kset
Greg Kroah-Hartman
1
-4
/
+4
2007-10-22
[S390] kernel: Fix dump on panic for DASDs under LPAR.
Michael Holzheu
1
-0
/
+2
2007-10-12
[S390] Use IPL CLEAR for reipl under z/VM
Michael Holzheu
1
-2
/
+2
2007-07-15
missing argument in bin_attribute ->read()/->write()
Al Viro
1
-5
/
+5
2007-07-11
sysfs: kill unnecessary attribute->owner
Tejun Heo
1
-2
/
+0
2007-07-10
[S390] sclp: introduce some new interfaces.
Heiko Carstens
1
-9
/
+8
2007-05-10
[S390] fix subsystem removal fallout
Cornelia Huck
1
-13
/
+13
2007-05-02
remove "struct subsystem" as it is no longer needed
Greg Kroah-Hartman
1
-16
/
+16
2007-04-27
[S390] zfcpdump support.
Michael Holzheu
1
-82
/
+150
2007-04-27
[S390] cio/ipl: Clean interface between cio and ipl code.
Heiko Carstens
1
-1
/
+22
2007-03-19
[S390] reboot from and dump to SCSI under z/VM fails.
Michael Holzheu
1
-5
/
+4
[next]