| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-09 | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 1 | -1/+1 |
| 2012-07-11 | powerpc: Disable /dev/port interface on systems without an ISA bridge | Haren Myneni | 1 | -1/+10 |
| 2012-05-09 | printk - fix compilation for CONFIG_PRINTK=n | Kay Sievers | 1 | -0/+2 |
| 2012-05-07 | kmsg: export printk records to the /dev/kmsg interface | Kay Sievers | 1 | -60/+1 |
| 2012-05-07 | printk: convert byte-buffer to variable-length record buffer | Kay Sievers | 1 | -17/+38 |
| 2012-01-03 | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 1 | -2/+2 |
| 2011-10-31 | drivers/char: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required | Paul Gortmaker | 1 | -0/+1 |
| 2011-04-19 | kmsg: properly support writev to avoid interleaved printk lines fix | Andrew Morton | 1 | -3/+4 |
| 2011-04-19 | printk: /dev/kmsg - properly support writev() to avoid interleaved printk() l... | Kay Sievers | 1 | -15/+26 |
| 2011-03-23 | drivers/char/mem.c: clean up the code | Changli Gao | 1 | -4/+1 |
| 2010-10-25 | 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-12 | drivers/char/mem.c: cleanups | Andrew Morton | 1 | -102/+102 |
| 2010-03-12 | /dev/mem: dont allow seek to last page | Wu Fengguang | 1 | -6/+13 |
| 2010-02-02 | devmem: fix kmem write bug on memory holes | Wu Fengguang | 1 | -1/+1 |
| 2010-02-02 | 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-09 | 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-18 | drivers/char/mem.c: memory_open() cleanup: lookup minor device number from de... | Adriano dos Santos Fernandes | 1 | -70/+45 |
| 2009-06-09 | Make /dev/zero reads interruptible by signals | Linus Torvalds | 1 | -3/+2 |
| 2009-06-04 | 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-06 | 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-21 | 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-20 | 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-24 | x86: PAT use reserve free memtype in mmap of /dev/mem | venkatesh.pallipadi@intel.com | 1 | -1/+34 |
| 2008-04-24 | x86: PAT phys_mem_access_prot_allowed for dev/mem mmap | venkatesh.pallipadi@intel.com | 1 | -30/+11 |
| 2008-04-24 | x86: PAT avoid aliasing in /dev/mem read/write | venkatesh.pallipadi@intel.com | 1 | -5/+27 |
| 2008-04-24 | devmem: add range_is_allowed() check to mmap of /dev/mem | Venki Pallipadi | 1 | -11/+16 |
| 2008-04-24 | 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 |
| 2007-10-16 | remove ZERO_PAGE | Nick Piggin | 1 | -108/+17 |
| 2007-07-10 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 1 | -0/+7 |
| 2007-07-10 | [MIPS] Hook for platforms to define cachability of /dev/mem regions | Ralf Baechle | 1 | -0/+7 |
| 2007-07-10 | splice: divorce the splice structure/function definitions from the pipe header | Jens Axboe | 1 | -1/+1 |
| 2007-05-08 | Make /dev/port conditional on config symbol | Russell King | 1 | -4/+4 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
| 2007-04-17 | fix bogon in /dev/mem mmap'ing on nommu | Benjamin Herrenschmidt | 1 | -1/+1 |
| 2007-01-22 | Revert "[PATCH] Fix up mmap_kmem" | Linus Torvalds | 1 | -2/+2 |
| 2006-12-10 | [PATCH] read_zero_pagealigned() locking fix | Hugh Dickins | 1 | -4/+8 |
| 2006-12-08 | [PATCH] struct path: convert char-drivers | Josef Sipek | 1 | -2/+2 |
| 2006-12-01 | Driver core: change mem class_devices to be real devices | Greg Kroah-Hartman | 1 | -4/+4 |
| 2006-10-13 | Include proper header file for PFN_DOWN() | Linus Torvalds | 1 | -0/+1 |
| 2006-10-13 | [PATCH] Fix up mmap_kmem | Franck Bui-Huu | 1 | -2/+2 |
| 2006-09-29 | [PATCH] mem driver: fix conditional on isa i/o support | Geoff Levand | 1 | -4/+4 |
| 2006-09-27 | [PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmem | David Howells | 1 | -0/+39 |
| 2006-07-10 | [PATCH] make valid_mmap_phys_addr_range() take a pfn | Lennert Buytenhek | 1 | -2/+2 |
| 2006-07-03 | [PATCH] make more file_operation structs static | Arjan van de Ven | 1 | -9/+9 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-26 | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree | Greg Kroah-Hartman | 1 | -1/+0 |
| 2006-06-26 | [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree | Greg Kroah-Hartman | 1 | -4/+1 |
| 2006-04-26 | [PATCH] splice: add ->splice_write support for /dev/null | Jens Axboe | 1 | -0/+14 |
| 2006-03-28 | [PATCH] mark f_ops const in the inode | Arjan van de Ven | 1 | -1/+1 |
| 2006-03-26 | [PATCH] EFI, /dev/mem: simplify efi_mem_attribute_range() | Bjorn Helgaas | 1 | -12/+6 |
| 2006-03-25 | [PATCH] adjust /dev/{kmem,mem,port} write handlers | Jan Beulich | 1 | -15/+13 |
| 2006-01-12 | [PATCH] powerpc: iSeries fixes for build with no PCI | Stephen Rothwell | 1 | -4/+4 |
| 2006-01-09 | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 1 | -2/+2 |
| 2006-01-08 | [PATCH] /dev/mem: validate mmap requests | Bjorn Helgaas | 1 | -2/+12 |
| 2006-01-08 | [PATCH] /dev/mem __HAVE_PHYS_MEM_ACCESS_PROT tidy-up | Bjorn Helgaas | 1 | -9/+14 |
| 2006-01-08 | [PATCH] kmsg_write: don't return printk return value | Guillaume Chazarain | 1 | -1/+4 |
| 2005-11-28 | mm: re-architect the VM_UNPAGED logic | Linus Torvalds | 1 | -1/+1 |
| 2005-11-22 | [PATCH] unpaged: ZERO_PAGE in VM_UNPAGED | Hugh Dickins | 1 | -1/+1 |
| 2005-10-31 | Merge ../linux-2.6 by hand | Paul Mackerras | 1 | -1/+2 |
| 2005-10-29 | [PATCH] ppc: make phys_mem_access_prot() work with pfns instead of addresses | Roland Dreier | 1 | -3/+1 |
| 2005-10-28 | [PATCH] Driver Core: fix up all callers of class_device_create() | Greg Kroah-Hartman | 1 | -1/+2 |
| 2005-09-07 | [PATCH] remove a dead extern in mem.c | Christoph Hellwig | 1 | -4/+0 |
| 2005-08-13 | Fix up mmap of /dev/kmem | Linus Torvalds | 1 | -4/+8 |
| 2005-06-25 | [PATCH] kexec code cleanup | Maneesh Soni | 1 | -1/+1 |
| 2005-06-25 | [PATCH] kdump: cleanups for dump file access in linear raw format | Vivek Goyal | 1 | -36/+15 |
| 2005-06-25 | [PATCH] kdump: Accessing dump file in linear raw format (/dev/oldmem) | Vivek Goyal | 1 | -0/+74 |
| 2005-06-21 | [PATCH] ppc64 iSeries: allow build with no PCI | Stephen Rothwell | 1 | -4/+4 |
| 2005-06-20 | [PATCH] class: convert drivers/char/* to use the new class api instead of cla... | gregkh@suse.de | 1 | -4/+3 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+880 |