1. 03 Mar, 2010 7 commits
    • Linus Torvalds's avatar
      Merge branch 'for_linus' of... · b037bba7
      Linus Torvalds authored
      Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86
      
      * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86: (45 commits)
        compal-laptop: Make it depend on CONFIG_RFKILL
        classmate-laptop: Added some keys present in other devices
        MAINTAINERS: Add git tree to x86 Platform Drivers
        asus-acpi: remove duplicate comparison of asus_model strings
        toshiba-acpi: fix multimedia keys on some machines
        dell-laptop: Fix errors on failure and exit paths
        dell-laptop: Fix build error by making buffer_mutex static
        asus-laptop: fix style problems reported by checkpath.pl
        asus-laptop: use device_create_file() instead of platform_group
        asus-laptop: clean led code
        asus-laptop: add gps rfkill
        asus-laptop: set initial lcd state
        asus-laptop: leds, remove dead code and fix asus_led_exit()/asus_led_init()
        asus-laptop: add backlight changes notifications
        asus-laptop: add bluetooth keys found on M9V
        asus-laptop: switch to sparse keymap library
        asus-laptop: rename wireless_status to wlan_status to avoid confusion
        asus-laptop: add error check for write_acpi_int calls
        asus-laptop: stop using ASUS_HANDLE and use relative methods instead
        asus-laptop: rename function talking directly to acpi with asus_xxx scheme
        ...
      b037bba7
    • Linus Torvalds's avatar
      Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging · a03696e9
      Linus Torvalds authored
      * 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging:
        i2c: Document the message size limit
        i2c-algo-pca: Drop duplicate variable
        i2c: Hook up runtime PM support
        i2c-parport-light: Add SMBus alert support
        i2c-parport: Add SMBus alert support
        i2c: Separate Kconfig option for i2c-smbus
        i2c: Add SMBus alert support
        i2c-parport: Give powered devices some time to settle
        i2c-tiny-usb: Fix a comment on bus frequency
        i2c-i801: Add Intel Cougar Point device IDs
        i2c: Make PCI device ids constant
      a03696e9
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu · 0a135ba1
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu:
        percpu: add __percpu sparse annotations to what's left
        percpu: add __percpu sparse annotations to fs
        percpu: add __percpu sparse annotations to core kernel subsystems
        local_t: Remove leftover local.h
        this_cpu: Remove pageset_notifier
        this_cpu: Page allocator conversion
        percpu, x86: Generic inc / dec percpu instructions
        local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.c
        module: Use this_cpu_xx to dynamically allocate counters
        local_t: Remove cpu_local_xx macros
        percpu: refactor the code in pcpu_[de]populate_chunk()
        percpu: remove compile warnings caused by __verify_pcpu_ptr()
        percpu: make accessors check for percpu pointer in sparse
        percpu: add __percpu for sparse.
        percpu: make access macros universal
        percpu: remove per_cpu__ prefix.
      0a135ba1
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw · 4850f524
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw:
        GFS2: print glock numbers in hex
        GFS2: ordered writes are backwards
        GFS2: Remove old, unused linked list code from quota
        GFS2: Remove loopy umount code
        GFS2: Metadata address space clean up
      4850f524
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband · 3ff1562e
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband: (48 commits)
        IB/srp: Clean up error path in srp_create_target_ib()
        IB/srp: Split send and recieve CQs to reduce number of interrupts
        RDMA/nes: Add support for KR device id 0x0110
        IB/uverbs: Use anon_inodes instead of private infinibandeventfs
        IB/core: Fix and clean up ib_ud_header_init()
        RDMA/cxgb3: Mark RDMA device with CXIO_ERROR_FATAL when removing
        RDMA/cxgb3: Don't allocate the SW queue for user mode CQs
        RDMA/cxgb3: Increase the max CQ depth
        RDMA/cxgb3: Doorbell overflow avoidance and recovery
        IB/core: Pack struct ib_device a little tighter
        IB/ucm: Clean whitespace errors
        IB/ucm: Increase maximum devices supported
        IB/ucm: Use stack variable 'base' in ib_ucm_add_one
        IB/ucm: Use stack variable 'devnum' in ib_ucm_add_one
        IB/umad: Clean whitespace
        IB/umad: Increase maximum devices supported
        IB/umad: Use stack variable 'base' in ib_umad_init_port
        IB/umad: Use stack variable 'devnum' in ib_umad_init_port
        IB/umad: Remove port_table[]
        IB/umad: Convert *cdev to cdev in struct ib_umad_port
        ...
      3ff1562e
    • Randy Dunlap's avatar
      docbook: fix errors from x86 headers merger · 88b68033
      Randy Dunlap authored
      Fix docbook errors for x86 headers that were recently merged:
      
      docproc: arch/x86/include/asm/atomic_32.h: No such file or directory
      docproc: arch/x86/include/asm/io_32.h: No such file or directory
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Brian Gerst <brgerst@gmail.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      88b68033
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 · 4846546f
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6:
        [CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex and
        [CIFS] Use unsigned ea length for clarity
        cifs: set server_eof in cifs_fattr_to_inode
        [CIFS] Minor cleanup to EA patch
        cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs
        cifs: verify lengths of QueryAllEAs reply
        cifs: increase maximum buffer size in CIFSSMBQAllEAs
        cifs: rename name_len to list_len in CIFSSMBQAllEAs
        cifs: clean up indentation in CIFSSMBQAllEAs
        cifs: add parens around smb_var in BCC macros
      4846546f
  2. 02 Mar, 2010 33 commits