aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-12Merge tag 'drm-fixes-2018-09-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds16-114/+297
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds68-400/+593
2018-09-13drm/nouveau/devinit: fix warning when PMU/PRE_OS is missingBen Skeggs1-10/+11
2018-09-12null_blk: fix zoned support for non-rq based operationJens Axboe3-34/+62
2018-09-12cifs: read overflow in is_valid_oplock_break()Dan Carpenter1-0/+8
2018-09-12uaccess: Fix is_source param for check_copy_size() in copy_to_iter_mcsafe()Dave Jiang1-1/+1
2018-09-12bpf: use __GFP_COMP while allocating pageTushar Dave1-1/+2
2018-09-12RDMA/uverbs: Atomically flush and mark closed the comp event queueSteve Wise1-0/+1
2018-09-12bpf/verifier: disallow pointer subtractionAlexei Starovoitov1-1/+1
2018-09-12drm/amd/display: fix ptr_ret.cocci warningskbuild test robot1-4/+1
2018-09-12drm/amd: Add DM DMCU supportDavid Francis2-1/+92
2018-09-12drm/amd: Add PSP DMCU supportDavid Francis1-0/+6
2018-09-12drm/amd: Add ucode DMCU supportDavid Francis2-2/+29
2018-09-12drm/amdgpu: Move fault hash table to amdgpu vmOak Zeng5-111/+128
2018-09-12drm/amdgpu: move cs dependencies front a bitChunming Zhou1-6/+6
2018-09-12drm/amdgpu: try allocating VRAM as power of twoChristian König1-12/+40
2018-09-12Merge branch 'nfp-flower-fixes'David S. Miller4-1/+19
2018-09-12nfp: flower: reject tunnel encap with ipv6 outer headers for offloadingLouis Peens1-0/+6
2018-09-12nfp: flower: fix vlan match by checking both vlan id and vlan pcpPieter Jansen van Vuuren3-1/+13
2018-09-12tipc: check return value of __tipc_dump_start()Cong Wang1-1/+4
2018-09-12Merge branch 'qeth-fixes'David S. Miller3-5/+10
2018-09-12s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann2-2/+2
2018-09-12s390/qeth: use vzalloc for QUERY OAT bufferWenjia Zhang1-2/+3
2018-09-12s390/qeth: switch on SG by default for IQD devicesJulian Wiedmann1-0/+2
2018-09-12s390/qeth: indicate error when netdev allocation failsJulian Wiedmann1-1/+3
2018-09-12bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau1-1/+1
2018-09-12x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3Guenter Roeck1-2/+1
2018-09-12x86/xen: Disable CPU0 hotplug for Xen PVJuergen Gross1-1/+3
2018-09-12Merge tag 'perf-urgent-for-mingo-4.19-20180912' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar11-3/+132
2018-09-12tracing/Makefile: Fix handling redefinition of CC_FLAGS_FTRACEPaulo Zanoni1-3/+5
2018-09-12Merge tag 'riscv-for-linus-4.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds1-7/+0
2018-09-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-94/+101
2018-09-12drm/i915: Extract intel_cursor_check_surface()Ville Syrjälä1-18/+29
2018-09-12drm/i915: Move chv rotation checks to plane->check()Ville Syrjälä4-9/+26
2018-09-12drm/i915: Move display w/a #1175Ville Syrjälä3-34/+41
2018-09-12drm/i915: Move skl plane fb related checks into a better placeVille Syrjälä3-56/+66
2018-09-12drm/i915: Extract per-platform plane->check() functionsVille Syrjälä3-179/+238
2018-09-12drm/i915: Nuke plane->can_scale/min_downscaleVille Syrjälä3-35/+13
2018-09-12drm/i915: s/int plane/int color_plane/Ville Syrjälä2-52/+56
2018-09-12drm/i915: Store ggtt_view in plane_stateVille Syrjälä3-10/+15
2018-09-12drm/i915: Store the final plane stride in plane_stateVille Syrjälä3-23/+46
2018-09-12drm/i915: Rename the plane_state->main/aux to plane_state->color_plane[]Ville Syrjälä4-49/+46
2018-09-12drm/i915: Use pipe A primary plane .max_stride() as the global stride limitVille Syrjälä1-23/+10
2018-09-12drm/i915: Add .max_stride() plane hookVille Syrjälä3-2/+90
2018-09-12drm/i915: s/tile_offset/aligned_offset/ etc.Ville Syrjälä2-62/+63
2018-09-12efi/libstub/arm: default EFI_ARMSTUB_DTB_LOADER to yScott Branden1-3/+6
2018-09-12drm/i915: Reorder execobject[] to insert non-48b objects into the low 4GChris Wilson1-0/+5
2018-09-12cifs: integer overflow in in SMB2_ioctl()Dan Carpenter1-2/+2
2018-09-12CIFS: fix wrapping bugs in num_entries()Dan Carpenter1-10/+15
2018-09-12cifs: prevent integer overflow in nxt_dir_entry()Dan Carpenter1-2/+9