An error occurred fetching the project authors.
  1. 11 Jun, 2003 1 commit
  2. 25 May, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] misc fixes · 4a81c9aa
      Andrew Morton authored
      - Add an explanation for clearing the focus bit on P4 (zwane)
      
      - __d_path kerneldoc fix (John Levon)
      
      - generic-hdlc documentation fix (Krzysztof Halasa <khc@pm.waw.pl>)
      
      - cmdline_read_proc cleanup (Oleg Drokin)
      
      - remove a couple of unused vars from drivers/ide/pci/hpt366.c
      
      - sound/core/sgbuf.c needs mm.h at least on alpha, for mem_map and other
        page stuff.  (Ivan Kokshaysky <ink@jurassic.park.msu.ru>)
      
      - Don't use "u32 long" in cs46xx.c (Kevin Puetz <puetzk@puetzk.org>)
      
      - fs/nfs/nfs4xdr.c warning fix: all the `goto out;' statements are
        commented away, so comment away the label too.
      
      - net/ipv6/af_inet6.c: remove unused var
      
      - drivers/media/video/bttv-cards.c: jiffies are unsigned long
      
      - drivers/media/video/saa7134/saa7134-cards.c: unused var
      
      - Fix Documentation/Changes comment wrt sparc compiler version
      
      - drivers/pnp/quirks.c needs slab.h for kfree().  (Daniele Bellucci
        <bellucda@tiscali.it>)
      4a81c9aa
  3. 07 May, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] misc fixes · 5f4197af
      Andrew Morton authored
      - ifdef fix in kmap_types.h (Oleg Drokin)
      
      - remove redundant ext3 inclusions (Burton Windle)
      
      - Fix misidentified warning printk in vmalloc.c
      
      - radeon_cp printk warning fix (Randy Dunlap)
      
      - Update minimum binutils version for the ".incbin" thing in vsyscall.S
      
      - update raw driver to recent module API.
      
      - update my email address
      5f4197af
  4. 09 Apr, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] Enforce gcc-2.95 as the minimum compiler requirement · 545e7a03
      Andrew Morton authored
      Now that sparc64 is using gcc-3.x we can disallow gcc-2.91, etc.
      
      Documentation/Changes already says 2.95.3, which is working fine for me.
      
      With this change, we no longer require that per-cpu data definitions be
      initialised.  That was a workaround for a bug in older gccs.  So remove the
      build infrastructure which was checking for that.
      
      Also, mention that nfs-utils-1.0.3 is required.  It isn't required yet, but
      will be once we enable larger dev_t: there is an interface for exportfs which
      passes dev_t's into the kernel which breaks with larger dev_t.  That
      interface is old, deprecated and is not used in nfs-utils-1.0.3.
      545e7a03
  5. 09 Feb, 2003 1 commit
    • Rusty Russell's avatar
      [PATCH] Documentation_Changes · 11d0216d
      Rusty Russell authored
      From:  Frank Davis <fdavis@si.rr.com>
      
        this was already mentioned on l-k by ramune@net-ronin.org, but isn't in
        2.5.59. Placing on the trivial queue for inclusion.
      11d0216d
  6. 16 Jan, 2003 1 commit
    • Kai Germaschewski's avatar
      kbuild/modules: Save space on symbol list · 7bf6b27c
      Kai Germaschewski authored
      The current code reserves 60 bytes for the symbol string of every
      exported symbol, unnecessarily wasting kernel memory since most symbols
      are much shorter. We revert to the 2.4 solution where the actual strings
      are saved out of line and only the pointers are kept.
      
      The latest module-init-tools already handle this case, people who are
      using older versions need to update to make sure depmod works
      properly.
      
      Saves 80 KB in vmlinux with my .config.
      7bf6b27c
  7. 28 Dec, 2002 1 commit
    • Daniel A. Nobuto's avatar
      [PATCH] Documentation/Changes for modules · f914915b
      Daniel A. Nobuto authored
      the url for module-init-tools has been fixed, and all the references to
      modutils (outside source) has been updated if necessary.
      
      more patches to follow to fix up the modules.conf/conf.modules vs.
      modprobe.conf references.
      f914915b
  8. 19 Dec, 2002 1 commit
    • John Levon's avatar
      [PATCH] oprofile update · 8c977c50
      John Levon authored
      This makes the following changes :
       o headers cleanup
       o remove deprecated kernel_only
       o mention minimum oprofile version
       o correct initialise stats
       o remove racy debug check (wli saw this oops)
       o remove pointless simple_open
       o add dump functionality
       o remove pessimising FASTCALL
      
      It fixes a critical race.
      8c977c50
  9. 08 Nov, 2002 1 commit
  10. 28 Oct, 2002 1 commit
  11. 13 Oct, 2002 1 commit
  12. 08 Oct, 2002 1 commit
    • Andrew Morton's avatar
      [PATCH] ext3 indexed directory support · da5223ff
      Andrew Morton authored
      Daniel Phillips' indexed directory support.  Ported from ext2 by
      Christopher Li.  Contributions from Andreas Dilger, Stephen Tweedie,
      lots from Ted.
      
      It requires e2fsprogs-1.29; I've updated the Changes file to reflect
      that.
      da5223ff
  13. 03 Oct, 2002 1 commit
    • Andrew Morton's avatar
      [PATCH] add /proc/vmstat (start of /proc/stat cleanup) · 15e19695
      Andrew Morton authored
      Moves the VM accounting out of /proc/stat and into /proc/vmstat.
      
      The VM accounting is now per-cpu.
      
      It also moves kstat.pgpgin and kstat.pgpgout into /proc/vmstat.
      Which is a bit of a duplication of /proc/diskstats (SARD), but it's
      easy, super-cheap and makes life a lot easier for all the system
      monitoring applications which we just broke.
      
      We now require procps 2.0.9.
      
      Updated versions of top and vmstat are available at http://surriel.com
      and the Cygnus CVS is uptodate for these changes.  (Rik has the CVS
      info at the above site).
      
      This tidies up kernel_stat quite a lot - it now only contains CPU
      things (interrupts and CPU loads) and disk things.  So we now have:
      
      /proc/stat:	CPU things and disk things
      /proc/vmstat:	VM things	(plus pgpgin, pgpgout)
      
      The SARD patch removes the disk things from /proc/stat as well.
      15e19695
  14. 30 Sep, 2002 1 commit
    • Dave Jones's avatar
      [PATCH] trivial bits. · 4aaae0d9
      Dave Jones authored
      Adrian Bunk went through .39-dj, and pulled out a bunch of
      trivial bits (docs changes, whitespace fixes etc)
      
       - CREDITS: update the web-address of Tigran A. Aivazian
       - Documentation/Changes: higher minimum version of reiserfsprogs
       - s/www.linuxdoc.org/www.tldp.org/g in:
         - Documentation/DocBook/sis900.tmpl
         - Documentation/kernel-docs.txt
         - Documentation/scsi-generic.txt
         - Documentation/scsi.txt
         - Documentation/sound/oss/PAS16
       - Documentation/filesystems/isofs.txt: document where to get ISO 9660
         docs from
       - Documentation/networking/00-INDEX: document that e100.txt and e1000.txt
         are present
       - typo fixes in:
         - Documentation/networking/ip-sysctl.txt
         - Documentation/s390/Debugging390.txt
         - drivers/ide/Config.help
       - MAINTAINERS:
         - update location of the emu10k1-devel and linux-mips lists
         - Remy Card is no longer ext2 maintainer
         - list Andrew Morton instead of Remy Card as second ext3 maintainer
         - update mail addresses of Riley H. Williams and Jack Hammer
         - misc whitespace -> tab fixes
       - arch/mips/kernel/time.c: correct the location of a README
       - whitespace -> tab fixes in
         drivers/net/{3c505,3c509,arcnet/arcnet,at1700,hamradio/scc,ni65,
         pcmcia/aironet4500_cs}.c and drivers/net/wan/lmc/lmc_var.h
       - drivers/pci/quirks.c: update URL
       - remove tabs/whitespace at the end of lines in:
         - drivers/tc/lk201-map.map
         - drivers/tc/lk201-remap.c
         - drivers/tc/zs.h
       - fs/jfs/jfs_logmgr.c: remove two extra empty lines
       - include/linux/auto_fs.h: s/__x86_64/__x86_64__/
      4aaae0d9
  15. 11 Sep, 2002 1 commit
  16. 31 May, 2002 1 commit
    • Dave Jones's avatar
      [PATCH] egcs no longer supported. · 479c0422
      Dave Jones authored
      Andrew Morton found that egcs was miscompiling the per-cpu area code
      on x86. This patch updates the check, and documentation accordingly.
      479c0422
  17. 30 May, 2002 1 commit
  18. 12 May, 2002 1 commit
    • Kai Germaschewski's avatar
      Small Rules.make cleanup · dc79d6c5
      Kai Germaschewski authored
      Add some comments to explain the magic, use $(if), which will
      be needed for other places anyway.
      
      That means we up the make requirements to 3.78, which is a couple of
      years old, so basically anybody should have it already.
      dc79d6c5
  19. 03 Apr, 2002 2 commits
  20. 22 Feb, 2002 1 commit
  21. 05 Feb, 2002 15 commits
    • Niels Kristian Bech Jensen's avatar
      [PATCH] Two fixes for linux-2.5.3. · 10461eef
      Niels Kristian Bech Jensen authored
       Correct typo in Documentation/Changes.
       Remove duplicate code in arch/i386/boot/bootsect.S.
      10461eef
    • Linus Torvalds's avatar
      v2.5.2.4 -> v2.5.2.4.1 · 397cbdc2
      Linus Torvalds authored
      - Patrick Mochel: devicefs locking cleanups, refcount fixes
      - Brian Gerst: apic timer cleanup
      - Adam Richter: fix loop over block device bio breakage, ipfwadm compile fix
      - Peter Anvin: bootproto v2.03
      - me: split up Configure.help over the subdirectories where it is used
      397cbdc2
    • Linus Torvalds's avatar
      v2.5.2.2 -> v2.5.2.3 · 463727d1
      Linus Torvalds authored
      - Al Viro: VFS inode allocation moved down to filesystem, trim inodes
      - Greg KH: USB update, hotplug documentation
      - Kai Germaschewski: ISDN update
      - Ingo Molnar: scheduler tweaking ("J2")
      - Arnaldo: emu10k kdev_t updates
      - Ben Collins: firewire updates
      - Björn Wesen: cris arch update
      - Hal Duston: ps2esdi driver bio/kdev_t fixes
      - Jean Tourrilhes: move wireless drivers into drivers/net/wireless,
      update wireless API #1
      - Richard Gooch: devfs race fix
      - OGAWA Hirofumi: FATFS update
      463727d1
    • Linus Torvalds's avatar
      v2.5.0.4 -> v2.5.0.5 · cc5979c3
      Linus Torvalds authored
      - Patrick Mochel: driver model infrastructure, part 1
      - Jens Axboe: more bio fixes, cleanups
      - Andrew Morton: release locking fixes
      - Al Viro: superblock/mount handling
      - Kai Germaschewski: AVM Fritz!Card ISDN driver
      - Christoph Hellwig: make cramfs SMP-safe.
      cc5979c3
    • 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.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.5.1 -> v2.4.5.2 · 4fdbe71c
      Linus Torvalds authored
        - Takanori Kawano: brlock indexing bugfix
        - Ingo Molnar, Jeff Garzik: softirq updates and fixes
        - Al Viro: rampage of superblock cleanups.
        - Jean Tourrilhes: Orinoco driver update v6, IrNET update
        - Trond Myklebust: NFS brown-paper-bag thing
        - Tim Waugh: parport update
        - David Miller: networking and sparc updates
        - Jes Sorensen: m68k update.
        - Ben Fennema: UDF update
        - Geert Uytterhoeven: fbdev logo updates
        - Willem Riede: osst driver updates
        - Paul Mackerras: PPC update
        - Marcelo Tosatti: unlazy swap cache
        - Mikulas Patocka: hpfs update
      4fdbe71c
    • Linus Torvalds's avatar
      v2.4.4.3 -> v2.4.4.4 · 923215ae
      Linus Torvalds authored
        - Russell King: ARM updates
        - Al Viro: more init cleanups
        - Cort Dougan: more PPC updates
        - David Miller: cleanups, pci mmap updates
        - Neil Brown: raid resync by sector
        - Alan Cox: more merging with -ac
        - Johannes Erdfelt: USB updates
        - Kai Germaschewski: ISDN updates
        - Tobias Ringstrom: dmfe.c network driver update
        - Trond Myklebust: NFS client updates and cleanups
      923215ae
    • Linus Torvalds's avatar
      v2.4.3.1 -> v2.4.3.2 · b0683ac8
      Linus Torvalds authored
        - Ingo Molnar/Al Viro: don't use bforget() on ext2 (and minix) metadata
        where we may not be the only owner of the buffer! FS corruption.
        - Andi Kleen: IPv6 packet re-assembly fix.
        - David Howells: fix up rwsem implementation
        - Alan Cox: more merging (S/390 down, ARM to go).
        - Jens Axboe: LVM and loop fixes
      b0683ac8
    • Linus Torvalds's avatar
      v2.4.2.2 -> v2.4.2.3 · b56566c6
      Linus Torvalds authored
        - Alan Cox: continued merging
        - Urban Widmark: smbfs fix (d_add on already hashed dentry - no-no).
        - Andrew Morton: 3c59x update
        - Jeff Garzik: network driver cleanups and fixes
        - Gérard Roudier: sym-ncr drivers update
        - Jens Axboe: more loop cleanups and fixes
        - David Miller: sparc update, some networking fixes
      b56566c6
    • Linus Torvalds's avatar
      v2.4.1.4 -> v2.4.2 · 6db68906
      Linus Torvalds authored
        - sync up more with Alan
        - Urban Widmark: smbfs and HIGHMEM fix
        - Chris Mason: reiserfs tail unpacking fix ("null bytes in reiserfs files")
        - Adan Richter: new cpia usb ID
        - Hugh Dickins: misc small sysv ipc fixes
        - Andries Brouwer: remove overly restrictive sector size check for
        SCSI cd-roms
      6db68906
    • Linus Torvalds's avatar
      v2.4.1 -> v2.4.1.1 · 1644c00d
      Linus Torvalds authored
        - XMM: don't allow illegal mxcsr values
        - ACPI: handle non-existent battery strings gracefully
        - Compaq Smart Array driver update
        - Kanoj Sarcar: serial console hardware flow control support
        - ide-cs: revert toc-valid cache checking in 2.4.1
        - Vojtech Pavlik: update via82cxxx driver to handle the vt82c686
        - raid5 graceful failure handling fix
        - ne2k-pci: enable device before asking the irq number
        - sis900 driver update
        - riva FB driver update
        - fix silly inode hashing pessimization
        - add SO_ACCEPTCONN for SuS
        - remove modinfo hack workaround, all newer modutils do it correctly
        - datagram socket shutdown fix
        - mark process as running when it takes a page-fault
      1644c00d
    • Linus Torvalds's avatar
      v2.4.0.9 -> v2.4.0.10 · baf4e2cf
      Linus Torvalds authored
        - got a few too-new R128 #defines in the Radeon merge. Fix.
        - tulip driver update from Jeff Garzik
        - more cpq and DAC elevator fixes from Jens. Looks good.
        - Petr Vandrovec: nicer ncpfs behaviour
        - Andy Grover: APCI update
        - Cort Dougan: PPC update
        - David Miller: sparc updates
        - David Miller: networking updates
        - Neil Brown: RAID5 fixes
      baf4e2cf
    • Linus Torvalds's avatar
      v2.4.0 -> v2.4.0.1 · 43e9282d
      Linus Torvalds authored
        - Don't drop a megabyte off the old-style memory size detection
        - remember to UnlockPage() in ramfs_writepage()
        - 3c59x driver update from Andrew Morton
        - egcs-1.1.2 miscompiles depca: workaround by Andrew Morton
        - dmfe.c module init fix: Andrew Morton
        - dynamic XMM support. Andrea Arkangeli.
        - Locked SHM segment deadlock fix
        - fork() page table copy race fix
      43e9282d
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32