summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: platform: Don't initialize driver-private dataThierry Reding2012-10-232-8/+5Star
* drm/debugfs: remove redundant info from gem_namesMarcin Slusarz2012-10-231-2/+0Star
* drm: fb: cma: Fail gracefully on allocation failureThierry Reding2012-10-231-1/+1
* drm: fb: cma: Fix typo in debug messageThierry Reding2012-10-231-1/+1
* Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie2012-10-228-21/+47
|\
| * drm/nouveau/clock: fix missing pll type/addr when matching default entryBen Skeggs2012-10-221-6/+4Star
| * drm/nouveau/fb: fix reporting of memory type on GF8+ IGPsBen Skeggs2012-10-221-0/+1
| * drm/nv41/vm: don't init hw pciegart on boards with agp bridgeBen Skeggs2012-10-222-2/+4
| * drm/nouveau/bios: fetch full 4KiB block to determine ACPI ROM image sizeBen Skeggs2012-10-221-3/+7
| * drm/nouveau: validate vbios sizeMarcin Slusarz2012-10-221-3/+13
| * drm/nouveau: warn when trying to free mm which is still in useMarcin Slusarz2012-10-221-1/+1
| * drm/nouveau: fix nouveau_mm/nouveau_mm_node leakMarcin Slusarz2012-10-221-0/+5
| * drm/nouveau/bios: improve error handling when reading the vbios from ACPIMartin Peres2012-10-221-1/+3
| * drm/nouveau: handle same-fb page flipsMarcin Slusarz2012-10-221-5/+9
* | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-10-228-25/+80
|\ \
| * | drm/i915: Initialize obj->pages before use by i915_gem_object_do_bit17_swizzle()Chris Wilson2012-10-191-1/+2
| * | drm/i915: Add no-lvds quirk for Supermicro X7SPA-HChris Wilson2012-10-191-0/+8
| * | drm/i915: Insert i915_preliminary_hw_support variable.Rodrigo Vivi2012-10-172-0/+14
| * | drm/i915: shut up spurious WARN in the gtt fault handlerDaniel Vetter2012-10-171-1/+3
| * | Revert "drm/i915: Try harder to complete DP training pattern 1"Daniel Vetter2012-10-161-5/+10
| * | DRM/i915: Restore sdvo_flags after dtd->mode->dtd Roundrtrip.Egbert Eich2012-10-161-0/+8
| * | DRM/i915: Don't clone SDVO LVDS with analog.Egbert Eich2012-10-161-4/+2Star
| * | DRM/i915: Add QUIRK_INVERT_BRIGHTNESS for NCR machines.Egbert Eich2012-10-161-0/+32
| * | DRM/i915: Don't delete DPLL Multiplier during DAC init.Egbert Eich2012-10-161-14/+1Star
* | | Linux 3.7-rc2Linus Torvalds2012-10-201-1/+1
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2012-10-209-45/+83
|\ \ \
| * | | arm64: fix alignment padding in assembly codeMarc Zyngier2012-10-202-1/+7
| * | | arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpointsWill Deacon2012-10-181-16/+21
| * | | arm64: ptrace: make structure padding explicit for debug registersWill Deacon2012-10-182-7/+32
| * | | arm64: No need to set the x0-x2 registers in start_thread()Catalin Marinas2012-10-181-10/+0Star
| * | | arm64: Ignore memory blocks below PHYS_OFFSETCatalin Marinas2012-10-181-0/+12
| * | | arm64: Fix the update_vsyscall() prototypeCatalin Marinas2012-10-181-10/+10
| * | | arm64: Select MODULES_USE_ELF_RELACatalin Marinas2012-10-181-0/+1
| * | | arm64: Remove duplicate inclusion of mmu_context.h in smp.cSachin Kamat2012-10-161-1/+0Star
* | | | use clamp_t in UNAME26 fixKees Cook2012-10-201-1/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-209-17/+56
|\ \ \ \
| * | | | perf python: Properly link with libtraceeventArnaldo Carvalho de Melo2012-10-203-14/+15
| * | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-10-209-6/+44
| |\ \ \ \
| | * | | | perf hists browser: Add back callchain folding symbolArnaldo Carvalho de Melo2012-10-171-1/+1
| | * | | | perf tools: Fix build on sparc.David Miller2012-10-171-1/+1
| | * | | | perf python: Link with libtraceeventArnaldo Carvalho de Melo2012-10-171-0/+1
| | * | | | perf python: Initialize 'page_size' variableArnaldo Carvalho de Melo2012-10-171-0/+2
| | * | | | tools lib traceevent: Fix missed freeing of subargs in free_arg() in filterSteven Rostedt2012-10-161-0/+15
| | * | | | lib tools traceevent: Add back pevent assignment in __pevent_parse_format()Steven Rostedt2012-10-161-3/+6
| | * | | | perf hists browser: Fix off-by-two bug on the first columnNamhyung Kim2012-10-161-1/+3
| | * | | | perf tools: Remove warnings on JIT samples for srcline sort keyNamhyung Kim2012-10-161-0/+3
| | * | | | perf tools: Fix segfault when using srcline sort keyNamhyung Kim2012-10-161-0/+3
| | * | | | perf: Require exclude_guest to use PEBS - kernel side enforcementPeter Zijlstra2012-10-161-0/+6
| | * | | | perf tool: Precise mode requires exclude_guestDavid Ahern2012-10-161-0/+3
* | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-2032-75/+133
|\ \ \ \ \ \