1. 13ba33e switch /dev/zero and /dev/full to ->read_iter() by Al Viro · 10 years ago
  2. 08d2d00 /dev/mem: handle out-of-bounds read/write by Petr Tesarik · 10 years ago
  3. 869a84e1 mm/memblock: remove unnecessary inclusions of bootmem.h by Grygorii Strashko · 11 years ago
  4. a11edb5 /dev/oldmem: Remove the interface by Zhang Yanfei · 11 years ago
  5. 71811f3 drivers: char: mem: use IS_ERR_VALUE() in memory_lseek() by Rasmus Villemoes · 11 years ago
  6. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  7. 162934d char: add aio_{read,write} to /dev/{null,zero} by Zach Brown · 11 years ago
  8. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  9. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  10. 890537b drivers/char/mem.c: fix small coding style issues by Hans Grob · 11 years ago
  11. 7e6735c /dev/mem: use phys_addr_t for physical addresses by Cyril Chemparathy · 12 years ago
  12. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  13. e1612de powerpc: Disable /dev/port interface on systems without an ISA bridge by Haren Myneni · 12 years ago
  14. 7f3a781 printk - fix compilation for CONFIG_PRINTK=n by Kay Sievers · 12 years ago
  15. e11fea9 kmsg: export printk records to the /dev/kmsg interface by Kay Sievers · 12 years ago
  16. 7ff9554 printk: convert byte-buffer to variable-length record buffer by Kay Sievers · 12 years ago
  17. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  18. 66300e6 drivers/char: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required by Paul Gortmaker · 13 years ago
  19. 70a5f52 kmsg: properly support writev to avoid interleaved printk lines fix by Andrew Morton · 13 years ago
  20. 7e5b58b printk: /dev/kmsg - properly support writev() to avoid interleaved printk() lines by Kay Sievers · 13 years ago
  21. cfaf346c drivers/char/mem.c: clean up the code by Changli Gao · 13 years ago
  22. 4a3956c vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_pos by KAMEZAWA Hiroyuki · 14 years ago
  23. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  24. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  25. 371d217 char: Mark /dev/zero and /dev/kmem as not capable of writeback by Jan Kara · 14 years ago
  26. 31d1d48 Fix init ordering of /dev/console vs callers of modprobe by David Howells · 14 years ago
  27. ea56f41 frv: hide uncached_access() when pgprot_noncached is not #defined by David Howells · 14 years ago
  28. ee5d2ac /dev/mem: allow rewinding by Eric Dumazet · 14 years ago
  29. 6e191f7 devmem: handle class_create() failure by Anton Blanchard · 14 years ago
  30. d7d4d84 drivers/char/mem.c: cleanups by Andrew Morton · 14 years ago
  31. dcefafb /dev/mem: dont allow seek to last page by Wu Fengguang · 14 years ago
  32. c85e9a9 devmem: fix kmem write bug on memory holes by Wu Fengguang · 14 years ago
  33. 325fda7 devmem: check vmalloc address on kmem read/write by KAMEZAWA Hiroyuki · 14 years ago
  34. ee32398 /dev/mem: remove redundant parameter from do_write_kmem() by Wu Fengguang · 15 years ago
  35. 80ad89a /dev/mem: remove the "written" variable in write_kmem() by Wu Fengguang · 15 years ago
  36. 7fabadd /dev/mem: make size_inside_page() logic straight by Wu Fengguang · 15 years ago
  37. fa29e97 /dev/mem: cleanup unxlate_dev_mem_ptr() calls by Wu Fengguang · 15 years ago
  38. f222318 /dev/mem: introduce size_inside_page() by Wu Fengguang · 15 years ago
  39. 4ea2f43 /dev/mem: remove redundant test on len by Wu Fengguang · 15 years ago
  40. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  41. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  42. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  43. 205153a mem_class: Drop the bkl from memory_open() by Frederic Weisbecker · 15 years ago
  44. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  45. bb521c5 /dev/zero: avoid repeated access_ok() checks by Nikanth Karthikesan · 15 years ago
  46. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  47. 162dd42 mem_class: fix bug by Jin Dongming · 15 years ago
  48. 389e0cb mem_class: use minor as index instead of searching the array by Kay Sievers · 15 years ago
  49. d993831 writeback: add name to backing_dev_info by Jens Axboe · 15 years ago
  50. d6f47be drivers/char/mem.c: memory_open() cleanup: lookup minor device number from devlist by Adriano dos Santos Fernandes · 15 years ago
  51. 2b83868 Make /dev/zero reads interruptible by signals by Linus Torvalds · 15 years ago
  52. 730c586 drivers/char/mem.c: avoid OOM lockup during large reads from /dev/zero by Salman Qazi · 15 years ago
  53. 0c3c8a1 x86, PAT: Remove duplicate memtype reserve in devmem mmap by Suresh Siddha · 15 years ago
  54. 69beeb1d mm: make vread() and vwrite() declaration by KOSAKI Motohiro · 16 years ago
  55. 03457cd device create: char: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  56. 7ae8ed5 use generic_access_phys for /dev/mem mappings by Rik van Riel · 16 years ago
  57. 47aa579 device create: char: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  58. d092633 Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEM by Ingo Molnar · 16 years ago
  59. 64d206d x86: rename CONFIG_NONPROMISC_DEVMEM to CONFIG_PROMISC_DEVMEM by Ingo Molnar · 16 years ago
  60. 1f43964 mem: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  61. b781ecb make /dev/kmem a config option by Arjan van de Ven · 16 years ago
  62. e7f260a x86: PAT use reserve free memtype in mmap of /dev/mem by venkatesh.pallipadi@intel.com · 16 years ago
  63. f0970c1 x86: PAT phys_mem_access_prot_allowed for dev/mem mmap by venkatesh.pallipadi@intel.com · 16 years ago
  64. e045fb2 x86: PAT avoid aliasing in /dev/mem read/write by venkatesh.pallipadi@intel.com · 16 years ago
  65. e2beb3e devmem: add range_is_allowed() check to mmap of /dev/mem by Venki Pallipadi · 16 years ago
  66. ae531c2 x86: introduce /dev/mem restrictions with a config option by Arjan van de Ven · 16 years ago
  67. ca5cd87 x86 merge fallout: uml by Al Viro · 17 years ago
  68. e0bf68d mm: bdi init hooks by Peter Zijlstra · 17 years ago
  69. 557ed1f remove ZERO_PAGE by Nick Piggin · 17 years ago
  70. 0f16639 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  71. 24e9d0b96 [MIPS] Hook for platforms to define cachability of /dev/mem regions by Ralf Baechle · 17 years ago
  72. d6b29d7 splice: divorce the splice structure/function definitions from the pipe header by Jens Axboe · 17 years ago
  73. 4f911d6 Make /dev/port conditional on config symbol by Russell King · 17 years ago
  74. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  75. 8a93258 fix bogon in /dev/mem mmap'ing on nommu by Benjamin Herrenschmidt · 17 years ago
  76. 6d3154c Revert "[PATCH] Fix up mmap_kmem" by Linus Torvalds · 18 years ago
  77. 5fcf7bb [PATCH] read_zero_pagealigned() locking fix by Hugh Dickins · 18 years ago
  78. a7113a9 [PATCH] struct path: convert char-drivers by Josef Sipek · 18 years ago
  79. ebf644c Driver core: change mem class_devices to be real devices by Greg Kroah-Hartman · 18 years ago
  80. b8a3ad5 Include proper header file for PFN_DOWN() by Linus Torvalds · 18 years ago
  81. 99a10a6 [PATCH] Fix up mmap_kmem by Franck Bui-Huu · 18 years ago
  82. 153dcc5 [PATCH] mem driver: fix conditional on isa i/o support by Geoff Levand · 18 years ago
  83. 5da6185 [PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmem by David Howells · 18 years ago
  84. 06c67be [PATCH] make valid_mmap_phys_addr_range() take a pfn by Lennert Buytenhek · 18 years ago
  85. 62322d2 [PATCH] make more file_operation structs static by Arjan van de Ven · 18 years ago
  86. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  87. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  88. 7c69ef7 [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  89. 1ebd32f [PATCH] splice: add ->splice_write support for /dev/null by Jens Axboe · 18 years ago
  90. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  91. 136939a [PATCH] EFI, /dev/mem: simplify efi_mem_attribute_range() by Bjorn Helgaas · 18 years ago
  92. c654d60 [PATCH] adjust /dev/{kmem,mem,port} write handlers by Jan Beulich · 18 years ago
  93. ee2cdec [PATCH] powerpc: iSeries fixes for build with no PCI by Stephen Rothwell · 19 years ago
  94. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  95. 80851ef [PATCH] /dev/mem: validate mmap requests by Bjorn Helgaas · 19 years ago
  96. 44ac841 [PATCH] /dev/mem __HAVE_PHYS_MEM_ACCESS_PROT tidy-up by Bjorn Helgaas · 19 years ago
  97. cd140a5 [PATCH] kmsg_write: don't return printk return value by Guillaume Chazarain · 19 years ago
  98. 6aab341 mm: re-architect the VM_UNPAGED logic by Linus Torvalds · 19 years ago
  99. f57e88a [PATCH] unpaged: ZERO_PAGE in VM_UNPAGED by Hugh Dickins · 19 years ago
  100. 23fd077 Merge ../linux-2.6 by hand by Paul Mackerras · 19 years ago