summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'uaccess.comedi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-046-600/+467
|\
| * comedi: get rid of compat_alloc_user_space() mess in COMEDI_CMD{,TEST} compatAl Viro2020-05-291-115/+66
| * comedi: do_cmd_ioctl(): lift copyin/copyout into the callerAl Viro2020-05-291-24/+24
| * comedi: do_cmdtest_ioctl(): lift copyin/copyout into the callerAl Viro2020-05-291-23/+22
| * comedi: lift copy_from_user() into callers of __comedi_get_user_cmd()Al Viro2020-05-291-8/+12
| * comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSNLIST compatAl Viro2020-05-291-90/+48
| * comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSN compatAl Viro2020-05-291-27/+47
| * comedi: get rid of compat_alloc_user_space() mess in COMEDI_RANGEINFO compatAl Viro2020-05-293-35/+27
| * comedi: get rid of compat_alloc_user_space() mess in COMEDI_CHANINFO compatAl Viro2020-05-291-38/+30
| * comedi: get rid of indirection via translated_ioctl()Al Viro2020-05-291-18/+8
| * comedi: move compat ioctl handling to native fopsAl Viro2020-05-294-487/+448
* | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-048-170/+77
|\ \
| * | fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig2020-05-206-60/+58
| * | fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig2020-05-206-25/+3
| * | fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig2020-05-204-16/+2
| * | trace: remove tracing_pipe_buf_opsChristoph Hellwig2020-05-201-8/+1
| * | pipe: merge anon_pipe_buf*_opsChristoph Hellwig2020-05-203-48/+11
| * | fs: simplify do_splice_fromChristoph Hellwig2020-05-201-8/+2
| * | fs: simplify do_splice_toChristoph Hellwig2020-05-201-7/+2
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-04155-3048/+5309
|\ \
| * | KVM: selftests: fix rdtsc() for vmx_tsc_adjust_testVitaly Kuznetsov2020-06-011-1/+1
| * | Merge branch 'kvm-master' into HEADPaolo Bonzini2020-06-010-0/+0
| |\ \
| | * | KVM: check userspace_addr for all memslotsPaolo Bonzini2020-06-011-3/+2
| * | | Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-06-0156-639/+629
| |\ \ \
| | * | | KVM: arm64: Drop obsolete comment about sys_reg orderingMarc Zyngier2020-05-281-5/+1
| | * | | KVM: arm64: Parametrize exception entry with a target ELMarc Zyngier2020-05-282-37/+39
| | * | | KVM: arm64: Don't use empty structures as CPU reset stateMarc Zyngier2020-05-281-12/+9
| | * | | KVM: arm64: Move sysreg reset check to boot timeMarc Zyngier2020-05-281-37/+35
| | * | | KVM: arm64: Add missing reset handlers for PMU emulationMarc Zyngier2020-05-281-3/+3
| | * | | KVM: arm64: Refactor vcpu_{read,write}_sys_regMarc Zyngier2020-05-281-57/+71
| | * | | KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuChristoffer Dall2020-05-287-53/+54
| | * | | KVM: arm64: Remove obsolete kvm_virt_to_phys abstractionAndrew Scull2020-05-252-5/+3
| | * | | KVM: arm64: Fix incorrect comment on kvm_get_hyp_vector()David Brazdil2020-05-251-1/+1
| | * | | KVM: arm64: Clean up cpu_init_hyp_mode()David Brazdil2020-05-253-40/+29
| | * | | KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC versionMarc Zyngier2020-05-161-5/+10
| | * | | KVM: arm64: Support enabling dirty log gradually in small chunksKeqian Zhu2020-05-163-3/+14
| | * | | KVM: arm64: Unify handling THP backed host memorySuzuki K Poulose2020-05-161-55/+60
| | * | | KVM: arm64: Clean up the checking for huge mappingSuzuki K Poulose2020-05-161-1/+5
| | * | | KVM: arm/arm64: Release kvm->mmu_lock in loop to prevent starvationJiang Yi2020-05-161-0/+3
| | * | | KVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset when S2FWB is supportedZenghui Yu2020-05-161-1/+4
| | * | | KVM: Fix spelling in code commentsFuad Tabba2020-05-1612-23/+23
| | * | | KVM: arm64: Use cpus_have_final_cap for has_vhe()Marc Zyngier2020-05-161-1/+1
| | * | | KVM: arm64: Simplify __kvm_timer_set_cntvoff implementationMarc Zyngier2020-05-163-14/+3
| | * | | KVM: arm64: Clean up kvm makefilesFuad Tabba2020-05-162-36/+17
| | * | | KVM: arm64: Change CONFIG_KVM to a menuconfig entryWill Deacon2020-05-161-5/+11
| | * | | KVM: arm64: Update help textWill Deacon2020-05-161-2/+0
| | * | | KVM: arm64: Kill off CONFIG_KVM_ARM_HOSTWill Deacon2020-05-166-46/+40
| | * | | KVM: arm64: Move virt/kvm/arm to arch/arm64Marc Zyngier2020-05-1636-257/+253
| * | | | KVM: check userspace_addr for all memslotsPaolo Bonzini2020-06-011-3/+2
| * | | | KVM: selftests: update hyperv_cpuid with SynDBG testsVitaly Kuznetsov2020-06-011-47/+56