summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-11-129-155/+119
|\
| * x86, pvclock: Remove leftover scale_delta() functionKusanagi Kouichi2010-11-101-38/+0
| * x86, apic: Remove double #includeJesper Juhl2010-11-101-1/+0
| * x86: Adjust section annotations in AMD Fam10 MMCONF enabling codeJan Beulich2010-11-101-3/+4
| * x86, UV: Update node controller MMRsJack Steiner2010-11-102-99/+102
| * x86: Remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl2010-11-102-8/+7
| * x86: Address gcc4.6 "set but not used" warnings in apic.hAndi Kleen2010-11-091-5/+5
| * x86, mm: Fix section mismatch in tlb.cRakib Mullick2010-11-011-1/+1
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-11-1221-104/+271
|\ \
| * | perf, amd: Use kmalloc_node(,__GFP_ZERO) for northbridge structure allocationPeter Zijlstra2010-11-101-2/+2
| * | perf_events: Fix time tracking in samplesStephane Eranian2010-11-102-8/+44
| * | perf trace: update usageTom Zanussi2010-11-101-1/+5
| * | perf trace: update Documentation with new perf trace variantsTom Zanussi2010-11-101-8/+49
| * | perf trace: live-mode command-line cleanupTom Zanussi2010-11-101-57/+108
| * | perf trace record: handle commands correctlyTom Zanussi2010-11-101-4/+28
| * | perf record: make the record options available outside perf recordTom Zanussi2010-11-101-5/+5
| * | perf trace scripting: remove system-wide param from shell scriptsTom Zanussi2010-11-1013-13/+13
| * | perf trace scripting: fix some small memory leaks and missing error checksTom Zanussi2010-11-101-0/+12
| * | perf: Fix usages of profile_cpu in builtin-top.c to use cpu_listCorey Ashford2010-11-101-7/+5
| * | perf, ui: Eliminate stack-smashing protection compiler complaintCyrill Gorcunov2010-11-101-2/+3
* | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-11-1242-275/+577
|\ \ \
| * | | drm/ttm: Be consistent on ttm_bo_init() failuresThomas Hellstrom2010-11-102-0/+8
| * | | drm/radeon/kms: Fix retrying ttm_bo_init() after it failed once.Michel Dänzer2010-11-101-2/+2
| * | | drm/radeon/kms: fix thermal sensor reporting on rv6xxAlex Deucher2010-11-091-7/+1
| * | | drm/radeon/kms: fix bugs in ddc and cd path router codeTyson Whitehead2010-11-092-10/+7
| * | | drm/radeon/kms: add support for clock/data path routersAlex Deucher2010-11-096-29/+85
| * | | drm: vmwgfx: fix information leak to userlandKulikov Vasiliy2010-11-091-0/+1
| * | | drivers/gpu: Use vzallocJoe Perches2010-11-091-2/+2
| * | | drm/vmwgfx: Fix oops on failing bo pinThomas Hellstrom2010-11-091-0/+5
| * | | drm/ttm: Remove the CAP_SYS_ADMIN requirement for bo pinningThomas Hellstrom2010-11-091-28/+2
| * | | drm/ttm: Make sure a sync object doesn't disappear while we use itThomas Hellstrom2010-11-091-4/+7
| * | | drm/radeon/kms: don't disable shared encoders on pre-DCE3 display blocksAlex Deucher2010-11-091-0/+18
| * | | drivers/gpu/drm: Update WARN usesJoe Perches2010-11-0910-14/+15
| * | | drivers/gpu/drm/vmwgfx: Fix k.alloc switched argumentsJoe Perches2010-11-092-2/+2
| * | | DRM: ignore invalid EDID extensionsSam Tygier2010-11-091-6/+20
| * | | drm/radeon/kms: make the connector code less verboseAlex Deucher2010-11-091-6/+6
| * | | drm/ttm: remove failed ttm binding error printoutThomas Hellstrom2010-11-091-3/+1
| * | | drm/ttm: Add a barrier when unreservingThomas Hellstrom2010-11-091-0/+6
| * | | drm/ttm: Remove mm init error printouts and checksThomas Hellstrom2010-11-091-18/+2
| * | | drm/ttm: Remove pointless list_empty checkThomas Hellstrom2010-11-091-7/+0
| * | | drm/ttm: Use private locks for the default bo range managerThomas Hellstrom2010-11-091-36/+45
| * | | drm/ttm: Documentation updateThomas Hellstrom2010-11-092-13/+74
| * | | drm/radeon/kms/evergreen: add missing pm.vblank_sync update in vbl handlerAlex Deucher2010-11-091-0/+6
| * | | drm/stub/Kconfig: fix Kconfig for stub driver.Ingo Molnar2010-11-091-0/+3
| * | | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2010-11-0914-96/+267
| |\ \ \
| | * | | drm/i915: Fix LVDS fixed-mode regression from 219adae1Chris Wilson2010-11-091-5/+11
| | * | | drm/i915/ringbuffer: Use the HEAD auto-reporting mechanismChris Wilson2010-11-081-1/+12
| | * | | drm/i915: Avoid might_fault during pwrite whilst holding our mutexChris Wilson2010-11-081-9/+16
| | * | | agp/intel: fix cache control for sandybridgeZhenyu Wang2010-11-041-2/+2
| | * | | agp/intel: restore cache behavior on sandybridgeZhenyu Wang2010-11-041-1/+1