23 Jul, 2011

13 commits

  • * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next: (1287 commits)
    icmp: Fix regression in nexthop resolution during replies.
    net: Fix ppc64 BPF JIT dependencies.
    acenic: include NET_SKB_PAD headroom to incoming skbs
    ixgbe: convert to ndo_fix_features
    ixgbe: only enable WoL for magic packet by default
    ixgbe: remove ifdef check for non-existent define
    ixgbe: Pass staterr instead of re-reading status and error bits from descriptor
    ixgbe: Move interrupt related values out of ring and into q_vector
    ixgbe: add structure for containing RX/TX rings to q_vector
    ixgbe: inline the ixgbe_maybe_stop_tx function
    ixgbe: Update ATR to use recorded TX queues instead of CPU for routing
    igb: Fix for DH89xxCC near end loopback test
    e1000: always call e1000_check_for_link() on e1000_ce4100 MACs.
    netxen: add fw version compatibility check
    be2net: request native mode each time the card is reset
    ipv4: Constrain UFO fragment sizes to multiples of 8 bytes
    virtio_net: Fix panic in virtnet_remove
    ipv6: make fragment identifications less predictable
    ipv6: unshare inetpeers
    can: make function can_get_bittiming static
    ...

    Linus Torvalds
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus:
    lguest: Fix in/out emulation
    lguest: Fix translation count about wikipedia's cpuid page
    lguest: Fix three simple typos in comments
    lguest: update comments
    lguest: Simplify device initialization.
    lguest: don't rewrite vmcall instructions
    lguest: remove remaining vmcall
    lguest: use a special 1:1 linear pagetable mode until first switch.
    lguest: Do not exit on non-fatal errors

    Linus Torvalds
     
  • * 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:
    xen/pciback: Have 'passthrough' option instead of XEN_PCIDEV_BACKEND_PASS and XEN_PCIDEV_BACKEND_VPCI
    xen/pciback: Remove the DEBUG option.
    xen/pciback: Drop two backends, squash and cleanup some code.
    xen/pciback: Print out the MSI/MSI-X (PIRQ) values
    xen/pciback: Don't setup an fake IRQ handler for SR-IOV devices.
    xen: rename pciback module to xen-pciback.
    xen/pciback: Fine-grain the spinlocks and fix BUG: scheduling while atomic cases.
    xen/pciback: Allocate IRQ handler for device that is shared with guest.
    xen/pciback: Disable MSI/MSI-X when reseting a device
    xen/pciback: guest SR-IOV support for PV guest
    xen/pciback: Register the owner (domain) of the PCI device.
    xen/pciback: Cleanup the driver based on checkpatch warnings and errors.
    xen/pciback: xen pci backend driver.
    xen: tmem: self-ballooning and frontswap-selfshrinking
    xen: Add module alias to autoload backend drivers
    xen: Populate xenbus device attributes
    xen: Add __attribute__((format(printf... where appropriate
    xen: prepare tmem shim to handle frontswap
    xen: allow enable use of VGA console on dom0

    Linus Torvalds
     
  • * 'stable/pci.cleanups.v1' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:
    xen/pci: Use 'acpi_gsi_to_irq' value unconditionally.
    xen/pci: Remove 'xen_allocate_pirq_gsi'.
    xen/pci: Retire unnecessary #ifdef CONFIG_ACPI
    xen/pci: Move the allocation of IRQs when there are no IOAPIC's to the end
    xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together.
    xen/pci: Use the xen_register_pirq for HVM and initial domain users
    xen/pci: In xen_register_pirq bind the GSI to the IRQ after the hypercall.
    xen/pci: Provide #ifdef CONFIG_ACPI to easy code squashing.
    xen/pci: Update comments and fix empty spaces.
    xen/pci: Shuffle code around.

    Linus Torvalds
     
  • * 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:
    xen:pvhvm: Modpost section mismatch fix

    Linus Torvalds
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc: (78 commits)
    mmc: MAINTAINERS: add myself as a tmio-mmc maintainer
    mmc: print debug messages for runtime PM actions
    mmc: fix runtime PM with -ENOSYS suspend case
    mmc: at91_mci: move register header from include/ to drivers/
    mmc: mxs-mmc: fix clock rate setting
    mmc: tmio: fix a deadlock
    mmc: tmio: fix a recently introduced bug in DMA code
    mmc: sh_mmcif: maximize power saving
    mmc: tmio: maximize power saving
    mmc: tmio: fix recursive spinlock, don't schedule with interrupts disabled
    mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency
    mmc: omap_hsmmc: fix oops in omap_hsmmc_dma_cb()
    mmc: omap_hsmmc: refactor duplicated code
    mmc: omap_hsmmc: fix a few bugs when setting the clock divisor
    mmc: omap_hsmmc: introduce start_clock and re-use stop_clock
    mmc: omap_hsmmc: split duplicate code to calc_divisor() function
    mmc: omap_hsmmc: move hardcoded frequency constants to defines
    mmc: omap_hsmmc: correct debug report error status mnemonics
    mmc: block: fixed NULL pointer dereference
    mmc: documentation of mmc non-blocking request usage and design.
    ...

    Linus Torvalds
     
  • * 'for-linus' of git://oss.sgi.com/xfs/xfs: (49 commits)
    xfs: add size update tracepoint to IO completion
    xfs: convert AIL cursors to use struct list_head
    xfs: remove confusing ail cursor wrapper
    xfs: use a cursor for bulk AIL insertion
    xfs: failure mapping nfs fh to inode should return ESTALE
    xfs: Remove the second parameter to xfs_sb_count()
    xfs: remove the dead XFS_DABUF_DEBUG code
    xfs: remove leftovers of the old btree tracing code
    xfs: remove the dead QUOTADEBUG code
    xfs: remove the unused xfs_buf_delwri_sort function
    xfs: remove wrappers around b_iodone
    xfs: remove wrappers around b_fspriv
    xfs: add a proper transaction pointer to struct xfs_buf
    xfs: factor out xfs_da_grow_inode_int
    xfs: factor out xfs_dir2_leaf_find_stale
    xfs: cleanup struct xfs_dir2_free
    xfs: reshuffle dir2 headers
    xfs: start periodic workers later
    Revert "xfs: fix filesystsem freeze race in xfs_trans_alloc"
    xfs: remove variables that serve no purpose in xfs_alloc_ag_vextent_exact()
    ...

    Linus Torvalds
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm:
    dlm: don't limit active work items
    dlm: use workqueue for callbacks
    dlm: remove deadlock debug print
    dlm: improve rsb searches
    dlm: keep lkbs in idr
    dlm: fix kmalloc args
    dlm: don't do pointless NULL check, use kzalloc and fix order of arguments
    dlm: dump address of unknown node
    dlm: use vmalloc for hash tables
    dlm: show addresses in configfs

    Linus Torvalds
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus:
    hfsplus: ensure bio requests are not smaller than the hardware sectors
    hfsplus: Add additional range check to handle on-disk corruptions
    hfsplus: Add error propagation for hfsplus_ext_write_extent_locked
    hfsplus: add error checking for hfs_find_init()
    hfsplus: lift the 2TB size limit
    hfsplus: fix overflow in hfsplus_read_wrapper
    hfsplus: fix overflow in hfsplus_get_block
    hfsplus: assignments inside `if' condition clean-up

    Linus Torvalds
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw:
    GFS2: combine duplicated block freeing routines
    GFS2: Add S_NOSEC support
    GFS2: Automatically adjust glock min hold time
    GFS2: Cache dir hash table in a contiguous buffer

    Linus Torvalds
     
  • * 'linux-next' of git://git.infradead.org/ubi-2.6:
    UBI: clarify the volume notification types' doc
    UBI: remove dead code
    UBI: dump stack when switching to R/O mode
    UBI: fix oops in error path
    UBI: switch debugging tests knobs to debugfs
    UBI: make it possible to use struct ubi_device in debug.h
    UBI: prepare debugging stuff to further debugfs conversion
    UBI: use debugfs for the extra checks knobs
    UBI: change the interface of a debugging check function

    Linus Torvalds
     
  • * 'linux-next' of git://git.infradead.org/ubifs-2.6: (32 commits)
    MAINTAINERS: change e-mail of Adrian Hunter
    UBIFS: fix master node recovery
    UBIFS: improve power cut emulation testing
    UBIFS: rename recovery testing variables
    UBIFS: remove custom list of superblocks
    UBIFS: stop re-defining UBI operations
    UBIFS: switch to I/O helpers
    UBIFS: switch to ubifs_leb_write
    UBIFS: switch to ubifs_leb_read
    UBIFS: introduce more I/O helpers
    UBIFS: always print stacktrace when switching to R/O mode
    UBIFS: remove unused and unneeded debugging function
    UBIFS: add global debugfs knobs
    UBIFS: introduce debugfs helpers
    UBIFS: re-arrange debugging code a bit
    UBIFS: be more informative in failure mode
    UBIFS: switch self-check knobs to debugfs
    UBIFS: lessen amount of debugging check types
    UBIFS: introduce helper functions for debugging checks and tests
    UBIFS: amend debugging inode size check function prototype
    ...

    Linus Torvalds
     
  • * 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6:
    slab: fix DEBUG_SLAB warning
    slab: shrink sizeof(struct kmem_cache)
    slab: fix DEBUG_SLAB build
    SLUB: Fix missing include
    slub: reduce overhead of slub_debug
    slub: Add method to verify memory is not freed
    slub: Enable backtrace for create/delete points
    slab allocators: Provide generic description of alignment defines
    slab, slub, slob: Unify alignment definition
    slob/lockdep: Fix gfp flags passed to lockdep

    Linus Torvalds
     

22 Jul, 2011

27 commits