aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/mspec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-21char: Use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin1-1/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-07-26[IA64] Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsTony Luck1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-26drivers/char/mspec.c: use {k,v}zalloc to allocate memoryRakib Mullick1-3/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-3/+6
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2008-07-24mspec: convert nopfn to faultNick Piggin1-9/+14
2008-04-29[IA64] allocate multiple contiguous pages via uncached allocatorDean Nelson1-6/+6
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin1-1/+1
2007-10-16Memoryless nodes: Uncached allocator updatesChristoph Lameter1-1/+1
2007-09-25fix "mspec: handle shrinking virtual memory areas"Cliff Wickman1-18/+8
2007-09-19mspec: handle shrinking virtual memory areasCliff Wickman1-21/+48
2007-07-29Remove fs.h from mm.hAlexey Dobriyan1-0/+1
2007-07-16mspec_mmap: don't set VM_LOCKEDHugh Dickins1-1/+1
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-3/+3
2006-11-13[PATCH] mspec driver build fixJes Sorensen1-1/+7
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-27[PATCH] mspec driverJes Sorensen1-0/+421