aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-06drivers/char/mem.c: fix small coding style issuesHans Grob1-5/+5
2012-10-24/dev/mem: use phys_addr_t for physical addressesCyril Chemparathy1-5/+5
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-07-11powerpc: Disable /dev/port interface on systems without an ISA bridgeHaren Myneni1-1/+10
2012-05-09printk - fix compilation for CONFIG_PRINTK=nKay Sievers1-0/+2
2012-05-07kmsg: export printk records to the /dev/kmsg interfaceKay Sievers1-60/+1
2012-05-07printk: convert byte-buffer to variable-length record bufferKay Sievers1-17/+38
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-2/+2
2011-10-31drivers/char: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
2011-04-19kmsg: properly support writev to avoid interleaved printk lines fixAndrew Morton1-3/+4
2011-04-19printk: /dev/kmsg - properly support writev() to avoid interleaved printk() linesKay Sievers1-15/+26
2011-03-23drivers/char/mem.c: clean up the codeChangli Gao1-4/+1
2010-10-25vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki1-0/+4