1. 18 6月, 2009 8 次提交
    • L
      Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq · c30938d5
      Linus Torvalds 提交于
      * 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq:
        [CPUFREQ] cpumask: new cpumask operators for arch/x86/kernel/cpu/cpufreq/powernow-k8.c
        [CPUFREQ] cpumask: avoid playing with cpus_allowed in powernow-k8.c
        [CPUFREQ] cpumask: avoid cpumask games in arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c
        [CPUFREQ] cpumask: avoid playing with cpus_allowed in speedstep-ich.c
        [CPUFREQ] powernow-k8: get drv data for correct CPU
        [CPUFREQ] powernow-k8: read P-state from HW
        [CPUFREQ] reduce scope of ACPI_PSS_BIOS_BUG_MSG[]
        [CPUFREQ] Clean up convoluted code in arch/x86/kernel/tsc.c:time_cpufreq_notifier()
        [CPUFREQ] minor correction to cpu-freq documentation
        [CPUFREQ] powernow-k8.c: mess cleanup
        [CPUFREQ] Only set sampling_rate_max deprecated, sampling_rate_min is useful
        [CPUFREQ] powernow-k8: Set transition latency to 1 if ACPI tables export 0
        [CPUFREQ] ondemand: Uncouple minimal sampling rate from HZ in NO_HZ case
      c30938d5
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 · aa2638a2
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6:
        [SCSI] aic79xx: make driver respect nvram for IU and QAS settings
        [SCSI] don't attach ULD to Dell Universal Xport
        [SCSI] lpfc 8.3.3 : Update driver version to 8.3.3
        [SCSI] lpfc 8.3.3 : Add support for Target Reset handler entrypoint
        [SCSI] lpfc 8.3.3 : Fix a couple of spin_lock and memory issues and a crash
        [SCSI] lpfc 8.3.3 : FC/FCOE discovery fixes
        [SCSI] lpfc 8.3.3 : Fix various SLI-3 vs SLI-4 differences
        [SCSI] qla2xxx: Resolve a performance issue in interrupt
        [SCSI] cnic, bnx2i: Fix build failure when CONFIG_PCI is not set.
        [SCSI] nsp_cs: time_out reaches -1
        [SCSI] qla2xxx: fix printk format warnings
        [SCSI] ncr53c8xx: div reaches -1
        [SCSI] compat: don't perform unneeded copy in sg_io code
        [SCSI] zfcp: Update FC pass-through support
        [SCSI] zfcp: Add FC pass-through support
        [SCSI] FC Pass Thru support
      aa2638a2
    • L
      Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 · b069e8ed
      Linus Torvalds 提交于
      * 'linux-next' of git://git.infradead.org/ubi-2.6: (21 commits)
        UBI: add reboot notifier
        UBI: handle more error codes
        UBI: fix multiple spelling typos
        UBI: fix kmem_cache_free on error patch
        UBI: print amount of reserved PEBs
        UBI: improve messages in the WL worker
        UBI: make gluebi a separate module
        UBI: remove built-in gluebi
        UBI: add notification API
        UBI: do not switch to R/O mode on read errors
        UBI: fix and clean-up error paths in WL worker
        UBI: introduce new constants
        UBI: fix race condition
        UBI: minor serialization fix
        UBI: do not panic if volume check fails
        UBI: add dump_stack in checking code
        UBI: fix races in I/O debugging checks
        UBI: small debugging code optimization
        UBI: improve debugging messages
        UBI: re-name volumes_mutex to device_mutex
        ...
      b069e8ed
    • L
      Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 · b7c142db
      Linus Torvalds 提交于
      * 'linux-next' of git://git.infradead.org/ubifs-2.6:
        UBIFS: start using hrtimers
        hrtimer: export ktime_add_safe
        UBIFS: do not forget to register BDI device
        UBIFS: allow sync option in rootflags
        UBIFS: remove dead code
        UBIFS: use anonymous device
        UBIFS: return proper error code if the compr is not present
        UBIFS: return error if link and unlink race
        UBIFS: reset no_space flag after inode deletion
      b7c142db
    • A
      Documentation/vm/Makefile: don't try to build slqbinfo · 0bd8df90
      Andrew Morton 提交于
      For it is only in linux-next at this stage.
      
      Cc: Wu Fengguang <fengguang.wu@intel.com>
      Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
      Cc: Andi Kleen <andi@firstfloor.org>
      Cc: Matt Mackall <mpm@selenic.com>
      Cc: Alexey Dobriyan <adobriyan@gmail.com>
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Pekka Enberg <penberg@cs.helsinki.fi>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      0bd8df90
    • D
      drm/radeon/kms: remove the _DRM_DRIVER from the KMS paths. · 3b47883d
      Dave Airlie 提交于
      This causes an issue since we fixed the drm mappings to do the right thing,
      so its just a copy and pasto.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      3b47883d
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 · 4ce4b1b7
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6:
        SLUB: Fix early boot GFP_DMA allocations
        SLUB: Don't print out OOM warning for __GFP_NOFAIL
        SLUB: fix build when !SLUB_DEBUG
        SLUB: Out-of-memory diagnostics
        slab: document kzfree() zeroing behavior
        slab: fix generic PAGE_POISONING conflict with SLAB_RED_ZONE
        slob: use PG_slab for identifying SLOB pages
      4ce4b1b7
    • L
      Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus · 9cb0fbf7
      Linus Torvalds 提交于
      * 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus: (47 commits)
        MIPS: Add hibernation support
        MIPS: Move Cavium CP0 hwrena impl bits to cpu-feature-overrides.h
        MIPS: Allow CPU specific overriding of CP0 hwrena impl bits.
        MIPS: Kconfig Add SYS_SUPPORTS_HUGETLBFS and enable it for some systems.
        Hugetlbfs: Enable hugetlbfs for more systems in Kconfig.
        MIPS: TLB support for hugetlbfs.
        MIPS: Add hugetlbfs page defines.
        MIPS: Add support files for hugetlbfs.
        MIPS: Remove unused parameters from iPTE_LW.
        Staging: Add octeon-ethernet driver files.
        MIPS: Export erratum function needed by octeon-ethernet driver.
        MIPS: Cavium-Octeon: Add more chip specific feature tests.
        MIPS: Cavium-Octeon: Add more board type constants.
        MIPS: Export cvmx_sysinfo_get needed by octeon-ethernet driver.
        MIPS: Add named alloc functions to OCTEON boot monitor memory allocator.
        MIPS: Alchemy: devboards: Convert to gpio calls.
        MIPS: Alchemy: xxs1500: use linux gpio api.
        MIPS: Alchemy: MTX-1: Use linux gpio api.
        MIPS: Alchemy: Rewrite GPIO support.
        MIPS: Alchemy: Remove unused au1000_gpio.h header
        ...
      9cb0fbf7
  2. 17 6月, 2009 32 次提交