summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ariadne: use netstats in net_device structurePaulius Zaleckas2008-07-211-25/+22
* m68k: remove CVS keywordsAdrian Bunk2008-07-2116-19/+10
* Merge branch 'configfs-fixup-ptr-error' of git://oss.oracle.com/git/jlbec/lin...Linus Torvalds2008-07-218-109/+73
|\
| * configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-187-37/+31
| * Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e...Joel Becker2008-07-178-94/+64
* | APCI: revert another duplicated patchThomas Gleixner2008-07-211-3/+0
* | APCI: revert duplicated patchThomas Gleixner2008-07-212-6/+0
* | Fix strip driver back up for ldisc/tty changesAlan Cox2008-07-211-1/+1
* | tty: add more tty_port fieldsAlan Cox2008-07-2118-198/+169
* | termios: Termios defines for other platformsAlan Cox2008-07-213-1/+12
* | cyclades: use tty_portAlan Cox2008-07-212-164/+158
* | tty: Clean up tiocmsetAlan Cox2008-07-211-26/+22
* | synclink: use tty_portAlan Cox2008-07-213-310/+289
* | stallion: use tty_portAlan Cox2008-07-212-85/+81
* | atmel_serial: Fix tty_port breakageHaavard Skinnemoen2008-07-211-3/+3
* | rocket: use tty_portAlan Cox2008-07-212-64/+61
* | mxser: use tty_portAlan Cox2008-07-211-131/+126
* | moxa: use tty_portAlan Cox2008-07-211-45/+42
* | istallion: use tty_portAlan Cox2008-07-212-63/+59
* | isicom: use tty_portAlan Cox2008-07-211-102/+79
* | riscom8: remove bogus checksAlan Cox2008-07-211-24/+8
* | riscom8: use tty_portAlan Cox2008-07-212-85/+68
* | gs: use tty_portAlan Cox2008-07-218-173/+166
* | esp: use tty_portAlan Cox2008-07-212-143/+138
* | epca: use tty_portAlan Cox2008-07-212-59/+54
* | tty.h: clean upAlan Cox2008-07-211-80/+85
* | Fix compile errors in SGI console drivers (linux-next tree)Takashi Iwai2008-07-2133-147/+151
* | - Fix compile errors in SGI console drivers (linux-next tree)Jack Steiner2008-07-212-8/+8
* | ttydev: fix pamc_zilog for tty pointer moveStephen Rothwell2008-07-211-2/+2
* | ttydev: fix pamc_zilog for tty pointer moveStephen Rothwell2008-07-214-5/+5
* | MN10300: Fix MN10300's serial port driver to get at its tty_structDavid Howells2008-07-211-1/+1
* | serial: use tty_portAlan Cox2008-07-215-58/+60
* | tty: Introduce a tty_port common structureAlan Cox2008-07-212-1/+63
* | drivers/serial/: remove CVS keywordsAdrian Bunk2008-07-2115-40/+16
* | drivers/char/rio/: remove VCS tagsAdrian Bunk2008-07-2126-121/+0
* | tty: Ldisc revampAlan Cox2008-07-2132-246/+286
* | tty: isicom, enable/disable pci deviceJiri Slaby2008-07-211-0/+8
* | Subject: [PATCH 2/2] atmel_serial: Implement flush_buffer() hookHaavard Skinnemoen2008-07-211-0/+15
* | Subject: [PATCH 1/2] serial: Add flush_buffer() operation to uart_opsHaavard Skinnemoen2008-07-213-0/+14
* | simserial: Fix up for ldisc changesAlan Cox2008-07-211-43/+3
|/
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-07-1722-127/+383
|\
| * [PATCH] ocfs2: fix oops in mmap_truncate testingColy Li2008-07-171-3/+10
| * configfs: call drop_link() to cleanup after create_link() failureLouis Rilling2008-07-141-1/+5
| * configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-148-64/+94
| * configfs: Fix failing mkdir() making racing rmdir() failLouis Rilling2008-07-142-10/+44
| * configfs: Fix deadlock with racing rmdir() and rename()Louis Rilling2008-07-141-20/+25
| * configfs: Make configfs_new_dirent() return error code instead of NULLLouis Rilling2008-07-141-4/+5
| * configfs: Protect configfs_dirent s_links list mutationsLouis Rilling2008-07-142-4/+9
| * configfs: Introduce configfs_dirent_lockLouis Rilling2008-07-144-1/+34
| * ocfs2: Don't snprintf() without a format.Joel Becker2008-07-141-1/+1