| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | Merge branch 'topic/jack-free-fix' into topic/hda | Takashi Iwai | 2009-04-15 | 4 | -8/+45 |
| | |\ \ \ |
|
| | | * | | | ALSA: hda - Avoid call of snd_jack_report at release | Takashi Iwai | 2009-04-14 | 2 | -8/+40 |
| | | * | | | ALSA: add private_data to struct snd_jack | Takashi Iwai | 2009-04-14 | 2 | -0/+5 |
| | | |/ / |
|
| | * | | | ALSA: hda - Add quirk mask for Fujitsu Amilo laptops with ALC883 | Takashi Iwai | 2009-04-15 | 1 | -3/+2 |
| * | | | | Merge branch 'master' of git://git.alsa-project.org/alsa-kernel into for-linus | Takashi Iwai | 2009-04-15 | 4 | -44/+136 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | [ALSA] intel8x0: add one retry to the ac97_clock measurement routine | Jaroslav Kysela | 2009-04-15 | 1 | -4/+11 |
| | * | | | [ALSA] intel8x0: fix wrong conditions in ac97_clock measure routine | Jaroslav Kysela | 2009-04-14 | 1 | -3/+3 |
| | * | | | [ALSA] intel8x0: do not use zero value from PICB register | Jaroslav Kysela | 2009-04-13 | 1 | -10/+33 |
| | * | | | [ALSA] intel8x0: an attempt to make ac97_clock measurement more reliable | Jaroslav Kysela | 2009-04-13 | 1 | -9/+28 |
| | * | | | [ALSA] pcm-midlevel: Add more strict buffer position checks based on jiffies | Jaroslav Kysela | 2009-04-10 | 2 | -9/+41 |
| | * | | | [ALSA] hda_intel: fix unexpected ring buffer positions | Jaroslav Kysela | 2009-04-10 | 1 | -14/+25 |
| | |/ / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 2009-04-15 | 6 | -21/+24 |
|\ \ \ \ |
|
| * | | | | GFS2: Use DEFINE_SPINLOCK | Xu Gang | 2009-04-15 | 1 | -1/+1 |
| * | | | | GFS2: cleanup file_operations mess | Christoph Hellwig | 2009-04-15 | 3 | -14/+16 |
| * | | | | GFS2: Move umount flush rwsem | Steven Whitehouse | 2009-04-15 | 1 | -5/+5 |
| * | | | | GFS2: Fix symlink creation race | Steven Whitehouse | 2009-04-15 | 1 | -0/+1 |
| * | | | | GFS2: Make quotad's waiting interruptible | Steven Whitehouse | 2009-04-15 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-04-15 | 33 | -522/+814 |
|\ \ \ \ |
|
| * | | | | cfq-iosched: add close cooperator code | Jens Axboe | 2009-04-15 | 1 | -25/+198 |
| * | | | | cfq-iosched: log responsible 'cfqq' in idle timer arm | Jens Axboe | 2009-04-15 | 1 | -1/+1 |
| * | | | | cfq-iosched: tweak kick logic a bit more | Jens Axboe | 2009-04-15 | 1 | -2/+5 |
| * | | | | cfq-iosched: no need to save interrupts in cfq_kick_queue() | Jens Axboe | 2009-04-15 | 1 | -3/+2 |
| * | | | | brd: fix cacheflushing | Nick Piggin | 2009-04-15 | 1 | -1/+3 |
| * | | | | brd: support barriers | Nick Piggin | 2009-04-15 | 1 | -0/+1 |
| * | | | | swap: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 2009-04-15 | 1 | -2/+0 |
| * | | | | gfs2: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 2009-04-15 | 1 | -5/+0 |
| * | | | | ext4: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 2009-04-15 | 1 | -2/+0 |
| * | | | | dio: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 2009-04-15 | 1 | -2/+0 |
| * | | | | block: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 2009-04-15 | 2 | -5/+0 |
| * | | | | bio: add documentation to bio_alloc() | Jens Axboe | 2009-04-15 | 1 | -0/+18 |
| * | | | | splice: add helpers for locking pipe inode | Miklos Szeredi | 2009-04-15 | 5 | -72/+64 |
| * | | | | splice: remove generic_file_splice_write_nolock() | Miklos Szeredi | 2009-04-15 | 2 | -61/+0 |
| * | | | | ocfs2: fix i_mutex locking in ocfs2_splice_to_file() | Miklos Szeredi | 2009-04-15 | 3 | -22/+79 |
| * | | | | splice: fix i_mutex locking in generic_splice_write() | Miklos Szeredi | 2009-04-15 | 1 | -11/+23 |
| * | | | | splice: remove i_mutex locking in splice_from_pipe() | Miklos Szeredi | 2009-04-15 | 1 | -16/+2 |
| * | | | | splice: split up __splice_from_pipe() | Miklos Szeredi | 2009-04-15 | 2 | -74/+153 |
| * | | | | block: fix SG_IO to return a proper error value | FUJITA Tomonori | 2009-04-15 | 1 | -2/+4 |
| * | | | | cfq-iosched: don't delay queue kick for a merged request | Jens Axboe | 2009-04-15 | 1 | -2/+9 |
| * | | | | buffer: switch do_emergency_thaw() away from pdflush_operation() | Jens Axboe | 2009-04-15 | 1 | -2/+9 |
| * | | | | block: update biodoc.txt on plugging | Jens Axboe | 2009-04-15 | 1 | -13/+6 |
| * | | | | as-iosched: get rid of private REQ_SYNC/REQ_ASYNC defines | Jens Axboe | 2009-04-15 | 1 | -59/+57 |
| * | | | | cfq-iosched: get rid of private SYNC/ASYNC defines | Jens Axboe | 2009-04-15 | 1 | -13/+11 |
| * | | | | cfq-iosched: use rw_is_sync() to see if rw flags are sync or not | Jens Axboe | 2009-04-15 | 1 | -1/+1 |
| * | | | | Document and move the various READ/WRITE types | Jens Axboe | 2009-04-15 | 1 | -0/+59 |
| * | | | | block: fix bad spelling of quiesce | Jens Axboe | 2009-04-15 | 3 | -8/+8 |
| * | | | | block: move bio list helpers into bio.h | Christoph Hellwig | 2009-04-15 | 10 | -126/+109 |
| |/ / / |
|
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2009-04-15 | 18 | -163/+136 |
|\ \ \ \ |
|
| * | | | | powerpc: pseries/dtl.c should include asm/firmware.h | Sachin Sant | 2009-04-15 | 1 | -0/+1 |
| * | | | | powerpc: Fix data-corrupting bug in __futex_atomic_op | Paul Mackerras | 2009-04-15 | 1 | -6/+6 |
| * | | | | powerpc/pseries: Set error_state to pci_channel_io_normal in eeh_report_reset() | Mike Mason | 2009-04-15 | 1 | -0/+2 |