summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim1-0/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+0
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds23-576/+571
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-8/+15
2020-10-13memblock: make memblock_debug and related functionality privateMike Rapoport1-2/+2
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+5
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-77/+2
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+2
2020-10-09s390/kprobes: move insn_page to text segmentHeiko Carstens4-4/+27
2020-10-09kbuild: explicitly specify the build id styleBill Wendling1-1/+1
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig1-2/+2
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig1-1/+1
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig1-2/+2
2020-10-02s390: remove orphaned extern variables declarationsVasily Gorbik1-1/+0
2020-10-02s390/kasan: make sure int handler always run with DAT onVasily Gorbik1-4/+8
2020-10-02s390/ipl: add support to control memory clearing for nvme re-IPLGerald Schaefer1-6/+42
2020-10-02s390/nvme: support firmware-assisted dump to NVMe disksAlexander Egorenkov3-16/+16
2020-10-02s390: nvme dump supportJason J. Herne1-1/+70
2020-09-30s390: remove orphaned function declarationsVasily Gorbik1-3/+0
2020-09-30s390: remove cad commandline optionSven Schnelle1-13/+0
2020-09-29s390: remove unused _swsusp_reset_dmaVasily Gorbik1-1/+0
2020-09-26s390/stp: unify stp_work_mutex and clock_sync_mutexSven Schnelle1-27/+26
2020-09-26s390/stp: add sysfs file to show scheduled leap secondsSven Schnelle1-0/+29
2020-09-26s390/stp: add support for leap secondsSven Schnelle1-9/+85
2020-09-26s390/stp: add locking to sysfs functionsSven Schnelle1-33/+85
2020-09-22fs: remove compat_sys_mountChristoph Hellwig1-1/+1
2020-09-21s390/sclp: remove unused sclp_early_printk_forcedVasily Gorbik1-1/+1
2020-09-18stacktrace: Remove reliable argument from arch_stack_walk() callbackMark Brown1-2/+2
2020-09-17s390/diag: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin1-12/+1
2020-09-17s390/dis: get rid of set_fs() usageHeiko Carstens1-8/+14
2020-09-16s390/kasan: support protvirt with 4-level pagingVasily Gorbik2-14/+12
2020-09-16s390/protvirt: support ultravisor without secure storage limitVasily Gorbik1-1/+2
2020-09-16s390/protvirt: parse prot_virt option in the decompressorVasily Gorbik2-26/+17
2020-09-16s390/kasan: avoid unnecessary moving of vmemmapVasily Gorbik1-2/+6
2020-09-16s390/boot: enable .bss section for compressed kernelAlexander Egorenkov1-1/+1
2020-09-14s390/uv: add destroy page callJanosch Frank1-0/+20
2020-09-14s390/mm,ptdump: add couple of additional markersVasily Gorbik1-0/+2
2020-09-14s390/kprobes: make insn pages read-onlyHeiko Carstens1-18/+39
2020-09-14s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle1-0/+6
2020-09-14s390: disable branch profiling for vdsoSven Schnelle1-1/+1
2020-09-14s390: add 3f program exception handlerJanosch Frank2-1/+2
2020-09-14s390/init: add missing __init annotationsIlya Leoshkevich1-3/+3
2020-09-14s390/idle: fix suspicious RCU usagePeter Zijlstra1-3/+2
2020-09-08s390: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-77/+2