aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/mspec.c
AgeCommit message (Expand)Author
2018-04-23char: mspec: change return type to vm_fault_tSouptick Joarder
2017-03-23drivers, char: convert vma_data.refcnt from atomic_t to refcount_tElena Reshetova
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2013-05-21char: Use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-07-26[IA64] Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsTony Luck
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-05-26drivers/char/mspec.c: use {k,v}zalloc to allocate memoryRakib Mullick
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2008-07-24mspec: convert nopfn to faultNick Piggin
2008-04-29[IA64] allocate multiple contiguous pages via uncached allocatorDean Nelson
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin
2007-10-16Memoryless nodes: Uncached allocator updatesChristoph Lameter
2007-09-25fix "mspec: handle shrinking virtual memory areas"Cliff Wickman
2007-09-19mspec: handle shrinking virtual memory areasCliff Wickman
2007-07-29Remove fs.h from mm.hAlexey Dobriyan
2007-07-16mspec_mmap: don't set VM_LOCKEDHugh Dickins
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven
2006-11-13[PATCH] mspec driver build fixJes Sorensen
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones
2006-09-27[PATCH] mspec driverJes Sorensen