1. 24 3月, 2011 1 次提交
  2. 12 1月, 2011 1 次提交
    • H
      [S390] vdso: dont map at mmap_base · e7828bbd
      Heiko Carstens 提交于
      The vdso object is currently always mapped with mm->mmap_base used as
      requested address. In case of flexible mmap layout this means it gets
      mapped above mmap_base and therefore potentially stealing a bit of
      address space that is reserved for the stack.
      In case of flexible mmap layout the object should be mapped below
      mmap base. For legacy mmap layout above.
      To fix this just don't request any specific address and let the mmap
      code figure out an address that fits.
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      e7828bbd
  3. 25 10月, 2010 1 次提交
  4. 17 5月, 2010 1 次提交
  5. 27 2月, 2010 1 次提交
  6. 07 12月, 2009 1 次提交
    • M
      [S390] Improve address space mode selection. · b11b5334
      Martin Schwidefsky 提交于
      Introduce user_mode to replace the two variables switch_amode and
      s390_noexec. There are three valid combinations of the old values:
        1) switch_amode == 0 && s390_noexec == 0
        2) switch_amode == 1 && s390_noexec == 0
        3) switch_amode == 1 && s390_noexec == 1
      They get replaced by
        1) user_mode == HOME_SPACE_MODE
        2) user_mode == PRIMARY_SPACE_MODE
        3) user_mode == SECONDARY_SPACE_MODE
      The new kernel parameter user_mode=[primary,secondary,home] lets
      you choose the address space mode the user space processes should
      use. In addition the CONFIG_S390_SWITCH_AMODE config option
      is removed.
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      b11b5334
  7. 06 10月, 2009 1 次提交
  8. 21 9月, 2009 1 次提交
    • T
      Use macros for .data.page_aligned section. · abe1ee3a
      Tim Abbott 提交于
      This patch changes the remaining direct references to
      .data.page_aligned in C and assembly code to use the macros in
      include/linux/linkage.h.
      Signed-off-by: NTim Abbott <tabbott@ksplice.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Ingo Molnar <mingo@redhat.com>
      Cc: H. Peter Anvin <hpa@zytor.com>
      Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      abe1ee3a
  9. 12 6月, 2009 2 次提交
  10. 26 3月, 2009 1 次提交
  11. 09 1月, 2009 1 次提交
  12. 31 12月, 2008 1 次提交
  13. 25 12月, 2008 1 次提交