| Commit message (Expand) | Author | Age | Files | Lines |
* | TTY: hvcs, use kref from tty_port | Jiri Slaby | 2012-04-09 | 1 | -18/+16 |
* | TTY: hvcs, add tty_port | Jiri Slaby | 2012-04-09 | 1 | -12/+12 |
* | TTY: HVC, use count from tty_port | Jiri Slaby | 2012-04-09 | 2 | -20/+21 |
* | TTY: HVC, use tty from tty_port | Jiri Slaby | 2012-04-09 | 3 | -23/+16 |
* | TTY: HVC, add tty_port | Jiri Slaby | 2012-04-09 | 2 | -10/+15 |
* | TTY: bfin_jtag_comm, use tty from tty_port | Jiri Slaby | 2012-04-09 | 1 | -18/+18 |
* | TTY: bfin_jtag_comm, add tty_port | Jiri Slaby | 2012-04-09 | 1 | -5/+5 |
* | TTY: tty3270, add tty_port | Jiri Slaby | 2012-04-09 | 3 | -43/+49 |
* | TTY: tty3270, push tty down to tty3270_do_write | Jiri Slaby | 2012-04-09 | 1 | -5/+6 |
* | TTY: tty3270, get rid of ugly aliasing | Jiri Slaby | 2012-04-09 | 1 | -23/+19 |
* | TTY: tty3270, move initialization to allocation | Jiri Slaby | 2012-04-09 | 1 | -10/+10 |
* | TTY: sclp_vt220, remove unused allocation | Jiri Slaby | 2012-04-09 | 1 | -8/+1 |
* | TTY: sclp_vt220, add tty_port | Jiri Slaby | 2012-04-09 | 1 | -10/+14 |
* | TTY: sclp_tty, add tty_port | Jiri Slaby | 2012-04-09 | 1 | -14/+19 |
* | TTY: con3215, centralize allocation | Jiri Slaby | 2012-04-09 | 1 | -35/+39 |
* | TTY: hso, use tty from tty_port | Jiri Slaby | 2012-04-09 | 1 | -27/+13 |
* | TTY: hso, remove tty NULL checks fro tty->ops | Jiri Slaby | 2012-04-09 | 1 | -17/+10 |
* | TTY: hso, add tty_port | Jiri Slaby | 2012-04-09 | 1 | -12/+13 |
* | TTY: hso, free tty_driver | Jiri Slaby | 2012-04-09 | 1 | -4/+8 |
* | TTY: hso, do not set TTY MAGIC | Jiri Slaby | 2012-04-09 | 1 | -1/+0 |
* | TTY: isdn, use tty_port_block_til_ready helper | Jiri Slaby | 2012-04-09 | 1 | -96/+1 |
* | TTY: isdn, define tty_port_operations | Jiri Slaby | 2012-04-09 | 1 | -1/+13 |
* | TTY: isdn, use tty_port_close_end helper | Jiri Slaby | 2012-04-09 | 1 | -7/+2 |
* | TTY: isdn, define local tty_port | Jiri Slaby | 2012-04-09 | 1 | -46/+52 |
* | TTY: isdn, use xmit_buf from tty_port | Jiri Slaby | 2012-04-09 | 2 | -8/+9 |
* | TTY: isdn, use tty from tty_port | Jiri Slaby | 2012-04-09 | 2 | -22/+20 |
* | TTY: isdn, use counts from tty_port | Jiri Slaby | 2012-04-09 | 2 | -24/+21 |
* | TTY: isdn, use open/close_wait from tty_port | Jiri Slaby | 2012-04-09 | 3 | -12/+7 |
* | TTY: isdn, add tty_port | Jiri Slaby | 2012-04-09 | 2 | -30/+33 |
* | TTY: isdn, remove unused members from modem_info | Jiri Slaby | 2012-04-09 | 1 | -2/+0 |
* | TTY: isdn, make some functions readable | Jiri Slaby | 2012-04-09 | 1 | -85/+93 |
* | TTY: isdn, do not play with module refcounts | Jiri Slaby | 2012-04-09 | 2 | -12/+0 |
* | TTY: isdn, remove ISDN_ASYNC_* flags | Jiri Slaby | 2012-04-09 | 2 | -41/+30 |
* | TTY: isdn, remove callout | Jiri Slaby | 2012-04-09 | 2 | -29/+6 |
* | ISDN: i4l, remove cvs crap | Jiri Slaby | 2012-04-09 | 1 | -5/+1 |
* | TTY: deprecate linux/generic_serial.h | Jiri Slaby | 2012-04-09 | 1 | -62/+2 |
* | TTY: crisv10, initialize tty_port | Jiri Slaby | 2012-04-09 | 1 | -0/+1 |
* | TTY: crisv10, remove unused tmp_buf | Jiri Slaby | 2012-04-09 | 1 | -26/+1 |
* | Linux 3.4-rc2v3.4-rc2 | Linus Torvalds | 2012-04-07 | 1 | -1/+1 |
* | Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-04-07 | 2 | -1/+8 |
|\ |
|
| * | regmap: prevent division by zero in rbtree_show | Stephen Warren | 2012-04-04 | 1 | -1/+7 |
| * | regmap: Export regcache_sync_region() | Mark Brown | 2012-04-03 | 1 | -0/+1 |
* | | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-04-07 | 8 | -12/+36 |
|\ \ |
|
| * | | KVM: Resolve RCU vs. async page fault problem | Gleb Natapov | 2012-04-05 | 1 | -0/+4 |
| * | | Merge tag 'powerpc-fixes' of git://github.com/paulusmack/linux into new/master | Avi Kivity | 2012-04-05 | 5 | -11/+29 |
| |\ \ |
|
| | * | | KVM: PPC: Book3S: PR: Fix preemption | Alexander Graf | 2012-04-03 | 1 | -2/+1 |
| | * | | KVM: PPC: Save/Restore CR over vcpu_run | Alexander Graf | 2012-04-03 | 2 | -1/+13 |
| | * | | KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entry | Paul Mackerras | 2012-04-03 | 1 | -2/+6 |
| | * | | KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears exist | Paul Mackerras | 2012-04-03 | 1 | -4/+5 |
| | * | | KVM: PPC: Book3S: Compile fix for ppc32 in HIOR access code | Alexander Graf | 2012-04-03 | 1 | -2/+4 |