drm/i915/selftests: Use mul_u32_u32() for 32b x 32b -> 64b result
Chris Wilson authored
As realised by commit 9e3d6223

 ("math64, timers: Fix 32bit
mul_u64_u32_shr() and friends"), GCC does not always generate ideal code
for performing a 32b x 32b multiply returning a 64b result (i.e. where
we idiomatically use u64 result = (u64)x * (u32)x).
Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20170913105154.2910-2-chris@chris-wilson.co.uk

Reviewed-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
7ce5b685
Name Last commit Last update
Documentation dt-bindings: exynos5433-decon: remove i80-if-timings property
arch Merge tag 'exynos-drm-next-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next
block block: Make blk_mq_delay_kick_requeue_list() rerun the queue at a quiet time
certs modsign: add markers to endif-statements in certs/Makefile
crypto crypto: authencesn - Fix digest_null crash
drivers drm/i915/selftests: Use mul_u32_u32() for 32b x 32b -> 64b result
firmware firmware/Makefile: force recompilation if makefile changes
fs Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfs
include lib/scatterlist: Introduce and export __sg_alloc_table_from_pages
init random: do not ignore early device randomness
ipc ipc: add missing container_of()s for randstruct
kernel mm: migrate: prevent racy access to tlb_flush_pending
lib lib/scatterlist: Introduce and export __sg_alloc_table_from_pages
mm rmap: do not call mmu_notifier_invalidate_page() under ptl
net packet: fix tp_reserve race in packet_set_ring
samples samples/bpf: fix bpf tunnel cleanup
scripts parse-maintainers: Move matching sections from MAINTAINERS
security Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
sound drm: omapdrm: hdmi: Pass HDMI core version as integer to HDMI audio
tools tools/testing/scatterlist: Test new __sg_alloc_table_from_pages
usr ramfs: clarify help text that compression applies to ramfs as well as legacy ramdisk.
virt Merge tag 'kvm-arm-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.