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
2011-04-20
kmsg: properly support writev to avoid interleaved printk lines fix
Andrew Morton
1
-3
/
+4
2011-04-20
printk: /dev/kmsg - properly support writev() to avoid interleaved printk() l...
Kay Sievers
1
-15
/
+26
2011-03-24
drivers/char/mem.c: clean up the code
Changli Gao
1
-4
/
+1
2010-10-26
vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_pos
KAMEZAWA Hiroyuki
1
-0
/
+4
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+3
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+3
2010-09-22
char: Mark /dev/zero and /dev/kmem as not capable of writeback
Jan Kara
1
-1
/
+2
2010-08-06
Fix init ordering of /dev/console vs callers of modprobe
David Howells
1
-1
/
+1
2010-04-07
frv: hide uncached_access() when pgprot_noncached is not #defined
David Howells
1
-0
/
+2
2010-04-07
/dev/mem: allow rewinding
Eric Dumazet
1
-5
/
+0
2010-04-07
devmem: handle class_create() failure
Anton Blanchard
1
-0
/
+3
2010-03-13
drivers/char/mem.c: cleanups
Andrew Morton
1
-102
/
+102
2010-03-13
/dev/mem: dont allow seek to last page
Wu Fengguang
1
-6
/
+13
2010-02-03
devmem: fix kmem write bug on memory holes
Wu Fengguang
1
-1
/
+1
2010-02-03
devmem: check vmalloc address on kmem read/write
KAMEZAWA Hiroyuki
1
-10
/
+18
2009-12-15
/dev/mem: remove redundant parameter from do_write_kmem()
Wu Fengguang
1
-8
/
+6
2009-12-15
/dev/mem: remove the "written" variable in write_kmem()
Wu Fengguang
1
-27
/
+22
2009-12-15
/dev/mem: make size_inside_page() logic straight
Wu Fengguang
1
-22
/
+12
2009-12-15
/dev/mem: cleanup unxlate_dev_mem_ptr() calls
Wu Fengguang
1
-8
/
+6
2009-12-15
/dev/mem: introduce size_inside_page()
Wu Fengguang
1
-41
/
+19
2009-12-15
/dev/mem: remove redundant test on len
Wu Fengguang
1
-8
/
+6
2009-12-10
vfs: Implement proper O_SYNC semantics
Christoph Hellwig
1
-3
/
+3
2009-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
1
-1
/
+1
2009-10-14
mem_class: Drop the bkl from memory_open()
Frederic Weisbecker
1
-12
/
+5
2009-09-27
const: mark struct vm_struct_operations
Alexey Dobriyan
1
-1
/
+1
2009-09-24
/dev/zero: avoid repeated access_ok() checks
Nikanth Karthikesan
1
-1
/
+1
2009-09-19
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
1
-10
/
+19
2009-09-15
mem_class: fix bug
Jin Dongming
1
-2
/
+2
2009-09-15
mem_class: use minor as index instead of searching the array
Kay Sievers
1
-42
/
+40
2009-09-11
writeback: add name to backing_dev_info
Jens Axboe
1
-0
/
+1
2009-06-19
drivers/char/mem.c: memory_open() cleanup: lookup minor device number from de...
Adriano dos Santos Fernandes
1
-70
/
+45
2009-06-10
Make /dev/zero reads interruptible by signals
Linus Torvalds
1
-3
/
+2
2009-06-05
drivers/char/mem.c: avoid OOM lockup during large reads from /dev/zero
Salman Qazi
1
-0
/
+3
2009-04-10
x86, PAT: Remove duplicate memtype reserve in devmem mmap
Suresh Siddha
1
-27
/
+0
2009-01-07
mm: make vread() and vwrite() declaration
KOSAKI Motohiro
1
-3
/
+0
2008-10-16
device create: char: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-3
/
+3
2008-07-24
use generic_access_phys for /dev/mem mappings
Rik van Riel
1
-1
/
+4
2008-07-22
device create: char: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-3
/
+3
2008-07-20
Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEM
Ingo Molnar
1
-1
/
+1
2008-07-18
x86: rename CONFIG_NONPROMISC_DEVMEM to CONFIG_PROMISC_DEVMEM
Ingo Molnar
1
-1
/
+1
2008-06-21
mem: cdev lock_kernel() pushdown
Jonathan Corbet
1
-2
/
+8
2008-04-29
make /dev/kmem a config option
Arjan van de Ven
1
-0
/
+10
2008-04-25
x86: PAT use reserve free memtype in mmap of /dev/mem
venkatesh.pallipadi@intel.com
1
-1
/
+34
2008-04-25
x86: PAT phys_mem_access_prot_allowed for dev/mem mmap
venkatesh.pallipadi@intel.com
1
-30
/
+11
2008-04-25
x86: PAT avoid aliasing in /dev/mem read/write
venkatesh.pallipadi@intel.com
1
-5
/
+27
2008-04-25
devmem: add range_is_allowed() check to mmap of /dev/mem
Venki Pallipadi
1
-11
/
+16
2008-04-25
x86: introduce /dev/mem restrictions with a config option
Arjan van de Ven
1
-0
/
+28
2007-10-29
x86 merge fallout: uml
Al Viro
1
-2
/
+2
2007-10-17
mm: bdi init hooks
Peter Zijlstra
1
-0
/
+5
[next]