An error occurred fetching the project authors.
  1. 29 Jun, 2004 1 commit
    • Paul Mackerras's avatar
      [PATCH] ppc64: fix memset · 7df8818d
      Paul Mackerras authored
      This fixes a bug in the ppc64 memset where the code that gets the
      destination address aligned (or is supposed to) was looking at the
      bottom 3 bits of the count rather than the destination address.  The
      result of this was that the kernel wouldn't boot on POWER3 machines. 
      The patch also removes an unnecessary duplicate instruction.
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      7df8818d
  2. 24 Jun, 2004 1 commit
    • Paul Mackerras's avatar
      [PATCH] Better memset · 59f87247
      Paul Mackerras authored
      Anton noticed in some traces that we were spending an awfully long time
      doing a memset.  The ppc64 memset is basically unchanged from the ppc32
      version, and it only does 4-byte stores and doesn't unroll the loop. 
      Here's a memset that performs a bit better.
      
      I have been using it for 3 weeks now, and Anton has tested it on a
      variety of machines, without problems. 
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      59f87247
  3. 15 Jun, 2003 1 commit
  4. 18 Sep, 2002 1 commit
  5. 18 Jul, 2002 1 commit
  6. 16 May, 2002 1 commit
  7. 13 Apr, 2002 1 commit
  8. 09 Apr, 2002 2 commits
  9. 15 Feb, 2002 1 commit
  10. 11 Feb, 2002 1 commit
  11. 05 Feb, 2002 3 commits
    • Linus Torvalds's avatar
      v2.4.13.7 -> v2.4.13.8 · 3ea86172
      Linus Torvalds authored
        - Andrea: fix races in do_wp_page, free_swap_and_cache
        - me: clena up page dirty handling
        - Tim Waugh: parport IRQ probing and documentation fixes
        - Greg KH: USB updates
        - Michael Warfield: computone driver update
        - Randy Dunlap: add knowledge about some new io-apics
        - Richard Henderson: alpha updates
        - Trond Myklebust: make readdir xdr verify the reply packet
        - Paul Mackerras: PPC update
        - Jens Axboe: make cpqarray and cciss play nice with the request layer
        - Massimo Dal Zotto: SMM driver for Dell Inspiron 8000
        - Richard Gooch: devfs symlink deadlock fix
        - Anton Altaparmakov: make NTFS compile on sparc
      3ea86172
    • Linus Torvalds's avatar
      v2.4.4.4 -> v2.4.4.5 · 560e8996
      Linus Torvalds authored
        - Al Viro: fs cleanups
        - David Miller: sparc semaphores
        - Christoph Hellwig: VxFS update
        - Asit Mallick: set machine check bit with set_in_cr4
        - Richard Henderson: fix alpha pci_controller_num(), sg_fill, SRM poweroff.
        - Johannes Erdfelt: USB updates
        - Cort Dougan: bitkeeper Id's on the ppc side
        - Matt Chapman: NFS file locking SMP lock fix
        - Alan Cox: further merging
      560e8996
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32