1. 17 4月, 2013 1 次提交
    • L
      s390: move dummy io_remap_pfn_range() to asm/pgtable.h · 4f2e2903
      Linus Torvalds 提交于
      Commit b4cbb197 ("vm: add vm_iomap_memory() helper function") added
      a helper function wrapper around io_remap_pfn_range(), and every other
      architecture defined it in <asm/pgtable.h>.
      
      The s390 choice of <asm/io.h> may make sense, but is not very convenient
      for this case, and gratuitous differences like that cause unexpected errors like this:
      
         mm/memory.c: In function 'vm_iomap_memory':
         mm/memory.c:2439:2: error: implicit declaration of function 'io_remap_pfn_range' [-Werror=implicit-function-declaration]
      
      Glory be the kbuild test robot who noticed this, bisected it, and
      reported it to the guilty parties (ie me).
      
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      4f2e2903
  2. 08 1月, 2013 1 次提交
  3. 30 11月, 2012 1 次提交
    • J
      s390/pci: base support · cd248341
      Jan Glauber 提交于
      Add PCI support for s390, (only 64 bit mode is supported by hardware):
      - PCI facility tests
      - PCI instructions: pcilg, pcistg, pcistb, stpcifc, mpcifc, rpcit
      - map readb/w/l/q and writeb/w/l/q to pcilg and pcistg instructions
      - pci_iomap implementation
      - memcpy_fromio/toio
      - pci_root_ops using special pcilg/pcistg
      - device, bus and domain allocation
      Signed-off-by: NJan Glauber <jang@linux.vnet.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      cd248341
  4. 20 7月, 2012 1 次提交
    • H
      s390/comments: unify copyright messages and remove file names · a53c8fab
      Heiko Carstens 提交于
      Remove the file name from the comment at top of many files. In most
      cases the file name was wrong anyway, so it's rather pointless.
      
      Also unify the IBM copyright statement. We did have a lot of sightly
      different statements and wanted to change them one after another
      whenever a file gets touched. However that never happened. Instead
      people start to take the old/"wrong" statements to use as a template
      for new files.
      So unify all of them in one go.
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      a53c8fab
  5. 24 5月, 2012 1 次提交
  6. 16 5月, 2012 1 次提交
    • M
      s390: allow absolute memory access for /dev/mem · b2a68c23
      Michael Holzheu 提交于
      Currently dev/mem for s390 provides only real memory access. This means
      that the CPU prefix pages are swapped. The prefix swap for real memory
      works as follows:
      
      Each CPU owns a prefix register that points to a page aligned memory
      location "P". If this CPU accesses the address range [0,0x1fff], it is
      translated by the hardware to [P,P+0x1fff]. Accordingly if this CPU
      accesses the address range [P,P+0x1fff], it is translated by the hardware
      to [0,0x1fff].  Therefore, if [P,P+0x1fff] or [0,0x1fff] is read from
      the current /dev/mem device, the incorrectly swapped memory content is
      returned.
      
      With this patch the /dev/mem architecture code is modified to provide
      absolute memory access. This is done via the arch specific functions
      xlate_dev_mem_ptr() and unxlate_dev_mem_ptr(). For swapped pages on
      s390 the function xlate_dev_mem_ptr() now returns a new buffer with a
      copy of the requested absolute memory. In case the buffer was allocated,
      the unxlate_dev_mem_ptr() function frees it after /dev/mem code has
      called copy_to_user().
      Signed-off-by: NMichael Holzheu <holzheu@linux.vnet.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      b2a68c23
  7. 02 8月, 2008 1 次提交
  8. 12 2月, 2007 2 次提交
  9. 06 2月, 2007 1 次提交
  10. 05 10月, 2006 1 次提交
  11. 28 9月, 2006 1 次提交
    • M
      [S390] Inline assembly cleanup. · 94c12cc7
      Martin Schwidefsky 提交于
      Major cleanup of all s390 inline assemblies. They now have a common
      coding style. Quite a few have been shortened, mainly by using register
      asm variables. Use of the EX_TABLE macro helps  as well. The atomic ops,
      bit ops and locking inlines new use the Q-constraint if a newer gcc
      is used.  That results in slightly better code.
      
      Thanks to Christian Borntraeger for proof reading the changes.
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      94c12cc7
  12. 20 9月, 2006 1 次提交
  13. 21 6月, 2006 1 次提交
  14. 04 2月, 2006 1 次提交
  15. 09 11月, 2005 1 次提交
  16. 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