aboutsummaryrefslogtreecommitdiffstats
path: root/block/sed-opal.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-03block: sed-opal: fix sparse warning: obsolete array init.Randy Dunlap1-1/+1
2019-10-03Revert "drm/i915: Fix DP-MST crtc_mask"Ville Syrjälä1-1/+1
2019-10-03sched: add kernel-doc for struct clone_argsChristian Brauner1-2/+24
2019-10-03fork: add kernel-doc for clone3Christian Brauner1-0/+11
2019-10-03usercopy: Add parentheses around assignment in test_copy_struct_from_userNathan Chancellor1-2/+2
2019-10-03tcp: fix slab-out-of-bounds in tcp_zerocopy_receive()Eric Dumazet1-4/+2
2019-10-03lib: textsearch: fix escapes in example codeRandy Dunlap1-2/+2
2019-10-03udp: only do GSO if # of segs > 1Josh Hunt3-20/+18
2019-10-03udp: fix gso_segs calculationsJosh Hunt2-1/+3
2019-10-03MAINTAINERS: kgdb: Add myself as a reviewer for kgdb/kdbDouglas Anderson1-0/+1
2019-10-03ipv6: drop incoming packets having a v4mapped source addressEric Dumazet1-0/+10
2019-10-03KVM: nVMX: Fix consistency check on injected exception error codeSean Christopherson1-1/+1
2019-10-03KVM: x86: omit absent pmu MSRs from MSR listPaolo Bonzini1-2/+12
2019-10-03selftests: kvm: Fix libkvm build errorShuah Khan1-1/+1
2019-10-03drm/omap: fix max fclk divider for omap36xxTomi Valkeinen1-1/+1
2019-10-02drm/i915: Fix g4x sprite scaling stride check with GTT remappingVille Syrjälä1-2/+3
2019-10-02drm/i915/dp: Fix dsc bpp calculations, v5.Maarten Lankhorst5-99/+107
2019-10-02block: pg: add header include guardMasahiro Yamada1-1/+4
2019-10-02net: stmmac: Avoid deadlock on suspend/resumeThierry Reding1-4/+6
2019-10-02timer-of: don't use conditional expression with mixed 'void' typesLinus Torvalds1-1/+3
2019-10-02net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_reg_write()Yizhuo1-1/+5
2019-10-02mips: Loongson: Fix the link time qualifier of 'serial_exit()'Christophe JAILLET1-1/+1
2019-10-02MIPS: init: Prevent adding memory before PHYS_OFFSETThomas Bogendoerfer1-0/+3
2019-10-02MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem startThomas Bogendoerfer1-1/+1
2019-10-02MIPS: VDSO: Fix build for binutils < 2.25Paul Burton1-1/+1
2019-10-02MIPS: VDSO: Remove unused gettimeofday.cPaul Burton1-269/+0
2019-10-02MIPS: Wire up clone3 syscallPaul Burton5-3/+5
2019-10-02char/random: Add a newline at the end of the fileBorislav Petkov1-1/+1
2019-10-02xen/xenbus: fix self-deadlock after killing user processJuergen Gross1-2/+18
2019-10-02dt-bindings: phy: lantiq: Fix Property NameMaxime Ripard1-1/+1
2019-10-02dt-bindings: iio: ad7192: Fix DTC warning in the exampleMaxime Ripard1-0/+3
2019-10-02dt-bindings: iio: ad7192: Fix Regulator PropertiesMaxime Ripard1-4/+0
2019-10-02dt-bindings: media: rc: Fix redundant stringMaxime Ripard1-1/+0
2019-10-02dt-bindings: dsp: Fix fsl,dsp exampleMaxime Ripard1-0/+1
2019-10-02drm/amd/display: fix dcn21 Makefile for clangArnd Bergmann1-1/+11
2019-10-02drm/amd/display: hide an unused variableArnd Bergmann1-0/+2
2019-10-02drm/amdgpu: display_mode_vba_21: remove uint typedefArnd Bergmann1-8/+5
2019-10-02drm/amdgpu: hide another #warningArnd Bergmann1-2/+0
2019-10-02drm/amdgpu: make pmu support optional, againArnd Bergmann1-1/+1
2019-10-02drm/amd/display: memory leakNavid Emamdoost7-0/+7
2019-10-02drm/amdgpu: fix multiple memory leaks in acp_hw_initNavid Emamdoost1-12/+22
2019-10-02drm/amdgpu: return tcc_disabled_mask to userspaceMarek Olšák5-1/+19
2019-10-02drm/amdgpu: don't increment vram lost if we are in hibernationAlex Deucher2-4/+8
2019-10-02Revert "drm/amdgpu: disable stutter mode for renoir"Aaron Liu1-2/+0
2019-10-02drm/amd/powerplay: add sensor lock support for smuKevin Wang5-0/+9
2019-10-02drm/amd/powerplay: change metrics update period from 1ms to 100msKevin Wang1-1/+1
2019-10-02drm/amdgpu: revert "disable bulk moves for now"Christian König1-2/+0
2019-10-02MIPS: octeon: Include required header; fix octeon ethernet buildPaul Burton1-0/+1
2019-10-02ptp_qoriq: Initialize the registers' spinlock before calling ptp_qoriq_settimeVladimir Oltean1-1/+2
2019-10-02net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_setVladimir Oltean3-10/+25