aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/mem.c
Commit message (Expand)AuthorAgeFilesLines
...
* x86: introduce /dev/mem restrictions with a config optionArjan van de Ven2008-04-241-0/+28
* x86 merge fallout: umlAl Viro2007-10-291-2/+2
* mm: bdi init hooksPeter Zijlstra2007-10-171-0/+5
* remove ZERO_PAGENick Piggin2007-10-161-108/+17
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-07-101-0/+7
|\
| * [MIPS] Hook for platforms to define cachability of /dev/mem regionsRalf Baechle2007-07-101-0/+7
* | splice: divorce the splice structure/function definitions from the pipe headerJens Axboe2007-07-101-1/+1
|/
* Make /dev/port conditional on config symbolRussell King2007-05-081-4/+4
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* fix bogon in /dev/mem mmap'ing on nommuBenjamin Herrenschmidt2007-04-171-1/+1
* Revert "[PATCH] Fix up mmap_kmem"Linus Torvalds2007-01-221-2/+2
* [PATCH] read_zero_pagealigned() locking fixHugh Dickins2006-12-101-4/+8
* [PATCH] struct path: convert char-driversJosef Sipek2006-12-081-2/+2
* Driver core: change mem class_devices to be real devicesGreg Kroah-Hartman2006-12-011-4/+4
* Include proper header file for PFN_DOWN()Linus Torvalds2006-10-131-0/+1
* [PATCH] Fix up mmap_kmemFranck Bui-Huu2006-10-131-2/+2
* [PATCH] mem driver: fix conditional on isa i/o supportGeoff Levand2006-09-291-4/+4
* [PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmemDavid Howells2006-09-271-0/+39
* [PATCH] make valid_mmap_phys_addr_range() take a pfnLennert Buytenhek2006-07-101-2/+2
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-031-9/+9
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-4/+1
* [PATCH] splice: add ->splice_write support for /dev/nullJens Axboe2006-04-261-0/+14
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-1/+1
* [PATCH] EFI, /dev/mem: simplify efi_mem_attribute_range()Bjorn Helgaas2006-03-261-12/+6
* [PATCH] adjust /dev/{kmem,mem,port} write handlersJan Beulich2006-03-251-15/+13
* [PATCH] powerpc: iSeries fixes for build with no PCIStephen Rothwell2006-01-121-4/+4
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-2/+2
* [PATCH] /dev/mem: validate mmap requestsBjorn Helgaas2006-01-081-2/+12
* [PATCH] /dev/mem __HAVE_PHYS_MEM_ACCESS_PROT tidy-upBjorn Helgaas2006-01-081-9/+14
* [PATCH] kmsg_write: don't return printk return valueGuillaume Chazarain2006-01-081-1/+4
* mm: re-architect the VM_UNPAGED logicLinus Torvalds2005-11-281-1/+1
* [PATCH] unpaged: ZERO_PAGE in VM_UNPAGEDHugh Dickins2005-11-221-1/+1
* Merge ../linux-2.6 by handPaul Mackerras2005-10-311-1/+2
|\
| * [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+2
* | [PATCH] ppc: make phys_mem_access_prot() work with pfns instead of addressesRoland Dreier2005-10-291-3/+1
|/
* [PATCH] remove a dead extern in mem.cChristoph Hellwig2005-09-071-4/+0
* Fix up mmap of /dev/kmemLinus Torvalds2005-08-131-4/+8
* [PATCH] kexec code cleanupManeesh Soni2005-06-251-1/+1
* [PATCH] kdump: cleanups for dump file access in linear raw formatVivek Goyal2005-06-251-36/+15
* [PATCH] kdump: Accessing dump file in linear raw format (/dev/oldmem)Vivek Goyal2005-06-251-0/+74
* [PATCH] ppc64 iSeries: allow build with no PCIStephen Rothwell2005-06-211-4/+4
* [PATCH] class: convert drivers/char/* to use the new class api instead of cla...gregkh@suse.de2005-06-201-4/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+880