| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-02-22 | 3 | -6/+6 |
|\ |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2013-01-29 | 62 | -338/+256 |
| |\ |
|
| * | | treewide: Replace incomming with incoming in all comments and strings | Jorrit Schippers | 2013-01-03 | 3 | -6/+6 |
* | | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-02-21 | 8 | -51/+42 |
|\ \ \ |
|
| * | | | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 2013-01-19 | 4 | -0/+4 |
| * | | | TTY: switch tty_flip_buffer_push | Jiri Slaby | 2013-01-16 | 2 | -32/+17 |
| * | | | TTY: move low_latency to tty_port | Jiri Slaby | 2013-01-16 | 1 | -1/+1 |
| * | | | TTY: switch tty_insert_flip_string | Jiri Slaby | 2013-01-16 | 4 | -8/+7 |
| * | | | TTY: switch tty_insert_flip_char | Jiri Slaby | 2013-01-16 | 2 | -10/+10 |
| * | | | TTY: switch tty_buffer_request_room to tty_port | Jiri Slaby | 2013-01-16 | 2 | -6/+9 |
* | | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 2 | -10/+9 |
|\ \ \ \ |
|
| * | | | | driver-core: constify data for class_find_device() | Michał Mirosław | 2013-02-06 | 1 | -2/+2 |
| * | | | | drivers/isdn/hisax: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-21 | 1 | -8/+7 |
| |/ / / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-02-21 | 8 | -365/+330 |
|\ \ \ \ |
|
| * | | | | wanrouter: completely decouple obsolete code from kernel. | Paul Gortmaker | 2013-02-01 | 1 | -1/+0 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-01-29 | 1 | -0/+2 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | isdn/gigaset: beautify ev-layer.c | Tilman Schmidt | 2013-01-21 | 2 | -64/+64 |
| * | | | | isdn/gigaset: beautify common.c | Tilman Schmidt | 2013-01-21 | 1 | -22/+9 |
| * | | | | isdn/gigaset: beautify interface.c | Tilman Schmidt | 2013-01-21 | 1 | -31/+15 |
| * | | | | isdn/gigaset: leave DLE mode before hanging up | Tilman Schmidt | 2013-01-21 | 1 | -0/+5 |
| * | | | | isdn/divert: fix readability damage | Tilman Schmidt | 2013-01-21 | 3 | -247/+237 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-02-20 | 1 | -1/+6 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | cputime: Use accessors to read task cputime stats | Frederic Weisbecker | 2013-01-27 | 1 | -1/+6 |
| |/ / |
|
* / / | isdn/gigaset: fix zero size border case in debug dump | Tilman Schmidt | 2013-01-21 | 1 | -0/+2 |
|/ / |
|
* | | Drivers: isdn: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 51 | -296/+217 |
* | | mISDN: fix race in timer canceling on module unloading | Konstantin Khlebnikov | 2012-12-14 | 1 | -2/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 | 2 | -2/+2 |
|\| |
|
| * | treewide: fix printk typo in multiple drivers | Masanari Iida | 2012-11-19 | 3 | -3/+3 |
| * | Merge branch 'master' into for-next | Jiri Kosina | 2012-10-28 | 8 | -32/+53 |
| |\ |
|
| * | | isdn: Fix typo in isdn drivers | Masanari Iida | 2012-10-26 | 4 | -4/+4 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-12-13 | 8 | -20/+17 |
|\ \ \ |
|
| * | | | mISDN: improve bitops usage | Akinobu Mita | 2012-11-30 | 1 | -10/+10 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-11 | 4 | -9/+18 |
| |\ \ \ |
|
| * | | | | isdn: Fix typo in drivers/isdn | Masanari Iida | 2012-11-09 | 6 | -6/+6 |
| * | | | | isdn: remove dead code | Alan Cox | 2012-10-26 | 1 | -4/+1 |
* | | | | | TTY: isdn/gigaset destroy tty_port properly | Jiri Slaby | 2012-11-22 | 1 | -6/+5 |
* | | | | | TTY: call tty_port_destroy in the rest of drivers | Jiri Slaby | 2012-11-16 | 2 | -4/+10 |
* | | | | | ISDN: capi, use kref from tty_port | Jiri Slaby | 2012-11-16 | 1 | -19/+17 |
| |/ / /
|/| | | |
|
* | | | | isdn: Make CONFIG_ISDN depend on CONFIG_NETDEVICES | Lee Jones | 2012-11-08 | 3 | -6/+2 |
| |_|/
|/| | |
|
* | | | bas_gigaset: fix pre_reset handling | Tilman Schmidt | 2012-10-26 | 1 | -3/+16 |
|/ / |
|
* | | isdn: fix a wrapping bug in isdn_ppp_ioctl() | Dan Carpenter | 2012-10-11 | 1 | -1/+1 |
* | | Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 2012-10-09 | 1 | -5/+5 |
|\ \ |
|
| * | | hisax: disable build for big-endian xtensa | Max Filippov | 2012-10-04 | 1 | -5/+5 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-10-02 | 1 | -1/+0 |
|\ \ |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-15 | 7 | -10/+16 |
| |\| |
|
| * | | drivers/isdn/gigaset/common.c: Remove useless kfree | Peter Senna Tschudin | 2012-09-13 | 1 | -1/+0 |
* | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2012-10-02 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 2012-08-20 | 1 | -2/+2 |
* | | | | Merge 3.6-rc6 into tty-next | Greg Kroah-Hartman | 2012-09-17 | 7 | -10/+16 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | mISDN: Fix wrong usage of flush_work_sync while holding locks | Karsten Keil | 2012-09-13 | 6 | -10/+14 |