index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pcmcia
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-22
/
+22
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-24
/
+22
2026-01-27
PCI: Separate CardBus setup & build it only with CONFIG_CARDBUS
Ilpo Järvinen
-1
/
+1
2025-08-16
pcmcia: Add error handling for add_interval() in do_validate_mem()
Wentao Liang
-1
/
+3
2025-08-16
pcmcia: cs: Remove unused pcmcia_get_socket_by_nr
Dr. David Alan Gilbert
-18
/
+0
2025-08-16
pcmcia: omap: Add missing check for platform_get_resource
Chen Ni
-0
/
+2
2025-08-16
pcmcia: Use str_off_on() and str_yes_no() helpers
Thorsten Blum
-2
/
+3
2025-08-16
pcmcia: remove PCCARD_IODYN
Lukas Bulwahn
-175
/
+0
2025-08-16
pcmcia: ds: Emphasize "really" epizeuxis
Bagas Sanjaya
-1
/
+1
2025-08-16
pcmcia: Fix a NULL pointer dereference in __iodyn_find_io_region()
Ma Ke
-0
/
+3
2025-08-16
pcmcia: omap_cf: Mark driver struct with __refdata to prevent section mismatch
Geert Uytterhoeven
-1
/
+7
2025-06-17
sysfs: treewide: switch back to bin_attribute::read()/write()
Thomas Weißschuh
-2
/
+2
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-6
/
+8
2025-04-10
PCI: Remove pci_fixup_cardbus()
Heiner Kallweit
-1
/
+0
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-4
/
+4
2025-02-21
pcmcia: cistpl: Constify 'struct bin_attribute'
Thomas Weißschuh
-4
/
+4
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
-7
/
+7
2024-11-09
pcmcia: soc_common: Avoid using GPIOF_ACTIVE_LOW
Andy Shevchenko
-7
/
+5
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-1
/
+1
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
-1
/
+1
2024-06-30
pcmcia: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+5
2024-06-30
pcmcia: Use resource_size function on resource object
Jules Irenge
-3
/
+3
2024-06-30
pcmcia: bcm63xx: drop driver owner assignment
Krzysztof Kozlowski
-1
/
+0
2024-03-10
pcmcia: cs: make pcmcia_socket_class constant
Ricardo B. Marliere
-2
/
+2
2024-02-18
pcmcia: ds: make pcmcia_bus_type const
Ricardo B. Marliere
-2
/
+2
2023-12-15
pcmcia: xxs1500_ss: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2023-12-15
pcmcia: sa1100: Convert to platform remove callback returning void
Uwe Kleine-König
-5
/
+3
2023-12-15
pcmcia: pxa2xx: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2023-12-15
pcmcia: omap_cf: Convert to platform remove callback returning void
Uwe Kleine-König
-3
/
+2
2023-12-15
pcmcia: electra_cf: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2023-12-15
pcmcia: db1xxx_ss: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2023-12-15
pcmcia: bcm63xx: Convert to platform remove callback returning void
Uwe Kleine-König
-3
/
+2
2023-11-07
Merge tag 'pcmcia-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
-7
/
+12
2023-09-03
pcmcia: tcic: remove unneeded "&" in call to setup_timer()
lizhe
-1
/
+1
2023-09-03
pcmcia: typo fix
Dongliang Mu
-1
/
+1
2023-09-03
pcmcia: ds: fix possible name leak in error path in pcmcia_device_add()
Yang Yingliang
-3
/
+1
2023-09-03
pcmcia: ds: fix refcount leak in pcmcia_device_add()
Yang Yingliang
-2
/
+8
2023-09-03
pcmcia: cs: fix possible hung task and memory leak pccardd()
Yang Yingliang
-0
/
+1
2023-08-04
pcmcia : make PCMCIA depend on HAS_IOMEM
Baoquan He
-0
/
+1
2023-06-15
pcmcia: rsrc_nonstatic: Fix memory leak in nonstatic_release_resource_db()
Armin Wolf
-0
/
+2
2023-05-31
pcmcia: add HAS_IOPORT dependencies
Niklas Schnelle
-3
/
+2
2023-04-03
driver core: class: remove struct class_interface * from callbacks
Greg Kroah-Hartman
-8
/
+4
2023-04-03
driver core: class: mark class_release() as taking a const *
Greg Kroah-Hartman
-1
/
+1
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+2
2023-02-01
pcmcia: remove unused pxa/sa1100 drivers
Arnd Bergmann
-565
/
+2
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
-2
/
+2
2023-01-20
ARM: pxa: remove unused board files
Arnd Bergmann
-11
/
+1
2023-01-12
ARM: sa1100: remove unused board files
Arnd Bergmann
-9
/
+2
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
-7
/
+7
[next]