17 Jul, 2007

3 commits


16 Jul, 2007

2 commits


15 Jul, 2007

1 commit


13 Jul, 2007

8 commits

  • * master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6: (149 commits)
    USB: ohci-pnx4008: Remove unnecessary cast of return value of kzalloc
    USB: additions to the quirk list
    usb-storage: implement autosuspend
    USB: cdc-acm: add new device id to option driver
    USB: goku_udc trivial cleanups
    USB: usb gadget stack can now -DDEBUG with Kconfig
    usb gadget stack: remove usb_ep_*_buffer(), part 2
    usb gadget stack: remove usb_ep_*_buffer(), part 1
    USB: pxa2xx_udc -- cleanups, mostly removing dma hooks
    USB: pxa2xx_udc: use generic gpio layer
    USB: quirk for samsung printer
    USB: usb/dma doc updates
    USB: drivers/usb/storage/unusual_devs.h whitespace cleanup
    USB: remove Makefile reference to obsolete OHCI_AT91
    USB: io_*: remove bogus termios no change checks
    USB: mos7720: remove bogus no termios change check
    USB: visor and whiteheat: remove bogus termios change checks
    USB: pl2303: remove bogus checks and fix speed support to use tty_get_baud_rate()
    USB: mos7840.c: turn this into a serial driver
    USB: make the usb_device numa_node get assigned from controller
    ...

    Linus Torvalds
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband: (76 commits)
    IB: Update MAINTAINERS with Hal's new email address
    IB/mlx4: Implement query SRQ
    IB/mlx4: Implement query QP
    IB/cm: Send no match if a SIDR REQ does not match a listen
    IB/cm: Fix handling of duplicate SIDR REQs
    IB/cm: cm_msgs.h should include ib_cm.h
    IB/cm: Include HCA ACK delay in local ACK timeout
    IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possible
    IB/sa: Make sure SA queries use default P_Key
    IPoIB: Recycle loopback skbs instead of freeing and reallocating
    IB/mthca: Replace memset(, 0, PAGE_SIZE) with clear_page()
    IPoIB/cm: Fix warning if IPV6 is not enabled
    IB/core: Take sizeof the correct pointer when calling kmalloc()
    IB/ehca: Improve latency by unlocking after triggering the hardware
    IB/ehca: Notify consumers of LID/PKEY/SM changes after nondisruptive events
    IB/ehca: Return QP pointer in poll_cq()
    IB/ehca: Change idr spinlocks into rwlocks
    IB/ehca: Refactor sync between completions and destroy_cq using atomic_t
    IB/ehca: Lock renaming, static initializers
    IB/ehca: Report RDMA atomic attributes in query_qp()
    ...

    Linus Torvalds
     
  • Vojtech agreed to pass usblp over to me, so if you find bugs don't bug him.

    Signed-off-by: Pete Zaitcev
    Signed-off-by: Vojtech Pavlik
    Signed-off-by: Greg Kroah-Hartman

    Pete Zaitcev
     
  • Signed-off-by: Roland Dreier

    Roland Dreier
     
  • * master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart:
    [AGPGART] Hand off AGP maintainence.

    Linus Torvalds
     
  • * master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6: (34 commits)
    PCI: Only build PCI syscalls on architectures that want them
    PCI: limit pci_get_bus_and_slot to domain 0
    PCI: hotplug: acpiphp: avoid acpiphp "cannot get bridge info" PCI hotplug failure
    PCI: hotplug: acpiphp: remove hot plug parameter write to PCI host bridge
    PCI: hotplug: acpiphp: fix slot poweroff problem on systems without _PS3
    PCI: hotplug: pciehp: wait for 1 second after power off slot
    PCI: pci_set_power_state(): check for PM capabilities earlier
    PCI: cpci_hotplug: Convert to use the kthread API
    PCI: add pci_try_set_mwi
    PCI: pcie: remove SPIN_LOCK_UNLOCKED
    PCI: ROUND_UP macro cleanup in drivers/pci
    PCI: remove pci_dac_dma_... APIs
    PCI: pci-x-pci-express-read-control-interfaces cleanups
    PCI: Fix typo in include/linux/pci.h
    PCI: pci_ids, remove double or more empty lines
    PCI: pci_ids, add atheros and 3com_2 vendors
    PCI: pci_ids, reorder some entries
    PCI: i386: traps, change VENDOR to DEVICE
    PCI: ATM: lanai, change VENDOR to DEVICE
    PCI: Change all drivers to use pci_device->revision
    ...

    Linus Torvalds
     
  • * 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6: (183 commits)
    [TG3]: Update version to 3.78.
    [TG3]: Add missing NVRAM strapping.
    [TG3]: Enable auto MDI.
    [TG3]: Fix the polarity bit.
    [TG3]: Fix irq_sync race condition.
    [NET_SCHED]: ematch: module autoloading
    [TCP]: tcp probe wraparound handling and other changes
    [RTNETLINK]: rtnl_link: allow specifying initial device address
    [RTNETLINK]: rtnl_link API simplification
    [VLAN]: Fix MAC address handling
    [ETH]: Validate address in eth_mac_addr
    [NET]: Fix races in net_rx_action vs netpoll.
    [AF_UNIX]: Rewrite garbage collector, fixes race.
    [NETFILTER]: {ip, nf}_conntrack_sctp: fix remotely triggerable NULL ptr dereference (CVE-2007-2876)
    [NET]: Make all initialized struct seq_operations const.
    [UDP]: Fix length check.
    [IPV6]: Remove unneeded pointer idev from addrconf_cleanup().
    [DECNET]: Another unnecessary net/tcp.h inclusion in net/dn.h
    [IPV6]: Make IPV6_{RECV,2292}RTHDR boolean options.
    [IPV6]: Do not send RH0 anymore.
    ...

    Fixed up trivial conflict in Documentation/feature-removal-schedule.txt
    manually.

    Signed-off-by: Linus Torvalds

    Linus Torvalds
     
  • Change MAINTAINERS to formally take responsibility for the i386 boot code.

    Signed-off-by: H. Peter Anvin
    Signed-off-by: Linus Torvalds

    H. Peter Anvin
     

