| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-03-13 | 1 | -1/+1 |
|\ |
|
| * | x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD sys... | Borislav Petkov | 2010-03-13 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-03-12 | 11 | -789/+10 |
|\ \ |
|
| * \ | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 11 | -789/+10 |
| |\ \ |
|
| | * | | Remove drivers/char/ChangeLog | Jonathan Corbet | 2010-02-18 | 1 | -775/+0 |
| | * | | tree-wide: Assorted spelling fixes | Daniel Mack | 2010-02-09 | 8 | -8/+8 |
| | * | | vt: remove unused variables | Shahar Havivi | 2010-02-05 | 1 | -4/+0 |
| | * | | tree-wide: fix typos "ammount" -> "amount" | Uwe Kleine-König | 2010-02-05 | 1 | -1/+1 |
| | * | | Fix misspellings of "truly" in comments. | Adam Buchbinder | 2010-02-04 | 1 | -1/+1 |
* | | | | drivers/char/mmtimer.c: eliminate useless code | Julia Lawall | 2010-03-12 | 1 | -1/+1 |
* | | | | ldisc n_tty: add new method n_tty_inherit_ops() | Rodolfo Giometti | 2010-03-12 | 1 | -0/+17 |
* | | | | ipmi: fix slave_addrs setting to actually work | Bela Lubkin | 2010-03-12 | 1 | -2/+3 |
* | | | | ipmi: add parameter to limit CPU usage in kipmid | Martin Wilck | 2010-03-12 | 1 | -2/+64 |
* | | | | copy_signal() cleanup: clean tty_audit_fork() | Veaceslav Falico | 2010-03-12 | 1 | -1/+0 |
* | | | | drivers/char/mem.c: cleanups | Andrew Morton | 2010-03-12 | 1 | -102/+102 |
* | | | | /dev/mem: dont allow seek to last page | Wu Fengguang | 2010-03-12 | 1 | -6/+13 |
* | | | | [S390] hvc_iucv: allocate memory buffers for IUCV in zone DMA | Hendrik Brueckner | 2010-03-08 | 1 | -2/+4 |
|/ / / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/amit/virtio-console | Linus Torvalds | 2010-03-07 | 1 | -13/+16 |
|\ \ \ |
|
| * | | | virtio: console: Use better variable names for fill_queue operation | Amit Shah | 2010-03-04 | 1 | -12/+15 |
| * | | | virtio: console: Fix type of 'len' as unsigned int | Amit Shah | 2010-03-04 | 1 | -1/+1 |
* | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2010-03-04 | 1 | -10/+113 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | drm/i915: Add dependency on the intel agp module | Zhenyu Wang | 2010-02-26 | 1 | -2/+8 |
| * | | | agp/intel: Add a new Sandybridge HB/IG PCI ID combo. | Eric Anholt | 2010-02-26 | 1 | -4/+13 |
| * | | | drm/i915, agp/intel: Fix stolen memory size on Sandybridge | Zhenyu Wang | 2010-02-26 | 1 | -4/+74 |
| * | | | agp/intel: Use a non-reserved value for the cache field of the PTEs. | Eric Anholt | 2010-02-26 | 1 | -0/+5 |
| * | | | agp/intel: Add support for Sandybridge. | Eric Anholt | 2010-02-26 | 1 | -1/+14 |
| * | | | agp/intel: official names for Pineview and Ironlake | Zhenyu Wang | 2010-02-22 | 1 | -6/+6 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2010-03-03 | 1 | -5/+6 |
|\ \ \ \ |
|
| * | | | | USB: tty: Add a function to insert a string of characters with the same flag | Alan Cox | 2010-03-02 | 1 | -5/+6 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds | 2010-03-03 | 14 | -261/+307 |
|\ \ \ \ \ |
|
| * | | | | | tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELD... | Ari Entlich | 2010-03-02 | 1 | -19/+20 |
| * | | | | | tty: Keep the default buffering to sub-page units | Alan Cox | 2010-03-02 | 1 | -2/+4 |
| * | | | | | tty: Fix up char drivers request_room usage | Alan Cox | 2010-03-02 | 3 | -6/+1 |
| * | | | | | tty: Fix the ldisc hangup race | Alan Cox | 2010-03-02 | 1 | -20/+30 |
| * | | | | | nozomi: Tidy up the PCI table | Alan Cox | 2010-03-02 | 1 | -5/+1 |
| * | | | | | nozomi: Fix mutex handling | Alan Cox | 2010-03-02 | 1 | -22/+12 |
| * | | | | | nozomi: Add tty_port usage | Alan Cox | 2010-03-02 | 1 | -47/+68 |
| * | | | | | Char: synclink, remove unnecessary checks | Jiri Slaby | 2010-03-02 | 1 | -2/+2 |
| * | | | | | tty: declare MODULE_FIRMWARE in various drivers | Ben Hutchings | 2010-03-02 | 4 | -0/+11 |
| * | | | | | ip2: Add module parameter. | Rakib Mullick | 2010-03-02 | 1 | -0/+13 |
| * | | | | | ip2: remove #ifdef MODULE from ip2main.c | Rakib Mullick | 2010-03-02 | 1 | -6/+5 |
| * | | | | | tty: moxa: remove #ifdef MODULE completely. | Rakib Mullick | 2010-03-02 | 1 | -11/+6 |
| * | | | | | hvc_console: fix test on unsigned in hvc_console_print() | Roel Kluin | 2010-03-02 | 1 | -1/+1 |
| * | | | | | serial: isicom.c: use pr_fmt and pr_<level> | Joe Perches | 2010-03-02 | 1 | -23/+26 |
| * | | | | | tty: char: mxser, remove unnecessary tty test | Jiri Slaby | 2010-03-02 | 1 | -2/+1 |
| * | | | | | serial: cyclades: allow overriding ISA defaults also when the driver is built-in | Bartlomiej Zolnierkiewicz | 2010-03-02 | 1 | -8/+1 |
| * | | | | | serial: Char: cyclades, fix compiler warning | Jiri Slaby | 2010-03-02 | 1 | -6/+0 |
| * | | | | | serial: synclink_gt: dropped transmit data bugfix | Paul Fulghum | 2010-03-02 | 1 | -81/+105 |
| |/ / / / |
|
* | | | | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-03-02 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Merge with mainline to remove plat-omap/Kconfig conflict | Tony Lindgren | 2010-03-01 | 18 | -183/+1585 |
| |\ \ \ \ |
|