aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+3
2020-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+8
2020-11-24Merge tag 's390-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 2-5/+7
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingGravatar Peter Zijlstra 1-3/+3
2020-11-23s390: fix fpu restore in entry.SGravatar Sven Schnelle 2-5/+7
2020-11-18Merge tag 'kvm-s390-master-5.10-2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Paolo Bonzini 1-1/+8
2020-11-18s390/uv: handle destroy page legacy interfaceGravatar Christian Borntraeger 1-1/+8
2020-11-17Merge tag 's390-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 2-1/+3
2020-11-12s390/cpum_sf.c: fix file permission for cpum_sfb_sizeGravatar Thomas Richter 1-1/+1
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyGravatar Peter Zijlstra 1-2/+1
2020-11-09perf: Reduce stack usage of perf_output_begin()Gravatar Peter Zijlstra 1-1/+1
2020-11-09s390: fix system call exit pathGravatar Heiko Carstens 1-0/+2
2020-11-03s390/smp: move rcu_cpu_starting() earlierGravatar Qian Cai 1-1/+2
2020-11-03s390/vdso: remove unused constantsGravatar Heiko Carstens 1-8/+0
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+2
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIGravatar Minchan Kim 1-0/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Gravatar Jens Axboe 1-1/+0
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 23-576/+571
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+1
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Gravatar Mike Rapoport 1-8/+15
2020-10-13memblock: make memblock_debug and related functionality privateGravatar Mike Rapoport 1-2/+2
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+5
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-77/+2
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+2
2020-10-09s390/kprobes: move insn_page to text segmentGravatar Heiko Carstens 4-4/+27
2020-10-09kbuild: explicitly specify the build id styleGravatar Bill Wendling 1-1/+1
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Gravatar Christoph Hellwig 1-1/+1
2020-10-03mm: remove compat_process_vm_{readv,writev}Gravatar Christoph Hellwig 1-2/+2
2020-10-03fs: remove compat_sys_vmspliceGravatar Christoph Hellwig 1-1/+1
2020-10-03fs: remove the compat readv/writev syscallsGravatar Christoph Hellwig 1-2/+2
2020-10-02s390: remove orphaned extern variables declarationsGravatar Vasily Gorbik 1-1/+0
2020-10-02s390/kasan: make sure int handler always run with DAT onGravatar Vasily Gorbik 1-4/+8
2020-10-02s390/ipl: add support to control memory clearing for nvme re-IPLGravatar Gerald Schaefer 1-6/+42
2020-10-02s390/nvme: support firmware-assisted dump to NVMe disksGravatar Alexander Egorenkov 3-16/+16
2020-10-02s390: nvme dump supportGravatar Jason J. Herne 1-1/+70
2020-09-30s390: remove orphaned function declarationsGravatar Vasily Gorbik 1-3/+0
2020-09-30s390: remove cad commandline optionGravatar Sven Schnelle 1-13/+0
2020-09-29s390: remove unused _swsusp_reset_dmaGravatar Vasily Gorbik 1-1/+0
2020-09-26s390/stp: unify stp_work_mutex and clock_sync_mutexGravatar Sven Schnelle 1-27/+26
2020-09-26s390/stp: add sysfs file to show scheduled leap secondsGravatar Sven Schnelle 1-0/+29
2020-09-26s390/stp: add support for leap secondsGravatar Sven Schnelle 1-9/+85
2020-09-26s390/stp: add locking to sysfs functionsGravatar Sven Schnelle 1-33/+85
2020-09-22fs: remove compat_sys_mountGravatar Christoph Hellwig 1-1/+1
2020-09-21s390/sclp: remove unused sclp_early_printk_forcedGravatar Vasily Gorbik 1-1/+1
2020-09-18stacktrace: Remove reliable argument from arch_stack_walk() callbackGravatar Mark Brown 1-2/+2
2020-09-17s390/diag: convert to use DEFINE_SEQ_ATTRIBUTE macroGravatar Liu Shixin 1-12/+1
2020-09-17s390/dis: get rid of set_fs() usageGravatar Heiko Carstens 1-8/+14