aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-26treewide: replace config_enabled() with IS_ENABLED() (2nd round)Masahiro Yamada1-4/+2
2016-08-08s390: clarify compressed image code pathSascha Silbe1-1/+3
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+39
2016-07-31s390/ftrace/jprobes: Fix conflict between jprobes and function graph tracingJiri Olsa1-0/+12
2016-07-31s390/als: fix compile with gcov enabledHeiko Carstens1-0/+1
2016-07-31s390/als: print missing facilities on facility mismatchHeiko Carstens1-0/+48
2016-07-31s390/als: print machine type on facility mismatchHeiko Carstens1-4/+34
2016-07-31s390/als: convert architecture level set code to CHeiko Carstens4-42/+59
2016-07-31s390/sclp: move uninitialized data to data sectionHeiko Carstens1-2/+3
2016-07-29Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-3/+8
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-12/+9
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-53/+38
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+6
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds22-1245/+599
2016-07-18s390/smp: clean up a conditionDan Carpenter1-1/+1
2016-07-15perf, events: add non-linear data support for raw recordsDaniel Borkmann1-3/+6
2016-07-14s390/perf: Convert the hotplug notifier to state machine callbacks (Sampling)Sebastian Andrzej Siewior1-26/+19
2016-07-14s390/perf: Convert the hotplug notifier to state machine callbacks (Counter)Thomas Gleixner1-27/+19
2016-07-13s390/console: Make preferred console handling more consistentPeter Oberparleiter1-8/+14
2016-07-04s390: have unique symbol for __switch_to addressHeiko Carstens1-0/+10
2016-07-04s390/cpuinfo: show maximum thread idHeiko Carstens1-0/+1
2016-06-28s390: stack address vs thread_infoHeiko Carstens1-8/+4
2016-06-28s390: remove pointless load within __switch_toHeiko Carstens1-1/+0
2016-06-28s390: enable kcov supportHeiko Carstens3-0/+7
2016-06-28s390/sysinfo: use basic block for stsi inline assemblyHeiko Carstens1-8/+17
2016-06-28s390/smp: use basic blocks for sigp inline assembliesHeiko Carstens1-7/+1
2016-06-28s390/cpuinfo: rename cpu field to cpu numberHeiko Carstens1-1/+1
2016-06-28s390/perf: remove perf_release/reserver_sampling functionsHeiko Carstens2-35/+0
2016-06-28Revert "s390/kdump: Clear subchannel ID to signal non-CCW/SCSI IPL"Michael Holzheu1-7/+0
2016-06-22s390: ensure that syscall arguments are properly masked on s390Paul Moore1-3/+7
2016-06-16s390/cpum_cf: use perf software context for hardware countersHendrik Brueckner1-6/+2
2016-06-15s390: remove math emulation codeHeiko Carstens1-1/+0
2016-06-15s390: calculate loops_per_jiffies with fp instructionsHeiko Carstens1-17/+21
2016-06-14s390/ptrace: run seccomp after ptraceKees Cook1-12/+9
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski1-1/+1
2016-06-14s390/vx: add support functions for in-kernel FPU useHendrik Brueckner2-1/+250
2016-06-13s390/topology: remove z10 special handlingHeiko Carstens1-56/+8
2016-06-13s390/topology: add drawer scheduling domain levelHeiko Carstens1-6/+27
2016-06-13s390/ipl: rename diagnose enumsHeiko Carstens1-8/+8
2016-06-13s390/ipl: use load normal for LPAR re-iplHeiko Carstens1-1/+4
2016-06-13s390: avoid extable collisionsHeiko Carstens1-1/+1
2016-06-13s390: use SPARSE_IRQSebastian Ott1-3/+4
2016-06-13s390: use __section macro everywhereHeiko Carstens2-4/+4
2016-06-13s390: add proper __ro_after_init supportHeiko Carstens1-1/+11
2016-06-13s390/mm: simplify the TLB flushing codeMartin Schwidefsky1-6/+2
2016-06-13s390/time: remove ETR supportMartin Schwidefsky2-999/+3
2016-06-13s390/time: add leap seconds to initial system timeMartin Schwidefsky1-2/+15
2016-06-13s390/time: LPAR offset handlingMartin Schwidefsky2-8/+39
2016-06-13s390/time: STP sync clock correctionMartin Schwidefsky1-6/+5
2016-06-13s390/kexec: fix crash on resize of reserved memoryHeiko Carstens2-23/+25