An error occurred fetching the project authors.
  1. 28 Feb, 2003 1 commit
  2. 05 Jan, 2003 1 commit
    • Craig Wilkie's avatar
      [PATCH] Fix errors making Docbook documentation · ff346687
      Craig Wilkie authored
        This modifies the following files: -
      
        Documentation/Docbook/Makefile - Fix dependencies generating parportbook
        which caused tex to choke.
      
        Documentation/Docbook/kernel-api.tmpl - Remove references to source
        files which do not contain kernel-doc comments, which caused "errors" in
        the generated documentation.
      
        include/linux/init.h - fix a trivial function comment to correct the
        generated documentation.
      
        This patch partially addresses one of the issues on the Kernel Janitor
        TODO list -
      
        "someone who knows DocBook, or is willing to learn, should go through
        and clean up Documentation/DocBook to kill all the warnings that occur
        during "make pdfdocs" and generally make the documents look nicer, and
        render smaller PDFs."
      ff346687
  3. 03 Nov, 2002 1 commit
  4. 16 Oct, 2002 1 commit
  5. 10 Oct, 2002 1 commit
    • Sam Ravnborg's avatar
      docbook: Makefile cleanup · cf2098d9
      Sam Ravnborg authored
      o Removed special rules for JBD, covered by the general mechanishm
      o Use $(obj)/ instead of Documentation/DocBook
      o Introduced usage of Distributed clean
      o No longer delete *~ files in top-level directory during clean
      cf2098d9
  6. 08 Oct, 2002 3 commits
  7. 03 Oct, 2002 1 commit
  8. 29 Jul, 2002 1 commit
  9. 25 Jul, 2002 2 commits
  10. 05 Jul, 2002 1 commit
  11. 20 Jun, 2002 1 commit
    • Sam Ravnborg's avatar
      kbuild: Add "make help" support · 516a1648
      Sam Ravnborg authored
      Added the new target "help" that list the most common targets
      Calls down to Documentation/Makefile to list documentation targets.
      Furthermore calls down to the architecture specific Makefile
      to list architecture specific targets.
      So far only i386 is supporting this.
      516a1648
  12. 05 Jun, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Fix make -s (silent) and add a quiet mode · 00b454db
      Kai Germaschewski authored
      Suppress echoing of commands when using "make -s", so that make -s
      does indeed have the effect one would expect.
      
      Add a quiet mode, which will print not the entire command but only
      one line per rule. To turn it on, use
      
      	make KBUILD_VERBOSE=0 vmlinux/whatever
      
      or set KBUILD_VERBOSE=0 in your environment.
      
      For now, the verbose mode is default, which gives you the old behavior
      of printing all commands.
      
      The output in quiet mode is based on what Keith Owens' kbuild-2.5 does,
      I like, I did not want to invent yet another output format.
      00b454db
  13. 31 May, 2002 1 commit
  14. 28 May, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Build targets locally · 04a8c2f5
      Kai Germaschewski authored
      Targets should always be built from the Makefile local to the subdir
      they are in. So build scripts/* from scripts/Makefile.
      
      Clean up scripts/Makefile as we go.
      04a8c2f5
  15. 24 May, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Use consistently FORCE instead of dummy · cc4749dc
      Kai Germaschewski authored
      FORCE is the de-facto standard name for a prequisite to force
      recompilation, so instead of using a mix of 'dummy','FORCE' and
      'FORCE_RECOMPILE' use 'FORCE' everywhere.
      
      Also, move figuring out the path relative to the top level dir
      into Rules.make, instead of calling an external script. 
      cc4749dc
  16. 11 May, 2002 1 commit
  17. 28 Apr, 2002 1 commit
    • Douglas Gilbert's avatar
      [PATCH] scsi mid to lower level api documentation · 1955d1d3
      Douglas Gilbert authored
      Here is some documentation to describe the interface of lower level
      drivers (e.g.  aic7xxx) in the scsi subsystem.
      
      The patch is made up of a text file: drivers/scsi/scsi_mid_low_api.txt
      and some Documentation/DocBook additions to enable html, ps and pdf
      renderings.
      1955d1d3
  18. 08 Apr, 2002 1 commit
    • David Brownell's avatar
      USB kerneldoc fixes · 3066fa91
      David Brownell authored
      This fixes some kerneldoc bugs for USB.  It catches up with
      the recent rename, and includes a couple minor tweaks/fixes
      I happened to notice.
      3066fa91
  19. 03 Apr, 2002 1 commit
  20. 20 Mar, 2002 1 commit
  21. 05 Feb, 2002 16 commits
    • Linus Torvalds's avatar
      v2.5.2.5 -> v2.5.2.6 · 2f886464
      Linus Torvalds authored
      - Asit Mallick: mtrr update
      - Patrick Mochel: split up kernel/device.c into drivers/base
      - Mikael Pettersson/Al Viro: fix missing in-core inode initialization
      in ext2 introduced by Al's inode trimming
      - David Miller: sparc and network updates
      - Frank Davis: firewire video mmap page remapping fix
      - me: fix configure help scripts to fix breakage noticed by Dave Jones
      - Greg KH: USB updates
      - Kai Germaschewski: ISDN fixes, Config.help entries
      - Douglas Gilbert: SCSI doc update
      - Ingo Molnar: x86 taskswitch optimizations, scheduler updates
      - Mikael Pettersson: make APIC work on old external setups
      - Al Viro: more inode trimming
      2f886464
    • 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.1.10 -> v2.5.1.11 · 18a93310
      Linus Torvalds authored
      - Davide Libenzi, Ingo Molnar: scheduler updates
      - Greg KH: USB update
      - Jean Tourrilhes: IrDA and wireless updates
      - Jens Axboe: bio/block updates
      18a93310
    • Linus Torvalds's avatar
      v2.5.0.3 -> v2.5.0.4 · 40b1df3a
      Linus Torvalds authored
      - Jens Axboe: fix up bio highmem breakage, more cleanups
      - Greg KH: USB update
      40b1df3a
    • Linus Torvalds's avatar
      v2.5.0.1 -> v2.5.0.2 · e1e2cfc3
      Linus Torvalds authored
      - Greg KH: USB update
      - Richard Gooch: refcounting for devfs
      - Jens Axboe: start of new block IO layer
      e1e2cfc3
    • 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.13 -> v2.4.13.1 · 980adcb2
      Linus Torvalds authored
        - Michael Warfield: computone serial driver update
        - Alexander Viro: cdrom module race fixes
        - David Miller: Acenic driver fix
        - Andrew Grover: ACPI update
        - Kai Germaschewski: ISDN update
        - Tim Waugh: parport update
        - David Woodhouse: JFFS garbage collect sleep
      980adcb2
    • Linus Torvalds's avatar
      v2.4.10.4 -> v2.4.10.5 · 8b29e8ed
      Linus Torvalds authored
        - Keith Owens: module exporting error checking
        - Greg KH: USB update
        - Paul Mackerras: clean up wait_init_idle(), ppc prefetch macros
        - Jan Kara: quota fixes
        - Abraham vd Merwe: agpgart support for Intel 830M
        - Jakub Jelinek: ELF loader cleanups
        - Al Viro: more cleanups
        - David Miller: sparc64 fix, netfilter fixes
        - me: tweak resurrected oom handling
      8b29e8ed
    • Linus Torvalds's avatar
      v2.4.9.10 -> v2.4.9.11 · a880f45a
      Linus Torvalds authored
        - Neil Brown: md cleanups/fixes
        - Andrew Morton: console locking merge
        - Andrea Arkangeli: major VM merge
      a880f45a
    • Linus Torvalds's avatar
      v2.4.9.4 -> v2.4.9.5 · 1c3cefa5
      Linus Torvalds authored
        - Merge with Alan
        - Trond Myklebust: NFS fixes - kmap and root inode special case
        - Al Viro: more superblock cleanups, inode leak in rd.c, minix
        directories in page cache
        - Paul Mackerras: clean up rubbish from sl82c105.c
        - Neil Brown: md/raid cleanups, NFS filehandles
        - Johannes Erdfelt: USB update (usb-2.0 support, visor fix, Clie fix,
        pl2303 driver update)
        - David Miller: sparc and net update
        - Eric Biederman: simplify and correct bootdata allocation - don't
        overwrite ramdisks
        - Tim Waugh: support multiple SuperIO devices, parport doc updates
      1c3cefa5
    • Linus Torvalds's avatar
      v2.4.6.3 -> v2.4.6.4 · ccb6dd87
      Linus Torvalds authored
        - David Miller: sparc and networking updates
        - Al Viro: SysV FS add_link off-by-two bogosity.
        - Jeff Garzik: merge D-Link DL2k GigE driver, other network driver cleanups
        - Kai Germaschewski: ISDN update
        - Alan Cox: more merging (MPT fusion core)
        - Johannes Erdfelt: USB updates
        - Stas Sergeev: make sure we return out of vm86 mode when interrupts
        get re.enabled
        - Rusty Russell: netfilter fixes for ipt_unclean and ip_queue
        - me: initialize page->age when adding it to the swap cache
        - Paul Mackerras: PPC updates
        - some subtle fs/buffer.c race conditions (Andrew Morton, me)
      ccb6dd87
    • Linus Torvalds's avatar
      v2.4.5.8 -> v2.4.5.9 · 2d80cb2a
      Linus Torvalds authored
        - make sure "sync()" doesn't effectively lock up the machine by
        overloading all the IO resources
        - fix up some network memory allocations that don't wan tto wait on IO.
        - merge with Alan (including MIPS update)
        - Jeff Garzik: network driver updates.
        - Al Viro: System V FS update (write capability, page cache, mondo cleanups)
        - Kai Germaschewski: ISDN cleanups, TURBOPAM driver by Stelian Pop
        - Ben Fennema: UDF update (time handling, i_blocks fix)
        - Neil Brown: md error handling improvements, knfsd file handle compatibility
        - Paul Mackerras: PPC update
        - Jakub Jelinek: fix up kernel linker scripts to accept .rodata better
        - Patrick Mochel: fix PME handling in pci_enable_wake()
        - Chris Mason: reiserfs PF_MEMALLOC handling
      2d80cb2a
    • Linus Torvalds's avatar
      v2.4.4.1 -> v2.4.4.2 · 26560b55
      Linus Torvalds authored
        - David Miller: network syncup (better TCP page fault handling by Andrea etc)
        - Tim Hockin: moxa driver fixes
        - Alexander Viro: clean up process reaping procedures, make /proc use
        the proper fields to notice that the process is gone, gone, gone.
        - Justin Gibbs: aic7xxx driver update to 6.1.13.
        - me: fix PCI allocation so that it doesn't stomp on unknown memory
        - Jeff Garzik: 8139too net drvr fix
        - Nigel Gamble: merge page fault interrupt gate from preemtible kernel.
        Fixes problem noticed by Brian Gerst.
        - Jean Tourrilhes: Orinoco / Airport support diff. Mucho cleanups.
      26560b55
    • Linus Torvalds's avatar
      v2.4.3 -> v2.4.3.1 · 3544b328
      Linus Torvalds authored
        - Bob Tracy: Cyrix MTRR setup fix (don't make it twice as big as asked
        for)
        - Trond Myklebust: rpciod needs to be PF_MEMALLOC to avoid deadlocks on
        memory allocation when writing out NFS data under low memory conditions.
        Fix up BKL and RPC interactions.
        - Jeff Garzik: tulip network driver update
        - fix truncate to call down to the filesystem with the kernel lock.
        - David Mosberger: ia64 update
        - David Mosberger: simplify ELF program header generation.
        - Alan Cox: merge from -ac series
        - Jeff Garzik: make serial.c recognize modem devices properly
      3544b328
    • 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
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32