summaryrefslogtreecommitdiffstats
path: root/drivers/parport
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-11/+11
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-11/+11
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2024-12-04serial: 8250_pci: Share WCH IDs with parport_serial driverAndy Shevchenko-4/+8
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-2/+2
2024-10-13parport: Proper fix for array out-of-bounds accessTakashi Iwai-11/+11
2024-07-25Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+6
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-6/+6
2024-07-10dev/parport: fix the array out-of-bounds risktuhaowen-12/+12
2024-07-03parport: Remove parport_driver.devmodelDr. David Alan Gilbert-1/+0
2024-07-03parport: Remove 'drivers' listDr. David Alan Gilbert-9/+0
2024-06-18parport: make parport_bus_type constRicardo B. Marliere-1/+1
2024-06-17Merge tag 'v6.10-rc4' into char-misc-nextGreg Kroah-Hartman-1/+7
2024-06-04parport: amiga: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König-1/+7
2024-06-04parport: add missing MODULE_DESCRIPTION()Jeff Johnson-0/+1
2024-04-11parport: mfc3: avoid empty-body warningArnd Bergmann-2/+1
2024-03-07parport: sunbpp: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-03-07parport: amiga: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-12-15parport: parport_serial: Add Brainboxes device IDs and geometryCameron Williams-0/+56
2023-12-15parport: parport_serial: Add Brainboxes BAR detailsCameron Williams-0/+8
2023-12-11Merge 6.7-rc5 into char-misc-nextGreg Kroah-Hartman-0/+21
2023-12-07parport: Add support for Brainboxes IX/UC/PX parallel cardsCameron Williams-0/+21
2023-12-07parport: Save a few bytes of memoryChristophe JAILLET-4/+4
2023-11-10parport: gsc: mark init function staticArnd Bergmann-1/+1
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-63/+16
2023-10-21parport: Drop even more unneeded NULL or 0 assignmentsAndy Shevchenko-3/+0
2023-10-21parport: Clean up resources correctly when parport_register_port() failsAndy Shevchenko-7/+3
2023-10-18parport: Drop unneeded NULL or 0 assignmentsAndy Shevchenko-4/+0
2023-10-18parport: Use list_for_each() helperAndy Shevchenko-2/+4
2023-10-18parport: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko-53/+15
2023-10-11parport: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados-17/+11
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-0/+5
2023-08-30Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds-1/+1
2023-08-28parport: Explicitly include correct DT includesRob Herring-1/+1
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman-31/+4
2023-08-03parport: gsc: remove DMA leftover codeArnd Bergmann-31/+4
2023-07-30parport_pc: add support for ASIX AX99100Jiaqing Zhao-0/+5
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2023-06-18sysctl: replace child with an enumerationJoel Granados-1/+0
2023-06-18parport: plug a sysctl register leakJoel Granados-10/+12
2023-05-31parport: PC style parport depends on HAS_IOPORTNiklas Schnelle-1/+2
2023-05-23parport: Removed sysctl related definesJoel Granados-7/+0
2023-05-23parport: Remove register_sysctl_table from parport_default_proc_registerJoel Granados-17/+1
2023-05-23parport: Remove register_sysctl_table from parport_device_proc_registerJoel Granados-24/+32
2023-05-23parport: Remove register_sysctl_table from parport_proc_registerJoel Granados-31/+60
2023-05-23parport: Move magic number "15" to a defineJoel Granados-1/+1
2023-03-23ata: parport_pc: add 16-bit and 8-bit fast EPP transfer flagsOndrej Zary-4/+16
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-39/+86