aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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/s390/linuxLinus 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
2012-06-27s390/ipl: Fix ipib handling for "dumpreipl" shutdown actionMichael Holzheu1-1/+1
2012-06-14s390/smp: make absolute lowcore / cpu restart parameter accesses more robustHeiko Carstens7-28/+28
2012-06-13KVM: s390: Perform early event mask processing during bootHeinz Graalfs1-3/+9
2012-06-05S390: Smp: remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang1-2/+0
2012-06-05s390/sigp: use sigp order code defines in assembly codeHeiko Carstens10-21/+33
2012-06-05s390/smp: use sigp cpu status definitionsHeiko Carstens1-2/+1
2012-06-05s390/smp/kvm: unifiy sigp definitionsHeiko Carstens1-48/+24
2012-06-05s390/smp: remove redundant checkHeiko Carstens1-2/+2
2012-06-05s390/kvm: get rid of duplicate instructionChristian Borntraeger1-1/+0
2012-06-01new helper: signal_delivered()Al Viro2-10/+2
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2-9/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro3-25/+19
2012-06-01new helper: sigmask_to_save()Al Viro1-6/+1
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-2/+0