summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2020-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2020-07-05arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+2
2020-07-05arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-1/+0
2020-07-03s390/zcrypt: code beautification and struct field renamesHarald Freudenberger1-70/+70
2020-07-03s390/extmem: remove stale -ENOSPC comment and handlingDavid Hildenbrand1-6/+1
2020-07-03s390/smp: add missing linebreakHeiko Carstens1-0/+1
2020-07-03s390/smp: move smp_cpus_done() to header fileHeiko Carstens2-4/+4
2020-07-01s390: update defconfigsHeiko Carstens3-19/+73
2020-07-01s390/cpum_sf: prohibit callchain data collectionThomas Richter1-1/+10
2020-07-01s390/vmem: get rid of memory segment listDavid Hildenbrand3-121/+21
2020-07-01s390/stp: allow group and users to read stp sysfs filesSven Schnelle1-27/+22
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu1-0/+1
2020-06-29s390/appldata: use struct_size() helperGustavo A. R. Silva1-4/+2
2020-06-29s390/debug: remove struct __debug_entry from uapiHeiko Carstens2-36/+16
2020-06-29s390/debug: remove raw viewHeiko Carstens2-43/+0
2020-06-29s390/time: remove unused functionSven Schnelle1-5/+0
2020-06-29s390/pci: remove unused functionsSven Schnelle1-11/+0
2020-06-29s390: convert to msecs_to_jiffies()Sven Schnelle4-5/+5
2020-06-29s390/setup: init jump labels before command line parsingVasily Gorbik1-0/+1
2020-06-29s390/maccess: add no DAT mode to kernel_writeVasily Gorbik1-5/+9
2020-06-29s390/pci: fix enabling a reserved PCI functionNiklas Schnelle1-1/+12
2020-06-23s390/debug: avoid kernel warning on too large number of pagesChristian Borntraeger1-1/+2
2020-06-23s390/kasan: fix early pgm check handler executionVasily Gorbik1-0/+2
2020-06-23s390: fix system call single steppingSven Schnelle1-1/+1
2020-06-23s390/kvm: diagnose 0x318 sync and resetCollin Walling4-4/+19
2020-06-23s390/setup: diag 318: refactor structCollin Walling2-6/+3
2020-06-20Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds12-40/+106
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-18KVM: s390: reduce number of IO pins to 1Christian Borntraeger1-4/+4
2020-06-18s390: fix syscall_get_error for compat processesDmitry V. Levin1-1/+11
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-2/+2
2020-06-17arch: wire-up close_range()Christian Brauner1-0/+1
2020-06-16s390/numa: let NODES_SHIFT depend on NEED_MULTIPLE_NODESHeiko Carstens1-0/+1
2020-06-16s390/vdso: fix vDSO clock_getres()Vincenzo Frascino4-6/+8
2020-06-16s390/vdso: Use $(LD) instead of $(CC) to link vDSONathan Chancellor1-6/+4
2020-06-16s390/protvirt: use scnprintf() instead of snprintf()Chen Zhou1-4/+4
2020-06-16s390: use scnprintf() in sys_##_prefix##_##_name##_showChen Zhou1-1/+1
2020-06-16s390/crypto: use scnprintf() instead of snprintf()Chen Zhou1-7/+7
2020-06-16s390/ptrace: fix setting syscall numberSven Schnelle1-1/+30
2020-06-16s390/ptrace: pass invalid syscall numbers to tracingSven Schnelle2-5/+3
2020-06-16s390/ptrace: return -ENOSYS when invalid syscall is suppliedSven Schnelle1-6/+13
2020-06-16s390/seccomp: pass syscall arguments via seccomp_dataSven Schnelle1-5/+26
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds3-5/+5
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada3-5/+5
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+4
2020-06-11KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov2-2/+4
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse4-19/+19
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse9-69/+69
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2-10/+5
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-9/+1