1. 22 4月, 2009 1 次提交
  2. 20 4月, 2009 1 次提交
  3. 17 4月, 2009 1 次提交
  4. 16 4月, 2009 1 次提交
  5. 15 4月, 2009 1 次提交
  6. 07 4月, 2009 2 次提交
  7. 26 3月, 2009 3 次提交
  8. 25 3月, 2009 1 次提交
  9. 21 3月, 2009 1 次提交
  10. 20 3月, 2009 3 次提交
  11. 03 3月, 2009 1 次提交
  12. 19 2月, 2009 1 次提交
  13. 11 2月, 2009 2 次提交
  14. 01 2月, 2009 1 次提交
  15. 23 1月, 2009 1 次提交
  16. 22 1月, 2009 2 次提交
  17. 08 1月, 2009 1 次提交
    • A
      resource: allow MMIO exclusivity for device drivers · e8de1481
      Arjan van de Ven 提交于
      Device drivers that use pci_request_regions() (and similar APIs) have a
      reasonable expectation that they are the only ones accessing their device.
      As part of the e1000e hunt, we were afraid that some userland (X or some
      bootsplash stuff) was mapping the MMIO region that the driver thought it
      had exclusively via /dev/mem or via various sysfs resource mappings.
      
      This patch adds the option for device drivers to cause their reserved
      regions to the "banned from /dev/mem use" list, so now both kernel memory
      and device-exclusive MMIO regions are banned.
      NOTE: This is only active when CONFIG_STRICT_DEVMEM is set.
      
      In addition to the config option, a kernel parameter iomem=relaxed is
      provided for the cases where developers want to diagnose, in the field,
      drivers issues from userspace.
      Reviewed-by: NMatthew Wilcox <willy@linux.intel.com>
      Signed-off-by: NArjan van de Ven <arjan@linux.intel.com>
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      e8de1481
  18. 23 12月, 2008 1 次提交
  19. 16 12月, 2008 1 次提交
  20. 06 12月, 2008 1 次提交
  21. 24 11月, 2008 1 次提交
  22. 22 11月, 2008 8 次提交
  23. 21 11月, 2008 1 次提交
  24. 20 11月, 2008 1 次提交
  25. 17 11月, 2008 2 次提交