Age | Commit message (Expand) | Author |
2012-09-05 | serial: Samsung: Silence some checkpatch errors and warnings | Sachin Kamat |
2012-09-05 | serial: Samsung: Replace printk with dev_* functions | Sachin Kamat |
2012-09-05 | serial: pl011: honour serial aliases in device tree | Matthew Leach |
2012-09-05 | serial: diminish usage of struct serial_uart_config | Paul Gortmaker |
2012-09-05 | serial: sunsu.c - don't explicitly tie array size to dynamic entity | Paul Gortmaker |
2012-09-05 | m32r_sio: remove dependency on struct serial_uart_config | Paul Gortmaker |
2012-09-05 | serial/imx: improve error diagnosics for clock and pinctrl failures | Uwe Kleine-König |
2012-09-05 | tty: move the async flags from the serial code into the tty includes | Alan Cox |
2012-09-05 | tty: Split the serial_core helpers for setserial into two | Alan Cox |
2012-09-05 | drivers/tty/serial/sirfsoc_uart.c: drop frees of devm_ alloc'd data | Julia Lawall |
2012-09-05 | tty: serial: mpc5xxx: add support for mark/space parity | Wolfram Sang |
2012-09-05 | drivers:tty:fix up ENOIOCTLCMD error handling | Wanlong Gao |
2012-09-05 | tty: serial: max310x: Remove explicit use of devm_kfree | Emil Goode |
2012-09-05 | tty: serial: max310x: Check return code of gpiochip_remove | Emil Goode |
2012-09-05 | tty: serial: altera_uart: Use platform_{get,set}_drvdata | Tobias Klauser |
2012-09-05 | tty: max3100: use module_spi_driver | Devendra Naga |
2012-09-05 | drivers/tty/serial/amba-pl0{10,11}.c: use clk_prepare_enable and clk_disable_... | Julia Lawall |
2012-08-27 | Merge 3.6-rc3 into tty-next | Greg Kroah-Hartman |
2012-08-22 | Linux 3.6-rc3v3.6-rc3 | Linus Torvalds |
2012-08-22 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2012-08-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds |
2012-08-22 | Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l... | Linus Torvalds |
2012-08-22 | Merge tag 'for-3.6-rc3' of git://gitorious.org/linux-pwm/linux-pwm | Linus Torvalds |
2012-08-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2012-08-22 | Merge tag 'nfs-for-3.6-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2012-08-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-08-22 | task_work: add a scheduling point in task_work_run() | Eric Dumazet |
2012-08-22 | fs: fix fs/namei.c kernel-doc warnings | Randy Dunlap |
2012-08-22 | eventpoll: use-after-possible-free in epoll_create1() | Al Viro |
2012-08-22 | vfio: grab vfio_device reference *before* exposing the sucker via fd_install() | Al Viro |
2012-08-22 | vfio: get rid of vfio_device_put()/vfio_group_get_device* races | Al Viro |
2012-08-22 | vfio: get rid of open-coding kref_put_mutex | Al Viro |
2012-08-22 | introduce kref_put_mutex() | Al Viro |
2012-08-22 | vfio: don't dereference after kfree... | Al Viro |
2012-08-22 | fbcon: fix race condition between console lock and cursor timer (v1.1) | Dave Airlie |
2012-08-21 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds |
2012-08-21 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2012-08-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2012-08-21 | mm: compaction: Abort async compaction if locks are contended or taking too long | Mel Gorman |
2012-08-21 | mm: have order > 0 compaction start near a pageblock with free pages | Mel Gorman |
2012-08-21 | rapidio/tsi721: fix unused variable compiler warning | Alexandre Bounine |
2012-08-21 | rapidio/tsi721: fix inbound doorbell interrupt handling | Alexandre Bounine |
2012-08-21 | drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour mode | Atsushi Nemoto |
2012-08-21 | mm: correct page->pfmemalloc to fix deactivate_slab regression | Alex Shi |
2012-08-21 | drivers/rtc/rtc-pcf2123.c: initialize dynamic sysfs attributes | Ilya Shchepetkov |
2012-08-21 | mm/compaction.c: fix deferring compaction mistake | Minchan Kim |
2012-08-21 | drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ ... | Robin Holt |
2012-08-21 | string: do not export memweight() to userspace | WANG Cong |
2012-08-21 | hugetlb: update hugetlbpage.txt | Zhouping Liu |
2012-08-21 | checkpatch: add control statement test to SINGLE_STATEMENT_DO_WHILE_MACRO | Joe Perches |