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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-08
drm/i915: Enable i915 frame buffer compression by default
Keith Packard
1
-1
/
+1
2011-07-08
drm/i915: Share the common work of disabling active FBC before updating
Chris Wilson
2
-60
/
+64
2011-07-08
drm/i915: Perform intel_enable_fbc() from a delayed task
Chris Wilson
3
-2
/
+90
2011-07-08
drm/i915: Disable FBC across page-flipping
Chris Wilson
1
-0
/
+2
2011-07-08
drm/i915: Set persistent-mode for ILK/SNB framebuffer compression
Chris Wilson
2
-0
/
+3
2011-07-08
drm/i915: Use of a CPU fence is mandatory to update FBC regions upon CPU writes
Chris Wilson
1
-19
/
+14
2011-07-08
drm/i915: Remove vestigial pitch from post-gen2 FBC control routines
Chris Wilson
1
-6
/
+2
2011-07-08
drm/i915: Replace direct calls to vfunc.disable_fbc with intel_disable_fbc()
Chris Wilson
1
-8
/
+5
2011-07-08
drm/i915: Only export the generic intel_disable_fbc() interface
Chris Wilson
4
-34
/
+30
2011-07-08
Merge branch 'drm-intel-fixes' into drm-intel-next
Keith Packard
1
-0
/
+1
2011-07-08
drm/i915: Enable GPU reset on Ivybridge.
Kenneth Graunke
1
-0
/
+1
2011-07-08
Merge branch 'drm-intel-fixes' into drm-intel-next
Keith Packard
153
-503
/
+24390
2011-07-08
drm/i915/dp: manage sink power state if possible
Jesse Barnes
1
-0
/
+35
2011-07-08
drm/i915/dp: consolidate AUX retry code
Jesse Barnes
1
-21
/
+30
2011-07-08
drm/i915/dp: remove DPMS mode tracking from DP
Jesse Barnes
1
-5
/
+1
2011-07-08
drm/i915/dp: try to read receiver capabilities 3 times when detecting
Jesse Barnes
1
-5
/
+10
2011-07-08
drm/i915/dp: read more receiver capability bits on hotplug
Jesse Barnes
1
-0
/
+11
2011-07-08
drm/i915/dp: use DP DPCD defines when looking at DPCD values
Jesse Barnes
1
-8
/
+10
2011-07-08
drm/i915/dp: retry link status read 3 times on failure
Jesse Barnes
1
-7
/
+13
2011-07-08
drm/i915: use pipe bpp in DP link bandwidth calculation
Jesse Barnes
1
-5
/
+7
2011-07-08
drm/i915: check for supported depth at fb init time
Jesse Barnes
1
-0
/
+5
2011-07-08
drm: bpp and depth changes require full mode sets
Jesse Barnes
1
-0
/
+5
2011-07-08
drm/i915: use pipe bpp when setting HDMI bpc
Jesse Barnes
1
-0
/
+5
2011-07-08
drm/i915: use pipe bpp in DP link bandwidth calculations
Jesse Barnes
1
-3
/
+2
2011-07-08
drm/i915: split out plane update code
Jesse Barnes
2
-9
/
+100
2011-07-08
drm/i915: split out Ironlake pipe bpp picking code
Jesse Barnes
2
-42
/
+153
2011-07-08
drm/i915: set bpc for DP transcoder
Jesse Barnes
1
-1
/
+2
2011-07-08
drm/i915: don't set transcoder bpc on CougarPoint
Jesse Barnes
1
-6
/
+9
2011-07-08
drm/i915: don't set SDVO color range on ILK+
Jesse Barnes
1
-1
/
+2
2011-07-05
Linux 3.0-rc6
v3.0-rc6
Linus Torvalds
1
-1
/
+1
2011-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Linus Torvalds
40
-7
/
+23622
2011-07-05
Merge branch 'at91/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
19
-33
/
+34
2011-07-05
Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
9
-34
/
+20
2011-07-05
RDMA: Check for NULL mode in .devnode methods
Goldwyn Rodrigues
2
-2
/
+4
2011-07-05
AT91: Change nand buswidth logic to match hardware default configuration
Nicolas Ferre
7
-11
/
+11
2011-07-04
vesafb: fix memory leak
Daniel J Blueman
1
-0
/
+1
2011-07-04
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-5
/
+21
2011-07-03
[SCSI] isci: fix checkpatch errors
James Bottomley
5
-42
/
+44
2011-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isci
James Bottomley
38
-0
/
+23607
2011-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
1
-8
/
+8
2011-07-03
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-22
/
+73
2011-07-03
hwmon: (k10temp) Update documentation for Fam12h
Clemens Ladisch
1
-2
/
+6
2011-07-03
hwmon-vid: Fix typo in VIA CPU name
Jean Delvare
1
-1
/
+1
2011-07-03
hwmon: (f71882fg) Add support for the F71869A
Hans de Goede
3
-3
/
+20
2011-07-03
hwmon: Use <> rather than () around my e-mail address
Hans de Goede
2
-2
/
+2
2011-07-03
hwmon: (emc6w201) Properly handle all errors
Jean Delvare
1
-14
/
+44
2011-07-03
isci: Device reset should request sas_phy_reset(phy, true)
Jeff Skirvin
1
-12
/
+6
2011-07-03
isci: pare back error messsages
Dan Williams
2
-28
/
+28
2011-07-03
isci: cleanup silicon revision detection
Dan Williams
5
-73
/
+31
2011-07-03
isci: merge scu_unsolicited_frame.h into unsolicited_frame_control.h
Dan Williams
4
-120
/
+44
[next]