| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | isdn/gigaset: try USB reset for bas_gigaset error recovery | Tilman Schmidt | 2010-10-01 | 1 | -2/+4 |
| * | | | isdn/gigaset: bas_gigaset timer cleanup | Tilman Schmidt | 2010-10-01 | 1 | -33/+32 |
| * | | | isdn/gigaset: drop obsolete debug option | Tilman Schmidt | 2010-10-01 | 3 | -30/+1 |
| * | | | isdn/gigaset: correct bas_gigaset rx buffer handling | Tilman Schmidt | 2010-10-01 | 1 | -3/+5 |
| * | | | isdn/gigaset: fix bas_gigaset AT read error handling | Tilman Schmidt | 2010-10-01 | 1 | -50/+33 |
| * | | | isdn/gigaset: bas_gigaset locking fix | Tilman Schmidt | 2010-10-01 | 1 | -3/+3 |
| * | | | misdn: kill big kernel lock | Arnd Bergmann | 2010-09-15 | 1 | -7/+0 |
| * | | | i4l: kill big kernel lock | Arnd Bergmann | 2010-09-15 | 1 | -5/+6 |
| * | | | drivers/isdn: Use static const char * const where possible | Joe Perches | 2010-09-14 | 2 | -2/+2 |
| * | | | drivers: isdn: capi: use simple_strtol to convert numbers | Andy Shevchenko | 2010-09-08 | 1 | -4/+13 |
| * | | | isdn: cleanup: make buffer smaller | Dan Carpenter | 2010-09-06 | 1 | -2/+2 |
| * | | | isdn: potential buffer overflows | Dan Carpenter | 2010-09-06 | 1 | -3/+3 |
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-08-22 | 1 | -1/+2 |
| |\ \ \ |
|
| * | | | | drivers/isdn: Adjust confusing if indentation | Julia Lawall | 2010-08-16 | 3 | -7/+9 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2010-10-22 | 1 | -2/+0 |
|\ \ \ \ \ |
|
| * | | | | | isdn/eicon: don't call flush_scheduled_work() from diva_os_remove_soft_isr() | Tejun Heo | 2010-10-17 | 1 | -2/+0 |
* | | | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
| |/ / / / / |
|
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2010-10-21 | 5 | -499/+47 |
|\ \ \ \ \ \ |
|
| * | | | | | | pcmcia: remove obsolete and wrong comments | Dominik Brodowski | 2010-09-29 | 5 | -309/+0 |
| * | | | | | | pcmcia: avoid messages on module (un)loading | Dominik Brodowski | 2010-09-29 | 1 | -1/+1 |
| * | | | | | | pcmcia: move driver name to struct pcmcia_driver | Dominik Brodowski | 2010-09-29 | 5 | -15/+5 |
| * | | | | | | pcmcia: remove the "Finally, report what we've done" message | Dominik Brodowski | 2010-09-29 | 4 | -35/+0 |
| * | | | | | | pcmcia: use autoconfiguration feature for ioports and iomem | Dominik Brodowski | 2010-09-29 | 5 | -86/+30 |
| * | | | | | | pcmcia: introduce autoconfiguration feature | Dominik Brodowski | 2010-09-29 | 5 | -26/+3 |
| * | | | | | | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device | Dominik Brodowski | 2010-09-29 | 5 | -25/+13 |
| * | | | | | | pcmcia: move config_{base,index,regs} to struct pcmcia_device | Dominik Brodowski | 2010-09-29 | 5 | -7/+7 |
| * | | | | | | pcmcia: simplify IntType | Dominik Brodowski | 2010-09-29 | 5 | -5/+0 |
| * | | | | | | pcmcia: simplify Status, ExtStatus register access | Dominik Brodowski | 2010-09-29 | 1 | -3/+1 |
| * | | | | | | pcmcia: move Vpp setup to struct pcmcia_device | Dominik Brodowski | 2010-09-29 | 1 | -4/+4 |
| |/ / / / / |
|
* | | | | | | Merge branch 'linus' into irq/core | Ingo Molnar | 2010-10-20 | 1 | -4/+14 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | isdn: strcpy() => strlcpy() | Dan Carpenter | 2010-10-08 | 1 | -4/+14 |
| |/ / / / |
|
* | | | | | isdn: hisax: Replace the bogus access to irq stats | Thomas Gleixner | 2010-10-12 | 2 | -4/+15 |
* | | | | | isdn: Free irq_data namespace | Thomas Gleixner | 2010-10-04 | 1 | -3/+3 |
|/ / / / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-23 | 1 | -1/+2 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | isdn/avm: fix build when PCMCIA is not enabled | Randy Dunlap | 2010-08-22 | 1 | -1/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-13 | 3 | -1/+6 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | isdn: mISDN: call pci_disable_device() if pci_probe() failed | Kulikov Vasiliy | 2010-08-10 | 1 | -1/+4 |
| * | isdn: avm: call pci_disable_device() if pci_probe() failed | Kulikov Vasiliy | 2010-08-10 | 1 | -0/+1 |
| * | isdn: avm: call pci_disable_device() if pci_probe() failed | Kulikov Vasiliy | 2010-08-10 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-09 | 3 | -7/+10 |
|\ \
| |/ |
|
| * | isdn: gigaset: use after free | Dan Carpenter | 2010-08-07 | 1 | -2/+4 |
| * | isdn: gigaset: add missing unlock | Dan Carpenter | 2010-08-07 | 1 | -0/+1 |
| * | isdn: fix information leak | Dan Carpenter | 2010-08-05 | 1 | -5/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2010-08-06 | 5 | -126/+73 |
|\ \
| |/
|/| |
|
| * | pcmcia: do not request windows if you don't need to | Dominik Brodowski | 2010-08-03 | 1 | -36/+1 |
| * | pcmcia: remove memreq_t | Dominik Brodowski | 2010-08-03 | 1 | -4/+3 |
| * | pcmcia: do not use io_req_t when calling pcmcia_request_io() | Dominik Brodowski | 2010-08-03 | 5 | -51/+42 |
| * | pcmcia: do not use io_req_t after call to pcmcia_request_io() | Dominik Brodowski | 2010-08-03 | 5 | -33/+30 |
| * | pcmcia: remove cs_types.h | Dominik Brodowski | 2010-07-30 | 5 | -5/+0 |