summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-09[S390] Remove a.out header file.Martin Schwidefsky1-1/+0
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-4/+7
2008-02-05[S390] Remove BUILD_BUG_ON() in vmem code.Heiko Carstens1-1/+1
2008-02-05[S390] console: allow vt220 console to be the only consolePeter Oberparleiter1-5/+5
2008-02-05[S390] Fix couple of section mismatches.Heiko Carstens1-1/+1
2008-01-26[S390] constify function pointer tables.Jan Engelhardt1-1/+1
2008-01-26[S390] kernel: Shutdown Actions InterfaceMichael Holzheu1-102/+1
2008-01-26[S390] Get rid of additional_cpus kernel parameter.Heiko Carstens1-1/+0
2008-01-26[S390] Get rid of HOLES_IN_ZONE requirement.Heiko Carstens1-1/+24
2008-01-26[S390] Change vmalloc defintionsChristian Borntraeger1-3/+3
2008-01-26[S390] Standby cpu activation/deactivation.Heiko Carstens1-1/+1
2007-12-04[S390] Make sure the restore psw masks are initialized.Heiko Carstens1-3/+1
2007-11-20[S390] Fix irq tracing and lockdep_sys_exit calls.Heiko Carstens1-0/+4
2007-11-20[S390] magic sysrq: check for in_atomic before doing an console_unblankChristian Borntraeger1-1/+1
2007-06-19[S390] Missing blank when appending cio_ignore kernel parameterMichael Holzheu1-0/+1
2007-05-31[S390] Fix section annotations.Heiko Carstens1-2/+2
2007-05-04[S390] add hardware capability support (ELF_HWCAP).Martin Schwidefsky1-0/+109
2007-05-04[S390] Export uaccess as non-gpl symbol.Martin Schwidefsky1-1/+1
2007-04-27[S390] zfcpdump support.Michael Holzheu1-3/+35
2007-02-21[S390] nss: Free unused memory in kernel image.Heiko Carstens1-1/+6
2007-02-21[S390] New header file ipl.hMichael Holzheu1-0/+1
2007-02-21[S390] New get_cpu_id() inline assemblyMichael Holzheu1-1/+1
2007-02-12[PATCH] Dynamic kernel command-line: s390Alon Bar-Lev1-1/+1
2007-02-05[S390] Avoid excessive inlining.Heiko Carstens1-3/+3
2007-02-05[S390] Convert memory detection into C code.Heiko Carstens1-134/+0
2007-02-05[S390] Calibrate delay and bogomips.Martin Schwidefsky1-0/+1
2007-02-05[S390] boot from NSS supportHongjie Yang1-8/+170
2007-02-05[S390] noexec protectionGerald Schaefer1-5/+93
2007-02-05[S390] Remove pointless/unreliable kernel messages.Heiko Carstens1-3/+0
2007-02-05[S390] Get rid of a lot of sparse warnings.Heiko Carstens1-5/+2
2007-01-09[S390] Fix vmalloc area size calculation.Heiko Carstens1-1/+1
2006-12-08[S390] Use add_active_range() and free_area_init_nodes().Heiko Carstens1-41/+12
2006-12-08[S390] Virtual memmap for s390.Heiko Carstens1-1/+1
2006-12-04[S390] Memory detection fixes.Heiko Carstens1-17/+32
2006-12-04[S390] Cleanup memory_chunk array usage.Heiko Carstens1-5/+2
2006-12-04[S390] cpcmd <-> __cpcmd calling issuesHeiko Carstens1-5/+5
2006-11-06[S390] IRQs too early enabled.Heiko Carstens1-1/+1
2006-11-06[S390] revert add_active_range() usage patch.Heiko Carstens1-12/+41
2006-10-04[S390] Have s390 use add_active_range() and free_area_init_nodes.Heiko Carstens1-42/+13
2006-09-28[S390] Inline assembly cleanup.Martin Schwidefsky1-1/+1
2006-09-20[S390] Use alternative user-copy operations for new hardware.Gerald Schaefer1-1/+5
2006-09-20[S390] Make user-copy operations run-time configurable.Gerald Schaefer1-0/+7
2006-09-20[S390] ipl/dump on panic.Michael Holzheu1-219/+1
2006-09-20[S390] initrd vs. bootmem bitmap.Heiko Carstens1-3/+38
2006-07-18[S390] sysfs_create_xxx return values.Heiko Carstens1-10/+36
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[S390] Add vmpanic parameter.Peter Oberparleiter1-0/+34
2006-06-29[S390] console_unblank woes.Martin Schwidefsky1-3/+18
2006-06-25[PATCH] s390: setup.c cleanup + build fixHeiko Carstens1-9/+6
2006-03-24[PATCH] s390: early parameter parsingHeiko Carstens1-63/+45