aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-27ALSA: core - strip too long file names in snd_print*()Gravatar Takashi Iwai 1-2/+12
2009-08-21Linux 2.6.31-rc7v2.6.31-rc7Gravatar Linus Torvalds 1-1/+1
2009-08-21Re-introduce page mapping check in mark_buffer_dirty()Gravatar Linus Torvalds 1-2/+5
2009-08-21Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Gravatar Linus Torvalds 13-27/+85
2009-08-21Merge branch 'btrfs' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-7/+14
2009-08-21x86: don't call '->send_IPI_mask()' with an empty maskGravatar Linus Torvalds 1-11/+10
2009-08-21Make bitmask 'and' operators return a result codeGravatar Linus Torvalds 3-24/+26
2009-08-21x86: don't send an IPI to the empty set of CPU'sGravatar Linus Torvalds 1-0/+3
2009-08-21drm/radeon: add GET_PARAM/INFO support for Z pipesGravatar Alex Deucher 10-4/+39
2009-08-21btrfs: fix inode rbtree corruptionGravatar From: Nick Piggin 1-7/+14
2009-08-21drm/radeon/kms: add r100/r200 OQ support.Gravatar Dave Airlie 2-0/+13
2009-08-21drm: Fix sysfs device confusion.Gravatar Thomas Hellstrom 1-22/+29
2009-08-21drm/radeon/kms: implement the bo busy ioctl properly.Gravatar Dave Airlie 3-1/+4
2009-08-20Merge branch 'i2c-fixes-rc6' of git://aeryn.fluff.org.uk/bjdooks/linuxGravatar Linus Torvalds 2-67/+104
2009-08-20i2c-stu300: I2C STU300 stability updatesGravatar Linus Walleij 1-65/+92
2009-08-20i2c-omap: Enable workaround for Errata 1.153 based onGravatar Moiz Sonasath 1-1/+1
2009-08-20i2c-omap: ACK pending [R/X]DR and [R/X]RDY interruptsGravatar Moiz Sonasath 1-0/+3
2009-08-20i2c-omap: Fix I2C status ACKGravatar Nishanth Menon 1-1/+8
2009-08-20Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Gravatar Linus Torvalds 3-4/+23
2009-08-19ALSA: hda - Fix probe of Toshiba laptops with ALC268 codecGravatar Takashi Iwai 1-2/+13
2009-08-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Gravatar Linus Torvalds 2-1/+3
2009-08-19AFS: Documentation updatesGravatar Anton Blanchard 1-14/+12
2009-08-19Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Gravatar Linus Torvalds 21-254/+456
2009-08-19Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 8-85/+99
2009-08-19Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 5-2/+24
2009-08-19ALSA: hda: add model for Intel DG45ID/DG45FC boardsGravatar Wu Fengguang 1-0/+6
2009-08-19ALSA: hda: enable speaker output for Compaq 6530s/6531sGravatar Wu Fengguang 1-2/+4
2009-08-19drm/kms: teardown crtc correctly when fb is destroyed.Gravatar Dave Airlie 1-28/+12
2009-08-19drm/kms/radeon: cleanup combios TV table like DDX.Gravatar Dave Airlie 1-29/+19
2009-08-19drm/radeon/kms: memset the allocated framebuffer before using it.Gravatar Dave Airlie 1-0/+2
2009-08-19drm/radeon/kms: although LVDS might be possible on crtc 1 don't do it.Gravatar Dave Airlie 1-0/+1
2009-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-2/+2
2009-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 4-26/+29
2009-08-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-8/+25
2009-08-18mm: build_zonelists(): move clear node_load[] to __build_all_zonelists()Gravatar Bo Liu 1-1/+3
2009-08-18REPORTING-BUGS: add get_maintainer.pl blurbGravatar Joe Perches 1-1/+4
2009-08-18nommu: check fd read permission in validate_mmap_request()Gravatar Graff Yang 1-0/+4
2009-08-18spi_s3c24xx: fix transfer setup codeGravatar Ben Dooks 1-0/+6
2009-08-18spi_s3c24xx: fix clock rate calculationGravatar Ben Dooks 1-10/+7
2009-08-18mmc: add the new linux-mmc mailing list to MAINTAINERSGravatar Andrew Morton 1-0/+1
2009-08-18mm: revert "oom: move oom_adj value"Gravatar KOSAKI Motohiro 6-54/+48
2009-08-18vfs: make get_sb_pseudo set s_maxbytes to value that can be cast to signedGravatar Jeff Layton 1-1/+1
2009-08-18MAINTAINERS: OSD LIBRARY and FILESYSTEM pattern fixGravatar Joe Perches 1-1/+1
2009-08-19security: Fix prompt for LSM_MMAP_MIN_ADDRGravatar Andreas Schwab 1-1/+1
2009-08-19security: Make LSM_MMAP_MIN_ADDR default match its help text.Gravatar Dave Jones 1-1/+1
2009-08-18Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+8
2009-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 69-347/+520
2009-08-18Merge branch 'sh/for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-6/+106
2009-08-18Merge branch 'for-linus' of git://neil.brown.name/mdGravatar Linus Torvalds 1-0/+1
2009-08-19nilfs2: fix oopses with doubly mounted snapshotsGravatar Ryusuke Konishi 1-1/+1