Age | Commit message (Expand) | Author |
2021-11-02 | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-10-14 | ethernet: replace netdev->dev_addr assignment loops | Jakub Kicinski |
2021-10-13 | pcmcia: db1xxx_ss: Fix fall-through warning for Clang | Gustavo A. R. Silva |
2021-08-09 | Merge 5.14-rc5 into driver-core-next | Greg Kroah-Hartman |
2021-07-23 | pcmcia: i82092: fix a null pointer dereference bug | Zheyu Ma |
2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König |
2021-03-15 | pcmcia: rsrc_nonstatic: Fix call-back function as reference formatting | Lee Jones |
2021-03-15 | pcmcia: pcmcia_resource: Fix some kernel-doc formatting/disparities and demot... | Lee Jones |
2021-03-15 | pcmcia: ds: Fix function name disparity in header | Lee Jones |
2021-03-15 | pcmcia: pcmcia_cis: Demote non-conforming kernel-doc headers to standard kern... | Lee Jones |
2021-03-15 | pcmcia: cistpl: Demote non-conformant kernel-doc headers to standard comments | Lee Jones |
2021-03-15 | pcmcia: rsrc_nonstatic: Demote kernel-doc abuses | Lee Jones |
2021-03-15 | pcmcia: ds: Remove if with always false condition | Uwe Kleine-König |
2021-02-26 | Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds |
2021-02-01 | ARM: 9048/1: sa1111: make sa1111 bus's remove callback return void | Uwe Kleine-König |
2021-01-04 | pcmcia: Switch to using the new API kobj_to_dev() | Tian Tao |
2020-12-19 | Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds |
2020-12-05 | pcmcia: omap: Fix error return code in omap_cf_probe() | Wang ShaoBo |
2020-12-05 | pcmcia: Remove NEC VRC4173 CARDU | Sebastian Andrzej Siewior |
2020-12-05 | pcmcia: db1xxx_ss: remove unneeded semicolon | Jason Yan |
2020-12-05 | pcmcia/electra_cf: Fix some return values in 'electra_cf_probe()' in case of ... | Christophe JAILLET |
2020-11-27 | pcmcia: at91_cf: remove platform data support | Alexandre Belloni |
2020-11-27 | pcmcia: at91_cf: move definitions locally | Alexandre Belloni |
2020-09-25 | dma-mapping: remove DMA_MASK_NONE | Christoph Hellwig |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-06 | Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-06-04 | Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds |
2020-06-02 | powerpc: add an ioremap_phb helper | Christoph Hellwig |
2020-05-21 | pcmcia: Use CardBus window names (PCI_CB_BRIDGE_IO_0_WINDOW etc) when freeing | Krzysztof Wilczynski |
2020-05-21 | PCI: Use bridge window names (PCI_BRIDGE_IO_WINDOW etc) | Krzysztof Wilczynski |
2020-05-18 | pcmcia: make pccard_loop_tuple() static | Dominik Brodowski |
2020-03-31 | pcmcia: remove some unused space characters | Hu Haowen |
2020-03-28 | pcmcia: soc_common.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-03-28 | pcmcia: cs_internal.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-03-14 | pcmcia: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai |
2020-03-14 | pcmcia: omap: remove useless cast for driver.name | Corentin Labbe |
2019-12-16 | PCMCIA/i82092: remove #if 0 block | Simon Geis |
2019-12-16 | PCMCIA/i82092: delete enter/leave macro | Simon Geis |
2019-12-16 | PCMCIA/i82092: include <linux/io.h> instead of <asm/io.h> | Simon Geis |
2019-12-16 | PCMCIA/i82092: shorten the lines with over 80 characters | Simon Geis |
2019-12-16 | PCMCIA/i82092: move assignment out of if condition | Simon Geis |
2019-12-16 | PCMCIA/i82092: change code indentation | Simon Geis |
2019-12-16 | PCMCIA/i82092: insert blank line after declarations | Simon Geis |
2019-12-16 | PCMCIA/i82092: remove braces around single statement blocks | Simon Geis |
2019-12-16 | PCMCIA/i82092: add/remove spaces to improve readability | Simon Geis |
2019-12-16 | PCMCIA/i82092: use dev_<level> instead of printk | Simon Geis |
2019-11-22 | pcmcia: remove unused dprintk definition | Dominik Brodowski |
2019-11-22 | pcmcia: include <pcmcia/ds.h> for pcmcia_parse_tuple | Ben Dooks (Codethink) |
2019-11-22 | pcmcia: include cs_internal.h for missing declarations | Ben Dooks (Codethink) |