aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-25s390/smp: reenable smt after resumeHeiko Carstens1-0/+11
2015-03-13s390/ftrace: fix compile error if CONFIG_KPROBES is disabledHeiko Carstens1-16/+45
2015-03-13s390/cpum_sf: add diagnostic sampling event only if it is authorizedHendrik Brueckner1-2/+5
2015-03-02s390/ftrace: fix crashes when switching tracers / add notrace to cpu_relax()Heiko Carstens1-1/+1
2015-02-26s390/jump label: improve and fix sanity checkHeiko Carstens1-4/+8
2015-02-26s390/jump label: add missing jump_label_apply_nops() callHeiko Carstens1-0/+1
2015-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds6-125/+107
2015-02-19s390/spinlock: disabled compare-and-delay by defaultMartin Schwidefsky1-5/+7
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-1/+1
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+29
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-2/+2
2015-02-12s390/cacheinfo: coding style changesHeiko Carstens1-13/+3
2015-02-12s390/cacheinfo: fix shared cpu masksHeiko Carstens1-5/+4
2015-02-12s390/smp: reduce size of struct pcpuHeiko Carstens1-27/+27
2015-02-12s390/topology: convert cpu_topology array to per cpu variableHeiko Carstens1-17/+17
2015-02-12s390/topology: delay initialization of topology cpu masksHeiko Carstens2-54/+47
2015-02-12s390/vdso: fix clock_gettime for CLOCK_THREAD_CPUTIME_ID, -2 and -3Martin Schwidefsky1-4/+2
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds21-469/+594
2015-02-10s390/process: free vx save area when releasing tasksHendrik Brueckner1-0/+8
2015-02-10s390/cacheinfo: don't use smp_processor_id() in preemptible contextHeiko Carstens1-2/+5
2015-02-09s390/kernel: Update /proc/sysinfo file with Extended Name and UUIDEkaterina Tumanova1-0/+29
2015-01-29s390/jump label: use different nop instructionHeiko Carstens1-6/+13
2015-01-29s390/jump label: add sanity checksHeiko Carstens1-14/+42
2015-01-29s390/ftrace: hotpatch support for function tracingHeiko Carstens4-4/+20
2015-01-29s390: reintroduce diag 44 calls for cpu_relax()Heiko Carstens1-1/+9
2015-01-23s390/spinlock: add compare-and-delay to lock wait loopsMartin Schwidefsky1-0/+18
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-7/+3
2015-01-22s390/smp: remove check for CONFIG_ZFCPDUMPPaul Bolle1-1/+1
2015-01-22s390: add SMT supportMartin Schwidefsky8-95/+336
2015-01-22s390: avoid z13 cache aliasingMartin Schwidefsky1-10/+0
2015-01-22s390: add z13 code generation supportMartin Schwidefsky2-1/+6
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell1-7/+3
2015-01-12s390/uprobes: fix user space PER eventsJan Willeke1-9/+60
2015-01-08s390: move cacheinfo sysfs to generic cacheinfo infrastructureSudeep Holla1-296/+92
2015-01-08s390/sclp: sign extend return value of _sclp_print_early()Heiko Carstens1-1/+2
2015-01-08s390/signal: add sys_sigreturn and sys_rt_sigreturn declarationsHeiko Carstens1-1/+3
2015-01-08s390/disassembler: remove indentical initializerHeiko Carstens1-1/+0
2015-01-08s390/ftrace: add code replacement sanity checksHeiko Carstens1-46/+49
2014-12-18s390: wire up execveat syscallHeiko Carstens1-0/+1
2014-12-18s390/vtime: Get rid of redundant WARN_ONChristian Borntraeger1-2/+0
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds23-590/+739
2014-12-08s390: use local symbol names in entry[64].SMartin Schwidefsky2-398/+398
2014-12-08s390/ptrace: always include vector registers in core filesMartin Schwidefsky1-10/+8
2014-12-08s390/simd: clear vector register pointer on fork/cloneMartin Schwidefsky1-0/+1
2014-12-08s390/idle: convert open coded idle time seqcountFrederic Weisbecker1-13/+11
2014-12-08s390/idle: add missing irq off lockdep annotationHeiko Carstens1-0/+2
2014-12-08s390/debug: avoid function call for debug_sprintf_*Christian Borntraeger1-8/+4
2014-12-05groups: Consolidate the setgroups permission checksEric W. Biederman1-1/+1
2014-12-01s390/kprobes: fix instruction copy for out of line executionHeiko Carstens1-1/+1