Age | Commit message (Expand) | Author | Files | Lines |
2007-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 | Linus Torvalds | 1 | -3/+1 |
2007-05-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 1 | -1/+2 |
2007-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 7 | -11/+11 |
2007-05-09 | tty_set_ldisc() receive_room fix | Paul Fulghum | 1 | -7/+7 |
2007-05-09 | pasemi: hardware rng driver | Olof Johansson | 3 | -0/+171 |
2007-05-09 | cm4000_cs: use bitrev | Akinobu Mita | 2 | -29/+7 |
2007-05-09 | cm4000_cs: fix error paths | Akinobu Mita | 2 | -3/+13 |
2007-05-09 | Fix occurrences of "the the " | Michael Opdenacker | 4 | -4/+4 |
2007-05-09 | [POWERPC] iSeries: Make HVC_ISERIES the default | Stephen Rothwell | 1 | -1/+2 |
2007-05-09 | Correct comments in genrtc.c to refer to correct /proc file. | Robert P. J. Day | 1 | -2/+2 |
2007-05-09 | Fix misspellings collected by members of KJ list. | Robert P. J. Day | 1 | -4/+4 |
2007-05-09 | Fix trivial typos in Kconfig* files | David Sterba | 1 | -1/+1 |
2007-05-08 | [IA64-SN2][KJ] mmtimer.c-kzalloc | vignesh babu | 1 | -3/+1 |
2007-05-08 | Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/air... | Linus Torvalds | 13 | -152/+222 |
2007-05-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 5 | -6/+6 |
2007-05-08 | use mutex instead of semaphore in virtual console driver | Matthias Kaehlcke | 2 | -10/+13 |
2007-05-08 | vt: expose system-wide UTF-8 default setting via sysfs | Antonino A. Daplas | 1 | -1/+3 |
2007-05-08 | vt: add color support to the "underline" and "italic" attributes | Jan Engelhardt | 1 | -6/+28 |
2007-05-08 | vt: allow for the palette to be exposed and changed via sysfs | Jan Engelhardt | 1 | -0/+4 |
2007-05-08 | Char: cyclades, copyright and version changes | Jiri Slaby | 1 | -4/+4 |
2007-05-08 | Char: cyclades, probe cleanup | Jiri Slaby | 1 | -270/+198 |
2007-05-08 | Char: cyclades, dynamic ports | Jiri Slaby | 1 | -73/+69 |
2007-05-08 | Char: cyclades, fix tty device unregister | Jiri Slaby | 1 | -2/+2 |
2007-05-08 | Char: cyclades, conditions cleanup | Jiri Slaby | 1 | -39/+21 |
2007-05-08 | Char: cyclades, remove locking macros | Jiri Slaby | 1 | -127/+118 |
2007-05-08 | Char: cyclades, remove unused timestamps | Jiri Slaby | 1 | -12/+0 |
2007-05-08 | Char: cyclades, timers cleanup | Jiri Slaby | 1 | -12/+5 |
2007-05-08 | Char: cyclades, fix blockmove | Jiri Slaby | 1 | -18/+16 |
2007-05-08 | Char: cyclades, remove sleep_on | Jiri Slaby | 1 | -29/+16 |
2007-05-08 | Char: cyclades, make info->card a pointer | Jiri Slaby | 1 | -161/+162 |
2007-05-08 | Char: cyclades, get rid of phys addresses | Jiri Slaby | 1 | -8/+3 |
2007-05-08 | Char: cyclades, simplify variables initialization | Jiri Slaby | 1 | -112/+44 |
2007-05-08 | Char: cyclades, mark cyy_init_card as __devinit, not __init | Jiri Slaby | 1 | -2/+2 |
2007-05-08 | Char: cyclades, printk cleanups | Jiri Slaby | 1 | -310/+220 |
2007-05-08 | Char: cyclades, irq is int | Jiri Slaby | 1 | -18/+12 |
2007-05-08 | Char: cyclades, remove useless fileds from cyclades_card | Jiri Slaby | 1 | -9/+0 |
2007-05-08 | Char: cyclades, unexport struct cyclades_card | Jiri Slaby | 1 | -8/+0 |
2007-05-08 | Char: cyclades, depends on PCI or ISA | Jiri Slaby | 1 | -1/+1 |
2007-05-08 | Char: cyclades, switch to pci probing | Jiri Slaby | 1 | -48/+17 |
2007-05-08 | Char: cyclades, use IS_CYC_Z macro | Jiri Slaby | 1 | -11/+6 |
2007-05-08 | Char: isicom, use pr_debug | Jiri Slaby | 1 | -2/+1 |
2007-05-08 | Char: cyclades, allow DEBUG_SHIRQ | Jiri Slaby | 1 | -0/+4 |
2007-05-08 | Char: cyclades, clear interrupts before releasing | Jiri Slaby | 1 | -0/+13 |
2007-05-08 | Char: cyclades, tty_register_device separately for each device | Jiri Slaby | 1 | -1/+19 |
2007-05-08 | Char: cyclades, cy_init error handling | Jiri Slaby | 1 | -4/+19 |
2007-05-08 | Char: cyclades, remove some global vars | Jiri Slaby | 1 | -9/+4 |
2007-05-08 | Char: cyclades, init card struct immediately | Jiri Slaby | 1 | -22/+15 |
2007-05-08 | Char: cyclades, move card entries init into function | Jiri Slaby | 1 | -155/+156 |
2007-05-08 | Char: cyclades, create cy_pci_probe | Jiri Slaby | 1 | -305/+318 |
2007-05-08 | Char: cyclades, init Ze immediately | Jiri Slaby | 1 | -51/+8 |