summaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-06Linux 5.4-rc2v5.4-rc2Linus Torvalds1-2/+2
2019-10-06elf: don't use MAP_FIXED_NOREPLACE for elf executable mappingsLinus Torvalds1-10/+3
2019-10-06drm/i915: move gmbus setup down to intel_modeset_init()Jani Nikula2-4/+2
2019-10-06drm/i915: split out i915_switcheroo.[ch] from i915_drv.cJani Nikula5-56/+92
2019-10-06drm/i915/vga: rename intel_vga_msr_write() to intel_vga_reset_io_mem()Jani Nikula3-3/+3
2019-10-05Make filldir[64]() verify the directory entry filename is validLinus Torvalds1-0/+40
2019-10-05Convert filldir[64]() from __put_user() to unsafe_put_user()Linus Torvalds1-35/+93
2019-10-05KVM: s390: mark __insn32_query() as __always_inlineHeiko Carstens1-1/+1
2019-10-05KVM: s390: fix __insn32_query() inline assemblyHeiko Carstens1-3/+3
2019-10-05dma-mapping: fix false positivse warnings in dma_common_free_remap()Andrey Smirnov1-2/+2
2019-10-05kheaders: make headers archive reproducibleDmitry Goldin2-5/+13
2019-10-05kbuild: update compile-test header list for v5.4-rc2Masahiro Yamada1-10/+0
2019-10-05kbuild: two minor updates for Documentation/kbuild/modules.rstMasahiro Yamada1-2/+2
2019-10-05scripts/setlocalversion: clear local variable to make it work for shMasahiro Yamada1-1/+1
2019-10-05namespace: fix namespace.pl script to support relative pathsJacob Keller1-6/+7
2019-10-05video/logo: do not generate unneeded logo C filesMasahiro Yamada1-19/+2
2019-10-05video/logo: remove unneeded *.o pattern from clean-filesMasahiro Yamada1-1/+1
2019-10-05integrity: remove pointless subdir-$(CONFIG_...)Masahiro Yamada1-2/+0
2019-10-05integrity: remove unneeded, broken attempt to add -fshort-wcharMasahiro Yamada1-1/+0
2019-10-05selftests/net: add nettest to .gitignoreJakub Kicinski1-0/+1
2019-10-05net: qlogic: Fix memory leak in ql_alloc_large_buffersNavid Emamdoost1-0/+1
2019-10-05nfc: fix memory leak in llcp_sock_bind()Eric Dumazet1-1/+6
2019-10-05sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet1-0/+2
2019-10-05net: phy: at803x: use operating parameters from PHY-specific statusRussell King1-0/+69
2019-10-05net: phy: extract pause modeRussell King2-7/+14
2019-10-05net: phy: extract link partner advertisement readingRussell King2-25/+41
2019-10-05net: phy: fix write to mii-ctrl1000 registerRussell King2-0/+14
2019-10-05ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern1-5/+12
2019-10-05net: phy: allow for reset line to be tied to a sleepy GPIO controllerAndrea Merello1-1/+1
2019-10-05net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni1-3/+2
2019-10-05r8152: Set macpassthru in reset_resume callbackKai-Heng Feng1-2/+1
2019-10-04cxgb4:Fix out-of-bounds MSI-X info array accessVishal Kulkarni1-3/+6
2019-10-04Revert "ipv6: Handle race in addrconf_dad_work"David Ahern1-6/+5
2019-10-04net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan1-1/+1
2019-10-04rxrpc: Fix rxrpc_recvmsg tracepointDavid Howells1-1/+1
2019-10-04qmi_wwan: add support for Cinterion CLS8 devicesReinhard Speyerer1-0/+1
2019-10-04MIPS: fw/arc: Remove unused addr variablePaul Burton1-1/+0
2019-10-04drm/i915/stolen: make the object creation interface consistentCQ Tang7-29/+36
2019-10-04ARM: multi_v7_defconfig: Fix SPI_STM32_QSPI supportPatrice Chotard1-1/+1
2019-10-04drm/i915: Implement a better i945gm vblank irq vs. C-states workaroundVille Syrjälä5-81/+22
2019-10-04drm/i915: Drop struct_mutex from around GEM initialisationChris Wilson3-18/+0
2019-10-04drm/i915/selftests: Drop vestigal struct_mutex guardsChris Wilson8-161/+27
2019-10-04drm/i915: Drop struct_mutex from suspend state save/restoreChris Wilson1-8/+0
2019-10-04drm/i915: Remove struct_mutex guard for debugfs/opregionChris Wilson1-11/+1
2019-10-04drm/i915: Drop struct_mutex guard from debugfs/framebuffer_infoChris Wilson1-6/+0
2019-10-04drm/i915/overlay: Drop struct_mutex guardChris Wilson3-23/+1
2019-10-04drm/i915: Move context management under GEMChris Wilson28-354/+394
2019-10-04drm/i915: Remove logical HW IDChris Wilson18-302/+57
2019-10-04drm/i915: Move global activity tracking from GEM to GTChris Wilson2-10/+6
2019-10-04drm/i915: Move request runtime management onto gtChris Wilson21-158/+213