1. 03 3月, 2010 12 次提交
    • L
      Merge branch 'for_linus' of... · b037bba7
      Linus Torvalds 提交于
      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
    • L
      Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging · a03696e9
      Linus Torvalds 提交于
      * '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
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu · 0a135ba1
      Linus Torvalds 提交于
      * '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
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw · 4850f524
      Linus Torvalds 提交于
      * 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
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband · 3ff1562e
      Linus Torvalds 提交于
      * '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
    • R
      docbook: fix errors from x86 headers merger · 88b68033
      Randy Dunlap 提交于
      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: NRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Brian Gerst <brgerst@gmail.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      88b68033
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 · 4846546f
      Linus Torvalds 提交于
      * 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
    • L
      Merge branch 'for-linus' of... · 832d30ca
      Linus Torvalds 提交于
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6: (38 commits)
        SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0
        TOMOYO: Protect find_task_by_vpid() with RCU.
        Security: add static to security_ops and default_security_ops variable
        selinux: libsepol: remove dead code in check_avtab_hierarchy_callback()
        TOMOYO: Remove __func__ from tomoyo_is_correct_path/domain
        security: fix a couple of sparse warnings
        TOMOYO: Remove unneeded parameter.
        TOMOYO: Use shorter names.
        TOMOYO: Use enum for index numbers.
        TOMOYO: Add garbage collector.
        TOMOYO: Add refcounter on domain structure.
        TOMOYO: Merge headers.
        TOMOYO: Add refcounter on string data.
        TOMOYO: Reduce lines by using common path for addition and deletion.
        selinux: fix memory leak in sel_make_bools
        TOMOYO: Extract bitfield
        syslog: clean up needless comment
        syslog: use defined constants instead of raw numbers
        syslog: distinguish between /proc/kmsg and syscalls
        selinux: allow MLS->non-MLS and vice versa upon policy reload
        ...
      832d30ca
    • L
      Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux · 3a5b27bf
      Linus Torvalds 提交于
      * 'for-linus' of git://gitorious.org/linux-omap-dss2/linux: (49 commits)
        OMAP: DSS2: Taal: Fix TE when resuming
        OMAP: DSS2: Taal: Fix ESD check
        OMAP: DSS2: OMAPFB: Constify some function parameters
        OMAP: DSS2: OMAPFB: install omapfb.h
        OMAP: DSS2: DSI: add error prints
        OMAP: DSS2: TPO-TD03MTEA1: fix function names
        OMAP: DSS2: DSI: add dsi_vc_dcs_read_2() helper
        OMAP: DSS2: OMAPFB: Remove FB_OMAP2_FORCE_AUTO_UPDATE
        OMAP: DSS2: DSI: remove external TE support
        OMAP: DSS2: move timing functions
        OMAP: DSS2: move set/get_wss()
        OMAP: DSS2: move enable/disable/suspend/resume
        OMAP: DSS2: move update() and sync()
        OMAP: DSS2: move set/get_update_mode()
        OMAP: DSS2: move enable/get_te()
        OMAP: DSS2: move get_recommended_bpp()
        OMAP: DSS2: move get_resolution()
        OMAP: DSS2: move enable/disable_channel to overlay manager
        OMAP: DSS2: move wait_vsync()
        OMAP: DSS2: move get/set_rotate()
        ...
      3a5b27bf
    • L
      Merge branch 'omap-for-linus' of... · 5057bfaf
      Linus Torvalds 提交于
      Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6
      
      * 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6: (214 commits)
        omap2: Initialize Menelaus and MMC for N8X0
        AM3517 EVM: correct typo - tca6416 mispelt as tca6516
        AM3517 EVM: Enable I2C support
        AM35x: Enable OMAP_MUX in defconfig
        AM35x: Add missing GPIO mux config for EHCI port
        Zoom3: Defconfig update
        omap: i2c: Fix muxing for command line enabled bus
        OMAP4: clock: Remove clock hacks from timer-gp.c
        OMAP4: clock: Add dummy clock nodes for interface clocks
        OMAP4: clock: Rename leaf clock nodes to end with a _ick or _fck
        OMAP2+ clock: revise omap2_clk_{disable,enable}()
        OMAP2/3 clock: combine OMAP2 & 3 boot-time MPU rate change code
        OMAP clockdomain: if no autodeps exist, don't try to add or remove them
        OMAP hwmod: add hwmod class support
        OMAP hwmod: convert header files with static allocations into C files
        OMAP hwmod: convert hwmod to use hardware clock names rather than clkdev dev+con
        OMAP clock: add omap_clk_get_by_name() for use by OMAP hwmod core code
        OMAP3: clock: add capability to change rate of dpll4_m5_ck_3630
        OMAP4 clock: drop the ALWAYS_ENABLED clock flag
        OMAP clock: drop RATE_FIXED clock flag
        ...
      5057bfaf
    • L
      Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block · 6c0ad5df
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.dk/linux-2.6-block:
        Revert "blkdev: fix merge_bvec_fn return value checks"
      6c0ad5df
    • J
      Revert "blkdev: fix merge_bvec_fn return value checks" · 9599945b
      Jens Axboe 提交于
      This reverts commit 9f7cdbc3.
      
      It's causing oopses om dm setups, so revert it until we investigate.
      Reported-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      Tested-by: NSteven Rostedt <rostedt@goodmis.org>
      Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
      9599945b
  2. 02 3月, 2010 28 次提交