Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f088d5a9c5dd22b6559fa3f3939973bc374c977b
f088d5a
drm/exynos: use gem create function generically
by Inki Dae
· 13 years ago
b0e0f85
drm/exynos: checked for null pointer
by Seung-Woo Kim
· 13 years ago
d2716c8
drm/exynos: added crtc dpms for disable crtc
by Joonyoung Shim
· 13 years ago
aa6b2b6
drm/exynos: removed meaningless parameter from fbdev update
by Seung-Woo Kim
· 13 years ago
84b4699
drm/exynos: restored kernel_fb_list when reiniting fb_helper
by Joonyoung Shim
· 13 years ago
74ccc53
drm/exynos: changed exynos_drm_display to exynos_drm_display_ops
by Inki Dae
· 13 years ago
adb6b15
drm/exynos: added manager object to connector
by Inki Dae
· 13 years ago
8b58dfe
drm/exynos: fixed converting between display mode and timing
by Seung-Woo Kim
· 13 years ago
1b17b20
drm/exynos: fixed connector flag with hpd and interlace scan for hdmi
by Seung-Woo Kim
· 13 years ago
7db3eba
drm/exynos: added kms poll for handling hpd event
by Seung-Woo Kim
· 13 years ago
d53dab3
drm: Remove utterly bogus preempt_disable() sections
by Thomas Gleixner
· 13 years ago
a7c36fd
drm/radeon/kms/combios: fix dynamic allocation of PM clock modes
by Alex Deucher
· 13 years ago
8f3f1c9
drm/radeon/kms/pm: switch to dynamically allocating clock mode array
by Alex Deucher
· 13 years ago
bbe26ff
drm/radeon/kms: optimize r600_pm_profile_init
by Alex Deucher
· 13 years ago
a4c9e2e
drm/radeon/kms/pm: add a proper pm profile init function for fusion
by Alex Deucher
· 13 years ago
10b391b
drm/radeon/kms: remove extraneous calls to radeon_pm_compute_clocks()
by Alex Deucher
· 13 years ago
6c3d904
drm/exynos: added padding to be 64-bit align.
by Inki Dae
· 13 years ago
44a1dab
drm: fix kconfig unmet dependency warning
by Randy Dunlap
· 13 years ago
0007fa2
Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes
by Dave Airlie
· 13 years ago
a6778e9
drm: add some comments to drm_wait_vblank and drm_queue_vblank_event
by Ilija Hadzic
· 13 years ago
bfba165
drm/radeon/benchmark: signedness bug in radeon_benchmark_move()
by Dan Carpenter
· 13 years ago
8f4ff2b
drm: do not sleep on vblank while holding a mutex
by Ilija Hadzic
· 13 years ago
398a6d4
MAINTAINERS: exynos: Add EXYNOS DRM maintainer entry
by Kyungmin Park
· 13 years ago
c5006cfe
drm: try to restore previous CRTC config if mode set fails
by Jesse Barnes
· 13 years ago
091264f
drm/radeon/kms: make an aux failure debug only
by Alex Deucher
· 13 years ago
87cb73d
drm: drop select of SLOW_WORK
by Paul Bolle
· 13 years ago
b3e067c
drm: serialize access to list of debugfs files
by Marcin Slusarz
· 13 years ago
3b9832f
drm/radeon/kms: fix use of vram scratch page on evergreen/ni
by Alex Deucher
· 13 years ago
7a1619b
drm/radeon: Make sure CS mutex is held across GPU reset.
by Michel Dänzer
· 13 years ago
471dd2e
drm: Ensure string is null terminated.
by Vinson Lee
· 13 years ago
baa91d64
vmwgfx: Only allow 64x64 cursors
by Jakob Bornecrantz
· 13 years ago
f0c8a65
vmwgfx: Initialize clip rect loop correctly in surface dirty
by Jakob Bornecrantz
· 13 years ago
c0d1831
vmwgfx: Close screen object system
by Jakob Bornecrantz
· 13 years ago
5c79507
drm/nouveau: Fix bandwidth calculation for DisplayPort
by Adam Jackson
· 13 years ago
1e482f7
drm/nouveau: by default use low bpp framebuffer on low memory cards
by Marcin Slusarz
· 13 years ago
4beb116
drm/nv10: Change the BO size threshold determining the memory placement range.
by Francisco Jerez
· 13 years ago
1c77e0f
drm/nvc0: enable acceleration for nvc1 by default
by Ben Skeggs
· 13 years ago
6688a4d
drm/nvc0/gr: fixup the mmio list register writes for 0xc1
by Ben Skeggs
· 13 years ago
4c5df49
drm/nvc1: hacky workaround to fix accel issues
by Ben Skeggs
· 13 years ago
af6d9fe
drm/nvc0/gr: fix some bugs in grctx generation
by Ben Skeggs
· 13 years ago
8085976
drm/nvc0: enable acceleration on 0xc8 by default
by Ben Skeggs
· 13 years ago
d4547ed
drm/nvc0/vram: skip disabled PBFB subunits
by Ben Skeggs
· 13 years ago
2bfa748
drm/nv40/pm: fix issues on igp chipsets, which don't have memory
by Ben Skeggs
· 13 years ago
ef5ced4
drm/nouveau: testing the wrong variable
by Dan Carpenter
· 13 years ago
12b6d9d
drm/nvc0/vram: storage type 0xc3 is not compressed
by Christoph Bumiller
· 13 years ago
71856ab
drm/nv50: fix stability issue on NV86.
by Maxim Levitsky
· 13 years ago
5e60ee7
drm/nouveau: initialize chan->fence.lock before use
by Marcin Slusarz
· 13 years ago
7b4b98f
drm/nv50/vram: fix incorrect detection of bank count on newer chipsets
by Ben Skeggs
· 13 years ago
dce411c
drm/nv50/gr: typo fix, how about we not reset fifo during graph init?
by Ben Skeggs
· 13 years ago
ee9f7ef
drm/nv50/bios: fixup mpll programming from the init table parser
by Ben Skeggs
· 13 years ago
46b3488
drm/nouveau: fix oops if i2c bus not found in nouveau_i2c_identify()
by Ben Skeggs
· 13 years ago
bde4889
drm: make sure drm_vblank_init() has been called before touching vbl_lock
by Ben Skeggs
· 13 years ago
14660cc
drm/i915: Fix object refcount leak on mmappable size limit error path.
by Eric Anholt
· 13 years ago
a08185a
agp: iommu_gfx_mapped only available if CONFIG_INTEL_IOMMU is set
by Keith Packard
· 13 years ago
35b09c9
drm/i915: fix if statement (bogus semi-colon)
by Dan Carpenter
· 13 years ago
1ea6b8f
Linux 3.2-rc1
by Linus Torvalds
· 13 years ago
075cb10
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap
by Linus Torvalds
· 13 years ago
a3fbbde
VFS: we need to set LOOKUP_JUMPED on mountpoint crossing
by Al Viro
· 13 years ago
54a0f91
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
d30cc16
Merge branch 'fixes-modulesplit' into fixes
by Tony Lindgren
· 13 years ago
a1bcc1d
ARM: OMAP: Fix export.h or module.h includes
by Tony Lindgren
· 13 years ago
5558141
ARM: OMAP: omap_device: Include linux/export.h
by Axel Lin
· 13 years ago
94956ee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
50e6963
vfs: d_invalidate() should leave mountpoints alone
by Al Viro
· 13 years ago
e45a618
forcedeth: fix a few sparse warnings (variable shadowing)
by david decotigny
· 13 years ago
0bdfea8
forcedeth: Improve stats counters
by Mandeep Baines
· 13 years ago
4687f3f
forcedeth: remove unneeded stats updates
by david decotigny
· 13 years ago
2a4e7a0
forcedeth: Acknowledge only interrupts that are being processed
by Mike Ditto
· 13 years ago
f9c4082
forcedeth: fix race when unloading module
by david decotigny
· 13 years ago
a844506
device-mapper: using EXPORT_SYBOL in dm-space-map-checker.c needs export.h
by Stephen Rothwell
· 13 years ago
6f66263
device-mapper: dm-bufio.c needs to include module.h
by Stephen Rothwell
· 13 years ago
1944ce6
drivers/md: change module.h -> export.h in persistent-data/dm-*
by Paul Gortmaker
· 13 years ago
0c073e3
arm: Add export.h to recently added files for EXPORT_SYMBOL
by Paul Gortmaker
· 13 years ago
dd1294c
MAINTAINERS/rds: update maintainer
by Or Gerlitz
· 13 years ago
039c811
wanrouter: Remove kernel_lock annotations
by Richard Weinberger
· 13 years ago
23ba079
usbnet: fix oops in usbnet_start_xmit
by Konstantin Khlebnikov
· 13 years ago
0126410
ixgbe: Fix compile for kernel without CONFIG_PCI_IOV defined
by Rose, Gregory V
· 13 years ago
3c00303
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
by Linus Torvalds
· 13 years ago
83dbb15
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
6e6bc67
Merge branch 'urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 13 years ago
ff4d7fa
Merge git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 13 years ago
e0d6511
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 13 years ago
cf5e15f
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
by Linus Torvalds
· 13 years ago
2ac8637
vmwgfx: Snoop DMA transfers with non-covering sizes
by Jakob Bornecrantz
· 13 years ago
d41025c
vmwgfx: Move the prefered mode first in the list
by Jakob Bornecrantz
· 13 years ago
e5c8dbb
vmwgfx: Unreference surface on cursor error path
by Jakob Bornecrantz
· 13 years ago
55bde5b
vmwgfx: Free prefered mode on error path
by Jakob Bornecrantz
· 13 years ago
d982640
vmwgfx: Use pointer return error codes
by Jakob Bornecrantz
· 13 years ago
da7653d
vmwgfx: Fix hw cursor position
by Thomas Hellstrom
· 13 years ago
6987427
vmwgfx: Infrastructure for explicit placement
by Thomas Hellstrom
· 13 years ago
1543b4d
vmwgfx: Make the preferred autofit mode have a 60Hz vrefresh
by Thomas Hellstrom
· 13 years ago
0e708bc
vmwgfx: Remove screen object active list
by Thomas Hellstrom
· 13 years ago
d4528b8
vmwgfx: Screen object cleanups
by Thomas Hellstrom
· 13 years ago
3a73dbb
writeback: fix uninitialized task_ratelimit
by Wu Fengguang
· 13 years ago
3155521
Revert "hvc_console: display printk messages on console."
by Linus Torvalds
· 13 years ago
0084e47
powerpc: fix building hvc_opal.c
by Michael Neuling
· 13 years ago
b32fc0a
Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
by Linus Torvalds
· 13 years ago
403299a
Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
by Linus Torvalds
· 13 years ago
daedd87
Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
6a6662c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
Next »