summaryrefslogtreecommitdiff
path: root/drivers/char/mem.c
AgeCommit message (Expand)Author
2021-09-14/dev/mem: nowait zero/null opsPavel Begunkov
2021-06-04remove the raw driverChristoph Hellwig
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand
2021-02-22Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...Linus Torvalds
2021-01-27MIPS: mm:remove function __uncached_access()Yanteng Si
2021-01-12resource: Move devmem revoke code to resource frameworkDaniel Vetter
2021-01-12/dev/mem: Only set filp->f_mappingDaniel Vetter
2020-09-07/dev/zero: fixups for ->readChristoph Hellwig
2020-09-03/dev/zero: also implement ->readChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-23/dev/mem: Add missing memory barriers for devmem_inodeEric Biggers
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-05-27/dev/mem: Revoke mappings when a driver claims the regionDan Williams
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-04/dev/mem: Bail out upon SIGKILL.Tetsuo Handa
2019-08-19lockdown: Restrict /dev/{mem,kmem,port} when the kernel is locked downMatthew Garrett
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov
2018-07-07/dev/mem: Mark expected switch fall-throughGustavo A. R. Silva
2018-03-28/dev/mem: Avoid overwriting "err" in read_mem()Kees Cook
2017-12-18/dev/mem: Add bounce buffer for copy-outKees Cook
2017-11-16x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-03drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner
2017-05-18drivers: char: mem: Check for address space wraparound with mmap()Julius Werner
2017-04-12mm: Tighten x86 /dev/mem with zeroing readsKees Cook
2017-01-11drivers: char: mem: Fix thinkos in kmem address checksRobin Murphy
2016-08-31drivers: char: mem: Check {read,write}_kmem() addressesRobin Murphy
2016-07-26shmem: get_unmapped_area align huge pageHugh Dickins
2016-07-08x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina
2016-03-05drivers: char: mem: fix IS_ERROR_VALUE usageAndrzej Hajda
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-04-11switch drivers/char/mem.c to ->read_iter/->write_iterAl Viro
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2015-01-12drivers: char: mem: Fix Missing blank line issuesRob Ward
2015-01-12drivers: char: mem: Replace usage of asm includeRob Ward
2015-01-12drivers: char: mem: Simplify DEVPORT configurationRob Ward
2015-01-12drivers: char: mem: Simplify DEVKMEM configurationRob Ward
2015-01-12drivers: char: mem: Make /dev/mem an optional deviceRob Ward
2014-11-10/dev/mem: Use more consistent data typesThierry Reding
2014-10-09switch /dev/zero and /dev/full to ->read_iter()Al Viro
2014-02-15/dev/mem: handle out-of-bounds read/writePetr Tesarik
2014-01-21mm/memblock: remove unnecessary inclusions of bootmem.hGrygorii Strashko
2013-07-03/dev/oldmem: Remove the interfaceZhang Yanfei
2013-06-06drivers: char: mem: use IS_ERR_VALUE() in memory_lseek()Rasmus Villemoes
2013-05-07aio: don't include aio.h in sched.hKent Overstreet