1. 31 3月, 2009 9 次提交
    • L
      Merge branch 'x86-stage-3-for-linus' of... · 019abbc8
      Linus Torvalds 提交于
      Merge branch 'x86-stage-3-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'x86-stage-3-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (190 commits)
        Revert "cpuacct: reduce one NULL check in fast-path"
        Revert "x86: don't compile vsmp_64 for 32bit"
        x86: Correct behaviour of irq affinity
        x86: early_ioremap_init(), use __fix_to_virt(), because we are sure it's safe
        x86: use default_cpu_mask_to_apicid for 64bit
        x86: fix set_extra_move_desc calling
        x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited prot
        x86/dmi: fix dmi_alloc() section mismatches
        x86: e820 fix various signedness issues in setup.c and e820.c
        x86: apic/io_apic.c define msi_ir_chip and ir_ioapic_chip all the time
        x86: irq.c keep CONFIG_X86_LOCAL_APIC interrupts together
        x86: irq.c use same path for show_interrupts
        x86: cpu/cpu.h cleanup
        x86: Fix a couple of sparse warnings in arch/x86/kernel/apic/io_apic.c
        Revert "x86: create a non-zero sized bm_pte only when needed"
        x86: pci-nommu.c cleanup
        x86: io_delay.c cleanup
        x86: rtc.c cleanup
        x86: i8253 cleanup
        x86: kdebugfs.c cleanup
        ...
      019abbc8
    • L
      Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 · 2d25ee36
      Linus Torvalds 提交于
      * 'bkl-removal' of git://git.lwn.net/linux-2.6:
        Fix a lockdep warning in fasync_helper()
        Add a missing unlock_kernel() in raw_open()
      2d25ee36
    • L
      Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus · 915db32d
      Linus Torvalds 提交于
      * 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus: (21 commits)
        MIPS: Alchemy: PB1200: use SMC91X platform data.
        MIPS: Alchemy: MIPS hazard workarounds are not required.
        MIPS: Alchemy: provide cpu feature overrides.
        MIPS: Alchemy: unify CPU model constants.
        MIPS: Make a needlessly global symbol static in arch/mips/kernel/smp.c
        MIPS: Fix global namespace pollution in arch/mips/kernel/smp-up.c
        MIPS: Malta: make a needlessly global integer variable static
        MIPS: Use BUG_ON() where possible.
        MIPS: Convert obsolete irq_desc_t to struct irq_desc
        MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platforms
        MIPS: EMMA2RH: Set UART mapbase
        MIPS: EMMA2RH: Use set_irq_chip_and_handler_name
        MIPS: EMMA2RH: Use handle_edge_irq() handler for GPIO interrupts
        MIPS: Mark Eins: Fix cascading interrupt dispatcher
        MIPS: Au1000: convert to using gpiolib
        MIPS: Stop using <asm-generic/int-l64.h>.
        MIPS: Cavium: Add -Werror
        MIPS: Makefile: Add simple make install target.
        MIPS: Compat: Zero upper 32-bit of offset_high and offset_low.
        MIPS: __raw_spin_lock() may spin forever on ticket wrap.
        ...
      915db32d
    • L
      Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc · ebc8eca1
      Linus Torvalds 提交于
      * 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: (180 commits)
        powerpc: clean up ssi.txt, add definition for fsl,ssi-asynchronous
        powerpc/85xx: Add support for the "socrates" board (MPC8544).
        powerpc: Fix bugs introduced by sysfs changes
        powerpc: Sanitize stack pointer in signal handling code
        powerpc: Add write barrier before enabling DTL flags
        powerpc/83xx: Update ranges in gianfar node to match other dts
        powerpc/86xx: Move gianfar mdio nodes under the ethernet nodes
        powerpc/85xx: Move gianfar mdio nodes under the ethernet nodes
        powerpc/83xx: Move gianfar mdio nodes under the ethernet nodes
        powerpc/83xx: Add power management support for MPC837x boards
        powerpc/mm: Introduce early_init_mmu() on 64-bit
        powerpc/mm: Add option for non-atomic PTE updates to ppc64
        powerpc/mm: Fix printk type warning in mmu_context_nohash
        powerpc/mm: Rename arch/powerpc/kernel/mmap.c to mmap_64.c
        powerpc/mm: Merge various PTE bits and accessors definitions
        powerpc/mm: Tweak PTE bit combination definitions
        powerpc/cell: Fix iommu exception reporting
        powerpc/mm: e300c2/c3/c4 TLB errata workaround
        powerpc/mm: Used free register to save a few cycles in SW TLB miss handling
        powerpc/mm: Remove unused register usage in SW TLB miss handling
        ...
      ebc8eca1
    • S
    • L
      Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 · b94d10e7
      Linus Torvalds 提交于
      * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: (707 commits)
        V4L/DVB (11316): saa7191: tuner ops wasn't set.
        V4L/DVB (11315): cx25840: fix 'unused variable' warning.
        V4L/DVB (11314): au8522: remove unused I2C_DRIVERID
        V4L/DVB (11313): v4l2-subdev: add enum_framesizes and enum_frameintervals.
        V4L/DVB (11312): tuner: remove V4L1 code from this driver.
        V4L/DVB (11311): v4l: replace 'ioctl' references in v4l i2c drivers
        V4L/DVB (11310): cx18: remove intermediate 'ioctl' step
        V4L/DVB (11309): cx25840: cleanup: remove intermediate 'ioctl' step
        V4L/DVB (11308): msp3400: use the V4L2 header since no V4L1 code is there
        V4L/DVB (11305): cx88: prevent probing rtc and ir devices
        V4L/DVB (11304): v4l2: remove v4l2_subdev_command calls where they are no longer needed.
        V4L/DVB (11303): tda7432: remove legacy code for old-style i2c API
        V4L/DVB (11302): tda9875: remove legacy code for old-style i2c API
        V4L/DVB (11301): wm8775: remove legacy code for old-style i2c API
        V4L/DVB (11300): cx88: convert to v4l2_subdev.
        V4L/DVB (11298): cx25840: remove legacy code for old-style i2c API
        V4L/DVB (11297): cx23885: convert to v4l2_subdev.
        V4L/DVB (11296): cx23885: bugfix error message if firmware is not found
        V4L/DVB (11295): cx23885: convert to v4l2_device.
        V4L/DVB (11293): uvcvideo: Add zero fill for VIDIOC_ENUM_FMT
        ...
      b94d10e7
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse · b80e0d27
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse:
        fuse: fix fuse_file_lseek returning with lock held
      b80e0d27
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 · 83826dc5
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6: (70 commits)
        ide: keep track of number of bytes instead of sectors in struct ide_cmd
        ide: remove ide_execute_pkt_cmd() (v2)
        ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)
        ide: set hwif->expiry prior to calling [__]ide_set_handler()
        ide: use do_rw_taskfile() for ATA_CMD_PACKET commands
        ide: pass command to ide_map_sg()
        ide: remove ide_end_request()
        ide: use ide_end_rq() in ide_complete_rq()
        ide: pass number of bytes to complete to ide_complete_rq()
        ide: remove BUG() from ide_complete_rq()
        ide: move rq->errors quirk out from ide_end_request()
        ide: pass error value to ide_complete_rq()
        ide: sanitize ide_end_rq()
        ide: add ide_end_rq() (v2)
        ide: make ide_special_rq() BUG() on unknown requests
        ide: sanitize ide_finish_cmd()
        ide: use ide_complete_cmd() for REQ_UNPARK_HEADS
        ide: use ide_complete_cmd() for head unload commands
        ide: task_error() -> task_error_cmd()
        ide: unify exit paths in task_pio_intr()
        ...
      83826dc5
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 · ffd14285
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6:
        jfs: needs crc32_le
        jfs: Fix error handling in metapage_writepage()
        jfs: return f_fsid for statfs(2)
        jfs: remove xtLookupList()
        jfs: clean up a dangling comment
      ffd14285
  2. 30 3月, 2009 31 次提交