summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme_user
AgeCommit message (Expand)AuthorLines
9 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
9 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-25/+25
10 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-29/+28
2025-12-17staging: vme_user: name function parametersArtur Stupa-61/+62
2025-07-24staging: vme_user: fix spelling errorsAkhilesh Patil-3/+3
2025-07-15staging: vme_user: fixed alignment should match open parenthesisNadzeya Hutsko-1/+1
2025-06-19staging: vme: vme_user: fix up const issue in vme_bus_match()Greg Kroah-Hartman-1/+1
2024-12-29staging: vme_user: vme_tsi148.c: avoid parenthesis line endingAntonio Riccio-2/+1
2024-11-04staging: vme_user: vme_bridge.h: Name function pointer argumentsPedro Perez-23/+33
2024-09-05staging: vme_user: changed geoid data type from int to u32Riyan Dhiman-6/+6
2024-08-29staging: vme_user: added bound check to geoidRiyan Dhiman-0/+12
2024-08-22staging: vme: vme_user: Remove NULL check of list_entry()Yuesong Li-8/+0
2024-08-13staging: vme_user: vme.h: alignment of closing parenthesis should match open ...Riyan Dhiman-9/+8
2024-07-30staging: vme_user: vme_irq_handler: name func ptr argsAgathe Porte-1/+1
2024-07-30staging: vme_user: vme_tsi148.c: Change FormattingGriffin Kroah-Hartman-66/+67
2024-07-30staging: vme_user: vme_tsi148.C: remove redundant newlinesGriffin Kroah-Hartman-4/+2
2024-07-29staging: vme_user: vme_tsi148.c: remove redundant newlinesGriffin Kroah-Hartman-4/+2
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-1/+1
2024-06-04staging: vme_user: Add blank line after struct declAshok Kumar-0/+1
2024-03-05staging: vme_user: Fix misaligned closing comment */Jonathan Bergh-4/+2
2024-02-17staging: vme: make vme_bus_type constRicardo B. Marliere-2/+2
2024-01-04staging: vme_user: print more detailed infomation when an error occursPiro Yang-1/+1
2023-12-23staging: vme_user: Fix the issue of return the wrong error codePiro Yang-1/+1
2023-11-23drivers: staging: vme_user: Describe VME_BUS and VME_TSI148Bagas Sanjaya-4/+18
2023-10-25staging: vme_user: prefer strscpy over strcpyMichael Straube-1/+1
2023-10-21staging: vme_user: Use dev_err() in vme_check_window()Soumya Negi-7/+7
2023-10-21staging: vme_user: Remove NULL-checksSoumya Negi-34/+2
2023-10-21staging: vme_user: Remove printk() in find_bridge()Soumya Negi-1/+0
2023-10-21staging: vme_user: Use __func__ instead of function nameSoumya Negi-7/+7
2023-10-21staging: vme_user: Replace printk() with dev_*()Soumya Negi-76/+99
2023-10-21staging: vme_user: replace strcpy with strscpyCalvince Otieno-1/+1
2023-10-15staging: vme_user: Add spaces around '<<' operatorSoumya Negi-274/+274
2023-10-15staging: vme_user: Add spaces around '*'Soumya Negi-1/+1
2023-10-15staging: vme_user: Fix unbalanced {} in if-else blocksSoumya Negi-4/+6
2023-10-15staging: vme_user: Correct spelling mistakes in commentsSoumya Negi-2/+2
2023-10-06staging: vme_user: make vme_user_sysfs_class constantGreg Kroah-Hartman-13/+13
2023-09-17staging: vme_user: Fix various comment formatting issues including comment co...Jonathan Bergh-79/+77
2023-09-17staging: vme_user: Remove spurious newlines between define statementsJonathan Bergh-4/+0
2023-09-17staging: vme_user: Remove unused (commented) code causing unnecessary checkpa...Jonathan Bergh-3/+0
2023-09-17staging: vme_user: fix check unnecessary space after a cast in vme_fake.cAlexon Oliveira-2/+2
2023-09-17staging: vme_user: fix check unnecessary blank lines in vme_fake.cAlexon Oliveira-2/+0
2023-09-17staging: vme_user: fix check lines not ending with '(' in vme_fake.cAlexon Oliveira-2/+1
2023-09-17staging: vme_user: fix check alignment of open parenthesis in vme_fake.cAlexon Oliveira-32/+33
2023-09-13staging: vme_user: Use list_for_each_entry() helperJinjie Ruan-22/+5
2023-08-22staging: vme_user: fix check lines should not end with a '('Alexon Oliveira-3/+2
2023-08-22staging: vme_user: fix check blank lines not necessaryAlexon Oliveira-4/+0
2023-08-11staging: vme_user: fix alignment of open parenthesisAlexon Oliveira-41/+42
2023-08-09staging: vme_user: fix check alignment should match open parenthesisAlexon Oliveira-28/+18
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1