aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-09-26s390/sysinfo,topology: fix cpu topology maximum nesting detectionHeiko Carstens3-20/+29
2012-09-26s390/sysinfo: add additional z196 fields to outputHeiko Carstens1-8/+24
2012-09-26s390/sysinfo: convert /proc/sysinfo to seqfileHeiko Carstens1-167/+115
2012-09-26s390/topology: remove sysinfo header include, add forward declaration insteadHeiko Carstens1-0/+1
2012-09-26s390/mm: shorten addressing mode initializationHeiko Carstens1-18/+10
2012-09-26s390/mm: rename addressing_mode to s390_user_modeHeiko Carstens3-10/+10
2012-09-26s390/mm: change default addressing modeHeiko Carstens1-11/+1
2012-09-26s390/smp: avoid concurrent write to sigp status fieldHeiko Carstens1-6/+7
2012-09-26s390/processor: use ARRAY_SIZE instead of hard coded valueHeiko Carstens1-2/+2
2012-09-26s390/cache: add cpu cache information to /proc/cpuinfoHeiko Carstens2-10/+37
2012-09-26s390: add support for transactional memoryMartin Schwidefsky8-18/+129
2012-09-26s390: add support for runtime instrumentationJan Glauber7-1/+186
2012-09-26s390/eadm_sch: add support for irq statisticsSebastian Ott1-0/+1
2012-09-26s390/kexec: move machine_crash_shutdown() to machine_kexec.cHeiko Carstens3-15/+5
2012-09-26s390/cpu hotplug: mask out CPU_TASKS_FROZEN in cu hotplug notifiersHeiko Carstens2-5/+2
2012-09-26s390/cpu hotplug: use hotcpu_notifier() instead of register_cpu_notifier()Heiko Carstens1-5/+1
2012-09-26s390/cache: expose cpu cache topology via sysfsHeiko Carstens2-0/+360
2012-09-26s390: enable large page support with CONFIG_DEBUG_PAGEALLOCGerald Schaefer1-2/+0
2012-09-26s390/string: provide asm lib functions for memcpy and memcmpHeiko Carstens1-0/+2
2012-09-26s390/bpf,jit: BPF Just In Time compiler for s390Martin Schwidefsky1-0/+23
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker1-3/+3
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz1-1/+1
2012-09-24time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz1-1/+1
2012-09-21userns: Convert s390 getting uid and gid system calls to use kuid and kgidEric W. Biederman1-12/+24
2012-09-10s390/hwcaps: do not report high gprs for 31 bit kernelMartin Schwidefsky1-0/+2
2012-09-04Merge branch 'sched/urgent' into sched/coreIngo Molnar4-9/+13
2012-08-26Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti4-9/+13
2012-08-20cputime: Consolidate vtime handling on context switchFrederic Weisbecker1-2/+2
2012-08-08s390/compat: fix mmap compat system callsHeiko Carstens1-2/+0
2012-08-08s390/compat: fix compat wrappers for process_vm system callsHeiko Carstens1-2/+2
2012-08-08s390: do not clobber personality flags in sys_32_personality()Jiri Kosina1-4/+5
2012-08-08s390/seccomp: add support for system call filtering using BPFHeiko Carstens1-1/+6
2012-08-05Merge remote-tracking branch 'upstream' into nextAvi Kivity8-79/+47
2012-07-30s390: make use of user_mode() macro where possibleHeiko Carstens2-10/+10
2012-07-30s390/mm: rename user_mode variable to addressing_modeHeiko Carstens2-10/+11
2012-07-26s390/dis: Instruction decoding interfaceCornelia Huck1-0/+27
2012-07-26s390/ipl: Use diagnose 8 command separationMichael Holzheu1-10/+2
2012-07-26s390/linker script: use RO_DATA_SECTIONHeiko Carstens1-1/+1
2012-07-26s390/exceptions: sort exception table at build timeHeiko Carstens1-1/+0
2012-07-26s390/debug: remove module_exit function / move EXPORT_SYMBOLsHeiko Carstens1-47/+23
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+9
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds48-497/+302
2012-07-20s390/vtimer: rework virtual timer interfaceMartin Schwidefsky8-302/+170
2012-07-20s390/dis: Add the servc instruction to the disassembler.Cornelia Huck1-0/+1
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens41-81/+37
2012-07-20s390/lgr: Add init check to lgr_info_log()Michael Holzheu1-10/+5
2012-07-17s390/cpu init: use __get_cpu_var instead of per_cpuHeiko Carstens1-1/+1
2012-07-17s390/idle: fix sequence handling vs cpu hotplugHeiko Carstens2-3/+2
2012-07-03s390/smp/kvm: unifiy sigp definitionsHeiko Carstens1-48/+24
2012-07-03s390/smp: remove redundant checkHeiko Carstens1-2/+2