An error occurred fetching the project authors.
  1. 26 Sep, 2014 1 commit
  2. 12 Aug, 2014 1 commit
  3. 22 Jul, 2014 1 commit
  4. 20 May, 2014 3 commits
  5. 11 Apr, 2014 1 commit
  6. 21 Feb, 2014 2 commits
  7. 16 Jan, 2014 1 commit
  8. 18 Dec, 2013 1 commit
  9. 15 Nov, 2013 1 commit
  10. 24 Oct, 2013 1 commit
  11. 26 Jul, 2013 1 commit
  12. 03 Jul, 2013 1 commit
    • Zhang Yanfei's avatar
      s390: remove setting for saved_max_pfn · 8bdc237a
      Zhang Yanfei authored
      The only user of saved_max_pfn in s390 is read_oldmem interface but we
      have removed that interface, so saved_max_pfn is now unneeded in s390, and
      we needn't set it anymore.
      Signed-off-by: default avatarZhang Yanfei <zhangyanfei@cn.fujitsu.com>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Cc: Michael Holzheu <holzheu@linux.vnet.ibm.com>
      Cc: "Eric W. Biederman" <ebiederm@xmission.com>
      Cc: "H. Peter Anvin" <hpa@zytor.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Dave Hansen <dave@sr71.net>
      Cc: Fenghua Yu <fenghua.yu@intel.com>
      Cc: Matt Fleming <matt.fleming@intel.com>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Tony Luck <tony.luck@intel.com>
      Cc: Vivek Goyal <vgoyal@redhat.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      8bdc237a
  13. 03 May, 2013 1 commit
  14. 02 May, 2013 4 commits
  15. 26 Apr, 2013 1 commit
  16. 05 Mar, 2013 1 commit
  17. 08 Jan, 2013 1 commit
  18. 23 Nov, 2012 2 commits
  19. 09 Oct, 2012 2 commits
  20. 26 Sep, 2012 5 commits
  21. 10 Sep, 2012 1 commit
  22. 30 Jul, 2012 1 commit
  23. 20 Jul, 2012 1 commit
    • Heiko Carstens's avatar
      s390/comments: unify copyright messages and remove file names · a53c8fab
      Heiko Carstens authored
      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: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
      a53c8fab
  24. 14 Jun, 2012 1 commit
    • Heiko Carstens's avatar
      s390/smp: make absolute lowcore / cpu restart parameter accesses more robust · fbe76568
      Heiko Carstens authored
      Setting the cpu restart parameters is done in three different fashions:
      - directly setting the four parameters individually
      - copying the four parameters with memcpy (using 4 * sizeof(long))
      - copying the four parameters using a private structure
      
      In addition code in entry*.S relies on a certain order of the restart
      members of struct _lowcore.
      
      Make all of this more robust to future changes by adding a
      mem_absolute_assign(dest, val) define, which assigns val to dest
      using absolute addressing mode. Also the load multiple instructions
      in entry*.S have been split into separate load instruction so the
      order of the struct _lowcore members doesn't matter anymore.
      
      In addition move the prototypes of memcpy_real/absolute from uaccess.h
      to processor.h. These memcpy* variants are not related to uaccess at all.
      string.h doesn't seem to match as well, so lets use processor.h.
      
      Also replace the eight byte array in struct _lowcore which represents a
      misaliged u64 with a u64. The compiler will always create code that
      handles the misaligned u64 correctly.
      Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
      fbe76568
  25. 13 Jun, 2012 1 commit
  26. 30 May, 2012 1 commit
  27. 30 Mar, 2012 1 commit
  28. 28 Mar, 2012 1 commit