summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2017-01-16s390/bpf: remove redundant check for non-null imageDaniel Borkmann1-7/+4
2017-01-16s390: provide sclp based boot consoleHeiko Carstens5-10/+57
2017-01-16s390/sclp: always stay within bounds of the early sccbHeiko Carstens1-1/+6
2017-01-16s390/sclp: make early sclp irq handler more robustHeiko Carstens2-6/+13
2017-01-16s390/topology: make "topology=off" parameter workHeiko Carstens2-9/+14
2017-01-16s390: use false/true when using boolHeiko Carstens2-2/+2
2017-01-16s390: remove couple of unneeded semicolonsHeiko Carstens5-6/+6
2017-01-16s390/topology: reduce number of printksHeiko Carstens1-5/+3
2017-01-16s390/mem_detect: fix memory type of first blockHeiko Carstens1-1/+2
2017-01-16s390/mem_detect: add debugging outputHeiko Carstens1-0/+3
2017-01-16s390/setup: call memblock_reserve only for size > 0Heiko Carstens1-0/+2
2017-01-16s390/pci: use proper endianness annotationsSebastian Ott2-5/+5
2017-01-16s390: proper type casts for csum_partial invocationsHeiko Carstens2-4/+5
2017-01-16s390/lib: improve memmove, memset and memcpyHeiko Carstens1-15/+13
2017-01-16s390/cpumf: get rid of variable length arrayHeiko Carstens1-2/+3
2017-01-16s390: update defconfigsHeiko Carstens4-48/+67
2017-01-16s390/ctl_reg: make __ctl_load a full memory barrierHeiko Carstens1-1/+3
2017-01-14sched/cputime: Rename vtime_account_user() to vtime_flush()Frederic Weisbecker1-1/+1
2017-01-14sched/cputime, s390: Implement delayed accounting of system timeMartin Schwidefsky3-79/+125
2017-01-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-4/+12
2016-12-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2016-12-26Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner2-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds18-18/+18
2016-12-20s390/kbuild: enable modversions for symbols exported from asmHeiko Carstens1-0/+8
2016-12-20s390/vtime: correct system time accountingMartin Schwidefsky1-4/+4
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds13-32/+191
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-12-14s390/pci: query fmb lengthSebastian Ott4-2/+5
2016-12-14s390/extmem: add missing memory clobber to dcss_set_subcodesHeiko Carstens1-1/+1
2016-12-14s390/nmi: fix inline assembly constraintsHeiko Carstens1-9/+10
2016-12-14s390/lib: add missing memory barriers to string inline assembliesHeiko Carstens2-10/+10
2016-12-14s390/cpumf: fix qsi inline assemblyHeiko Carstens1-7/+3
2016-12-14s390/setup: reword printk messagesMartin Schwidefsky1-2/+2
2016-12-14s390: fix compile error with memmove_early() inline assemblyHeiko Carstens1-1/+1
2016-12-14s390/zcrypt: tracepoint definitions for zcrypt device driver.Harald Freudenberger1-0/+122
2016-12-14s390/zcrypt: Introduce new zcrypt device status APIIngo Tuchscherer1-0/+37
2016-12-14Remove references to dead make variable LINUX_INCLUDEPaul Bolle1-1/+1
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds68-745/+1069
2016-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-32/+27
2016-12-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-7/+9
2016-12-13Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-25/+11
2016-12-13lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner1-1/+1
2016-12-13mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V1-6/+0
2016-12-13mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V1-0/+6
2016-12-13mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V1-0/+2
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+7
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-32/+28