summaryrefslogtreecommitdiffstats
path: root/fs/proc/devices.c
Commit message (Expand)AuthorAgeFilesLines
* proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-13/+1Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* block: order /proc/devices by major numberLogan Gunthorpe2017-07-171-2/+2
* char_dev: order /proc/devices by major numberLogan Gunthorpe2017-07-171-4/+4
* fs/proc: don't use module_init for non-modular core codePaul Gortmaker2014-01-241-1/+1
* proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan2011-01-131-2/+2
* proc: move /proc/devices code to fs/proc/devices.cAlexey Dobriyan2008-10-231-0/+70