summaryrefslogtreecommitdiffstats
path: root/drivers/nubus
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-01-26nubus: Call put_device() in bus initialization error pathFinn Thain-14/+11
2024-01-03nubus: Make nubus_bus_type static and constantGreg Kroah-Hartman-2/+1
2023-05-22nubus: Don't list slot resources by defaultFinn Thain-7/+14
2023-05-22nubus: Remove proc entries before adding themFinn Thain-0/+3
2023-05-22nubus: Partially revert proc_create_single_data() conversionFinn Thain-5/+17
2023-03-20nubus: Drop noop match functionUwe Kleine-König-6/+0
2022-01-22proc: remove PDE_DATA() completelyMuchun Song-18/+18
2021-08-05nubus: Simplify check in remove callbackUwe Kleine-König-1/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König-4/+2
2019-10-21nubus: Remove cast to void pointerHimanshu Jha-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2018-07-23nubus: Set default dma mask for nubus_board devicesFinn Thain-0/+3
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-13/+8
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-43/+8
2018-05-14nubus: Call bus_register unconditionallyFinn Thain-13/+8
2018-01-16nubus: Add support for the driver modelFinn Thain-67/+131
2018-01-16nubus: Adopt standard linked list implementationFinn Thain-41/+15
2018-01-16nubus: Rename struct nubus_devFinn Thain-62/+58
2018-01-16nubus: Rework /proc/bus/nubus/s/ implementationFinn Thain-113/+223
2018-01-16nubus: Generalize block resource handlingFinn Thain-58/+65
2018-01-16nubus: Remove redundant codeFinn Thain-37/+22
2018-01-16nubus: Call proc_mkdir() not more than once per slot directoryFinn Thain-1/+5
2018-01-16nubus: Validate slot resource IDsFinn Thain-6/+20
2018-01-16nubus: Fix log spamFinn Thain-73/+56
2018-01-16nubus: Use static functions where possibleFinn Thain-2/+2
2018-01-16nubus: Avoid array underflow and overflowFinn Thain-18/+23
2017-11-13Merge tag 'm68k-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-13/+0
2017-11-09m68k/mac: Disentangle VIA/RBV and NuBus initializationFinn Thain-13/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-05-14nubus: Fix pointer validationFinn Thain-8/+6
2017-05-14nubus: Remove slot zero probeDavid Huggins-Daines-106/+5
2017-04-20nubus: Clean up whitespaceFinn Thain-162/+148
2017-04-20nubus: Clean up printk callsDavid Huggins-Daines-84/+65
2017-04-20nubus: Fix nubus_rewinddirDavid Huggins-Daines-0/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2014-10-27nubus: Remove superfluous interrupt disable/restoreGeert Uytterhoeven-4/+0
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov-9/+9
2013-05-04nubus: Kill nubus_proc_detach_device()Geert Uytterhoeven-15/+0
2013-04-29nubus: Don't use create_proc_read_entry()David Howells-60/+76
2013-04-09nubus: Don't use create_proc_entry()David Howells-2/+3
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2008-10-16nubus: fix mis-indented statementIlpo Järvinen-1/+1
2008-04-29proc: convert /proc/bus/nubus to seq_file interfaceAlexey Dobriyan-22/+20
2008-04-29proc: remove proc_busAlexey Dobriyan-1/+1
2008-02-05nubus: kill drivers/nubus/nubus_syms.cAdrian Bunk-29/+17
2008-02-03drivers/nubus/: Spelling fixesJoe Perches-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau-4/+2