| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/ttm/radeon: add dma32 support. | Dave Airlie | 2009-07-15 | 6 | -7/+35 |
* | drm/radeon: Endianness fixes for radeondrmfb. | Michel Dänzer | 2009-07-15 | 1 | -3/+50 |
* | drm/radeon/kms: don't swap PCIEGART PTEs in VRAM. | Dave Airlie | 2009-07-15 | 1 | -1/+4 |
* | drm/radeon/kms: drop zero length CS indirect buffers. | Dave Airlie | 2009-07-15 | 1 | -1/+7 |
* | drm/radeon/kms: fix vram vs aper size check. | Dave Airlie | 2009-07-15 | 1 | -1/+1 |
* | drm/radeon/kms: get lvds info for DIG LVTMA and UNIPHY encoders | Alex Deucher | 2009-07-15 | 1 | -2/+8 |
* | drm/radeon/kms: fix quirk for MSI laptop | Alex Deucher | 2009-07-15 | 1 | -3/+6 |
* | ttm: Fix caching mode selection. | Thomas Hellstrom | 2009-07-15 | 1 | -12/+39 |
* | ttm: Make messages more readable. | Thomas Hellstrom | 2009-07-15 | 1 | -1/+1 |
* | drm/radeon: fix support for vline relocations. | Dave Airlie | 2009-07-15 | 4 | -6/+137 |
* | drm/radeon/kms: respect TOM on rs100->rs480 IGP variants. | Dave Airlie | 2009-07-15 | 2 | -3/+8 |
* | drm/radeon/kms: set crtc and cursor offsets correctly on legacy chips. | Dave Airlie | 2009-07-15 | 3 | -5/+9 |
* | drm/radeon/kms: remove IB flushing trick. | Dave Airlie | 2009-07-15 | 1 | -14/+1 |
* | drm/radeon/kms: mmio base/size should be resource_size_t. | Dave Airlie | 2009-07-15 | 1 | -2/+2 |
* | drm/radeon/kms: fix some GART table entry bugs. | Dave Airlie | 2009-07-15 | 4 | -5/+16 |
* | x86: don't clear nodes_states[N_NORMAL_MEMORY] when numa is not compiled in | Yinghai Lu | 2009-07-08 | 1 | -2/+9 |
* | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 2009-07-08 | 70 | -338/+330 |
* | tty: maintainers data was edited wrongly by someone | Alan Cox | 2009-07-08 | 1 | -5/+5 |
* | pty: Rework the pty layer to use the normal buffering logic | Alan Cox | 2009-07-08 | 1 | -95/+59 |
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2009-07-08 | 6 | -123/+115 |
|\ |
|
| * | [CPUFREQ] Powernow-k8: support family 0xf with 2 low p-states | Mark Langsdorf | 2009-07-06 | 2 | -20/+13 |
| * | [CPUFREQ] fix (utter) cpufreq_add_dev mess | Mathieu Desnoyers | 2009-07-06 | 1 | -25/+40 |
| * | [CPUFREQ] Cleanup locking in conservative governor | venkatesh.pallipadi@intel.com | 2009-07-06 | 1 | -21/+13 |
| * | [CPUFREQ] Cleanup locking in ondemand governor | venkatesh.pallipadi@intel.com | 2009-07-06 | 1 | -35/+27 |
| * | [CPUFREQ] Mark policy_rwsem as going static in cpufreq.c wont be exported | venkatesh.pallipadi@intel.com | 2009-07-06 | 1 | -0/+10 |
| * | [CPUFREQ] Eliminate the recent lockdep warnings in cpufreq | venkatesh.pallipadi@intel.com | 2009-07-06 | 3 | -34/+24 |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2009-07-08 | 1 | -2/+2 |
|\ \ |
|
| * | | quota: Fix possible deadlock during parallel quotaon and quotaoff | Jiaying Zhang | 2009-07-07 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2009-07-08 | 2 | -1/+2 |
|\ \ |
|
| * | | PM: Clear -EAGAIN in dpm_prepare | Sebastian Ott | 2009-07-08 | 1 | -0/+1 |
| * | | x86: Fix resume from suspend when CONFIG_CC_STACKPROTECTOR | Peter Chubb | 2009-07-08 | 1 | -1/+1 |
| |/ |
|
* | | intel-iommu: Fix intel_iommu_unmap_range() with size 0 | Sheng Yang | 2009-07-08 | 1 | -0/+3 |
* | | Free struct device in fw_dev_release() | Catalin Marinas | 2009-07-08 | 1 | -4/+2 |
* | | Free the memory allocated by memdup_user() in fs/sysfs/bin.c | Catalin Marinas | 2009-07-08 | 1 | -0/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2009-07-08 | 11 | -183/+757 |
|\ \ |
|
| * | | Input: gpio_mouse - use standard driver registration method | Saeed Bishara | 2009-07-07 | 1 | -6/+5 |
| * | | Input: mark serio and i8042 as suspended when hibernating too | Thadeu Lima de Souza Cascardo | 2009-07-07 | 2 | -6/+8 |
| * | | Input: add support for generic GPIO-based matrix keypad | Eric Miao | 2009-06-29 | 4 | -2/+530 |
| * | | Input: arrange keyboards alphabetically | Dmitry Torokhov | 2009-06-29 | 2 | -162/+161 |
| * | | Input: gpio-keys - avoid possibility of sleeping in timer function | Jani Nikula | 2009-06-28 | 1 | -5/+12 |
| * | | Input: gpio-keys - revert 'change timer to workqueue' | Jani Nikula | 2009-06-28 | 1 | -12/+20 |
| * | | Input: dm355evm_keys - fix kconfig symbol names | David Brownell | 2009-06-28 | 1 | -2/+1 |
| * | | Input: wacom - add DTF720a support and fix rotation on Intuos3 | Ping Cheng | 2009-06-28 | 1 | -1/+5 |
| * | | Input: i8042 - more reset quirks for MSI Wind-clone netbooks | Yan Li | 2009-06-28 | 1 | -0/+28 |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-07-08 | 25 | -129/+225 |
|\ \ \ |
|
| * | | | powerpc: Don't use alloc_bootmem() in init_IRQ() path | Anton Vorontsov | 2009-07-08 | 5 | -14/+8 |
| * | | | powerpc: Fix spin_event_timeout() to be robust over context switches | Grant Likely | 2009-07-08 | 1 | -0/+2 |
| * | | | powerpc: Use pr_devel() in do_dcache_icache_coherency() | Michael Ellerman | 2009-07-08 | 1 | -2/+2 |
| * | | | powerpc/cell: Use pr_devel() in axon_msi.c | Michael Ellerman | 2009-07-08 | 1 | -11/+11 |
| * | | | powerpc: Use pr_devel() in arch/powerpc/mm/gup.c | Michael Ellerman | 2009-07-08 | 1 | -5/+5 |