summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-12-12s390: remove unused labels from entry.SHeiko Carstens1-5/+0
2016-12-07s390/sysinfo: show partition extended name and UUID if availableViktor Mihajlovski1-12/+21
2016-12-07s390/numa: establish cpu to node mapping earlyHeiko Carstens2-9/+25
2016-12-07s390/topology: use cpu_topology array instead of per cpu variableHeiko Carstens1-9/+9
2016-12-07s390/smp: initialize cpu_present_mask in setup_archHeiko Carstens2-13/+10
2016-12-07s390/topology: always use s390 specific sched_domain_topology_levelHeiko Carstens1-1/+1
2016-12-07s390/smp: use smp_get_base_cpu() helper functionHeiko Carstens1-2/+2
2016-12-07s390: fix machine check panic stack switchMartin Schwidefsky1-1/+1
2016-12-02s390/setup: fix memblock usageHeiko Carstens1-8/+8
2016-12-02s390/kexec: use node 0 when re-adding crash kernel memoryHeiko Carstens1-1/+1
2016-11-29s390: convert remaining bootmem allocations to memblockHeiko Carstens1-8/+8
2016-11-25s390: fix kernel oops for CONFIG_MARCH_Z900=y buildsMartin Schwidefsky1-1/+2
2016-11-23s390: add cma supportHeiko Carstens1-0/+2
2016-11-23s390/cpumf: simplify psw generationHeiko Carstens1-21/+5
2016-11-23s390/thread_info: get rid of THREAD_ORDER defineHeiko Carstens5-5/+5
2016-11-17s390/time: fix clocksource steering for negative clock offsetsMartin Schwidefsky1-4/+3
2016-11-15s390: move sys_call_table and last_break from thread_info to thread_structMartin Schwidefsky5-16/+28
2016-11-11s390: move cputime accounting fields from thread_info to thread_structMartin Schwidefsky4-25/+14
2016-11-11s390: move system_call field from thread_info to thread_structMartin Schwidefsky2-7/+7
2016-11-11s390: move thread_info into task_structHeiko Carstens5-24/+17
2016-11-11s390/preempt: move preempt_count to the lowcoreMartin Schwidefsky4-2/+4
2016-10-31s390: kernel: make lgr explicitly non-modularPaul Gortmaker1-2/+3
2016-10-28s390/time: steer clocksource on STP sync eventsMartin Schwidefsky6-7/+104
2016-10-28s390/time: adjust last_update_clock at clock synchronizationMartin Schwidefsky1-0/+2
2016-10-28s390/time: refactor clock syncMartin Schwidefsky2-81/+70
2016-10-24s390/dumpstack: use pr_cont within show_stack and dieHeiko Carstens1-8/+8
2016-10-17s390/dumpstack: get rid of return_address againHeiko Carstens1-24/+0
2016-10-17s390/disassambler: use pr_cont where appropriateHeiko Carstens1-2/+2
2016-10-17s390/dumpstack: use pr_cont where appropriateHeiko Carstens1-4/+4
2016-10-17s390/dumpstack: restore reliable indicator for call tracesHeiko Carstens3-9/+14
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds4-16/+10
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-2/+2
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2016-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds11-303/+189
2016-09-20s390: migrate exception table users off module.h and onto extable.hPaul Gortmaker3-2/+5
2016-09-20s390: enable UBSANChristian Borntraeger3-2/+7
2016-09-20s390/crashdump: use list_first_entry_or_nullMasahiro Yamada1-3/+1
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar1-4/+2
2016-09-08KVM: s390: write external damage code on machine checksDavid Hildenbrand1-0/+1
2016-08-29s390/nmi: improve revalidation of fpu / vector registersMartin Schwidefsky1-28/+39
2016-08-29s390/fpu: improve kernel_fpu_[begin|end]Martin Schwidefsky2-196/+123
2016-08-29s390/time: avoid races when updating tb_update_countDavid Hildenbrand1-5/+0
2016-08-29s390/time: fixup the clock comparator on all cpusDavid Hildenbrand1-0/+1
2016-08-29s390/time: cleanup etr leftoversDavid Hildenbrand1-21/+9
2016-08-29s390/time: simplify stp time syncsDavid Hildenbrand1-46/+4
2016-08-26treewide: replace config_enabled() with IS_ENABLED() (2nd round)Masahiro Yamada1-4/+2
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf1-1/+2
2016-08-08s390: clarify compressed image code pathSascha Silbe1-1/+3
2016-08-07s390: move exports to definitionsAl Viro4-16/+10