summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-18/+0
|\
| * kill unused dump_fpu() instancesAl Viro2020-07-271-18/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-072-2/+0
|\ \
| * | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-072-2/+0
* | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-141/+58
|\ \ \ | |/ / |/| / | |/
| * s390: switch to ->regset_get()Al Viro2020-07-271-141/+58
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-061-2/+1
|\ \
| * | s390/setup: diag 318: refactor structCollin Walling2020-06-231-2/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-2/+2
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-2/+2
| |\ \
| * | | net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-191-2/+2
* | | | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+1
|\ \ \ \
| * | | | arch: wire-up close_range()Christian Brauner2020-06-171-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-2/+2
|\ \ \ \
| * | | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+2
* | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \ \ \ \
| * | | | | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | | | | | Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-08-0311-101/+38
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | s390/time: improve comparison for tod steeringHeiko Carstens2020-07-221-1/+1
| * | | | | s390/time: use CLOCKSOURCE_MASKHeiko Carstens2020-07-221-1/+1
| * | | | | s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich2020-07-202-8/+3
| * | | | | s390/mm: avoid trimming to MAX_ORDERHeiko Carstens2020-07-201-8/+0
| * | | | | s390: add trace events for idle enter/exitSven Schnelle2020-07-101-1/+3
| * | | | | s390: fix comment regarding interrupts in svcChristian Borntraeger2020-07-101-1/+1
| * | | | | mm/memblock: expose only miminal interface to add/walk physmemDavid Hildenbrand2020-07-101-4/+2
| * | | | | s390/smp: add missing linebreakHeiko Carstens2020-07-031-0/+1
| * | | | | s390/smp: move smp_cpus_done() to header fileHeiko Carstens2020-07-031-4/+0
| * | | | | s390/stp: allow group and users to read stp sysfs filesSven Schnelle2020-07-011-27/+22
| * | | | | s390/debug: remove raw viewHeiko Carstens2020-06-291-42/+0
| * | | | | s390: convert to msecs_to_jiffies()Sven Schnelle2020-06-293-4/+4
| |/ / / /
* | | | / s390/cpum_cf,perf: change DFLT_CCERROR counter nameThomas Richter2020-07-211-2/+2
| |_|_|/ |/| | |
* | | | s390/cpum_sf: prohibit callchain data collectionThomas Richter2020-07-011-1/+10
* | | | s390/setup: init jump labels before command line parsingVasily Gorbik2020-06-291-0/+1
|/ / /
* | | s390/debug: avoid kernel warning on too large number of pagesChristian Borntraeger2020-06-231-1/+2
* | | s390/kasan: fix early pgm check handler executionVasily Gorbik2020-06-231-0/+2
* | | s390: fix system call single steppingSven Schnelle2020-06-231-1/+1
|/ /
* | Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-06-208-32/+86
|\ \
| * | s390/vdso: fix vDSO clock_getres()Vincenzo Frascino2020-06-163-6/+7
| * | s390/vdso: Use $(LD) instead of $(CC) to link vDSONathan Chancellor2020-06-161-6/+4
| * | s390/protvirt: use scnprintf() instead of snprintf()Chen Zhou2020-06-161-4/+4
| * | s390: use scnprintf() in sys_##_prefix##_##_name##_showChen Zhou2020-06-161-1/+1
| * | s390/ptrace: fix setting syscall numberSven Schnelle2020-06-161-1/+30
| * | s390/ptrace: pass invalid syscall numbers to tracingSven Schnelle2020-06-162-5/+3
| * | s390/ptrace: return -ENOSYS when invalid syscall is suppliedSven Schnelle2020-06-161-6/+13
| * | s390/seccomp: pass syscall arguments via seccomp_dataSven Schnelle2020-06-161-5/+26
| |/
* / maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-2/+2
|/
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-4/+4
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-093-3/+0