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