index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
mem.c
Age
Commit message (
Expand
)
Author
2009-12-15
/dev/mem: remove redundant parameter from do_write_kmem()
Wu Fengguang
2009-12-15
/dev/mem: remove the "written" variable in write_kmem()
Wu Fengguang
2009-12-15
/dev/mem: make size_inside_page() logic straight
Wu Fengguang
2009-12-15
/dev/mem: cleanup unxlate_dev_mem_ptr() calls
Wu Fengguang
2009-12-15
/dev/mem: introduce size_inside_page()
Wu Fengguang
2009-12-15
/dev/mem: remove redundant test on len
Wu Fengguang
2009-12-10
vfs: Implement proper O_SYNC semantics
Christoph Hellwig
2009-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2009-10-14
mem_class: Drop the bkl from memory_open()
Frederic Weisbecker
2009-09-27
const: mark struct vm_struct_operations
Alexey Dobriyan
2009-09-24
/dev/zero: avoid repeated access_ok() checks
Nikanth Karthikesan
2009-09-19
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
2009-09-15
mem_class: fix bug
Jin Dongming
2009-09-15
mem_class: use minor as index instead of searching the array
Kay Sievers
2009-09-11
writeback: add name to backing_dev_info
Jens Axboe
2009-06-18
drivers/char/mem.c: memory_open() cleanup: lookup minor device number from de...
Adriano dos Santos Fernandes
2009-06-09
Make /dev/zero reads interruptible by signals
Linus Torvalds
2009-06-04
drivers/char/mem.c: avoid OOM lockup during large reads from /dev/zero
Salman Qazi
2009-04-10
x86, PAT: Remove duplicate memtype reserve in devmem mmap
Suresh Siddha
2009-01-06
mm: make vread() and vwrite() declaration
KOSAKI Motohiro
2008-10-16
device create: char: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-07-24
use generic_access_phys for /dev/mem mappings
Rik van Riel
2008-07-21
device create: char: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-20
Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEM
Ingo Molnar
2008-07-18
x86: rename CONFIG_NONPROMISC_DEVMEM to CONFIG_PROMISC_DEVMEM
Ingo Molnar
2008-06-20
mem: cdev lock_kernel() pushdown
Jonathan Corbet
2008-04-29
make /dev/kmem a config option
Arjan van de Ven
2008-04-24
x86: PAT use reserve free memtype in mmap of /dev/mem
venkatesh.pallipadi@intel.com
2008-04-24
x86: PAT phys_mem_access_prot_allowed for dev/mem mmap
venkatesh.pallipadi@intel.com
2008-04-24
x86: PAT avoid aliasing in /dev/mem read/write
venkatesh.pallipadi@intel.com
2008-04-24
devmem: add range_is_allowed() check to mmap of /dev/mem
Venki Pallipadi
2008-04-24
x86: introduce /dev/mem restrictions with a config option
Arjan van de Ven
2007-10-29
x86 merge fallout: uml
Al Viro
2007-10-17
mm: bdi init hooks
Peter Zijlstra
2007-10-16
remove ZERO_PAGE
Nick Piggin
2007-07-10
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
2007-07-10
[MIPS] Hook for platforms to define cachability of /dev/mem regions
Ralf Baechle
2007-07-10
splice: divorce the splice structure/function definitions from the pipe header
Jens Axboe
2007-05-08
Make /dev/port conditional on config symbol
Russell King
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-04-17
fix bogon in /dev/mem mmap'ing on nommu
Benjamin Herrenschmidt
2007-01-22
Revert "[PATCH] Fix up mmap_kmem"
Linus Torvalds
2006-12-10
[PATCH] read_zero_pagealigned() locking fix
Hugh Dickins
2006-12-08
[PATCH] struct path: convert char-drivers
Josef Sipek
2006-12-01
Driver core: change mem class_devices to be real devices
Greg Kroah-Hartman
2006-10-13
Include proper header file for PFN_DOWN()
Linus Torvalds
2006-10-13
[PATCH] Fix up mmap_kmem
Franck Bui-Huu
2006-09-29
[PATCH] mem driver: fix conditional on isa i/o support
Geoff Levand
2006-09-27
[PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmem
David Howells
[next]