summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins2018-07-211-0/+2
* fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi2018-07-211-7/+13
* MAINTAINERS: Peter has movedPeter Senna Tschudin2018-07-211-1/+1
* mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre2018-07-211-0/+3
* Merge tag 'drm-fixes-2018-07-20' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-07-2018-64/+152
|\
| * Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-07-2012-49/+105
| |\
| | * drm/nouveau/fb/gp100-: disable address remapperBen Skeggs2018-07-194-0/+15
| | * drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfsLyude Paul2018-07-163-6/+10
| | * drm/nouveau: Remove bogus crtc check in pmops_runtime_idleLyude Paul2018-07-161-11/+0
| | * drm/nouveau/drm/nouveau: Fix runtime PM leak in nv50_disp_atomic_commit()Lyude Paul2018-07-161-1/+1
| | * drm/nouveau: Avoid looping through fake MST connectorsLyude Paul2018-07-163-4/+26
| | * drm/nouveau: Use drm_connector_list_iter_* for iterating connectorsLyude Paul2018-07-164-10/+29
| | * drm/nouveau/gem: off by one bugs in nouveau_gem_pushbuf_reloc_apply()Dan Carpenter2018-07-161-2/+2
| | * drm/nouveau/kms/nv50-: ensure window updates are submitted when flushing mst ...Ben Skeggs2018-07-161-19/+26
| * | Merge branch 'drm-fixes-4.18' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2018-07-206-15/+47
| |\ \
| | * | drm/amd/amdgpu: creating two I2S instances for stoney/cz (v2)Vijendar Mukunda2018-07-181-10/+37
| | * | drm/amdgpu: add another ATPX quirk for TOPAZAlex Deucher2018-07-181-0/+1
| | * | drm/amd/display: Fix DP HBR2 Eye Diagram Pattern on CarrizoHersen Wu2018-07-173-5/+6
| | * | drm/amdgpu: Make sure IB tests flushed after IP resumeLeo Liu2018-07-171-0/+3
| |/ /
* | | Merge tag 'pci-v4.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-1912-30/+97
|\ \ \
| * | | PCI: v3-semi: Fix I/O space page leakSergei Shtylyov2018-07-191-1/+1
| * | | PCI: mediatek: Fix I/O space page leakSergei Shtylyov2018-07-191-1/+1
| * | | PCI: faraday: Fix I/O space page leakSergei Shtylyov2018-07-191-1/+1
| * | | PCI: aardvark: Fix I/O space page leakSergei Shtylyov2018-07-191-1/+1
| * | | PCI: designware: Fix I/O space page leakSergei Shtylyov2018-07-191-1/+2
| * | | PCI: versatile: Fix I/O space page leakSergei Shtylyov2018-07-191-1/+1
| * | | PCI: xgene: Fix I/O space page leakSergei Shtylyov2018-07-181-1/+1
| * | | PCI: OF: Fix I/O space page leakSergei Shtylyov2018-07-183-1/+41
| * | | PCI: endpoint: Fix NULL pointer dereference error when CONFIGFS is disabledKishon Vijay Abraham I2018-07-091-19/+43
| * | | PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()Dexuan Cui2018-07-091-3/+5
* | | | Merge tag 'sound-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-07-193-6/+17
|\ \ \ \
| * | | | ALSA: hda/realtek - Yet another Clevo P950 quirk entryTakashi Iwai2018-07-181-0/+1
| * | | | ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai2018-07-171-6/+14
| * | | | ALSA: hda/realtek - Add Panasonic CF-SZ6 headset jack quirkYOKOTA Hiroshi2018-07-161-0/+1
| * | | | ALSA: hda: add mute led support for HP ProBook 455 G5Po-Hsu Lin2018-07-161-0/+1
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-07-191-1/+3
|\ \ \ \ \
| * | | | | crypto: af_alg - Initialize sg_num_bytes in error code pathStephan Mueller2018-07-131-1/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-19171-1128/+1739
|\ \ \ \ \ \
| * | | | | | tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap2018-07-191-2/+2
| * | | | | | ptp: fix missing break in switchGustavo A. R. Silva2018-07-191-0/+1
| * | | | | | hv_netvsc: Fix napi reschedule while receive completion is busyHaiyang Zhang2018-07-191-7/+10
| * | | | | | MAINTAINERS: Drop inactive Vitaly Bordug's emailKrzysztof Kozlowski2018-07-191-1/+0
| * | | | | | net: cavium: Add fine-granular dependencies on PCIAlexander Sverdlin2018-07-191-6/+6
| * | | | | | Merge branch 'net-qca_spi-Minor-bugfixes'David S. Miller2018-07-191-9/+12
| |\ \ \ \ \ \
| | * | | | | | net: qca_spi: Fix log level if probe failsStefan Wahren2018-07-191-8/+8
| | * | | | | | net: qca_spi: Make sure the QCA7000 reset is triggeredStefan Wahren2018-07-191-0/+3
| | * | | | | | net: qca_spi: Avoid packet drop during initial syncStefan Wahren2018-07-191-1/+1
| |/ / / / / /
| * | | | | | ipv6: fix useless rol32 call on hashColin Ian King2018-07-191-1/+1
| * | | | | | ipv6: sr: fix useless rol32 call on hashColin Ian King2018-07-191-1/+1
| * | | | | | Merge tag 'batadv-net-for-davem-20180717' of git://git.open-mesh.org/linux-mergeDavid S. Miller2018-07-186-10/+93
| |\ \ \ \ \ \