An error occurred fetching the project authors.
  1. 23 Oct, 2003 1 commit
  2. 13 Jan, 2003 1 commit
    • Russell King's avatar
      [PATCH] use <asm/bug.h> for BUG() defines · 9e535055
      Russell King authored
      This patch moves BUG() and PAGE_BUG() from asm/page.h into asm/bug.h.
      
      We also fix up linux/dcache.h, which included asm/page.h for the sole
      purpose of getting the BUG() definition.
      
      Since linux/kernel.h and linux/smp.h make use of BUG(), asm/bug.h is
      included there as well.
      
      In addition, linux/jbd.h did not contain a clear path with which to
      obtain the archtecture BUG() definition, but did contain its own
      definition.
      9e535055
  3. 29 Oct, 2002 1 commit
    • Andrew Morton's avatar
      [PATCH] tmpfs: support loopback · 7fc97e8d
      Andrew Morton authored
      Patch from Hugh Dickins
      
      Added shmem_readpage and shmem_prepare_write so tmpfs files can be used
      by the loop driver (together with simple_commit_write).  shmem_getpage
      extended to accept file page passed in, which may have to be copied
      over from swap page.
      
      Use bdget and sb_set_blocksize so loop can see our preferred blocksize
      PAGE_CACHE_SIZE.  Use copy_highpage, removed from highmem.h in 2.4.17:
      restore it but with kmap_atomics.  Restore (a simple) copy_page to
      asm-sparc64/page.h, which alone of all arches discarded it.
      7fc97e8d
  4. 03 Oct, 2002 1 commit
  5. 16 Sep, 2002 1 commit
  6. 05 Jun, 2002 1 commit
  7. 07 May, 2002 1 commit
  8. 05 May, 2002 2 commits
  9. 13 Mar, 2002 1 commit
  10. 19 Feb, 2002 1 commit
    • Rik van Riel's avatar
      [PATCH] new struct page shrinkage · e5191c50
      Rik van Riel authored
      The patch has been changed like you wanted, with page->zone
      shoved into page->flags. I've also pulled the thing up to
      your latest changes from linux.bkbits.net so you should be
      able to just pull it into your tree from:
      
      Rik
      e5191c50
  11. 11 Feb, 2002 1 commit
  12. 09 Feb, 2002 1 commit
  13. 05 Feb, 2002 2 commits
    • Linus Torvalds's avatar
      v2.5.1.11 -> v2.5.2 · 5fb612aa
      Linus Torvalds authored
      - Matt Domsch: combine common crc32 library
      - Pete Zaitcev: ymfpci update
      - Davide Libenzi: scheduler improvements
      - Al Viro: almost there: "struct block_device *" everywhere
      - Richard Gooch: devfs cpqarray update, race fix
      - Rusty Russell: PATH_MAX should include the final '0' count
      - David Miller: various random updates (mainly net and sparc)
      5fb612aa
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32