12 Jul, 2007

1 commit


11 Jul, 2007

3 commits

  • Signed-off-by: James Chapman
    Signed-off-by: David S. Miller

    James Chapman
     
  • * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6: (40 commits)
    bonding/bond_main.c: make 2 functions static
    ps3: gigabit ethernet driver for PS3, take3
    [netdrvr] Fix dependencies for ax88796 ne2k clone driver
    eHEA: Capability flag for DLPAR support
    Remove sk98lin ethernet driver.
    sunhme.c:quattro_pci_find() must be __devinit
    bonding / ipv6: no addrconf for slaves separately from master
    atl1: remove write-only var in tx handler
    macmace: use "unsigned long flags;"
    Cleanup usbnet_probe() return value handling
    netxen: deinline and sparse fix
    eeprom_93cx6: shorten pulse timing to match spec (bis)
    phylib: Add Marvell 88E1112 phy id
    phylib: cleanup marvell.c a bit
    AX88796 network driver
    IOC3: Switch to pci refcounting safe APIs
    e100: Fix Tyan motherboard e100 not receiving IPMI commands
    QE Ethernet driver writes to wrong register to mask interrupts
    rrunner.c:rr_init() must be __devinit
    tokenring/3c359.c:xl_init() must be __devinit
    ...

    Linus Torvalds
     
  • Hi,

    This is the third submission of the network driver for PS3.
    The differences from the previous one are:

    - renamed source file names so that their prefix can match
    with the module name
    - added cbe-oss-dev@ozlabs.org line for MAINTAINER file
    - changed some in copyright comments

    If there are no more comments, please apply for 2.6.23.

    Thank you

    --
    Subject: PS3: Ethernet driver

    From: Masakazu Mokuno

    Add Gigabit Ethernet support for the PS3 game console. The module will
    be called ps3_gelic.

    CC: Geoff Levand
    Signed-off-by: Masakazu Mokuno
    Signed-off-by: Jeff Garzik

    Masakazu Mokuno
     

