summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* s390: fix fpu restore in entry.SSven Schnelle2020-11-232-5/+7
* s390/cpum_sf.c: fix file permission for cpum_sfb_sizeThomas Richter2020-11-121-1/+1
* s390: fix system call exit pathHeiko Carstens2020-11-091-0/+2
* s390/smp: move rcu_cpu_starting() earlierQian Cai2020-11-031-1/+2
* s390/vdso: remove unused constantsHeiko Carstens2020-11-031-8/+0
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+0
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-2/+2
|\ \
| * | kbuild: explicitly specify the build id styleBill Wendling2020-10-091-1/+1
| * | arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada2020-09-071-1/+1
* | | mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+1
| |/ |/|
* | Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-10-1623-576/+571
|\ \
| * | s390/kprobes: move insn_page to text segmentHeiko Carstens2020-10-094-4/+27
| * | s390: remove orphaned extern variables declarationsVasily Gorbik2020-10-021-1/+0
| * | s390/kasan: make sure int handler always run with DAT onVasily Gorbik2020-10-021-4/+8
| * | s390/ipl: add support to control memory clearing for nvme re-IPLGerald Schaefer2020-10-021-6/+42
| * | s390/nvme: support firmware-assisted dump to NVMe disksAlexander Egorenkov2020-10-023-16/+16
| * | s390: nvme dump supportJason J. Herne2020-10-021-1/+70
| * | s390: remove orphaned function declarationsVasily Gorbik2020-09-301-3/+0
| * | s390: remove cad commandline optionSven Schnelle2020-09-301-13/+0
| * | s390: remove unused _swsusp_reset_dmaVasily Gorbik2020-09-291-1/+0
| * | s390/stp: unify stp_work_mutex and clock_sync_mutexSven Schnelle2020-09-261-27/+26
| * | s390/stp: add sysfs file to show scheduled leap secondsSven Schnelle2020-09-261-0/+29
| * | s390/stp: add support for leap secondsSven Schnelle2020-09-261-9/+85
| * | s390/stp: add locking to sysfs functionsSven Schnelle2020-09-261-33/+85
| * | s390/sclp: remove unused sclp_early_printk_forcedVasily Gorbik2020-09-211-1/+1
| * | s390/diag: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-09-171-12/+1
| * | s390/dis: get rid of set_fs() usageHeiko Carstens2020-09-171-8/+14
| * | s390/kasan: support protvirt with 4-level pagingVasily Gorbik2020-09-162-14/+12
| * | s390/protvirt: support ultravisor without secure storage limitVasily Gorbik2020-09-161-1/+2
| * | s390/protvirt: parse prot_virt option in the decompressorVasily Gorbik2020-09-162-26/+17
| * | s390/kasan: avoid unnecessary moving of vmemmapVasily Gorbik2020-09-161-2/+6
| * | s390/boot: enable .bss section for compressed kernelAlexander Egorenkov2020-09-161-1/+1
| * | s390/uv: add destroy page callJanosch Frank2020-09-141-0/+20
| * | s390/mm,ptdump: add couple of additional markersVasily Gorbik2020-09-141-0/+2
| * | s390/kprobes: make insn pages read-onlyHeiko Carstens2020-09-141-18/+39
| * | s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle2020-09-141-0/+6
| * | s390: disable branch profiling for vdsoSven Schnelle2020-09-141-1/+1
| * | s390: convert to GENERIC_VDSOSven Schnelle2020-08-2611-397/+84
| |/
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\ \
| * | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* | | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-8/+15
* | | memblock: make memblock_debug and related functionality privateMike Rapoport2020-10-131-2/+2
* | | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-121-1/+1
|\ \ \
| * | | fs: remove compat_sys_mountChristoph Hellwig2020-09-221-1/+1
* | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-5/+5
|\ \ \ \
| * | | | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-031-2/+2
| * | | | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-031-1/+1
| * | | | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-031-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-77/+2
|\ \ \ \