aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/devices.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-13/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-17block: order /proc/devices by major numberGravatar Logan Gunthorpe 1-2/+2
2017-07-17char_dev: order /proc/devices by major numberGravatar Logan Gunthorpe 1-4/+4
2014-01-23fs/proc: don't use module_init for non-modular core codeGravatar Paul Gortmaker 1-1/+1
2011-01-13proc: use seq_puts()/seq_putc() where possibleGravatar Alexey Dobriyan 1-2/+2
2008-10-23proc: move /proc/devices code to fs/proc/devices.cGravatar Alexey Dobriyan 1-0/+70