1. 13 1月, 2015 2 次提交
    • M
      ia64: fix put_user sparse errors · 9605ce7e
      Michael S. Tsirkin 提交于
      virtio wants to write bitwise types to userspace using put_user.
      At the moment this triggers sparse errors, since the value is passed
      through an integer.
      
      For example:
      
      	__le32 __user *p;
      	__le32 x;
      	put_user(x, p);
      
      is safe, but currently triggers a sparse warning.
      
      Fix that up using __force.
      
      Note: this does not suppress any useful sparse checks since callers
      do a cast (__typeof__(*(ptr))) (x) which in turn forces all the
      necessary type checks.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      9605ce7e
    • M
      ia64/uaccess: fix sparse errors · a6325e72
      Michael S. Tsirkin 提交于
      virtio wants to read bitwise types from userspace using get_user.  At the
      moment this triggers sparse errors, since the value is passed through an
      integer.
      
      Fix that up using __force.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      a6325e72
  2. 10 11月, 2014 1 次提交
    • T
      Change xlate_dev_{kmem,mem}_ptr() prototypes · dc012014
      Thierry Reding 提交于
      xlate_dev_mem_ptr() is used to convert a physical address to an uncached
      kernel virtual address mapping, so make it use phys_addr_t as type for
      the physical address and return void * for the kernel virtual address.
      
      xlate_dev_kmem_ptr() converts a cached kernel virtual address mapping to
      an uncached kernel virtual address mapping, so make it use void * for
      both the input parameter and return value.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      dc012014
  3. 02 8月, 2008 1 次提交
    • T
      [IA64] Move include/asm-ia64 to arch/ia64/include/asm · 7f30491c
      Tony Luck 提交于
      After moving the the include files there were a few clean-ups:
      
      1) Some files used #include <asm-ia64/xyz.h>, changed to <asm/xyz.h>
      
      2) Some comments alerted maintainers to look at various header files to
      make matching updates if certain code were to be changed. Updated these
      comments to use the new include paths.
      
      3) Some header files mentioned their own names in initial comments. Just
      deleted these self references.
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      7f30491c
  4. 27 10月, 2006 1 次提交
  5. 29 9月, 2005 1 次提交
  6. 08 9月, 2005 1 次提交
  7. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4