summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-01-05[S390] irq: have detailed statistics for interrupt typesHeiko Carstens5-7/+31
2011-01-05[S390] add kprobes annotationsMartin Schwidefsky8-9/+26
2011-01-05[S390] kprobes: coding styleMartin Schwidefsky1-34/+34
2011-01-05[S390] kprobes: restructure handler functionMartin Schwidefsky1-43/+71
2011-01-05[S390] kprobes: jprobe save and restoreMartin Schwidefsky1-10/+7
2011-01-05[S390] kprobes: insn slotsMartin Schwidefsky1-8/+0
2011-01-05[S390] kprobes: activation and deactivationMartin Schwidefsky1-32/+27
2011-01-05[S390] kprobes: instruction fixupMartin Schwidefsky1-73/+57
2011-01-05[S390] kprobes: instruction swapMartin Schwidefsky1-7/+9
2011-01-05[S390] kprobes: single step cleanupMartin Schwidefsky1-41/+36
2011-01-05[S390] kprobes: single stepped breakpointMartin Schwidefsky1-6/+0
2010-12-01[S390] nohz/s390: fix arch_needs_cpu() return value on offline cpusHeiko Carstens1-0/+19
2010-11-25[S390] nmi: fix clock comparator revalidationHeiko Carstens1-6/+4
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-10[S390] kprobes: Fix the return address of multiple kretprobesMartin Schwidefsky1-3/+26
2010-11-10[S390] kprobes: disable interrupts throughoutMartin Schwidefsky1-14/+27
2010-10-29[S390] fix kprobes single steppingMartin Schwidefsky3-1/+10
2010-10-29[S390] vdso: get rid of redefinition warningsHeiko Carstens5-13/+13
2010-10-29[S390] facility detection: remove unused variableHeiko Carstens1-2/+0
2010-10-29[S390] topology: fix cpu masks for topology=off caseHeiko Carstens1-2/+4
2010-10-29[S390] topology: add SCHED_MC config optionHeiko Carstens1-0/+2
2010-10-29[S390] Add z196 machine type to setup_hwcapsHeiko Carstens1-0/+3
2010-10-28ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-10-25[S390] topology: export cpu topology via proc/sysinfoHeiko Carstens2-3/+34
2010-10-25[S390] topology: move topology sysinfo codeHeiko Carstens1-54/+21
2010-10-25[S390] topology: clean up facility detectionHeiko Carstens2-9/+7
2010-10-25[S390] cleanup facility list handlingMartin Schwidefsky5-32/+40
2010-10-25[S390] topology: change defaultHeiko Carstens1-3/+3
2010-10-25[S390] smp: use correct cpu address in print_cpu_info()Heiko Carstens1-1/+1
2010-10-25[S390] remove ieee_instruction_pointer from thread_structMartin Schwidefsky2-3/+1
2010-10-25[S390] cleanup system call parameter setupMartin Schwidefsky2-5/+5
2010-10-25[S390] cleanup lowcore access from external interruptsMartin Schwidefsky8-18/+26
2010-10-25[S390] cleanup lowcore access from program checksMartin Schwidefsky5-150/+96
2010-10-25[S390] Add config option for z196 code generation.Heiko Carstens1-2/+6
2010-10-25[S390] sysinfo: display capacity adjustment indicatorHeiko Carstens1-0/+7
2010-10-25[S390] add z196 instructions to kernel disassemblerMartin Schwidefsky1-13/+132
2010-10-25[S390] add support for nonquiescing sskeMartin Schwidefsky2-2/+4
2010-10-25[S390] cpu hotplug/idle: move cpu_die call to enabled contextHeiko Carstens1-5/+5
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds1-2/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-14Merge branch 'linus' into sched/coreIngo Molnar1-2/+1
2010-10-07Fix IRQ flag handling namingDavid Howells1-2/+2
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds1-2/+1
2010-09-09topology, s390: Add z11 cpu topology supportHeiko Carstens1-57/+93
2010-08-24[S390] fix tlb flushing vs. concurrent /proc accessesMartin Schwidefsky1-0/+2
2010-08-24[S390] s390: fix build error (sys_execve)Sebastian Ott1-2/+2
2010-08-18Make do_execve() take a const filename pointerDavid Howells1-2/+3
2010-08-14Mark arguments to certain syscalls as being constDavid Howells4-12/+12
2010-08-13[S390] wire up prlimit64 and fanotify* syscallsHeiko Carstens2-0/+27