10 Jul, 2007

4 commits


09 Jul, 2007

1 commit


07 Jul, 2007

1 commit


02 Jul, 2007

1 commit

  • >>>>> "Greg" == Greg KH writes:

    Greg> Yeah, this is the cdc_acm driver that is still in the USB drivers/
    Greg> directory tree as it is a USB class driver that shows up as a tty device
    Greg> to userspace. It should not be moved to the networking list unless no
    Greg> one minds that I never see any queries about it :)

    Ok, here's an updated patch:

    Questions regarding the USB network drivers should now go to netdev.

    Signed-off-by: Peter Korsgaard
    Acked-by: David Brownell
    Signed-off-by: Jeff Garzik

    Peter Korsgaard
     

19 Jun, 2007

2 commits


12 Jun, 2007

1 commit


11 Jun, 2007

2 commits


09 Jun, 2007

2 commits

  • The UFS entry was misformatted
    The NEC V850 links are all broken
    The Berkshire watchdog links are all broken

    Signed-off-by: Alan Cox
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alan Cox
     
  • This patch changes MAINTAINERS to reflect the new location of the reiserfs
    development mailing list. The old list forwards to the new one.

    Signed-off-by: Jeff Mahoney
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jeff Mahoney
     

03 Jun, 2007

2 commits


01 Jun, 2007

4 commits

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6:
    firewire: Install firewire-constants.h and firewire-cdev.h for userspace.
    firewire: Change struct fw_cdev_iso_packet to not use bitfields.
    firewire: Implement suspend/resume PCI driver hooks.
    firewire: add to MAINTAINERS
    firewire: fw-sbp2: implement sysfs ieee1394_id
    ieee1394: sbp2: offer SAM-conforming target port ID in sysfs
    ieee1394: fix calculation of sysfs attribute "address"

    Linus Torvalds
     
  • Cc: "John W. Linville"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Luis R. Rodriguez
     
  • We are seeing increasing levels of minor patch style violations in submissions
    to the mailing lists as well as making it into the tree. These detract from
    the quality of the submission and cause unnessary work for reviewers.

    As a first step package up the current state of the patch style checker and
    include it in the kernel tree. Add instructions suggesting running it on
    submissions. This adds version v0.01 of the checkpatch.pl script.

    Signed-off-by: Andy Whitcroft
    Signed-off-by: Joel Schopp
    Cc: Randy Dunlap
    Cc: Dave Jones
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andy Whitcroft
     
  • Signed-off-by: Stefan Richter
    Acked-by: Kristian Høgsberg

    Stefan Richter
     

30 May, 2007

1 commit

  • * master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6:
    [SCSI] megaraid_sas: intercept cmd timeout and throttle io
    [SCSI] fusion: Fix |/|| confusion
    [SCSI] aic94xx: asd_clear_nexus should fail if the cleared task does not complete
    [SCSI] aic7xxx: fix aicasm build failure with gcc-3.4.6
    [SCSI] aacraid: apply commit config for reset_devices flag
    [SCSI] sd: fix refcounting regression in suspend/resume routines
    [SCSI] aacraid: fix panic on short Inquiry
    [SCSI] aacraid: Correct sa platform support. (Was: [Bug 8469] Bad EIP value on pentium3 SMP kernel-2.6.21.1)
    [SCSI] NCR53C9x: correct spelling mistake in deprecation notice
    [SCSI] tgt: fix a rdma indirect transfer error bug
    [SCSI] MegaRAID: Update MAINTAINERS email-id
    [SCSI] stex: minor cleanup and version update
    [SCSI] stex: fix reset recovery for console device
    [SCSI] stex: extend hard reset wait time
    [SCSI] stex: fix id mapping issue
    [SCSI] ipr: Proper return codes for eh_dev_reset for SATA devices
    [SCSI] zfcp: IO stall after deleting and path checker changes after reenabling zfcp devices
    [SCSI] zfcp: avoid clutter in erp_dbf

    Linus Torvalds
     

24 May, 2007

1 commit