summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-29MIPS: Make virt_addr_valid() return boolPaul Burton2-3/+3
2019-05-29MIPS: Bounds check virt_addr_validPaul Burton1-0/+5
2019-05-29CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas1-1/+3
2019-05-29Merge tag 'trace-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-2/+6
2019-05-29RDMA/efa: Remove MAYEXEC flag check from mmap flowGal Pressman1-1/+0
2019-05-29mlx5: avoid 64-bit divisionMichal Kubecek2-3/+8
2019-05-29IB/hfi1: Validate page aligned for a given virtual addressKamenee Arumugam1-0/+3
2019-05-29IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn3-4/+2
2019-05-29IB/hfi1: Insure freeze_work work_struct is canceled on shutdownMike Marciniszyn1-0/+1
2019-05-29IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn1-1/+2
2019-05-29ASoC: sun4i-codec: fix first delay on SpeakerGeorgii Staroselskii1-0/+9
2019-05-29drm/amdgpu: reserve stollen vram for raven seriesFlora Cui1-2/+1
2019-05-29media: venus: hfi_parser: fix a regression in parserStanimir Varbanov1-2/+2
2019-05-29selftests: bpf: fix compiler warning in flow_dissector testAlakesh Haloi1-0/+1
2019-05-29arm64: use the correct function type for __arm64_sys_ni_syscallSami Tolvanen2-10/+11
2019-05-29arm64: use the correct function type in SYSCALL_DEFINE0Sami Tolvanen1-9/+9
2019-05-29arm64: fix syscall_fn_t typeSami Tolvanen1-1/+1
2019-05-29block: don't protect generic_make_request_checks with blk_queue_enterMing Lei1-31/+6
2019-05-29block: move blk_exit_queue into __blk_release_queueMing Lei3-53/+32
2019-05-29Merge branch 'bpf-subreg-tests'Daniel Borkmann2-39/+533
2019-05-29selftests: bpf: complete sub-register zero extension checksJiong Wang1-11/+505
2019-05-29selftests: bpf: move sub-register zero extension checks into subreg.cJiong Wang2-39/+39
2019-05-29ovl: detect overlapping layersAmir Goldstein6-17/+229
2019-05-29drm/i915/icl: Add WaDisableBankHangModeTvrtko Ursulin2-0/+9
2019-05-29ALSA: fireface: Use ULL suffixes for 64-bit constantsGeert Uytterhoeven1-5/+5
2019-05-29signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman1-1/+4
2019-05-29nl80211: fill all policy .type entriesJohannes Berg1-21/+66
2019-05-29mac80211: free peer keys before vif down in meshPradeep Kumar Chitrapu1-0/+1
2019-05-29drm/mediatek: respect page offset for PRIME mmap callsYongqiang Niu1-1/+6
2019-05-29drm/mediatek: adjust ddp clock control flowYongqiang Niu1-24/+6
2019-05-29ALSA: hda/realtek - Improve the headset mic for Acer Aspire laptopsHui Wang1-5/+11
2019-05-29KVM: PPC: Book3S HV: XIVE: Fix the enforced limit on the vCPU identifierCédric Le Goater1-1/+1
2019-05-29KVM: PPC: Book3S HV: XIVE: Do not test the EQ flag validity when resettingCédric Le Goater1-18/+18
2019-05-29KVM: PPC: Book3S HV: XIVE: Clear file mapping when device is releasedCédric Le Goater1-0/+8
2019-05-29KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpuPaul Mackerras1-8/+1
2019-05-29KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token listPaul Mackerras3-8/+8
2019-05-29KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setupPaul Mackerras3-26/+42
2019-05-29KVM: PPC: Book3S HV: Avoid touching arch.mmu_ready in XIVE release functionsPaul Mackerras2-32/+24
2019-05-29Revert "drivers: thermal: tsens: Add new operation to check if a sensor is en...Eduardo Valentin5-22/+0
2019-05-29net/mlx5e: Disable rxhash when CQE compress is enabledSaeed Mahameed1-0/+13
2019-05-29net/mlx5e: restrict the real_dev of vlan device is the same as uplink devicewenxu1-1/+1
2019-05-29net/mlx5: Allocate root ns memory using kzalloc to match kfreeParav Pandit1-1/+1
2019-05-29net/mlx5: Avoid double free in fs init error unwinding pathParav Pandit1-0/+4
2019-05-29net/mlx5: Avoid double free of root ns in the error flow pathParav Pandit1-15/+3
2019-05-29net/mlx5: Fix error handling in mlx5_load()Saeed Mahameed1-1/+1
2019-05-29Documentation: net-sysfs: Remove duplicate PHY device documentationFlorian Fainelli2-35/+13
2019-05-29llc: fix skb leak in llc_build_and_send_ui_pkt()Eric Dumazet1-0/+2
2019-05-29selftests: pmtu: Fix encapsulating device in pmtu_vti6_link_change_mtuStefano Brivio1-7/+7
2019-05-29dfs_cache: fix a wrong use of kfree in flush_cache_ent()Gen Zhang1-2/+2
2019-05-29fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_freeMurphy Zhou1-2/+4