summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-04-22Merge tag 'linux-kselftest-5.7-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-34/+22
2020-04-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-27/+70
2020-04-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-47/+74
2020-04-21Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds33-75/+128
2020-04-21Merge tag 'tpmdd-next-20200421' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds4-65/+82
2020-04-21Merge tag 'clang-format-for-linus-v5.7-rc3' of git://github.com/ojeda/linuxLinus Torvalds1-4/+14
2020-04-21tools/vm: fix cross-compile buildLucas Stach1-0/+2
2020-04-21coredump: fix null pointer dereference on coredumpSudip Mukherjee1-0/+2
2020-04-21mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy pathYang Shi1-2/+2
2020-04-21shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins1-2/+5
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn4-7/+18
2020-04-21mm/shmem: fix build without THPHugh Dickins1-1/+1
2020-04-21mm/ksm: fix NULL pointer dereference when KSM zero page is enabledMuchun Song1-2/+10
2020-04-21tools/build: tweak unused value workaroundGeorge Burgess IV1-1/+1
2020-04-21checkpatch: fix a typo in the regex for $allocFunctionsChristophe JAILLET1-1/+1
2020-04-21mm, gup: return EINTR when gup is interrupted by fatal signalsMichal Hocko1-1/+1
2020-04-21mm/hugetlb: fix a addressing exception caused by huge_pte_offsetLongpeng1-6/+8
2020-04-21MAINTAINERS: add an entry for kfifoBartosz Golaszewski1-0/+7
2020-04-21mm/userfaultfd: disable userfaultfd-wp on x86_32Peter Xu1-1/+1
2020-04-21slub: avoid redzone when choosing freepointer locationKees Cook1-2/+10
2020-04-21sh: fix build error in mm/init.cMasahiro Yamada1-1/+1
2020-04-21Merge tag 'kvm-ppc-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-8/+10
2020-04-21Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini4691-69328/+184205
2020-04-21KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functionsPaul Mackerras2-8/+10
2020-04-20kvm: Disable objtool frame pointer checking for vmenter.SJosh Poimboeuf1-0/+4
2020-04-21tpm/tpm_tis: Free IRQ if probing failsJarkko Sakkinen1-1/+7
2020-04-21tpm: fix wrong return value in tpm_pcr_extendTianjia Zhang1-1/+1
2020-04-21tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()George Wilson1-63/+73
2020-04-21tpm: Export tpm2_get_cc_attrs_tbl for ibmvtpm driver as moduleStefan Berger1-0/+1
2020-04-20vhost: disable for OABIMichael S. Tsirkin4-7/+16
2020-04-20MAINTAINERS: add a reviewer for KVM/s390Claudio Imbrenda1-0/+1
2020-04-20KVM: s390: Fix PV check in deliverable_irqs()Eric Farman1-1/+1
2020-04-19Linux 5.7-rc2v5.7-rc2Linus Torvalds1-1/+1
2020-04-19mm: Fix MREMAP_DONTUNMAP accounting on VMA mergeBrian Geffon1-1/+12
2020-04-19Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-41/+35
2020-04-19Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-53/+127
2020-04-19Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+27
2020-04-19Merge tag 'perf-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds22-387/+646
2020-04-19Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-63/+51
2020-04-19Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+21
2020-04-19Merge tag 'core-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-04-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-18/+34
2020-04-19Merge tag '5.7-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-3/+22
2020-04-19Merge tag 'flexible-array-member-5.7-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds28-39/+39
2020-04-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds9-10/+12
2020-04-18xattr.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-18uapi: linux: fiemap.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-18uapi: linux: dlm_device.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-04-18tpm_eventlog.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3
2020-04-18ti_wilink_st.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3