| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 2012-03-20 | 11 | -160/+102 |
|\ |
|
| * | serial: introduce generic port in/out helpers | Paul Gortmaker | 2012-03-09 | 1 | -0/+10 |
| * | TTY: amiserial no longer needs serialP | Jiri Slaby | 2012-03-08 | 1 | -49/+0 |
| * | TTY: amiserial, stop using serial_state->{irq,type,line} | Jiri Slaby | 2012-03-08 | 1 | -3/+0 |
| * | TTY: simserial no longer needs serialP | Jiri Slaby | 2012-03-08 | 1 | -2/+0 |
| * | TTY: amiserial/simserial, use flags from tty_port | Jiri Slaby | 2012-03-08 | 1 | -1/+0 |
| * | TTY: amiserial/simserial, use count from tty_port | Jiri Slaby | 2012-03-08 | 1 | -1/+0 |
| * | TTY: amiserial/simserial, use close delays from tty_port | Jiri Slaby | 2012-03-08 | 1 | -2/+0 |
| * | TTY: amiserial/simserial, use tty_port | Jiri Slaby | 2012-03-08 | 1 | -5/+2 |
| * | TTY: serialP, merge serial_state and async_struct | Jiri Slaby | 2012-03-08 | 1 | -7/+7 |
| * | TTY: simserial, remove support of shared interrupts | Jiri Slaby | 2012-03-08 | 1 | -2/+0 |
| * | TTY: simserial/amiserial, use one instance of other members | Jiri Slaby | 2012-03-08 | 1 | -5/+0 |
| * | TTY: simserial, use only one copy of async flags | Jiri Slaby | 2012-03-08 | 1 | -1/+0 |
| * | TTY: amiserial, remove tasklet for tty_wakeup | Jiri Slaby | 2012-03-08 | 1 | -8/+0 |
| * | TTY: serialP, remove unused material | Jiri Slaby | 2012-03-08 | 1 | -59/+0 |
| * | TTY: serialP, remove DECLARE_WAITQUEUE check | Jiri Slaby | 2012-03-08 | 1 | -6/+0 |
| * | TTY: tty_driver, document tty->ops->shutdown limitation | Jiri Slaby | 2012-03-08 | 1 | -0/+2 |
| * | TTY: serial, simplify ASYNC_USR_MASK | Jiri Slaby | 2012-03-08 | 1 | -2/+2 |
| * | TTY: remove minor_num from tty_driver | Jiri Slaby | 2012-03-08 | 1 | -1/+0 |
| * | TTY: let alloc_tty_driver deduce the owner automatically | Jiri Slaby | 2012-03-08 | 1 | -1/+4 |
| * | vt:tackle kbd_table | Alan Cox | 2012-03-08 | 3 | -8/+24 |
| * | vt: lock the accent table | Alan Cox | 2012-02-24 | 1 | -0/+3 |
| * | tty: sparc: rename drivers/tty/serial/suncore.h -> include/linux/sunserialcore.h | Paul Gortmaker | 2012-02-10 | 1 | -0/+33 |
| * | Merge tag 'tty-3.3-rc3' tty-next | Greg Kroah-Hartman | 2012-02-10 | 4 | -6/+24 |
| |\ |
|
| | * | tty: serial: altera_uart: remove early_altera_uart_setup | Tobias Klauser | 2012-02-09 | 1 | -4/+0 |
| | * | TTY: provide tty_standard_install helper | Jiri Slaby | 2012-02-02 | 1 | -0/+2 |
| | * | serial/efm32: add new driver | Uwe Kleine-König | 2012-01-26 | 2 | -0/+20 |
| | * | tty: rework pty count limiting | Konstantin Khlebnikov | 2012-01-24 | 1 | -0/+1 |
| | * | tty: cleanup prohibition of direct opening for unix98 pty master | Konstantin Khlebnikov | 2012-01-24 | 1 | -2/+1 |
* | | | Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-03-20 | 12 | -22/+277 |
|\ \ \ |
|
| * | | | Tools: hv: Support enumeration from all the pools | K. Y. Srinivasan | 2012-03-16 | 1 | -0/+1 |
| * | | | Drivers: hv: Support the newly introduced KVP messages in the driver | K. Y. Srinivasan | 2012-03-16 | 1 | -0/+2 |
| * | | | Drivers: hv: Add new message types to enhance KVP | K. Y. Srinivasan | 2012-03-13 | 1 | -3/+27 |
| * | | | Merge 3.3-rc6 into driver-core-next | Greg Kroah-Hartman | 2012-03-09 | 58 | -141/+324 |
| |\ \ \ |
|
| * | | | | driver core: move the deferred probe pointer into the private area | Greg Kroah-Hartman | 2012-03-08 | 1 | -5/+0 |
| * | | | | drivercore: Add driver probe deferral mechanism | Grant Likely | 2012-03-08 | 2 | -0/+6 |
| * | | | | drivers/base: add bus for System-on-Chip devices | Lee Jones | 2012-02-10 | 1 | -0/+37 |
| * | | | | PCI: Add helper macro for pci_register_driver boilerplate | Greg Kroah-Hartman | 2012-02-09 | 1 | -0/+13 |
| * | | | | drivers: hv: kvp: Cleanup the kernel/user protocol | K. Y. Srinivasan | 2012-02-09 | 1 | -25/+5 |
| * | | | | drivers: hv: Cleanup the kvp related state in hyperv.h | K. Y. Srinivasan | 2012-02-09 | 1 | -13/+14 |
| * | | | | drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h | K. Y. Srinivasan | 2012-02-03 | 1 | -0/+165 |
| * | | | | drivers: hv: kvp: Add/cleanup connector defines | K. Y. Srinivasan | 2012-02-03 | 1 | -0/+1 |
| * | | | | Merge 3.3-rc2 into the driver-core-next branch. | Greg Kroah-Hartman | 2012-02-02 | 34 | -375/+116 |
| |\ \ \ \ |
|
| * | | | | | CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts | Thomas Renninger | 2012-01-27 | 1 | -0/+7 |
| * | | | | | ACPI: Load acpi-cpufreq from processor driver automatically | Andi Kleen | 2012-01-27 | 1 | -0/+1 |
| * | | | | | Add driver auto probing for x86 features v4 | Andi Kleen | 2012-01-27 | 1 | -0/+21 |
| * | | | | | Eliminate get_driver() and put_driver() | Alan Stern | 2012-01-25 | 1 | -2/+0 |
| * | | | | | dynamic_debug: reduce lineno field to a saner 18 bits | Jim Cromie | 2012-01-24 | 1 | -1/+1 |
| * | | | | | dynamic_debug: describe_flags with '=[pmflt_]*' | Jim Cromie | 2012-01-24 | 1 | -1/+2 |
| * | | | | | dynamic_debug: make dynamic-debug supersede DEBUG ccflag | Jim Cromie | 2012-01-24 | 4 | -12/+16 |