summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/link...Linus Torvalds2020-04-236-35/+45
|\
| * exfat: truncate atimes to 2s granularityEric Sandeen2020-04-225-1/+24
| * exfat: properly set s_time_granEric Sandeen2020-04-221-1/+1
| * exfat: remove 'bps' mount-optionTetsuhiro Kohada2020-04-221-1/+0
| * exfat: Unify access to the boot sectorTetsuhiro Kohada2020-04-222-30/+16
| * exfat: add missing MODULE_ALIAS_FS()Thomas Backlund2020-04-221-0/+1
| * exfat: Fix discard supportPali Rohár2020-04-221-2/+3
* | Merge tag 'rproc-v5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-233-17/+24
|\ \
| * | remoteproc: mtk_scp: use dma_addr_t for DMA APIArnd Bergmann2020-04-162-4/+4
| * | remoteproc: qcom_q6v5_mss: fix q6v5_probe() error pathsAlex Elder2020-04-161-12/+19
| * | remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe()Alex Elder2020-04-161-1/+1
* | | Merge tag 'audit-pr-20200422' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-231-0/+3
|\ \ \
| * | | audit: check the length of userspace generated audit recordsPaul Moore2020-04-201-0/+3
| | |/ | |/|
* | | Merge tag 'linux-kselftest-5.7-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-2210-34/+22
|\ \ \
| * | | selftests/ipc: Fix test failure seen after initial test runTyler Hicks2020-04-141-1/+1
| * | | Revert "Kernel selftests: tpm2: check for tpm support"Jarkko Sakkinen2020-04-142-19/+3
| * | | selftests/ftrace: Add CONFIG_SAMPLE_FTRACE_DIRECT=m kconfigXiao Yang2020-04-141-0/+1
| * | | selftests/seccomp: allow clock_nanosleep instead of nanosleepThadeu Lima de Souza Cascardo2020-04-141-6/+8
| * | | kselftest/runner: allow to properly deliver signals to testsAndrea Righi2020-04-141-1/+1
| * | | selftests/harness: fix spelling mistake "SIGARLM" -> "SIGALRM"Colin Ian King2020-04-141-3/+3
| * | | selftests: Fix memfd test run-time regressionShuah Khan2020-04-131-1/+2
| * | | selftests: vm: Fix 64-bit test builds for powerpc64leSandipan Das2020-04-132-2/+2
| * | | selftests: vm: Do not override definition of ARCHSandipan Das2020-04-131-2/+2
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-2116-27/+70
|\ \ \
| * | | tools/vm: fix cross-compile buildLucas Stach2020-04-211-0/+2
| * | | coredump: fix null pointer dereference on coredumpSudip Mukherjee2020-04-211-0/+2
| * | | mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy pathYang Shi2020-04-211-2/+2
| * | | shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins2020-04-211-2/+5
| * | | vmalloc: fix remap_vmalloc_range() bounds checksJann Horn2020-04-214-7/+18
| * | | mm/shmem: fix build without THPHugh Dickins2020-04-211-1/+1
| * | | mm/ksm: fix NULL pointer dereference when KSM zero page is enabledMuchun Song2020-04-211-2/+10
| * | | tools/build: tweak unused value workaroundGeorge Burgess IV2020-04-211-1/+1
| * | | checkpatch: fix a typo in the regex for $allocFunctionsChristophe JAILLET2020-04-211-1/+1
| * | | mm, gup: return EINTR when gup is interrupted by fatal signalsMichal Hocko2020-04-211-1/+1
| * | | mm/hugetlb: fix a addressing exception caused by huge_pte_offsetLongpeng2020-04-211-6/+8
| * | | MAINTAINERS: add an entry for kfifoBartosz Golaszewski2020-04-211-0/+7
| * | | mm/userfaultfd: disable userfaultfd-wp on x86_32Peter Xu2020-04-211-1/+1
| * | | slub: avoid redzone when choosing freepointer locationKees Cook2020-04-211-2/+10
| * | | sh: fix build error in mm/init.cMasahiro Yamada2020-04-211-1/+1
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-2114-47/+74
|\ \ \
| * \ \ Merge tag 'kvm-ppc-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-04-212-8/+10
| |\ \ \
| | * | | KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functionsPaul Mackerras2020-04-212-8/+10
| * | | | Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2020-04-214691-69328/+184205
| |\ \ \ \
| | * | | | MAINTAINERS: add a reviewer for KVM/s390Claudio Imbrenda2020-04-201-0/+1
| | * | | | KVM: s390: Fix PV check in deliverable_irqs()Eric Farman2020-04-201-1/+1
| | | |/ / | | |/| |
| * | | | kvm: Disable objtool frame pointer checking for vmenter.SJosh Poimboeuf2020-04-201-0/+4
| * | | | kvm: Handle reads of SandyBridge RAPL PMU MSRs rather than injecting #GPVenkatesh Srinivas2020-04-171-0/+11
| * | | | KVM: Remove CREATE_IRQCHIP/SET_PIT2 raceSteve Rutherford2020-04-171-2/+8
| * | | | KVM: SVM: Fix __svm_vcpu_run declaration.Uros Bizjak2020-04-151-1/+1
| * | | | KVM: SVM: Do not setup frame pointer in __svm_vcpu_runUros Bizjak2020-04-151-1/+0