aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-04remove the raw driverChristoph Hellwig1-1/+0
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand1-231/+0
2021-02-22Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-85/+1
2021-01-27MIPS: mm:remove function __uncached_access()Yanteng Si1-7/+0
2021-01-12resource: Move devmem revoke code to resource frameworkDaniel Vetter1-84/+1
2021-01-12/dev/mem: Only set filp->f_mappingDaniel Vetter1-1/+0
2020-09-07/dev/zero: fixups for ->readChristoph Hellwig1-3/+9
2020-09-03/dev/zero: also implement ->readChristoph Hellwig1-0/+22
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-23/dev/mem: Add missing memory barriers for devmem_inodeEric Biggers1-3/+7
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-1/+1
2020-05-27/dev/mem: Revoke mappings when a driver claims the regionDan Williams1-2/+99
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-2/+5
2019-09-04/dev/mem: Bail out upon SIGKILL.Tetsuo Handa1-0/+21
2019-08-19lockdown: Restrict /dev/{mem,kmem,port} when the kernel is locked downMatthew Garrett1-2/+5
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov1-0/+1
2018-07-07/dev/mem: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-03-28/dev/mem: Avoid overwriting "err" in read_mem()Kees Cook1-3/+3
2017-12-18/dev/mem: Add bounce buffer for copy-outKees Cook1-5/+22
2017-11-16x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-03drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner1-1/+1
2017-05-18drivers: char: mem: Check for address space wraparound with mmap()Julius Werner1-0/+5
2017-04-12mm: Tighten x86 /dev/mem with zeroing readsKees Cook1-30/+52
2017-01-11drivers: char: mem: Fix thinkos in kmem address checksRobin Murphy1-6/+4
2016-08-31drivers: char: mem: Check {read,write}_kmem() addressesRobin Murphy1-0/+6
2016-07-26shmem: get_unmapped_area align huge pageHugh Dickins1-0/+24
2016-07-08x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina1-5/+1
2016-03-05drivers: char: mem: fix IS_ERROR_VALUE usageAndrzej Hajda1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-04-11switch drivers/char/mem.c to ->read_iter/->write_iterAl Viro1-9/+9
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-14/+8
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-32/+32
2015-01-12drivers: char: mem: Fix Missing blank line issuesRob Ward1-0/+2
2015-01-12drivers: char: mem: Replace usage of asm includeRob Ward1-1/+1
2015-01-12drivers: char: mem: Simplify DEVPORT configurationRob Ward1-5/+1
2015-01-12drivers: char: mem: Simplify DEVKMEM configurationRob Ward1-7/+1
2015-01-12drivers: char: mem: Make /dev/mem an optional deviceRob Ward1-1/+3
2014-11-10/dev/mem: Use more consistent data typesThierry Reding1-5/+8
2014-10-09switch /dev/zero and /dev/full to ->read_iter()Al Viro1-43/+13
2014-02-15/dev/mem: handle out-of-bounds read/writePetr Tesarik1-0/+6
2014-01-21mm/memblock: remove unnecessary inclusions of bootmem.hGrygorii Strashko1-1/+0
2013-07-03/dev/oldmem: Remove the interfaceZhang Yanfei1-47/+0
2013-06-06drivers: char: mem: use IS_ERR_VALUE() in memory_lseek()Rasmus Villemoes1-1/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-07char: add aio_{read,write} to /dev/{null,zero}Zach Brown1-0/+35