An error occurred fetching the project authors.
  1. 13 Dec, 2004 1 commit
    • Pawel Sikora's avatar
      [PATCH] gcc4 fixes · 934aec1e
      Pawel Sikora authored
      Fix the below:
      
      drivers/atm/zatm.c:1608: error: invalid lvalue in assignment
      
      drivers/atm/iphase.c:623: error: invalid storage class for function 'ia_pkt_tx'
      
      drivers/cdrom/sbpcd.c: In function 'get_state_T':
      drivers/cdrom/sbpcd.c:1168: error: invalid storage class for function 'cmd_out_T'
      drivers/cdrom/sbpcd.c: In function 'cmd_out_T':
      drivers/cdrom/sbpcd.c:1317: error: invalid storage class for function 'cc_DriveReset'
      
      drivers/media/video/saa7134/saa7134-core.c:90: error: static declaration of 'saa7134_devcount' follows non-static declaration
      drivers/media/video/saa7134/saa7134.h:479: error: previous declaration of 'saa7134_devcount' was here
      
      drivers/net/acenic.c:488: error: invalid storage class for function 'ace_watchdog'
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      934aec1e
  2. 20 Nov, 2004 1 commit
  3. 11 Nov, 2004 1 commit
  4. 12 Jul, 2004 1 commit
  5. 03 Jun, 2004 1 commit
  6. 04 Feb, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] gcc-3.5: iphase.c · 51d2aa6e
      Andrew Morton authored
      drivers/atm/iphase.c: In function `open_tx':
      drivers/atm/iphase.c:1757: error: invalid lvalue in assignment
      drivers/atm/iphase.c: In function `ia_close':
      drivers/atm/iphase.c:2674: error: invalid lvalue in assignment
      drivers/atm/iphase.c: In function `ia_open':
      drivers/atm/iphase.c:2687: error: invalid lvalue in assignment
      drivers/atm/iphase.c:2703: error: invalid lvalue in assignment
      drivers/atm/iphase.c: In function `ia_init_one':
      drivers/atm/iphase.c:3199: error: invalid lvalue in assignment
      51d2aa6e
  7. 08 Oct, 2003 1 commit
  8. 06 Sep, 2003 1 commit
  9. 19 Aug, 2003 1 commit
  10. 31 Jul, 2003 1 commit
  11. 04 Jun, 2003 1 commit
    • Arnaldo Carvalho de Melo's avatar
      o net: create struct sock_common and use in struct sock & tcp_tw_bucket · 63413da5
      Arnaldo Carvalho de Melo authored
      With this the data dependency is reduced to just making sure that the first
      member of both struct sock and struct tcp_tw_bucket are a struct sock_common.
      
      Also makes it easier to grep for struct sock and struct tcp_tw_bucket usage in
      the tree as all the members in those structs are prefixed, respectively, with
      sk_ and tw_, like struct inode (i_), struct block_device (bd_), etc.
      
      Checked namespace with make tags/ctags, just one colision with the macros for
      the struct sock members, with a wanrouter struct, fixed that
      s/sk_state/state_sk/g in the wanrouter struct.
      
      Checked as well if the names of the members in both structs collided with some
      macro, none found.
      63413da5
  12. 10 May, 2003 1 commit
  13. 07 May, 2003 1 commit
    • Chas Williams's avatar
      [ATM] remove iovcnt from atm_skb · 4b05d7c5
      Chas Williams authored
      skbs has (and has had for a while) scatter/gather support
      making the scatter gather in atm redundant.  the current iovcnt
      schme really isnt being used anyway typically.   the atm
      layer will need a little more work in the future to take
      advantage of the skb scatter/gather support.  this patch
      removes the iovcnt dependencies and gets the check for
      non linear skbs right.
      4b05d7c5
  14. 05 May, 2003 1 commit
  15. 24 Apr, 2003 1 commit
  16. 02 Apr, 2003 1 commit
  17. 31 Mar, 2003 1 commit
  18. 25 Mar, 2003 1 commit
  19. 25 Feb, 2003 1 commit
  20. 24 Feb, 2003 1 commit
    • Michael Hayes's avatar
      [PATCH] Spelling fixes - initial · d4b21f44
      Michael Hayes authored
      This fixes:
          intial -> initial
          intially -> initially
          intiali[sz]e -> initiali[sz]e
          intiali[sz]ed -> initiali[sz]ed
          intiali[sz]es -> initiali[sz]es
          intiali[sz]ation -> initiali[sz]ation
      
      Fixes 32 occurrences in all.
      d4b21f44
  21. 05 Nov, 2002 1 commit
    • Andrew Morton's avatar
      [PATCH] timers: drivers/* · b28bf3f6
      Andrew Morton authored
      Results of a quick pass through everything under drivers/.  We're
      mostly OK in there.  I will have missed some.
      b28bf3f6
  22. 28 Oct, 2002 1 commit
  23. 12 Oct, 2002 1 commit
  24. 09 Oct, 2002 1 commit
    • Christoph Hellwig's avatar
      [PATCH] initcalls for ATM · f1556f64
      Christoph Hellwig authored
      Switch over ATM code to initcalls and reorder the makefile so
      that link order inside atm is the same.  I've also cleaned up
      the makefile a bit while at it.
      
      I didn't fix the existing compilation problems in the drivers (cli &
      friends) and the broken le/be firmware selection for the fore200e cards
      (kbuild breakage) though.
      f1556f64
  25. 08 Oct, 2002 1 commit
  26. 03 Aug, 2002 1 commit
  27. 28 Apr, 2002 1 commit
  28. 05 Feb, 2002 5 commits
    • Linus Torvalds's avatar
      v2.4.9.11 -> v2.4.9.12 · dfc52b82
      Linus Torvalds authored
        - Alan Cox: much more merging
        - Pete Zaitcev: ymfpci race fixes
        - Andrea Arkangeli: VM race fix and OOM tweak.
        - Arjan Van de Ven: merge RH kernel fixes
        - Andi Kleen: use more readable 'likely()/unlikely()' instead of __builtin_expect()
        - Keith Owens: fix 64-bit ELF types
        - Gerd Knorr: mark more broken PCI bridges, update btaudio driver
        - Paul Mackerras: powermac driver update
        - me: clean up PTRACE_DETACH to use common infrastructure
      dfc52b82
    • Linus Torvalds's avatar
      v2.4.5.6 -> v2.4.5.7 · ff31dc0b
      Linus Torvalds authored
        - Patrick Mochel: PCI documentation, and PM cleanups
        - mtd: export nand ECC functions
        - Jes Sorenson: acenic driver update
        - Alan Cox: fix vxfs merge boo-boo
        - me: undo page_launder() LRU changes, they have nasty side effects
        - wanrouter: fix error code
      ff31dc0b
    • Linus Torvalds's avatar
      v2.4.5.5 -> v2.4.5.6 · 29f279c7
      Linus Torvalds authored
        - Jeff Garzik: net driver updates, PCI PM induced cleanups
        - Me: do ACPI first, so that it doesn't mess up existing device driver
        configurations.  Notably it used to completely destroy PCMCIA on some
        Sony VAIOs.
        - Paul Mackerras: powermac drivers and MAINTAINERS update
        - NIIBE Yutaka: SuperH update
        - Johannes Erdfelt: USB driver updates
        - Russell King: ARM update
        - Alan Cox: merging, merging, merging
      29f279c7
    • Linus Torvalds's avatar
      v2.4.1.1 -> v2.4.1.2 · 5d12a58c
      Linus Torvalds authored
        - driver sync up with Alan
        - Andrew Morton: wakeup cleanup and race fix
        - Paul Mackerras: macintosh driver updates.
        - don't trust "page_count()" on reserved pages!
        - Russell King: fix serious IDE multimode write bug!
        - me, Jens, others: fix elevator problem
        - ARM, MIPS and cris architecture updates
        - alpha updates: better page clear/copy, avoid kernel lock in execve
        - USB and firewire updates
        - ISDN updates
        - Irda updates
      5d12a58c
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32