27 Jun, 2006

2 commits

  • * master.kernel.org:/pub/scm/linux/kernel/git/dtor/input:
    Input: iforce - remove some pointless casts
    Input: psmouse - add support for Intellimouse 4.0
    Input: atkbd - fix HANGEUL/HANJA keys
    Input: fix misspelling of Hangeul key
    Input: via-pmu - add input device support
    Input: rearrange exports
    Input: fix formatting to better follow CodingStyle
    Input: reset name, phys and uniq when unregistering
    Input: return correct size when reading modalias attribute
    Input: change my e-mail address in MAINTAINERS file
    Input: fix potential overflows in driver/input/keyboard
    Input: fix potential overflows in driver/input/touchscreen
    Input: fix potential overflows in driver/input/joystick
    Input: fix potential overflows in driver/input/mouse
    Input: fix accuracy of fixp-arith.h
    Input: iforce - use ENOSPC instead of ENOMEM
    Input: constify drivers/char/keyboard.c

    Linus Torvalds
     
  • Signed-off-by: Michael Buesch
    Cc: Jeff Garzik
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Michael Buesch
     

26 Jun, 2006

1 commit


23 Jun, 2006

4 commits


22 Jun, 2006

2 commits

  • * git://oss.sgi.com:8090/xfs-2.6: (43 commits)
    [XFS] Remove files from the build that are now unused.
    [XFS] Fix a Makefile issue related to exports.o handling.
    [XFS] Remove version 1 directory code. Never functioned on Linux, just
    [XFS] Map EFSCORRUPTED to an actual error code, not just a made up one
    [XFS] Kill direct access to ->count in valusema(); all we ever use it for
    [XFS] Remove unneeded conditional code on NFS export interface related
    [XFS] Remove an incorrect use of unlikely() on a relatively likely code
    [XFS] Push some common code out of write path into core XFS code for
    [XFS] Remove unnecessary local from open_exec dmapi path.
    [XFS] Minor XFS documentation updates.
    [XFS] Fix broken const use inside local suffix_strtoul routine.
    [XFS] Fix nused counter. It's currently getting set to -1 rather than
    [XFS] Fix mismerge of the fs_writable cleanup patch causing a freeze/thaw
    [XFS] Fix up debug code so that bulkstat wont generate thousands of
    [XFS] Remove unused parameter from di2xflags routine.
    [XFS] Cleanup a missed porting conversion, and freezing.
    [XFS] Resolve a namespace collision on remaining vtypes for FreeBSD
    [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
    [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.
    [XFS] statvfs component of directory/project quota support, code
    ...

    Linus Torvalds
     
  • * master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (85 commits)
    [SCSI] 53c700: remove reliance on deprecated cmnd fields
    [SCSI] hptiop: don't use cmnd->bufflen
    [SCSI] hptiop: HighPoint RocketRAID 3xxx controller driver
    [SCSI] aacraid: small misc. cleanups
    [SCSI] aacraid: Update supported product information
    [SCSI] aacraid: Fix return code interpretation
    [SCSI] scsi_transport_sas: fix panic in sas_free_rphy
    [SCSI] remove RQ_SCSI_* flags
    [SCSI] remove scsi_request infrastructure
    [SCSI] mptfusion: change driver revision to 3.03.10
    [SCSI] mptfc: abort of board reset leaves port dead requiring reboot
    [SCSI] mptfc: fix fibre channel infinite request/response loop
    [SCSI] mptfc: set fibre channel fw target missing timers to one second
    [SCSI] mptfusion: move fc event/reset handling to mptfc
    [SCSI] spi transport: don't allow dt to be set on SE or HVD buses
    [SCSI] aic7xxx: expose the bus setting to sysfs
    [SCSI] scsi: remove Documentation/scsi/cpqfc.txt
    [SCSI] drivers/scsi: Use ARRAY_SIZE macro
    [SCSI] Remove last page_address from dc395x.c
    [SCSI] hptiop: HighPoint RocketRAID 3xxx controller driver
    ...

    Fixed up conflicts in drivers/message/fusion/mptbase.c manually (due to
    the sparc interrupt cleanups)

    Linus Torvalds
     

21 Jun, 2006

2 commits

  • * git://git.infradead.org/mtd-2.6: (199 commits)
    [MTD] NAND: Fix breakage all over the place
    [PATCH] NAND: fix remaining OOB length calculation
    [MTD] NAND Fixup NDFC merge brokeness
    [MTD NAND] S3C2410 driver cleanup
    [MTD NAND] s3c24x0 board: Fix clock handling, ensure proper initialisation.
    [JFFS2] Check CRC32 on dirent and data nodes each time they're read
    [JFFS2] When retiring nextblock, allocate a node_ref for the wasted space
    [JFFS2] Mark XATTR support as experimental, for now
    [JFFS2] Don't trust node headers before the CRC is checked.
    [MTD] Restore MTD_ROM and MTD_RAM types
    [MTD] assume mtd->writesize is 1 for NOR flashes
    [MTD NAND] Fix s3c2410 NAND driver so it at least _looks_ like it compiles
    [MTD] Prepare physmap for 64-bit-resources
    [JFFS2] Fix more breakage caused by janitorial meddling.
    [JFFS2] Remove stray __exit from jffs2_compressors_exit()
    [MTD] Allow alternate JFFS2 mount variant for root filesystem.
    [MTD] Disconnect struct mtd_info from ABI
    [MTD] replace MTD_RAM with MTD_GENERIC_TYPE
    [MTD] replace MTD_ROM with MTD_GENERIC_TYPE
    [MTD] remove a forgotten MTD_XIP
    ...

    Linus Torvalds
     
  • * master.kernel.org:/home/rmk/linux-2.6-mmc:
    [MMC] Add (MMC) to entry in MAINTAINERS file
    [MMC] sdhci truncated pointer fix

    Linus Torvalds
     

20 Jun, 2006

1 commit


15 Jun, 2006

1 commit


13 Jun, 2006

1 commit


11 Jun, 2006

1 commit


10 Jun, 2006

1 commit

  • 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: HighPoint Linux Team
    Signed-off-by: James Bottomley

    HighPoint Linux Team
     

09 Jun, 2006

1 commit


06 Jun, 2006

2 commits


05 Jun, 2006

1 commit


29 May, 2006

1 commit


28 May, 2006

1 commit


27 May, 2006

1 commit


26 May, 2006

2 commits

  • 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: Arthur Othieno
    Signed-off-by: Paul Mackerras

    Arthur Othieno
     
  • It gets enough reports, that there ought to be a MAINTAINER entry.

    Signed-off-by: Stephen Hemminger
    Signed-off-by: David S. Miller

    Stephen Hemminger
     

24 May, 2006

1 commit


22 May, 2006

3 commits


20 May, 2006

1 commit


17 May, 2006

1 commit


16 May, 2006

3 commits


10 May, 2006

1 commit


03 May, 2006

1 commit


26 Apr, 2006

1 commit


25 Apr, 2006

1 commit


22 Apr, 2006

1 commit


21 Apr, 2006

1 commit