Age | Commit message (Expand) | Author | Files | Lines |
2009-06-11 | tty: Extract various bits of ldisc code | Alan Cox | 3 | -36/+88 |
2009-06-11 | tty: Fix oops when scanning the polling list for kgdb | Alan Cox | 1 | -6/+7 |
2009-06-11 | pty: Fix a comment | Alan Cox | 1 | -1/+0 |
2009-06-11 | serial: update maintainers file | Alan Cox | 1 | -1/+2 |
2009-06-11 | tty: throttling race fix | Alan Cox | 2 | -2/+17 |
2009-06-11 | x86: fix ktermios-termio conversion | Arnd Bergmann | 1 | -0/+1 |
2009-06-11 | 8250_pci: add the OXCB950 chip to the 8250 PCI driver. | Andre Przywara | 2 | -0/+5 |
2009-06-11 | epca: fix test_bit parameters | Jiri Slaby | 1 | -4/+5 |
2009-06-11 | rocket: fix test_bit parameters | Jiri Slaby | 1 | -3/+3 |
2009-06-11 | serial: refactor ASYNC_ flags | Jiri Slaby | 1 | -47/+69 |
2009-06-11 | tty: Clean up the ACM driver to CodingStyle | Alan Cox | 1 | -131/+160 |
2009-06-11 | tty: cdc_acm add krefs | Alan Cox | 2 | -68/+98 |
2009-06-11 | tty: cyclades, remove unused variables | Jiri Slaby | 1 | -6/+0 |
2009-06-11 | tty: cyclades, fix nports handling | Jiri Slaby | 1 | -41/+17 |
2009-06-11 | tty: cyclades, remove typedefs | Jiri Slaby | 1 | -13/+0 |
2009-06-11 | tty: cyclades, convert macros to inlines | Jiri Slaby | 1 | -59/+71 |
2009-06-11 | tty: cyclades, cache HW version | Jiri Slaby | 2 | -21/+12 |
2009-06-11 | tty: cyclades, plx9060 casts cleanup | Jiri Slaby | 2 | -42/+46 |
2009-06-11 | tty: synclink_gt add receive pio mode | Paul Fulghum | 1 | -9/+68 |
2009-06-11 | tty: Update cdc_acm | Alan Cox | 2 | -1/+7 |
2009-06-11 | tty: Bring the usb tty port structure into more use | Alan Cox | 39 | -661/+467 |
2009-06-11 | tty: Implement a drain delay in the tty port | Alan Cox | 2 | -0/+14 |
2009-06-11 | tty: Add carrier processing on close to the tty_port core | Alan Cox | 12 | -41/+89 |
2009-06-11 | tty: cyclades, remove spurious check in ISR | Jiri Slaby | 1 | -8/+0 |
2009-06-11 | tty: cyclades, don't kill FW | Jiri Slaby | 1 | -2/+0 |
2009-06-11 | tty:cyclades, load firmware even on Ze | Jiri Slaby | 1 | -8/+5 |
2009-06-10 | Linux 2.6.30v2.6.30 | Linus Torvalds | 1 | -1/+1 |
2009-06-10 | char: mxser, fix ISA board lookup | Peter Botha | 1 | -1/+1 |
2009-06-10 | jbd: fix race in buffer processing in commit code | Jan Kara | 1 | -2/+4 |
2009-06-10 | autofs4: remove hashed check in validate_wait() | Ian Kent | 1 | -14/+8 |
2009-06-10 | shm: fix unused warnings on nommu | Mike Frysinger | 1 | -2/+5 |
2009-06-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 14 | -12/+39 |
2009-06-09 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -0/+3 |
2009-06-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -6/+8 |
2009-06-09 | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 1 | -14/+14 |
2009-06-09 | bsg: setting rq->bio to NULL | FUJITA Tomonori | 1 | -0/+3 |
2009-06-09 | kvm: fix kvm reboot crash when MAXSMP is used | Avi Kivity | 1 | -1/+1 |
2009-06-09 | cpumask: alloc zeroed cpumask for static cpumask_var_ts | Yinghai Lu | 11 | -11/+11 |
2009-06-09 | cpumask: introduce zalloc_cpumask_var | Yinghai Lu | 2 | -0/+27 |
2009-06-09 | cls_cgroup: Fix oops when user send improperly 'tc filter add' request | Minoru Usui | 1 | -0/+3 |
2009-06-09 | r8169: fix crash when large packets are received | Eric Dumazet | 1 | -6/+5 |
2009-06-09 | md/raid5: fix bug in reshape code when chunk_size decreases. | NeilBrown | 1 | -1/+1 |
2009-06-09 | md/raid5 - avoid deadlocks in get_active_stripe during reshape | NeilBrown | 1 | -11/+11 |
2009-06-09 | md/raid5: use conf->raid_disks in preference to mddev->raid_disk | NeilBrown | 1 | -2/+2 |
2009-06-08 | async: Fix lack of boot-time console due to insufficient synchronization | Linus Torvalds | 1 | -10/+5 |
2009-06-08 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 9 | -101/+75 |
2009-06-08 | pata_netcell: Fix typo | Alan Cox | 1 | -1/+1 |
2009-06-08 | Merge branch 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
2009-06-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bar... | Linus Torvalds | 1 | -16/+6 |
2009-06-08 | MIPS: Outline udelay and fix a few issues. | Ralf Baechle | 5 | -92/+66 |