index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-29
drm/i915: fix sparse warnings: move 'extern' decls to header file
Hannes Eder
2
-6
/
+6
2008-12-29
drm/i915: fix sparse warnings: make symbols static
Hannes Eder
9
-22
/
+23
2008-12-29
drm/i915: fix sparse warnings: declare one-bit bitfield as unsigned
Hannes Eder
1
-4
/
+4
2008-12-29
drm/i915: Don't double-unpin buffers if we take a signal in evict_everything().
Eric Anholt
1
-0
/
+1
2008-12-29
drm/i915: Fix fbcon setup to align display pitch to 64b.
Eric Anholt
1
-1
/
+1
2008-12-29
drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.
Kristian H�gsberg
3
-72
/
+0
2008-12-29
drm: sanitise drm modesetting API + remove unused hotplug
Jakob Bornecrantz
3
-29
/
+14
2008-12-29
drm: fix allowing master ioctls on non-master fds.
Dave Airlie
1
-1
/
+1
2008-12-29
drm/radeon: use locked rmmap to remove sarea mapping.
Dave Airlie
2
-1
/
+2
2008-12-29
drm/radeon: fix missing hunk from the master changes.
Dave Airlie
1
-0
/
+2
2008-12-29
drm: fix useless gcc unused variable warning
Dave Airlie
1
-1
/
+1
2008-12-29
drm/radeon: fix warning due to PAGE_SIZE max
Dave Airlie
1
-1
/
+1
2008-12-29
drm: kconfig have drm core select i2c for kms
Dave Airlie
1
-1
/
+2
2008-12-29
drm: PAGE_CACHE_WC is x86 only so far
Dave Airlie
1
-0
/
+2
2008-12-29
drm: pick an 800x600@60HZ mode by default for unknown CRT.
Dave Airlie
1
-4
/
+4
2008-12-29
drm/i915: Fix stolen memory detection on G45 and GM45.
Eric Anholt
2
-6
/
+11
2008-12-29
drm/i915: Register module dependencies for the modesetting code.
Eric Anholt
1
-0
/
+5
2008-12-29
DRM: i915: add mode setting support
Jesse Barnes
26
-50
/
+10566
2008-12-29
DRM: add mode setting support
Dave Airlie
12
-40
/
+5087
2008-12-29
drm/i915: add GEM GTT mapping support
Jesse Barnes
6
-4
/
+548
2008-12-29
drm: GEM mmap support
Jesse Barnes
6
-3
/
+139
2008-12-29
drm/i915: Add /proc debugging entry for reading out the HWS.
Eric Anholt
1
-0
/
+34
2008-12-29
drm: reorganise start and load.
Dave Airlie
1
-3
/
+6
2008-12-29
drm: fix leak of uninitialized data to userspace
Vegard Nossum
2
-4
/
+8
2008-12-29
drm: move to kref per-master structures.
Dave Airlie
18
-332
/
+563
2008-12-29
drm: cleanup exit path for module unload
Dave Airlie
2
-20
/
+7
2008-12-24
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
15
-41
/
+48
2008-12-24
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-2
/
+2
2008-12-24
edac: fix edac core deadlock when removing a device
Harry Ciao
1
-3
/
+9
2008-12-24
w1: fix slave selection on big-endian systems
Evgeniy Polyakov
1
-1
/
+3
2008-12-24
rtc: rtc-isl1208: reject invalid dates
Chris Elston
1
-0
/
+7
2008-12-23
V4L/DVB (9920): em28xx: fix NULL pointer dereference in call to VIDIOC_INT_RE...
Devin Heitmueller
1
-1
/
+2
2008-12-23
drm/radeon: fix correctness of irq_enabled check for radeon.
Dave Airlie
1
-2
/
+2
2008-12-23
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
2
-9
/
+1
2008-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
2
-2
/
+4
2008-12-23
drivers/ide/{cs5530.c,sc1200.c}: Move a dereference below a NULL test
Julia Lawall
2
-2
/
+4
2008-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-15
/
+13
2008-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Linus Torvalds
5
-16
/
+20
2008-12-19
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-0
/
+5
2008-12-19
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
3
-2
/
+19
2008-12-19
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
1
-5
/
+17
2008-12-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
6
-21
/
+17
2008-12-19
ACPI: fix 2.6.28 acpi.debug_level regression
Bjorn Helgaas
2
-9
/
+1
2008-12-19
cciss: fix problem that deleting multiple logical drives could cause a panic
Stephen M. Cameron
1
-0
/
+5
2008-12-19
drm/i915: GEM on PAE has problems - disable it for now.
Dave Airlie
2
-1
/
+11
2008-12-19
drm/i915: Don't return busy for buffers left on the flushing list.
Eric Anholt
1
-1
/
+8
2008-12-19
md: Don't read past end of bitmap when reading bitmap.
NeilBrown
1
-5
/
+17
2008-12-19
ppp: fix segfaults introduced by netdev_priv changes
James Chapman
1
-15
/
+13
2008-12-18
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...
Linus Torvalds
4
-7
/
+32
2008-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
6
-15
/
+28
[next]