1. 27 10月, 2007 1 次提交
  2. 23 10月, 2007 1 次提交
  3. 16 10月, 2007 1 次提交
  4. 15 8月, 2007 1 次提交
  5. 31 7月, 2007 1 次提交
    • M
      [SPARC]: Fix exec failures on sun4c. · da4e9fea
      Mark Fortescue 提交于
      This deals with a sun4c issue caused by commit b6a2fea3:
      mm: variable length argument support.
      
      The new way the code works means that sun4c_update_mmu_cache gets
      called before a context has been selected, which results in invalid
      operation of the underling mm code.
      
      Simply ignoring update requests when there is no valid context solves
      the problem.
      
      Signed-off-by Mark Fortescue <mark@mtfhpc.demon.co.uk>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      da4e9fea
  6. 22 7月, 2007 1 次提交
  7. 17 7月, 2007 1 次提交
  8. 26 9月, 2006 1 次提交
    • D
      [PATCH] Standardize pxx_page macros · 46a82b2d
      Dave McCracken 提交于
      One of the changes necessary for shared page tables is to standardize the
      pxx_page macros.  pte_page and pmd_page have always returned the struct
      page associated with their entry, while pte_page_kernel and pmd_page_kernel
      have returned the kernel virtual address.  pud_page and pgd_page, on the
      other hand, return the kernel virtual address.
      
      Shared page tables needs pud_page and pgd_page to return the actual page
      structures.  There are very few actual users of these functions, so it is
      simple to standardize their usage.
      
      Since this is basic cleanup, I am submitting these changes as a standalone
      patch.  Per Hugh Dickins' comments about it, I am also changing the
      pxx_page_kernel macros to pxx_page_vaddr to clarify their meaning.
      Signed-off-by: NDave McCracken <dmccr@us.ibm.com>
      Cc: Hugh Dickins <hugh@veritas.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      46a82b2d
  9. 01 7月, 2006 1 次提交
  10. 22 3月, 2006 1 次提交
  11. 16 12月, 2005 1 次提交
  12. 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