aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/mem.c
AgeCommit message (Expand)Author
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-05drivers/char/mem: implement splice() for /dev/zero, /dev/fullMax Kellermann
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-08-24drivers/char/mem.c: shrink character device's devlist[] arrayAlexey Dobriyan
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-06-23/dev/mem: make mem_class a static const structureIvan Orlov
2023-06-09mips: provide unxlate_dev_mem_ptr() in asm/io.hArnd Bergmann
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman
2022-09-23random: restore O_NONBLOCK supportJason A. Donenfeld
2022-08-26/dev/null: add IORING_OP_URING_CMD supportPaul Moore
2022-04-24/dev/mem: make reads and writes interruptibleJason A. Donenfeld
2022-03-22Revert "random: block in /dev/urandom"Linus Torvalds
2022-03-12random: block in /dev/urandomJason A. Donenfeld
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