| Commit message (Expand) | Author | Age |
* | [ALSA] Stereo controls for M-Audio Revolution cards | Jani Alinikula | 2006-06-28 |
* | [ALSA] Fix misuse of __list_add() in seq_ports.c | Takashi Iwai | 2006-06-28 |
* | [ALSA] hda-codec - Add model entry for Samsung X60 Chane | Takashi Iwai | 2006-06-28 |
* | [ALSA] make CONFIG_SND_DYNAMIC_MINORS non-experimental | Clemens Ladisch | 2006-06-28 |
* | [ALSA] Fix wrong dependencies of snd-aoa driver | Takashi Iwai | 2006-06-28 |
* | [ALSA] fix build failure due to snd-aoa | Takashi Iwai | 2006-06-28 |
* | [ALSA] AD1888 mixer controls for DC mode | Jaya Kumar | 2006-06-28 |
* | [ALSA] Suppress irq handler mismatch messages in ALSA ISA drivers | Takashi Iwai | 2006-06-28 |
* | [ALSA] usb-audio support for Turtle Beach Roadie | Sam Revitch | 2006-06-28 |
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-06-27 |
|\ |
|
| * | [netdrvr] Remove long-unused bits from Becker template drivers | Jeff Garzik | 2006-06-26 |
| * | [netdrvr] natsemi: minor cleanups | Jeff Garzik | 2006-06-26 |
| * | [netdrvr] natsemi: Separate out media initialization code | Jeff Garzik | 2006-06-26 |
| * | [PATCH] WAN: update info page for a bunch of my drivers | Krzysztof Halasa | 2006-06-26 |
| * | [PATCH] drivers/net/hamradio/dmascc.c: fix section mismatch | Adrian Bunk | 2006-06-26 |
| * | [PATCH] Fix phy id for LXT971A/LXT972A | Uwe Zeisberger | 2006-06-26 |
| * | [PATCH] DM9000 - minor code cleanups | Ben Dooks | 2006-06-26 |
| * | [PATCH] DM9000 - do no re-init spin lock | Ben Dooks | 2006-06-26 |
| * | [PATCH] DM9000 - check for MAC left in by bootloader | Ben Dooks | 2006-06-26 |
| * | [PATCH] DM9000 - better checks for platform resources | Ben Dooks | 2006-06-26 |
* | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2006-06-27 |
|\ \ |
|
| * | | [MTD] NAND: Select chip before checking write protect status | Thomas Gleixner | 2006-06-27 |
| * | | [MTD] CORE mtdchar.c: fix off-by-one error in lseek() | Herbert Valerio Riedel | 2006-06-27 |
| * | | [MTD] NAND: Fix typo in mtd/nand/ts7250.c | Petr Stetiar | 2006-06-27 |
| * | | [JFFS2][XATTR] coexistence between xattr and write buffering support. | KaiGai Kohei | 2006-06-27 |
| * | | [JFFS2][XATTR] Fix wrong copyright | KaiGai Kohei | 2006-06-27 |
| * | | [JFFS2][XATTR] Re-define xd->refcnt as atomic_t | KaiGai Kohei | 2006-06-27 |
| * | | [JFFS2][XATTR] Fix memory leak with jffs2_xattr_ref | KaiGai Kohei | 2006-06-27 |
| * | | [JFFS2][XATTR] rid unnecessary writing of delete marker. | KaiGai Kohei | 2006-06-27 |
| * | | [JFFS2][XATTR] Fix ACL bug when updating null xattr by null ACL. | KaiGai Kohei | 2006-06-27 |
| * | | [JFFS2][XATTR] using 'delete marker' for xdatum/xref deletion | KaiGai Kohei | 2006-06-27 |
| * | | [MTD] Fix off-by-one error in physmap.c | Sascha Hauer | 2006-06-27 |
| * | | [MTD] Remove unused 'nr_banks' variable from ixp2000 map driver | Lennert Buytenhek | 2006-06-27 |
| * | | [MTD NAND] s3c2412 support in s3c2410.c | Ben Dooks | 2006-06-27 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2006-06-26 |
| |\ \ |
|
| * | | | [MTD] Initialize 'writesize' | Artem B. Bityutskiy | 2006-06-22 |
| * | | | [MTD] NAND: ndfc fix address offset thinko | Thomas Gleixner | 2006-06-22 |
| * | | | [MTD] NAND: S3C2410 convert prinks to dev_*()s | Ben Dooks | 2006-06-21 |
| * | | | [MTD] NAND: Missing fixups | Savin Zlobec | 2006-06-21 |
* | | | | Merge git://oss.sgi.com:8090/nathans/xfs-2.6 | Linus Torvalds | 2006-06-27 |
|\ \ \ \ |
|
| * | | | | [XFS] Fixup whitespace damage in log_write, remove final warning. | Nathan Scott | 2006-06-27 |
| * | | | | [XFS] Rework code snippets slightly to remove remaining recent-gcc | Nathan Scott | 2006-06-27 |
| * | | | | [XFS] Fix realtime subvolume expansion, a porting bug b0rked it. Coverity | Eric Sesterhenn | 2006-06-27 |
| * | | | | [XFS] Remove a race condition where a linked inode could BUG_ON in | Nathan Scott | 2006-06-27 |
| * | | | | [XFS] Remove redundant directory checks from inode link operation. | Alexey Dobriyan | 2006-06-27 |
| * | | | | [XFS] Remove a couple of no-longer-used macros. | Nathan Scott | 2006-06-27 |
| * | | | | [XFS] Reduce size of xfs_trans_t structure. * remove ->t_forw, ->t_back -- | Alexey Dobriyan | 2006-06-27 |
| * | | | | [XFS] remove unused behaviour lock - shrink XFS vnode as a side effect. | Alexey Dobriyan | 2006-06-27 |
| * | | | | [XFS] * There is trivial "inode => vnode => inode" conversion, but only | Alexey Dobriyan | 2006-06-27 |
| * | | | | [XFS] link(2) on directory is banned in VFS. | Alexey Dobriyan | 2006-06-26 |
| | |_|/
| |/| | |
|