aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-26[S390] kprobes: Align probe address.David Wilder1-1/+1
2007-03-19[S390] Wire up sys_utimes.Heiko Carstens2-0/+7
2007-03-19[S390] reboot from and dump to SCSI under z/VM fails.Michael Holzheu1-5/+4
2007-03-19[S390] Wire up compat_sys_epoll_pwait.Heiko Carstens2-1/+12
2007-03-19[S390] strlcpy is smart enoughJean Delvare1-1/+1
2007-03-19[S390] memory detection: fix off by one bug.Heiko Carstens1-2/+8
2007-03-05[S390] Fixed handling of access register mode faults.Gerald Schaefer2-6/+16
2007-03-05[S390] nss: disable kexec.Heiko Carstens1-0/+5
2007-03-05[S390] reipl: move dump_prefix_page out of text section.Heiko Carstens3-12/+18
2007-03-05[S390] smp: disable preemption in smp_call_function/smp_call_function_onHeiko Carstens1-7/+8
2007-03-05[S390] kprobes breaks BUG_ONMartin Schwidefsky1-14/+7
2007-02-21[S390] nss: Free unused memory in kernel image.Heiko Carstens4-28/+17
2007-02-21[S390] bss section clearing.Heiko Carstens1-1/+1
2007-02-21[S390] Remove BUG() statementMichael Holzheu1-1/+1
2007-02-21[S390] New header file ipl.hMichael Holzheu4-22/+5
2007-02-21[S390] New get_cpu_id() inline assemblyMichael Holzheu2-2/+2
2007-02-21[S390] etr: Add barrier() to etr_sync_cpu_start().Heiko Carstens1-1/+9
2007-02-21[S390] smp_call_function cleanupJan Glauber1-104/+77
2007-02-16[PATCH] clocksource: fixup is_continous changes on S390Thomas Gleixner1-1/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: s390: remove unnecessary use of insert_at_headEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: s390: move sysctl definitions to sysctl.hEric W. Biederman1-1/+0
2007-02-12Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-6/+9
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-1/+1
2007-02-12[PATCH] Dynamic kernel command-line: s390Alon Bar-Lev1-1/+1
2007-02-12[S390] smp_call_function/smp_call_function_on locking.Heiko Carstens1-6/+9
2007-02-11[PATCH] Common compat_sys_sysinfoKyle McMartin3-49/+4
2007-02-11[PATCH] disable init/initramfs.c: architecturesJean-Paul Saman1-0/+3
2007-02-05[S390] Avoid excessive inlining.Heiko Carstens6-17/+17
2007-02-05[S390] Mark kernel text section read-only.Heiko Carstens3-6/+25
2007-02-05[S390] Convert memory detection into C code.Heiko Carstens8-570/+467
2007-02-05[S390] Calibrate delay and bogomips.Martin Schwidefsky1-0/+1
2007-02-05[S390] boot from NSS supportHongjie Yang5-64/+275
2007-02-05[S390] ETR support.Martin Schwidefsky4-72/+1126
2007-02-05[S390] noexec protectionGerald Schaefer9-48/+111
2007-02-05[S390] kretprobe_trampoline_holder() in wrong section.Heiko Carstens1-1/+1
2007-02-05[S390] Fix kprobes breakpoint handling.Heiko Carstens1-2/+9
2007-02-05[S390] Fix FCP dump feature detection.Heiko Carstens1-1/+5
2007-02-05[S390] cpcmd with vmalloc addresses.Christian Borntraeger1-7/+7
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 Carstens15-72/+63
2007-02-05[S390] Move init_irq_proc to the other irq related functions.Heiko Carstens3-24/+13
2007-01-09[S390] Fix vmalloc area size calculation.Heiko Carstens1-1/+1
2007-01-09[S390] Fix cpu hotplug (missing 'online' attribute).Heiko Carstens1-1/+4
2007-01-09[S390] memory detection misses 128k.Hongjie Yang2-2/+22
2006-12-15[S390] Save prefix register for dump on panicMichael Holzheu3-2/+13
2006-12-15[S390] Fix reboot hangMichael Holzheu1-44/+1
2006-12-15[S390] Fix reboot hang on LPARsMichael Holzheu2-1/+51
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2-5/+5
2006-12-08Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-42/+13