04 Mar, 2008

1 commit


14 Feb, 2008

4 commits

  • Drop z85230 support library info from kernel-api since it's duplicated in
    the Z85230 book.

    Signed-off-by: Randy Dunlap
    Acked-by: Alan Cox
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     
  • Move networking (core and drivers) docbook to its own networking book.
    Fix a few kernel-doc errors in header and source files.

    Signed-off-by: Randy Dunlap
    Cc: Trond Myklebust
    Cc: "J. Bruce Fields"
    Cc: Neil Brown
    Cc: "David S. Miller"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     
  • Use updated file list for docbook files and
    fix kernel-doc warnings in sunrpc:
    Warning(linux-2.6.24-git12//net/sunrpc/rpc_pipe.c:689): No description found for parameter 'rpc_client'
    Warning(linux-2.6.24-git12//net/sunrpc/rpc_pipe.c:765): No description found for parameter 'flags'
    Warning(linux-2.6.24-git12//net/sunrpc/clnt.c:584): No description found for parameter 'tk_ops'
    Warning(linux-2.6.24-git12//net/sunrpc/clnt.c:618): No description found for parameter 'bufsize'

    Signed-off-by: Randy Dunlap
    Cc: Trond Myklebust
    Cc: "J. Bruce Fields"
    Cc: Neil Brown
    Cc: "David S. Miller"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     
  • Move pipes and splice docbook to filesystems book.
    kernel-api book is huge (10x most other books) & slow to process.

    Signed-off-by: Randy Dunlap
    Cc: Jens Axboe
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     

08 Feb, 2008

8 commits


07 Feb, 2008

2 commits


05 Feb, 2008

1 commit


01 Feb, 2008

1 commit


31 Jan, 2008

1 commit


26 Jan, 2008

3 commits

  • From: Cornelia Huck

    Change the adapter interrupt interface in order to allow multiple
    adapter interrupt handlers to be registered. Indicators are now
    allocated by cio instead of the device driver.

    The qdio parts have been
    Acked-by: Ursula Braun

    Signed-off-by: Peter Oberparleiter
    Signed-off-by: Cornelia Huck
    Signed-off-by: Martin Schwidefsky

    Peter Oberparleiter
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (200 commits)
    [SCSI] usbstorage: use last_sector_bug flag universally
    [SCSI] libsas: abstract STP task status into a function
    [SCSI] ultrastor: clean up inline asm warnings
    [SCSI] aic7xxx: fix firmware build
    [SCSI] aacraid: fib context lock for management ioctls
    [SCSI] ch: remove forward declarations
    [SCSI] ch: fix device minor number management bug
    [SCSI] ch: handle class_device_create failure properly
    [SCSI] NCR5380: fix section mismatch
    [SCSI] sg: fix /proc/scsi/sg/devices when no SCSI devices
    [SCSI] IB/iSER: add logical unit reset support
    [SCSI] don't use __GFP_DMA for sense buffers if not required
    [SCSI] use dynamically allocated sense buffer
    [SCSI] scsi.h: add macro for enclosure bit of inquiry data
    [SCSI] sd: add fix for devices with last sector access problems
    [SCSI] fix pcmcia compile problem
    [SCSI] aacraid: add Voodoo Lite class of cards.
    [SCSI] aacraid: add new driver features flags
    [SCSI] qla2xxx: Update version number to 8.02.00-k7.
    [SCSI] qla2xxx: Issue correct MBC_INITIALIZE_FIRMWARE command.
    ...

    Linus Torvalds
     
  • This patch removes a few remainders of the VID_HARDWARE_* removal.

    Signed-off-by: Adrian Bunk
    Signed-off-by: Mauro Carvalho Chehab
    643d01fb38b6f376cced035549f4e193018776e7

    Adrian Bunk
     

12 Jan, 2008

3 commits


29 Nov, 2007

2 commits


20 Oct, 2007

2 commits

  • Spelling fixes in Documentation/.

    Signed-off-by: Simon Arlott
    Signed-off-by: Adrian Bunk

    Simon Arlott
     
  • Fix kernel-api docbook contents problems.

    docproc: linux-2.6.23-git13/include/asm-x86/unaligned_32.h: No such file or directory
    Warning(linux-2.6.23-git13//include/linux/list.h:482): bad line: of list entry
    Warning(linux-2.6.23-git13//mm/filemap.c:864): No description found for parameter 'ra'
    Warning(linux-2.6.23-git13//block/ll_rw_blk.c:3760): No description found for parameter 'req'
    Warning(linux-2.6.23-git13//include/linux/input.h:1077): No description found for parameter 'private'
    Warning(linux-2.6.23-git13//include/linux/input.h:1077): No description found for parameter 'cdev'

    Signed-off-by: Randy Dunlap
    Cc: Jens Axboe
    Cc: WU Fengguang
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     

17 Oct, 2007

4 commits

  • Convert LSM into a static interface, as the ability to unload a security
    module is not required by in-tree users and potentially complicates the
    overall security architecture.

    Needlessly exported LSM symbols have been unexported, to help reduce API
    abuse.

    Parameters for the capability and root_plug modules are now specified
    at boot.

    The SECURITY_FRAMEWORK_VERSION macro has also been removed.

    In a nutshell, there is no safe way to unload an LSM. The modular interface
    is thus unecessary and broken infrastructure. It is used only by out-of-tree
    modules, which are often binary-only, illegal, abusive of the API and
    dangerous, e.g. silently re-vectoring SELinux.

    [akpm@linux-foundation.org: cleanups]
    [akpm@linux-foundation.org: USB Kconfig fix]
    [randy.dunlap@oracle.com: fix LSM kernel-doc]
    Signed-off-by: James Morris
    Acked-by: Chris Wright
    Cc: Stephen Smalley
    Cc: "Serge E. Hallyn"
    Acked-by: Arjan van de Ven
    Signed-off-by: Randy Dunlap
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    James Morris
     
  • Add recommended section IDs to Documentation/DocBook/filesystems.tmpl

    Signed-off-by: Rob Landley
    Cc: "Randy.Dunlap"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Rob Landley
     
  • Fix two htmldocs build breaks, introduced by moving include/linux/usb_gadget.h to
    include/linux/usb/gadget.h and combining resume.c and suspend.c into main.c in
    drivers/base/power.

    Signed-off-by: Rob Landley
    Cc: "Randy.Dunlap"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Rob Landley
     
  • Add recommended section ID tags to deviceiobook.tmpl

    Because otherwise the link #anchors in the html vary from build to build.

    Signed-off-by: Rob Landley
    Cc: "Randy.Dunlap"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Rob Landley
     

14 Oct, 2007

5 commits

  • * git://git.infradead.org/mtd-2.6: (91 commits)
    [MTD] [NAND] Blackfin on-chip NAND Flash Controller driver
    [MTD] [NOR] fix ctrl-alt-del can't reboot for intel flash bug
    [MTD] [NAND] Fix compiler warning in Alauda driver
    [JFFS2] Remove stray debugging printk
    [JFFS2] Handle dirents on the flash with embedded zero bytes in names.
    [JFFS2] Check for creation of dirents with embedded zero bytes in name.
    [JFFS2] Don't count all 'very dirty' blocks except in debug mode
    [JFFS2] Check whether garbage-collection actually obsoleted its victim.
    [JFFS2] Relax threshold for triggering GC due to dirty blocks.
    [MTD] [OneNAND] Fix typo related with recent commit
    [JFFS2] Trigger garbage collection when very_dirty_list size becomes excessive
    [MTD] [NAND] Avoid deadlock in erase callback; release chip lock first.
    [MTD] [NAND] Resume method for CAFÉ NAND controller
    [MTD] [NAND] Fix PCI ident table for CAFÉ NAND controller.
    [MTD] [NAND] s3c2410: fix arch moves
    [MTD] [OneNAND] fix numerous races
    [MTD] map driver for NOR flash on the Intel Vermilion Range chipset
    [JFFS2] Fix unpoint length
    [MTD] fix CFI point method for discontiguous maps
    [MTD] MAPS: Merge Lubbock and Mainstone drivers into common PXA2xx driver
    ...

    Linus Torvalds
     
  • Fix docbook templates for new x86 path/filenames:
    docproc: linux-2.6.23-git2/include/asm-i386/mca_dma.h: No such file or directory

    Signed-off-by: Randy Dunlap
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     
  • Fix docbook templates for new x86 path/filenames.

    Signed-off-by: Randy Dunlap
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     
  • Fix docbook templates for modified x86 path/filenames.

    Signed-off-by: Randy Dunlap
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     
  • Fix docbook templates for new x86 path/filenames:

    docproc: linux-2.6.23-git2/include/asm-i386/io.h: No such file or directory

    Signed-off-by: Randy Dunlap
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     

13 Oct, 2007

2 commits


12 Oct, 2007

1 commit