summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | s390/etr,stp: use -EOPNOTSUPP instead of -ENOSYSHeiko Carstens2012-09-261-2/+2
| * | | | s390/sysinfo,stsi: change return code handlingHeiko Carstens2012-09-263-33/+45
| * | | | s390/exceptions: switch to relative exception table entriesHeiko Carstens2012-09-264-7/+6
| * | | | s390/smp,topology: add polarization member to pcpu structHeiko Carstens2012-09-262-11/+23
| * | | | s390/sysinfo,topology: fix cpu topology maximum nesting detectionHeiko Carstens2012-09-263-20/+29
| * | | | s390/sysinfo: add additional z196 fields to outputHeiko Carstens2012-09-261-8/+24
| * | | | s390/sysinfo: convert /proc/sysinfo to seqfileHeiko Carstens2012-09-261-167/+115
| * | | | s390/topology: remove sysinfo header include, add forward declaration insteadHeiko Carstens2012-09-261-0/+1
| * | | | s390/mm: shorten addressing mode initializationHeiko Carstens2012-09-261-18/+10
| * | | | s390/mm: rename addressing_mode to s390_user_modeHeiko Carstens2012-09-263-10/+10
| * | | | s390/mm: change default addressing modeHeiko Carstens2012-09-261-11/+1
| * | | | s390/smp: avoid concurrent write to sigp status fieldHeiko Carstens2012-09-261-6/+7
| * | | | s390/processor: use ARRAY_SIZE instead of hard coded valueHeiko Carstens2012-09-261-2/+2
| * | | | s390/cache: add cpu cache information to /proc/cpuinfoHeiko Carstens2012-09-262-10/+37
| * | | | s390: add support for transactional memoryMartin Schwidefsky2012-09-268-18/+129
| * | | | s390: add support for runtime instrumentationJan Glauber2012-09-267-1/+186
| * | | | s390/eadm_sch: add support for irq statisticsSebastian Ott2012-09-261-0/+1
| * | | | s390/kexec: move machine_crash_shutdown() to machine_kexec.cHeiko Carstens2012-09-263-15/+5
| * | | | s390/cpu hotplug: mask out CPU_TASKS_FROZEN in cu hotplug notifiersHeiko Carstens2012-09-262-5/+2
| * | | | s390/cpu hotplug: use hotcpu_notifier() instead of register_cpu_notifier()Heiko Carstens2012-09-261-5/+1
| * | | | s390/cache: expose cpu cache topology via sysfsHeiko Carstens2012-09-262-0/+360
| * | | | s390: enable large page support with CONFIG_DEBUG_PAGEALLOCGerald Schaefer2012-09-261-2/+0
| * | | | s390/string: provide asm lib functions for memcpy and memcmpHeiko Carstens2012-09-261-0/+2
| * | | | s390/bpf,jit: BPF Just In Time compiler for s390Martin Schwidefsky2012-09-261-0/+23
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-011-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker2012-09-251-3/+3
| * | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-09-044-9/+13
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | cputime: Consolidate vtime handling on context switchFrederic Weisbecker2012-08-201-2/+2
| | |/ / | |/| |
* | | | s390/hwcaps: do not report high gprs for 31 bit kernelMartin Schwidefsky2012-09-101-0/+2
| |/ / |/| |
* | | s390/compat: fix mmap compat system callsHeiko Carstens2012-08-081-2/+0
* | | s390/compat: fix compat wrappers for process_vm system callsHeiko Carstens2012-08-081-2/+2
* | | s390: do not clobber personality flags in sys_32_personality()Jiri Kosina2012-08-081-4/+5
* | | s390/seccomp: add support for system call filtering using BPFHeiko Carstens2012-08-081-1/+6
|/ /
* | s390: make use of user_mode() macro where possibleHeiko Carstens2012-07-302-10/+10
* | s390/mm: rename user_mode variable to addressing_modeHeiko Carstens2012-07-302-10/+11
* | s390/ipl: Use diagnose 8 command separationMichael Holzheu2012-07-261-10/+2
* | s390/linker script: use RO_DATA_SECTIONHeiko Carstens2012-07-261-1/+1
* | s390/exceptions: sort exception table at build timeHeiko Carstens2012-07-261-1/+0
* | s390/debug: remove module_exit function / move EXPORT_SYMBOLsHeiko Carstens2012-07-261-47/+23
|/
* Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-241-3/+9
|\
| * s390/smp/kvm: unifiy sigp definitionsHeiko Carstens2012-07-031-48/+24
| * s390/smp: remove redundant checkHeiko Carstens2012-07-031-2/+2
| * KVM: s390: Perform early event mask processing during bootHeinz Graalfs2012-06-131-3/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-07-2448-497/+302
|\ \
| * | s390/vtimer: rework virtual timer interfaceMartin Schwidefsky2012-07-208-302/+170
| * | s390/dis: Add the servc instruction to the disassembler.Cornelia Huck2012-07-201-0/+1
| * | s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-2041-81/+37
| * | s390/lgr: Add init check to lgr_info_log()Michael Holzheu2012-07-201-10/+5
| * | s390/cpu init: use __get_cpu_var instead of per_cpuHeiko Carstens2012-07-171-1/+1
| * | s390/idle: fix sequence handling vs cpu hotplugHeiko Carstens2012-07-172-3/+2
OpenPOWER on IntegriCloud