summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-18/+0
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2-2/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-141/+58
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds1-2/+2
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-08-03Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds11-101/+38
2020-07-27kill unused dump_fpu() instancesAl Viro1-18/+0
2020-07-27s390: switch to ->regset_get()Al Viro1-141/+58
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-07-22s390/time: improve comparison for tod steeringHeiko Carstens1-1/+1
2020-07-22s390/time: use CLOCKSOURCE_MASKHeiko Carstens1-1/+1
2020-07-21s390/cpum_cf,perf: change DFLT_CCERROR counter nameThomas Richter1-2/+2
2020-07-20s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich2-8/+3
2020-07-20s390/mm: avoid trimming to MAX_ORDERHeiko Carstens1-8/+0
2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-10s390: add trace events for idle enter/exitSven Schnelle1-1/+3
2020-07-10s390: fix comment regarding interrupts in svcChristian Borntraeger1-1/+1
2020-07-10mm/memblock: expose only miminal interface to add/walk physmemDavid Hildenbrand1-4/+2
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+2
2020-07-03s390/smp: add missing linebreakHeiko Carstens1-0/+1
2020-07-03s390/smp: move smp_cpus_done() to header fileHeiko Carstens1-4/+0
2020-07-01s390/cpum_sf: prohibit callchain data collectionThomas Richter1-1/+10
2020-07-01s390/stp: allow group and users to read stp sysfs filesSven Schnelle1-27/+22
2020-06-29s390/debug: remove raw viewHeiko Carstens1-42/+0
2020-06-29s390: convert to msecs_to_jiffies()Sven Schnelle3-4/+4
2020-06-29s390/setup: init jump labels before command line parsingVasily Gorbik1-0/+1
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/setup: diag 318: refactor structCollin Walling1-2/+1
2020-06-20Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds8-32/+86
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/vdso: fix vDSO clock_getres()Vincenzo Frascino3-6/+7
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/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-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-4/+4
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport3-3/+0