summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OMAP: DSS2: VENC: make 20ms venc bug-fix sleep optionalTomi Valkeinen2011-05-112-0/+15
* OMAP: DSS2: make 50ms bug-fix sleep optionalTomi Valkeinen2011-05-112-0/+16
* OMAP: DSS2: remove non-working msleep(40) workaroundTomi Valkeinen2011-05-111-7/+12
* OMAP: DSS2: move dss device clock configurationTomi Valkeinen2011-05-112-19/+23
* OMAP: DSS2: DSI: Introduce sync_vc functionsArchit Taneja2011-05-111-63/+117
* OMAP4: DSS2: Register configuration changes for DSIArchit Taneja2011-05-113-38/+63
* OMAP: DSS2: fix panel Kconfig dependenciesTomi Valkeinen2011-05-111-4/+5
* OMAP: DSS2: DSI: Fix DSI PLL power bugTomi Valkeinen2011-05-113-1/+8
* OMAP: DSS2: Fix: Return correct lcd clock source for OMAP2/3Archit Taneja2011-05-111-2/+8
* OMAP: DSS2: DSI: fix dsi_dump_clocks()Tomi Valkeinen2011-05-111-5/+1
* OMAP: DSS2: DSI: fix use_sys_clk & highfreqTomi Valkeinen2011-05-111-0/+3
* OMAP: DSS2: Move nokia-dsi-panel.h to include/video/Tomi Valkeinen2011-05-112-4/+4
* OMAP: DSS2: Move panel-generic-dpi.h to include/video/Tomi Valkeinen2011-05-1112-14/+14
* OMAP: DSS2: Move display.h to include/video/Tomi Valkeinen2011-05-1147-49/+48
* Linux 2.6.39-rc7Linus Torvalds2011-05-091-1/+1
* vm: fix vm_pgoff wrap in upward expansionHugh Dickins2011-05-091-4/+7
* Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-05-093-7/+23
|\
| * drm/i915/lvds: Only act on lid notify when the device is onAlex Williamson2011-05-091-0/+3
| * drm/i915: fix intel_crtc_clock_get pipe reads after "cleanup cleanup"Chris Wilson2011-05-091-2/+2
| * drm/i915: Only enable the plane after setting the fb base (pre-ILK)Chris Wilson2011-05-091-2/+0
| * drm/i915/dp: Be paranoid in case we disable a DP before it is attachedChris Wilson2011-05-041-2/+15
| * drm/i915: Release object along create user fb error pathChris Wilson2011-05-041-1/+3
* | Don't lock guardpage if the stack is growing upMikulas Patocka2011-05-093-15/+37
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2011-05-093-43/+150
|\ \
| * | eeepc-laptop: Use ACPI handle to identify rfkill portMatthew Garrett2011-05-091-16/+41
| * | [PATCH] sony-laptop: limit brightness range to DSDT provided onesMattia Dongili2011-05-091-24/+103
| * | sony-laptop: report failures on setting LCD brightnessMattia Dongili2011-05-091-2/+3
| * | thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.Manoj Iyer2011-05-091-2/+4
* | | Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds2011-05-092-11/+16
|\ \ \
| * | | ASoC: Fix CODEC DAI names for GoniMark Brown2011-04-281-2/+2
| * | | ASoC: Fix CODEC name in GoniMark Brown2011-04-281-2/+2
| * | | davinci-mcasp: fix _CBM_CFS pin directionsBen Gardiner2011-04-261-1/+3
| * | | davinci-mcasp: fix _CBM_CFS hw_paramsBen Gardiner2011-04-261-2/+2
| * | | davinci-mcasp: use bitfield definitions for PDIRBen Gardiner2011-04-261-3/+6
| * | | ASoC: davinci-mcasp: correct tdm_slots limitBen Gardiner2011-04-261-2/+2
* | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-05-097-13/+41
|\ \ \ \
| * | | | drm/radeon/kms: add pci id to acer travelmate quirk for 5730Alex Deucher2011-05-091-2/+2
| * | | | drm/radeon: fix order of doing things in radeon_crtc_cursor_setIlija Hadzic2011-05-091-3/+3
| * | | | drm: mm: fix debug outputDaniel Vetter2011-05-092-4/+4
| * | | | Merge remote branch 'nouveau/drm-nouveau-fixes' of /ssd/git/drm-nouveau-next ...Dave Airlie2011-05-092-2/+5
| |\ \ \ \
| | * | | | drm/nouveau: Fix a crash at card takedown for NV40 and older cardsJimmy Rentz2011-05-092-2/+5
| * | | | | drm/radeon/kms: ATPX switcheroo fixesAlex Deucher2011-05-091-2/+27
| |/ / / /
* | | | | Merge branch 'hpfs'Linus Torvalds2011-05-0915-793/+730
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | HPFS: Remove unused variableMikulas Patocka2011-05-091-4/+0
| * | | | HPFS: Move declaration up, so that there are no out-of-scope pointersMikulas Patocka2011-05-091-1/+1
| * | | | HPFS: Fix some unaligned accessesMikulas Patocka2011-05-093-24/+32
| * | | | HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka2011-05-0911-418/+498
| * | | | HPFS: Implement fsync for hpfsMikulas Patocka2011-05-091-2/+2
| * | | | HPFS: Fix a bug that filesystem was not marked dirty when remounting itMikulas Patocka2011-05-091-8/+8
| * | | | HPFS: Restrict uid and gid to 16-bit valuesMikulas Patocka2011-05-091-0/+4
OpenPOWER on IntegriCloud