summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | xen/trace: Fix compile error when CONFIG_XEN_PRIVILEGED_GUEST is not setKonrad Rzeszutek Wilk2011-08-051-0/+1
| * | | | xen: Fix misleading WARN message at xen_release_chunkIgor Mammedov2011-08-041-5/+3
| * | | | xen: Fix printk() format in xen/setup.cIgor Mammedov2011-08-041-2/+2
| * | | | xen/tracing: it looks like we wanted CONFIG_FTRACEJeremy Fitzhardinge2011-08-041-1/+1
| * | | | xen/self-balloon: Add dependency on tmem.Konrad Rzeszutek Wilk2011-08-031-1/+1
| * | | | xen/balloon: Fix compile errors - missing header files.Konrad Rzeszutek Wilk2011-08-031-2/+2
| * | | | xen/grant: Fix compile warning.Konrad Rzeszutek Wilk2011-08-031-1/+1
| * | | | xen/pciback: remove duplicated #includeHuang Weiyi2011-08-031-1/+0
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-08-061-3/+7
|\ \ \ \ \
| * \ \ \ \ Merge branch 'battery' into releaseLen Brown2011-08-061-3/+7
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Battery: sysfs_remove_battery(): possible circular lockingSergey Senozhatsky2011-08-061-3/+7
* | | | | | savagedb: Fix typo causing regression in savage4 series video chip detectionJohn Stanley2011-08-061-1/+1
* | | | | | CodingStyle: Document the exception of not splitting user-visible strings, fo...Josh Triplett2011-08-061-16/+7
* | | | | | vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> filesLinus Torvalds2011-08-061-1/+9
* | | | | | oom_ajd: don't use WARN_ONCE, just use printk_onceLinus Torvalds2011-08-061-1/+1
* | | | | | lib/sha1: use the git implementation of SHA-1Mandeep Singh Baines2011-08-062-55/+159
|/ / / / /
* | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-08-0530-139/+753
|\ \ \ \ \
| * | | | | Revert "drm/i915: Try enabling RC6 by default (again)"Dave Airlie2011-08-051-1/+1
| * | | | | drm/radeon: Extended DDC Probing for ECS A740GM-M DVI-D ConnectorThomas Reim2011-08-041-0/+9
| * | | | | drm/radeon: Log Subsystem Vendor and Device InformationThomas Reim2011-08-041-2/+3
| * | | | | drm/radeon: Extended DDC Probing for Connectors with Improperly Wired DDC Lin...Thomas Reim2011-08-044-12/+80
| * | | | | drm: Separate EDID Header Check from EDID Block CheckThomas Reim2011-08-042-6/+19
| * | | | | drm: Add NULL check about irq functionsJoonyoung Shim2011-08-041-8/+15
| * | | | | drm: Fix irq install error handlingJoonyoung Shim2011-08-041-0/+3
| * | | | | drm/radeon: fix potential NULL dereference in drivers/gpu/drm/radeon/atom.cBojan Prtvar2011-08-041-0/+3
| * | | | | drm/radeon: clean reg header filesFernando Luis Vázquez Cao2011-08-041-0/+1
| * | | | | drm/debugfs: Initialise empty variableEmil Velikov2011-08-041-1/+3
| * | | | | Merge branch 'drm-intel-next' of ssh://master.kernel.org/pub/scm/linux/kernel...Dave Airlie2011-08-0418-105/+594
| |\ \ \ \ \
| | * | | | | drm/i915: allow cache sharing policy controlJesse Barnes2011-08-042-0/+107
| | * | | | | drm/i915/hdmi: HDMI source product description infoframe supportJesse Barnes2011-08-042-0/+37
| | * | | | | drm/i915/hdmi: split infoframe setting from infoframe type codeJesse Barnes2011-08-043-46/+106
| | * | | | | drm: track CEA version number if presentJesse Barnes2011-08-042-0/+11
| | * | | | | drm/i915: Try enabling RC6 by default (again)Keith Packard2011-08-031-1/+1
| | * | | | | Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-08-031-4/+11
| | |\ \ \ \ \
| | | * | | | | Revert "drm/i915/dp: Zero the DPCD data before connection probe"Keith Packard2011-08-031-1/+0
| | | * | | | | drm/i915/dp: wait for previous AUX channel activity to clearJesse Barnes2011-08-021-3/+11
| | * | | | | | drm/i915: don't use uninitialized EDID bpc values when picking pipe bppJesse Barnes2011-08-011-2/+5
| | * | | | | | Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-07-307-2/+193
| | |\| | | | |
| | | * | | | | drm/i915/pch: Save/restore PCH_PORT_HOTPLUG across suspendAdam Jackson2011-07-302-0/+3
| | | * | | | | drm/i915: apply phase pointer override on SNB+ tooJesse Barnes2011-07-302-0/+36
| | | * | | | | drm/i915: Add quirk to disable SSC on Sony Vaio Y2Michel Alexandre Salim2011-07-301-0/+3
| | | * | | | | drm/i915: provide more error output when mode sets failJesse Barnes2011-07-301-1/+4
| | | * | | | | drm/i915: add GPU max frequency control fileJesse Barnes2011-07-301-0/+90
| | | * | | | | i915: add Dell OptiPlex FX170 to intel_no_lvdsPieterjan Camerlynck2011-07-301-0/+8
| | | * | | | | drm/i915: Ignore GPU wedged errors while pinning scanout buffersKeith Packard2011-07-301-1/+1
| | | * | | | | drm/i915/hdmi: send AVI info frames on ILK+ as wellJesse Barnes2011-07-292-1/+52
| | | * | | | | drm/i915: fix CB tuning check for ILK+Jesse Barnes2011-07-291-1/+1
| | * | | | | | Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-07-294-51/+98
| | |\| | | | |
| | | * | | | | drm/i915: Flush other plane register writesKeith Packard2011-07-291-13/+18
| | | * | | | | drm/i915: flush plane control changes on ILK+ as wellJesse Barnes2011-07-291-2/+2