aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nubus (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-07-23nubus: Set default dma mask for nubus_board devicesFinn Thain1-0/+3
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-13/+8
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-43/+8
2018-05-14nubus: Call bus_register unconditionallyFinn Thain2-13/+8
2018-01-16nubus: Add support for the driver modelFinn Thain4-67/+131
2018-01-16nubus: Adopt standard linked list implementationFinn Thain2-41/+15
2018-01-16nubus: Rename struct nubus_devFinn Thain2-62/+58
2018-01-16nubus: Rework /proc/bus/nubus/s/ implementationFinn Thain2-113/+223
2018-01-16nubus: Generalize block resource handlingFinn Thain1-58/+65
2018-01-16nubus: Remove redundant codeFinn Thain2-37/+22
2018-01-16nubus: Call proc_mkdir() not more than once per slot directoryFinn Thain1-1/+5
2018-01-16nubus: Validate slot resource IDsFinn Thain1-6/+20
2018-01-16nubus: Fix log spamFinn Thain1-73/+56
2018-01-16nubus: Use static functions where possibleFinn Thain1-2/+2
2018-01-16nubus: Avoid array underflow and overflowFinn Thain2-18/+23
2017-11-13Merge tag 'm68k-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-13/+0
2017-11-09m68k/mac: Disentangle VIA/RBV and NuBus initializationFinn Thain1-13/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-05-14nubus: Fix pointer validationFinn Thain1-8/+6
2017-05-14nubus: Remove slot zero probeDavid Huggins-Daines1-106/+5
2017-04-20nubus: Clean up whitespaceFinn Thain1-162/+148
2017-04-20nubus: Clean up printk callsDavid Huggins-Daines1-84/+65
2017-04-20nubus: Fix nubus_rewinddirDavid Huggins-Daines1-0/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-10-27nubus: Remove superfluous interrupt disable/restoreGeert Uytterhoeven1-4/+0
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov1-9/+9
2013-05-04nubus: Kill nubus_proc_detach_device()Geert Uytterhoeven1-15/+0
2013-04-29nubus: Don't use create_proc_read_entry()David Howells2-60/+76
2013-04-09nubus: Don't use create_proc_entry()David Howells1-2/+3
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-10-16nubus: fix mis-indented statementIlpo Järvinen1-1/+1
2008-04-29proc: convert /proc/bus/nubus to seq_file interfaceAlexey Dobriyan1-22/+20
2008-04-29proc: remove proc_busAlexey Dobriyan1-1/+1
2008-02-05nubus: kill drivers/nubus/nubus_syms.cAdrian Bunk4-29/+17
2008-02-03drivers/nubus/: Spelling fixesJoe Perches1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-4/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2-2/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds4-0/+1253