| Commit message (Expand) | Author | Age | Files | Lines |
* | Char: cyclades, make info->card a pointer | Jiri Slaby | 2007-05-08 | 2 | -162/+163 |
* | Char: cyclades, get rid of phys addresses | Jiri Slaby | 2007-05-08 | 1 | -8/+3 |
* | Char: cyclades, simplify variables initialization | Jiri Slaby | 2007-05-08 | 1 | -112/+44 |
* | Char: cyclades, mark cyy_init_card as __devinit, not __init | Jiri Slaby | 2007-05-08 | 1 | -2/+2 |
* | Char: cyclades, printk cleanups | Jiri Slaby | 2007-05-08 | 1 | -310/+220 |
* | Char: cyclades, irq is int | Jiri Slaby | 2007-05-08 | 1 | -18/+12 |
* | Char: cyclades, remove useless fileds from cyclades_card | Jiri Slaby | 2007-05-08 | 2 | -12/+0 |
* | Char: cyclades, unexport struct cyclades_card | Jiri Slaby | 2007-05-08 | 2 | -21/+2 |
* | Char: cyclades, depends on PCI or ISA | Jiri Slaby | 2007-05-08 | 1 | -1/+1 |
* | Char: cyclades, switch to pci probing | Jiri Slaby | 2007-05-08 | 1 | -48/+17 |
* | Char: cyclades, use IS_CYC_Z macro | Jiri Slaby | 2007-05-08 | 1 | -11/+6 |
* | Char: isicom, use pr_debug | Jiri Slaby | 2007-05-08 | 1 | -2/+1 |
* | Char: mxser, schedule for removal | Jiri Slaby | 2007-05-08 | 1 | -0/+8 |
* | Char: cyclades, allow DEBUG_SHIRQ | Jiri Slaby | 2007-05-08 | 1 | -0/+4 |
* | Char: cyclades, clear interrupts before releasing | Jiri Slaby | 2007-05-08 | 1 | -0/+13 |
* | Char: cyclades, tty_register_device separately for each device | Jiri Slaby | 2007-05-08 | 1 | -1/+19 |
* | Char: cyclades, cy_init error handling | Jiri Slaby | 2007-05-08 | 1 | -4/+19 |
* | Char: cyclades, remove some global vars | Jiri Slaby | 2007-05-08 | 1 | -9/+4 |
* | Char: cyclades, init card struct immediately | Jiri Slaby | 2007-05-08 | 1 | -22/+15 |
* | Char: cyclades, move card entries init into function | Jiri Slaby | 2007-05-08 | 1 | -155/+156 |
* | Char: cyclades, create cy_pci_probe | Jiri Slaby | 2007-05-08 | 1 | -305/+318 |
* | Char: cyclades, init Ze immediately | Jiri Slaby | 2007-05-08 | 1 | -51/+8 |
* | Char: cyclades, use pci_iomap/unmap | Jiri Slaby | 2007-05-08 | 1 | -10/+32 |
* | Char: cyclades, create cy_init_Ze | Jiri Slaby | 2007-05-08 | 1 | -73/+90 |
* | x86, serial: convert legacy COM ports to platform devices | Bjorn Helgaas | 2007-05-08 | 7 | -37/+84 |
* | smsc-ircc2: add PNP support | Bjorn Helgaas | 2007-05-08 | 2 | -23/+86 |
* | smsc-ircc2: tidy up module parameter checking | Bjorn Helgaas | 2007-05-08 | 1 | -6/+8 |
* | PNP: workaround HP BIOS defect that leaves SMCF010 device partly enabled | Bjorn Helgaas | 2007-05-08 | 1 | -0/+30 |
* | PNP: notice whether we have PNP devices (PNPBIOS or PNPACPI) | Bjorn Helgaas | 2007-05-08 | 4 | -0/+12 |
* | Char: cyclades, remove useless casts | Jiri Slaby | 2007-05-08 | 1 | -19/+19 |
* | Char: cyclades, remove volatiles | Jiri Slaby | 2007-05-08 | 1 | -27/+25 |
* | Char: cyclades, timer cleanup | Jiri Slaby | 2007-05-08 | 1 | -12/+6 |
* | Char: cyclades, cy_readX/writeX cleanup | Jiri Slaby | 2007-05-08 | 2 | -172/+153 |
* | Char: cyclades, remove PAUSE | Jiri Slaby | 2007-05-08 | 1 | -9/+0 |
* | Add IRQF_IRQPOLL flag on arm | Bernhard Walle | 2007-05-08 | 31 | -31/+31 |
* | Add IRQF_IRQPOLL flag on parisc | Bernhard Walle | 2007-05-08 | 1 | -1/+1 |
* | Add IRQF_IRQPOLL flag on sh | Bernhard Walle | 2007-05-08 | 3 | -3/+3 |
* | Add IRQF_IRQPOLL flag on IA64 | Bernhard Walle | 2007-05-08 | 1 | -1/+1 |
* | Add IRQF_IRQPOLL flag on i386 | Bernhard Walle | 2007-05-08 | 3 | -3/+3 |
* | Add IRQF_IRQPOLL flag on x86_64 | Bernhard Walle | 2007-05-08 | 1 | -1/+4 |
* | Add IRQF_IRQPOLL flag (common code) | Bernhard Walle | 2007-05-08 | 3 | -1/+9 |
* | udf: possible null pointer dereference while load_partition | Dmitriy Monakhov | 2007-05-08 | 1 | -0/+2 |
* | udf: support files larger than 1G | Jan Kara | 2007-05-08 | 3 | -82/+180 |
* | udf: add assertions | Jan Kara | 2007-05-08 | 1 | -1/+3 |
* | udf: use get_bh() | Jan Kara | 2007-05-08 | 12 | -177/+174 |
* | UDF: introduce struct extent_position | Jan Kara | 2007-05-08 | 8 | -445/+434 |
* | udf: use sector_t and loff_t for file offsets | Jan Kara | 2007-05-08 | 6 | -35/+38 |
* | nfs: fix congestion control: use atomic_longs | Peter Zijlstra | 2007-05-08 | 2 | -3/+3 |
* | no longer #include <asm/kdebug.h> | Adrian Bunk | 2007-05-08 | 2 | -2/+1 |
* | Some grammatical fixups and additions to atomic.h kernel-doc content | Robert P. J. Day | 2007-05-08 | 1 | -2/+9 |