13 Dec, 2008

1 commit


21 Nov, 2008

1 commit


28 Oct, 2008

2 commits

  • We already have sufficient infrastructure to support VR5500 and VR5500A
    series processors. Here's a Makefile support to make it selectable by
    ports, and enable it for NEC EMMA2RH Markeins board.

    This patch also fixes a confused target help, and adds 1Gb PageMask bits
    supported by VR5500 and its variants.

    Signed-off-by: Shinya Kuribayashi
    Signed-off-by: Ralf Baechle

    Shinya Kuribayashi
     
  • We were getting away with this for so long only because the only platform
    with a non-empty plat_unmap_dma_mem() doesn't call dma_sync_sg_for_cpu()
    and dma_sync_sg_for_device() from its commonly used drivers.

    Signed-off-by: David Daney
    Signed-off-by: Ralf Baechle

    David Daney
     

06 Sep, 2008

2 commits


31 Jul, 2008

1 commit


27 Jul, 2008

2 commits

  • Remove arch-specific show_mem() in favor of the generic version.

    This also removes the following redundant information display:

    - pages in swapcache, printed by show_swap_cache_info()

    where show_mem() calls show_free_areas(), which calls
    show_swap_cache_info().

    And show_mem() does now actually print something on configurations
    with multiple nodes.

    Signed-off-by: Johannes Weiner
    Acked-by: Ralf Baechle
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Johannes Weiner
     
  • Add per-device dma_mapping_ops support for CONFIG_X86_64 as POWER
    architecture does:

    This enables us to cleanly fix the Calgary IOMMU issue that some devices
    are not behind the IOMMU (http://lkml.org/lkml/2008/5/8/423).

    I think that per-device dma_mapping_ops support would be also helpful for
    KVM people to support PCI passthrough but Andi thinks that this makes it
    difficult to support the PCI passthrough (see the above thread). So I
    CC'ed this to KVM camp. Comments are appreciated.

    A pointer to dma_mapping_ops to struct dev_archdata is added. If the
    pointer is non NULL, DMA operations in asm/dma-mapping.h use it. If it's
    NULL, the system-wide dma_ops pointer is used as before.

    If it's useful for KVM people, I plan to implement a mechanism to register
    a hook called when a new pci (or dma capable) device is created (it works
    with hot plugging). It enables IOMMUs to set up an appropriate
    dma_mapping_ops per device.

    The major obstacle is that dma_mapping_error doesn't take a pointer to the
    device unlike other DMA operations. So x86 can't have dma_mapping_ops per
    device. Note all the POWER IOMMUs use the same dma_mapping_error function
    so this is not a problem for POWER but x86 IOMMUs use different
    dma_mapping_error functions.

    The first patch adds the device argument to dma_mapping_error. The patch
    is trivial but large since it touches lots of drivers and dma-mapping.h in
    all the architecture.

    This patch:

    dma_mapping_error() doesn't take a pointer to the device unlike other DMA
    operations. So we can't have dma_mapping_ops per device.

    Note that POWER already has dma_mapping_ops per device but all the POWER
    IOMMUs use the same dma_mapping_error function. x86 IOMMUs use device
    argument.

    [akpm@linux-foundation.org: fix sge]
    [akpm@linux-foundation.org: fix svc_rdma]
    [akpm@linux-foundation.org: build fix]
    [akpm@linux-foundation.org: fix bnx2x]
    [akpm@linux-foundation.org: fix s2io]
    [akpm@linux-foundation.org: fix pasemi_mac]
    [akpm@linux-foundation.org: fix sdhci]
    [akpm@linux-foundation.org: build fix]
    [akpm@linux-foundation.org: fix sparc]
    [akpm@linux-foundation.org: fix ibmvscsi]
    Signed-off-by: FUJITA Tomonori
    Cc: Muli Ben-Yehuda
    Cc: Andi Kleen
    Cc: Thomas Gleixner
    Cc: Ingo Molnar
    Cc: Avi Kivity
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    FUJITA Tomonori
     

16 Jul, 2008

3 commits

  • * 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus: (54 commits)
    [MIPS] Remove mips_machtype for LASAT machines
    [MIPS] Remove mips_machtype from EMMA2RH machines
    [MIPS] Remove mips_machtype from ARC based machines
    [MIPS] MTX-1 flash partition setup move to platform devices registration
    [MIPS] TXx9: cleanup and fix some sparse warnings
    [MIPS] TXx9: rename asm-mips/mach-jmr3927 to asm-mips/mach-tx39xx
    [MIPS] remove machtype for group Toshiba
    [MIPS] separate rbtx4927_time_init() and rbtx4937_time_init()
    [MIPS] separate rbtx4927_arch_init() and rbtx4937_arch_init()
    [MIPS] txx9_cpu_clock setup move to rbtx4927_time_init()
    [MIPS] txx9_board_vec set directly without mips_machtype
    [MIPS] IP22: Add platform device for Indy volume buttons
    [MIPS] cmbvr4133: Remove support
    [MIPS] remove wrppmc_machine_power_off()
    [MIPS] replace inline assembler to cpu_wait()
    [MIPS] IP22/28: Add platform devices for HAL2
    [MIPS] TXx9: Update and merge defconfigs
    [MIPS] TXx9: Make single kernel can support multiple boards
    [MIPS] TXx9: Update defconfigs
    [MIPS] TXx9: Reorganize PCI code
    ...

    Linus Torvalds
     
  • Conflicts:

    arch/powerpc/Kconfig
    arch/s390/kernel/time.c
    arch/x86/kernel/apic_32.c
    arch/x86/kernel/cpu/perfctr-watchdog.c
    arch/x86/kernel/i8259_64.c
    arch/x86/kernel/ldt.c
    arch/x86/kernel/nmi_64.c
    arch/x86/kernel/smpboot.c
    arch/x86/xen/smp.c
    include/asm-x86/hw_irq_32.h
    include/asm-x86/hw_irq_64.h
    include/asm-x86/mach-default/irq_vectors.h
    include/asm-x86/mach-voyager/irq_vectors.h
    include/asm-x86/smp.h
    kernel/Makefile

    Signed-off-by: Ingo Molnar

    Ingo Molnar
     
  • The following routines

    uasm_rel_highest()
    uasm_rel_higher()

    are needlessly defined global. This patch makes them static.

    Compile-tested using a customized config for the Malta board. Booting
    the same board up to the shell prompt was also successful with this
    patch applied.

    Spotted by sparse.

    Signed-off-by: Dmitri Vorobiev
    Signed-off-by: Ralf Baechle

    Dmitri Vorobiev
     

09 Jul, 2008

2 commits


26 Jun, 2008

1 commit


16 Jun, 2008

4 commits


06 Jun, 2008

2 commits


12 May, 2008

1 commit


29 Apr, 2008

8 commits


08 Apr, 2008

1 commit


01 Apr, 2008

1 commit


12 Mar, 2008

2 commits


20 Feb, 2008

3 commits

  • Fix type mismatch warnings for 64-bit kernel builds which trigger -Werror.
    The problem affects only SB-1 kernels with CONFIG_SIBYTE_DMA_PAGEOPS
    enabled.

    Signed-off-by: Thiemo Seufer
    Signed-off-by: Ralf Baechle

    Thiemo Seufer
     
  • kmap_coherent will only work correctly if the page it is called on is
    not marked dirty. If it's dirty the kernel address of the page should
    be used instead of a temporary mapping.

    Signed-off-by: Ralf Baechle

    Ralf Baechle
     
  • So far flush_cache_range() did't consider the I-cache largely because it
    did rarely ever matter to real world code. This was working primarily
    because normally code and data are don't share the same pages - with the
    exception of MIPS16 code which uses address constants embedded between
    the code. The following sequence of events may break the code:

    o MIPS16 executable being loaded
    o dynamic linker relocates the address constants embedded into the code:
    o Uses mprotect(2) to make code pages PROT_READ|PROT_WRITE
    o Performs the actual relocations by writing to the pages which likely
    are COW. Because no PROT_EXEC is set I-cache coherence will not be
    considered.
    o Uses mprotect(2) to switch code pages back to PROT_READ|PROT_EXEC.
    This results in a call to flush_cache_range() which also does not
    consider I-caches.
    o => executing the page just having been relocated may now result in the
    I-cache getting refilled with stale data from memory.

    Signed-off-by: Ralf Baechle

    Ralf Baechle
     

03 Feb, 2008

1 commit


01 Feb, 2008

1 commit

  • This patch moves the micro-assembler in a separate implementation, as
    it is useful for further run-time optimizations. The only change in
    behaviour is cutting down printk noise at kernel startup time.

    Checkpatch complains about macro parameters which aren't protected by
    parentheses. I believe this is a flaw in checkpatch, the paste operator
    used in those macros won't work with parenthesised parameters.

    Signed-off-by: Thiemo Seufer
    Signed-off-by: Ralf Baechle

    Thiemo Seufer
     

29 Jan, 2008

1 commit

  • This patch adds IDs for new Au1200 variants: Au1210 and Au1250.
    They are essentially identical to the Au1200 except for the Au1210
    which has a different SoC-ID in the PRId register [bits 31:24].
    The Au1250 is a "Au1200 V0.2".

    Signed-off-by: Manuel Lauss
    Signed-off-by: Ralf Baechle

    Manuel Lauss