index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
mem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-04
remove the raw driver
Christoph Hellwig
1
-1
/
+0
2021-05-07
drivers/char: remove /dev/kmem for good
David Hildenbrand
1
-231
/
+0
2021-02-23
Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...
Linus Torvalds
1
-85
/
+1
2021-01-27
MIPS: mm:remove function __uncached_access()
Yanteng Si
1
-7
/
+0
2021-01-12
resource: Move devmem revoke code to resource framework
Daniel Vetter
1
-84
/
+1
2021-01-12
/dev/mem: Only set filp->f_mapping
Daniel Vetter
1
-1
/
+0
2020-09-07
/dev/zero: fixups for ->read
Christoph Hellwig
1
-3
/
+9
2020-09-03
/dev/zero: also implement ->read
Christoph Hellwig
1
-0
/
+22
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-23
/dev/mem: Add missing memory barriers for devmem_inode
Eric Biggers
1
-3
/
+7
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
1
-1
/
+1
2020-05-27
/dev/mem: Revoke mappings when a driver claims the region
Dan Williams
1
-2
/
+99
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+5
2019-09-04
/dev/mem: Bail out upon SIGKILL.
Tetsuo Handa
1
-0
/
+21
2019-08-20
lockdown: Restrict /dev/{mem,kmem,port} when the kernel is locked down
Matthew Garrett
1
-2
/
+5
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+2
2018-08-18
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2018-07-27
mm: fix vma_is_anonymous() false-positives
Kirill A. Shutemov
1
-0
/
+1
2018-07-07
/dev/mem: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-03-28
/dev/mem: Avoid overwriting "err" in read_mem()
Kees Cook
1
-3
/
+3
2017-12-18
/dev/mem: Add bounce buffer for copy-out
Kees Cook
1
-5
/
+22
2017-11-16
x86/mm: Limit mmap() of /dev/mem to valid physical addresses
Craig Bergstrom
1
-0
/
+4
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-03
drivers: char: mem: Fix wraparound check to allow mappings up to the end
Julius Werner
1
-1
/
+1
2017-05-18
drivers: char: mem: Check for address space wraparound with mmap()
Julius Werner
1
-0
/
+5
2017-04-12
mm: Tighten x86 /dev/mem with zeroing reads
Kees Cook
1
-30
/
+52
2017-01-11
drivers: char: mem: Fix thinkos in kmem address checks
Robin Murphy
1
-6
/
+4
2016-08-31
drivers: char: mem: Check {read,write}_kmem() addresses
Robin Murphy
1
-0
/
+6
2016-07-27
shmem: get_unmapped_area align huge page
Hugh Dickins
1
-0
/
+24
2016-07-08
x86/mm/pat, /dev/mem: Remove superfluous error message
Jiri Kosina
1
-5
/
+1
2016-03-05
drivers: char: mem: fix IS_ERROR_VALUE usage
Andrzej Hajda
1
-1
/
+1
2016-01-23
wrappers for ->i_mutex access
Al Viro
1
-2
/
+2
2015-04-12
switch drivers/char/mem.c to ->read_iter/->write_iter
Al Viro
1
-9
/
+9
2015-04-12
make new_sync_{read,write}() static
Al Viro
1
-2
/
+0
2015-03-26
fs: move struct kiocb to fs.h
Christoph Hellwig
1
-1
/
+1
2015-02-15
Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-14
/
+8
2015-01-21
fs: introduce f_op->mmap_capabilities for nommu mmap support
Christoph Hellwig
1
-32
/
+32
2015-01-12
drivers: char: mem: Fix Missing blank line issues
Rob Ward
1
-0
/
+2
2015-01-12
drivers: char: mem: Replace usage of asm include
Rob Ward
1
-1
/
+1
2015-01-12
drivers: char: mem: Simplify DEVPORT configuration
Rob Ward
1
-5
/
+1
2015-01-12
drivers: char: mem: Simplify DEVKMEM configuration
Rob Ward
1
-7
/
+1
2015-01-12
drivers: char: mem: Make /dev/mem an optional device
Rob Ward
1
-1
/
+3
2014-11-10
/dev/mem: Use more consistent data types
Thierry Reding
1
-5
/
+8
2014-10-09
switch /dev/zero and /dev/full to ->read_iter()
Al Viro
1
-43
/
+13
2014-02-15
/dev/mem: handle out-of-bounds read/write
Petr Tesarik
1
-0
/
+6
2014-01-22
mm/memblock: remove unnecessary inclusions of bootmem.h
Grygorii Strashko
1
-1
/
+0
2013-07-04
/dev/oldmem: Remove the interface
Zhang Yanfei
1
-47
/
+0
2013-06-06
drivers: char: mem: use IS_ERR_VALUE() in memory_lseek()
Rasmus Villemoes
1
-1
/
+1
2013-05-08
aio: don't include aio.h in sched.h
Kent Overstreet
1
-0
/
+1
2013-05-08
char: add aio_{read,write} to /dev/{null,zero}
Zach Brown
1
-0
/
+35
[next]