summaryrefslogtreecommitdiff
path: root/drivers/char/mem.c
Commit message (Expand)AuthorAge
* /dev/mem: Avoid overwriting "err" in read_mem()Kees Cook2018-03-28
* /dev/mem: Add bounce buffer for copy-outKees Cook2017-12-18
* x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-16
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner2017-06-03
* drivers: char: mem: Check for address space wraparound with mmap()Julius Werner2017-05-18
* mm: Tighten x86 /dev/mem with zeroing readsKees Cook2017-04-12
* drivers: char: mem: Fix thinkos in kmem address checksRobin Murphy2017-01-11
* drivers: char: mem: Check {read,write}_kmem() addressesRobin Murphy2016-08-31
* shmem: get_unmapped_area align huge pageHugh Dickins2016-07-26
* x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina2016-07-08
* drivers: char: mem: fix IS_ERROR_VALUE usageAndrzej Hajda2016-03-05
* wrappers for ->i_mutex accessAl Viro2016-01-22
* switch drivers/char/mem.c to ->read_iter/->write_iterAl Viro2015-04-11
* make new_sync_{read,write}() staticAl Viro2015-04-11
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-15
|\
| * drivers: char: mem: Fix Missing blank line issuesRob Ward2015-01-12
| * drivers: char: mem: Replace usage of asm includeRob Ward2015-01-12
| * drivers: char: mem: Simplify DEVPORT configurationRob Ward2015-01-12
| * drivers: char: mem: Simplify DEVKMEM configurationRob Ward2015-01-12
| * drivers: char: mem: Make /dev/mem an optional deviceRob Ward2015-01-12
* | fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-20
|/
* /dev/mem: Use more consistent data typesThierry Reding2014-11-10
* switch /dev/zero and /dev/full to ->read_iter()Al Viro2014-10-09
* /dev/mem: handle out-of-bounds read/writePetr Tesarik2014-02-15
* mm/memblock: remove unnecessary inclusions of bootmem.hGrygorii Strashko2014-01-21
* /dev/oldmem: Remove the interfaceZhang Yanfei2013-07-03
* drivers: char: mem: use IS_ERR_VALUE() in memory_lseek()Rasmus Villemoes2013-06-06
* aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* char: add aio_{read,write} to /dev/{null,zero}Zach Brown2013-05-07
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | drivers/char/mem.c: fix small coding style issuesHans Grob2013-02-06
|/
* /dev/mem: use phys_addr_t for physical addressesCyril Chemparathy2012-10-24
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-09
* powerpc: Disable /dev/port interface on systems without an ISA bridgeHaren Myneni2012-07-11
* printk - fix compilation for CONFIG_PRINTK=nKay Sievers2012-05-09
* kmsg: export printk records to the /dev/kmsg interfaceKay Sievers2012-05-07
* printk: convert byte-buffer to variable-length record bufferKay Sievers2012-05-07
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-03
* drivers/char: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-31
* kmsg: properly support writev to avoid interleaved printk lines fixAndrew Morton2011-04-19
* printk: /dev/kmsg - properly support writev() to avoid interleaved printk() l...Kay Sievers2011-04-19
* drivers/char/mem.c: clean up the codeChangli Gao2011-03-23
* vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki2010-10-25
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | char: Mark /dev/zero and /dev/kmem as not capable of writebackJan Kara2010-09-22
|/
* Fix init ordering of /dev/console vs callers of modprobeDavid Howells2010-08-06