| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | davinci: dm646x: Adds McASP clock | Chaithrika U S | 2009-08-26 | 1 | -0/+14 |
* | davinci: EDMA: add support for dm646x | Sudhakar Rajashekhara | 2009-08-26 | 1 | -0/+40 |
* | davinci: EDMA: multiple CCs, channel mapping and API changes | Sudhakar Rajashekhara | 2009-08-26 | 7 | -324/+638 |
* | MAINTAINERS: add entry for TI DaVinci machine support | Kevin Hilman | 2009-08-26 | 1 | -0/+6 |
* | Linux 2.6.31-rc7v2.6.31-rc7 | Linus Torvalds | 2009-08-21 | 1 | -1/+1 |
* | Re-introduce page mapping check in mark_buffer_dirty() | Linus Torvalds | 2009-08-21 | 1 | -2/+5 |
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-08-21 | 13 | -27/+85 |
|\ |
|
| * | drm/radeon: add GET_PARAM/INFO support for Z pipes | Alex Deucher | 2009-08-21 | 10 | -4/+39 |
| * | drm/radeon/kms: add r100/r200 OQ support. | Dave Airlie | 2009-08-21 | 2 | -0/+13 |
| * | drm: Fix sysfs device confusion. | Thomas Hellstrom | 2009-08-21 | 1 | -22/+29 |
| * | drm/radeon/kms: implement the bo busy ioctl properly. | Dave Airlie | 2009-08-21 | 3 | -1/+4 |
* | | Merge branch 'btrfs' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-08-21 | 1 | -7/+14 |
|\ \ |
|
| * | | btrfs: fix inode rbtree corruption | From: Nick Piggin | 2009-08-21 | 1 | -7/+14 |
* | | | x86: don't call '->send_IPI_mask()' with an empty mask | Linus Torvalds | 2009-08-21 | 1 | -11/+10 |
* | | | Make bitmask 'and' operators return a result code | Linus Torvalds | 2009-08-21 | 3 | -24/+26 |
* | | | x86: don't send an IPI to the empty set of CPU's | Linus Torvalds | 2009-08-21 | 1 | -0/+3 |
* | | | Merge branch 'i2c-fixes-rc6' of git://aeryn.fluff.org.uk/bjdooks/linux | Linus Torvalds | 2009-08-20 | 2 | -67/+104 |
|\ \ \ |
|
| * | | | i2c-stu300: I2C STU300 stability updates | Linus Walleij | 2009-08-20 | 1 | -65/+92 |
| * | | | i2c-omap: Enable workaround for Errata 1.153 based on | Moiz Sonasath | 2009-08-20 | 1 | -1/+1 |
| * | | | i2c-omap: ACK pending [R/X]DR and [R/X]RDY interrupts | Moiz Sonasath | 2009-08-20 | 1 | -0/+3 |
| * | | | i2c-omap: Fix I2C status ACK | Nishanth Menon | 2009-08-20 | 1 | -1/+8 |
* | | | | Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai... | Linus Torvalds | 2009-08-20 | 3 | -4/+23 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | ALSA: hda - Fix probe of Toshiba laptops with ALC268 codec | Takashi Iwai | 2009-08-19 | 1 | -2/+13 |
| * | | | ALSA: hda: add model for Intel DG45ID/DG45FC boards | Wu Fengguang | 2009-08-19 | 1 | -0/+6 |
| * | | | ALSA: hda: enable speaker output for Compaq 6530s/6531s | Wu Fengguang | 2009-08-19 | 1 | -2/+4 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2009-08-19 | 2 | -1/+3 |
|\ \ \ \ |
|
| * | | | | nilfs2: fix oopses with doubly mounted snapshots | Ryusuke Konishi | 2009-08-19 | 1 | -1/+1 |
| * | | | | nilfs2: missing a read lock for segment writer in nilfs_attach_checkpoint() | Zhang Qiang | 2009-08-18 | 1 | -0/+2 |
| | |/ /
| |/| | |
|
* | | | | AFS: Documentation updates | Anton Blanchard | 2009-08-19 | 1 | -14/+12 |
* | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-08-19 | 21 | -254/+456 |
|\ \ \ \ |
|
| * | | | | drm/kms: teardown crtc correctly when fb is destroyed. | Dave Airlie | 2009-08-19 | 1 | -28/+12 |
| * | | | | drm/kms/radeon: cleanup combios TV table like DDX. | Dave Airlie | 2009-08-19 | 1 | -29/+19 |
| * | | | | drm/radeon/kms: memset the allocated framebuffer before using it. | Dave Airlie | 2009-08-19 | 1 | -0/+2 |
| * | | | | drm/radeon/kms: although LVDS might be possible on crtc 1 don't do it. | Dave Airlie | 2009-08-19 | 1 | -0/+1 |
| * | | | | drm/radeon/kms: implement bo busy check + current domain | Dave Airlie | 2009-08-17 | 4 | -2/+42 |
| * | | | | drm/radeon/kms: cut down indirects in register accesses. | Dave Airlie | 2009-08-16 | 5 | -79/+47 |
| * | | | | drm/radeon/kms: Fix up vertical blank interrupt support. | Michel Dänzer | 2009-08-16 | 9 | -77/+217 |
| * | | | | drm/radeon/kms: add rv530 R300_SU_REG_DEST + reloc for ZPASS_ADDR | Dave Airlie | 2009-08-16 | 1 | -0/+15 |
| * | | | | drm/edid: fixup detailed timings like the X server. | Dave Airlie | 2009-08-15 | 1 | -38/+34 |
| * | | | | drm/radeon/kms: Add specific rs690 authorized register table | Jerome Glisse | 2009-08-15 | 2 | -1/+67 |
| |/ / / |
|
* | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2009-08-19 | 8 | -85/+99 |
|\ \ \ \ |
|
| * | | | | microblaze: Update Microblaze defconfigs | Michal Simek | 2009-08-18 | 2 | -70/+91 |
| * | | | | microblaze: Use klimit instead of _end for memory init | Michal Simek | 2009-08-18 | 1 | -3/+3 |
| * | | | | microblaze: Enable ppoll syscall | Michal Simek | 2009-08-18 | 1 | -1/+1 |
| * | | | | microblaze: Sane handling of missing timer/intc in device tree | John Williams | 2009-08-18 | 2 | -0/+4 |
| * | | | | microblaze: use the generic ack_bad_irq implementation | Christoph Hellwig | 2009-08-18 | 2 | -11/+0 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm... | Linus Torvalds | 2009-08-19 | 5 | -2/+24 |
|\ \ \ \ |
|
| * | | | | perf tools: Make 'make html' work | Kyle McMartin | 2009-08-18 | 1 | -1/+1 |
| * | | | | perf annotate: Fix segmentation fault | Ingo Molnar | 2009-08-18 | 1 | -0/+7 |
| * | | | | perf_counter: Fix the PARISC build | Ingo Molnar | 2009-08-18 | 1 | -0/+4 |