An error occurred fetching the project authors.
  1. 03 Aug, 2006 1 commit
  2. 31 Jul, 2006 4 commits
  3. 21 Jul, 2006 1 commit
  4. 15 Jul, 2006 2 commits
    • Shailabh Nagar's avatar
      [PATCH] delay accounting taskstats interface send tgid once · ad4ecbcb
      Shailabh Nagar authored
      Send per-tgid data only once during exit of a thread group instead of once
      with each member thread exit.
      
      Currently, when a thread exits, besides its per-tid data, the per-tgid data
      of its thread group is also sent out, if its thread group is non-empty.
      The per-tgid data sent consists of the sum of per-tid stats for all
      *remaining* threads of the thread group.
      
      This patch modifies this sending in two ways:
      
      - the per-tgid data is sent only when the last thread of a thread group
        exits.  This cuts down heavily on the overhead of sending/receiving
        per-tgid data, especially when other exploiters of the taskstats
        interface aren't interested in per-tgid stats
      
      - the semantics of the per-tgid data sent are changed.  Instead of being
        the sum of per-tid data for remaining threads, the value now sent is the
        true total accumalated statistics for all threads that are/were part of
        the thread group.
      
      The patch also addresses a minor issue where failure of one accounting
      subsystem to fill in the taskstats structure was causing the send of
      taskstats to not be sent at all.
      
      The patch has been tested for stability and run cerberus for over 4 hours
      on an SMP.
      
      [akpm@osdl.org: bugfixes]
      Signed-off-by: default avatarShailabh Nagar <nagar@watson.ibm.com>
      Signed-off-by: default avatarBalbir Singh <balbir@in.ibm.com>
      Cc: Jay Lan <jlan@engr.sgi.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      ad4ecbcb
    • Randy Dunlap's avatar
      [PATCH] actual mailing list in MAINTAINERS · f5df5881
      Randy Dunlap authored
      Add actual mailing list email addresses for the 4 that were only listing a
      web page.
      Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      f5df5881
  5. 12 Jul, 2006 4 commits
  6. 10 Jul, 2006 2 commits
  7. 05 Jul, 2006 1 commit
  8. 03 Jul, 2006 2 commits
  9. 30 Jun, 2006 2 commits
  10. 26 Jun, 2006 2 commits
  11. 23 Jun, 2006 1 commit
  12. 22 Jun, 2006 3 commits
  13. 15 Jun, 2006 1 commit
  14. 13 Jun, 2006 1 commit
  15. 10 Jun, 2006 1 commit
    • HighPoint Linux Team's avatar
      [SCSI] hptiop: HighPoint RocketRAID 3xxx controller driver · ede1e6f8
      HighPoint Linux Team authored
      HighPoint RocketRAID 3220/3320 series 8 channel PCI-X SATA RAID Host
      Adapters.
      
      Fixes from original submission:
      
      Merge Andrew Morton's patches:
      - Provide locking for global list
      - Fix debug printks
      - uninline function with multiple callsites
      - coding style fixups
      - remove unneeded casts of void*
      - kfree(NULL) is legal
      - Don't "succeed" if register_chrdev() failed - otherwise we'll later
        unregister a not-registered chrdev.
      - Don't return from hptiop_do_ioctl() with the spinlock held.
      - uninline __hpt_do_ioctl()
      
      Update for Arjan van de Ven's comments:
      - put all asm/ includes after the linux/ ones
      - replace mdelay with msleep
      - add pci posting flush
      - do not set pci command reqister in map_pci_bar
      - do not try merging sg elements in hptiop_buildsgl()
      - remove unused outstandingcommands member from hba structure
      - remove unimplemented hptiop_abort() handler
      - remove typedef u32 hpt_id_t
      
      Other updates:
      - fix endianess
      Signed-off-by: default avatarHighPoint Linux Team <linux@highpoint-tech.com>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      ede1e6f8
  16. 05 Jun, 2006 1 commit
  17. 04 Jun, 2006 1 commit
  18. 26 May, 2006 1 commit
    • Arthur Othieno's avatar
      [PATCH] powerpc: linuxppc64.org no more · 6d923f98
      Arthur Othieno authored
      http://linuxppc64.org has long been a redirect to the canonical
      http://penguinppc.org/ppc64/ -- update all instances accordingly,
      as ACKed by Hollis:
      
      On Wed, Jan 18, 2006 at 09:48:08AM -0600, Hollis Blanchard wrote:
      > On Wed, 2006-01-18 at 13:07 +0100, Olaf Hering wrote:
      > > On Wed, Jan 18, Arthur Othieno wrote:
      > > >
      > > > What about the s/linuxppc64\.org/penguinppc\.org/g case? Or is
      > > > penguinppc64.org preferable? Or am I just taking it too far? ;)
      > >
      > > They are redirected on DNS or HTTP level.
      >
      > HTTP level, but that doesn't answer his question.
      >
      > As the maintainer of that site, I would prefer to remove the
      > linuxppc64.org reference.
      Signed-off-by: default avatarArthur Othieno <apgo@patchbomb.org>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      6d923f98
  19. 25 May, 2006 1 commit
  20. 21 May, 2006 3 commits
  21. 16 May, 2006 1 commit
  22. 15 May, 2006 2 commits
  23. 09 May, 2006 1 commit
  24. 24 Apr, 2006 1 commit