| Commit message (Expand) | Author | Age | Files | Lines |
* | TTY: amiserial/simserial, use close delays from tty_port | Jiri Slaby | 2012-03-08 | 1 | -2/+3 |
* | TTY: amiserial/simserial, use tty_port | Jiri Slaby | 2012-03-08 | 1 | -12/+12 |
* | TTY: simserial, pass tty down to functions | Jiri Slaby | 2012-03-08 | 1 | -26/+24 |
* | TTY: serialP, merge serial_state and async_struct | Jiri Slaby | 2012-03-08 | 1 | -97/+63 |
* | TTY: simserial, remove IRQ_T | Jiri Slaby | 2012-03-08 | 1 | -4/+2 |
* | TTY: simserial, remove support of shared interrupts | Jiri Slaby | 2012-03-08 | 1 | -57/+7 |
* | TTY: simserial/amiserial, use one instance of other members | Jiri Slaby | 2012-03-08 | 1 | -6/+3 |
* | TTY: simserial, use only one copy of async flags | Jiri Slaby | 2012-03-08 | 1 | -25/+23 |
* | simserial, bail out when request_irq fails | Jiri Slaby | 2012-03-08 | 1 | -8/+1 |
* | hpsim, initialize chip for assigned irqs | Jiri Slaby | 2012-03-08 | 5 | -31/+35 |
* | simserial, include some headers | Jiri Slaby | 2012-03-08 | 1 | -5/+3 |
* | hpsim, fix SAL handling in fw-emu | Jiri Slaby | 2012-03-08 | 1 | -13/+4 |
* | TTY: amiserial, remove tasklet for tty_wakeup | Jiri Slaby | 2012-03-08 | 1 | -2/+0 |
* | TTY: serialP, remove unused material | Jiri Slaby | 2012-03-08 | 1 | -9/+1 |
* | TTY: remove serialP.h inclusion from some files | Jiri Slaby | 2012-03-08 | 1 | -1/+0 |
* | TTY: iss/console, use tty_port | Jiri Slaby | 2012-03-08 | 1 | -0/+4 |
* | XTENSA: iss/console, fix potential deadlock | Jiri Slaby | 2012-03-08 | 1 | -3/+2 |
* | XTENSA: iss/console, use setup_timer | Jiri Slaby | 2012-03-08 | 1 | -4/+1 |
* | TTY: remove unneeded tty->index checks | Jiri Slaby | 2012-03-08 | 2 | -12/+5 |
* | TTY: srmcons, convert to use tty_port | Jiri Slaby | 2012-03-08 | 1 | -15/+17 |
* | ALPHA: srmcons, fix racy singleton structure | Jiri Slaby | 2012-03-08 | 1 | -35/+5 |
* | ALPHA: srmcons, use timer functions | Jiri Slaby | 2012-03-08 | 1 | -9/+5 |
* | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 2012-03-08 | 3 | -3/+0 |
* | Merge tag 'tty-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-02-09 | 1 | -4/+4 |
|\ |
|
| * | tty: serial: OMAP: block idle while the UART is transferring data in PIO mode | Paul Walmsley | 2012-02-09 | 1 | -4/+4 |
* | | Merge tag 'fbdev-fixes-for-3.3-1' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 2012-02-07 | 3 | -12/+28 |
|\ \ |
|
| * | | OMAPDSS: HDMI: PHY burnout fix | Tomi Valkeinen | 2012-01-26 | 2 | -0/+10 |
| * | | OMAP: 4430SDP/Panda: add HDMI HPD gpio | Tomi Valkeinen | 2012-01-26 | 2 | -0/+6 |
| * | | OMAP: 4430SDP/Panda: setup HDMI GPIO muxes | Tomi Valkeinen | 2012-01-26 | 2 | -0/+6 |
| * | | OMAPDSS: remove wrong HDMI HPD muxing | Tomi Valkeinen | 2012-01-26 | 1 | -4/+0 |
| * | | OMAP: 4430SDP/Panda: rename HPD GPIO to CT_CP_HPD | Tomi Valkeinen | 2012-01-26 | 2 | -4/+4 |
| * | | OMAP: 4430SDP/Panda: use gpio_free_array to free HDMI gpios | Tomi Valkeinen | 2012-01-26 | 2 | -4/+2 |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2012-02-07 | 4 | -4/+6 |
|\ \ \ |
|
| * | | | sh: use the the PCI channels's io_map_base | Michael S. Tsirkin | 2012-01-31 | 2 | -2/+3 |
| * | | | mips: use the the PCI controller's io_map_base | Michael S. Tsirkin | 2012-01-31 | 2 | -2/+3 |
* | | | | Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-02-06 | 3 | -0/+112 |
|\ \ \ \ |
|
| * | | | | KVM: do not #GP on perf MSR writes when vPMU is disabled | Gleb Natapov | 2012-02-01 | 1 | -0/+22 |
| * | | | | KVM: x86: fix missing checks in syscall emulation | Stephan Bärwolf | 2012-02-01 | 2 | -0/+64 |
| * | | | | KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid" | Stephan Bärwolf | 2012-02-01 | 2 | -0/+26 |
* | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-02-04 | 23 | -1093/+105 |
|\ \ \ \ \ |
|
| * | | | | | ARM: bcmring: fix build failure in mach-bcmring/arch.c | Paul Gortmaker | 2012-02-04 | 1 | -1/+1 |
| * | | | | | ARM: bcmring: remove unused DMA map code | JD Zheng | 2012-02-04 | 2 | -1008/+0 |
| * | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/... | Olof Johansson | 2012-01-29 | 12 | -45/+97 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'omap_fixes_a_3.3rc' of git://git.pwsan.com/linux-2.6 into fixes | Tony Lindgren | 2012-01-26 | 6 | -29/+75 |
| | |\ \ \ \ \ |
|
| | | * | | | | | ARM: OMAP3: hwmod data: register dss hwmods after dss_core | Ilya Yanok | 2012-01-25 | 1 | -6/+24 |
| | | * | | | | | ARM: OMAP2/3: PRM: fix missing plat/irqs.h build breakage | Paul Walmsley | 2012-01-25 | 1 | -0/+1 |
| | | * | | | | | ARM: OMAP2+: io: fix compilation breakage on 2420-only configs | Paul Walmsley | 2012-01-25 | 1 | -1/+3 |
| | | * | | | | | ARM: OMAP4: hwmod data: Add names for DMIC memory address space | Peter Ujfalusi | 2012-01-25 | 1 | -0/+2 |
| | | * | | | | | ARM: OMAP3: hwmod data: add SYSC_HAS_ENAWAKEUP for dispc | Tomi Valkeinen | 2012-01-25 | 1 | -1/+2 |
| | | * | | | | | ARM: OMAP2+: hwmod data: split omap2/3 dispc hwmod class | Tomi Valkeinen | 2012-01-25 | 3 | -22/+44 |