summaryrefslogtreecommitdiffstats
path: root/drivers/char/mem.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: char: mem: Fix thinkos in kmem address checksRobin Murphy2017-01-111-6/+4
* drivers: char: mem: Check {read,write}_kmem() addressesRobin Murphy2016-08-311-0/+6
* shmem: get_unmapped_area align huge pageHugh Dickins2016-07-261-0/+24
* x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina2016-07-081-5/+1
* drivers: char: mem: fix IS_ERROR_VALUE usageAndrzej Hajda2016-03-051-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* switch drivers/char/mem.c to ->read_iter/->write_iterAl Viro2015-04-111-9/+9
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
* Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-151-14/+8
|\
| * drivers: char: mem: Fix Missing blank line issuesRob Ward2015-01-121-0/+2
| * drivers: char: mem: Replace usage of asm includeRob Ward2015-01-121-1/+1
| * drivers: char: mem: Simplify DEVPORT configurationRob Ward2015-01-121-5/+1
| * drivers: char: mem: Simplify DEVKMEM configurationRob Ward2015-01-121-7/+1
| * drivers: char: mem: Make /dev/mem an optional deviceRob Ward2015-01-121-1/+3
* | fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-32/+32
|/
* /dev/mem: Use more consistent data typesThierry Reding2014-11-101-5/+8
* switch /dev/zero and /dev/full to ->read_iter()Al Viro2014-10-091-43/+13
* /dev/mem: handle out-of-bounds read/writePetr Tesarik2014-02-151-0/+6
* mm/memblock: remove unnecessary inclusions of bootmem.hGrygorii Strashko2014-01-211-1/+0
* /dev/oldmem: Remove the interfaceZhang Yanfei2013-07-031-47/+0
* drivers: char: mem: use IS_ERR_VALUE() in memory_lseek()Rasmus Villemoes2013-06-061-1/+1
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* char: add aio_{read,write} to /dev/{null,zero}Zach Brown2013-05-071-0/+35
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-2/+2
|\
| * new helper: file_inode(file)Al Viro2013-02-221-2/+2
* | drivers/char/mem.c: fix small coding style issuesHans Grob2013-02-061-5/+5
|/
* /dev/mem: use phys_addr_t for physical addressesCyril Chemparathy2012-10-241-5/+5
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* powerpc: Disable /dev/port interface on systems without an ISA bridgeHaren Myneni2012-07-111-1/+10
* printk - fix compilation for CONFIG_PRINTK=nKay Sievers2012-05-091-0/+2
* kmsg: export printk records to the /dev/kmsg interfaceKay Sievers2012-05-071-60/+1
* printk: convert byte-buffer to variable-length record bufferKay Sievers2012-05-071-17/+38
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-031-2/+2
* drivers/char: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-311-0/+1
* kmsg: properly support writev to avoid interleaved printk lines fixAndrew Morton2011-04-191-3/+4
* printk: /dev/kmsg - properly support writev() to avoid interleaved printk() l...Kay Sievers2011-04-191-15/+26
* drivers/char/mem.c: clean up the codeChangli Gao2011-03-231-4/+1
* vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki2010-10-251-0/+4
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+3
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+3
* | char: Mark /dev/zero and /dev/kmem as not capable of writebackJan Kara2010-09-221-1/+2
|/
* Fix init ordering of /dev/console vs callers of modprobeDavid Howells2010-08-061-1/+1
* frv: hide uncached_access() when pgprot_noncached is not #definedDavid Howells2010-04-071-0/+2
* /dev/mem: allow rewindingEric Dumazet2010-04-071-5/+0
* devmem: handle class_create() failureAnton Blanchard2010-04-071-0/+3
* drivers/char/mem.c: cleanupsAndrew Morton2010-03-121-102/+102
* /dev/mem: dont allow seek to last pageWu Fengguang2010-03-121-6/+13
* devmem: fix kmem write bug on memory holesWu Fengguang2010-02-021-1/+1
* devmem: check vmalloc address on kmem read/writeKAMEZAWA Hiroyuki2010-02-021-10/+18