03 Nov, 2011

1 commit


21 Sep, 2011

1 commit

  • Change the CONFIG_DMAR to CONFIG_INTEL_IOMMU to be consistent
    with the other IOMMU options.

    Rename the CONFIG_INTR_REMAP to CONFIG_IRQ_REMAP to match the
    irq subsystem name.

    And define the CONFIG_DMAR_TABLE for the common ACPI DMAR
    routines shared by both CONFIG_INTEL_IOMMU and CONFIG_IRQ_REMAP.

    Signed-off-by: Suresh Siddha
    Cc: yinghai@kernel.org
    Cc: youquan.song@intel.com
    Cc: joerg.roedel@amd.com
    Cc: tony.luck@intel.com
    Cc: dwmw2@infradead.org
    Link: http://lkml.kernel.org/r/20110824001456.558630224@sbsiddha-desk.sc.intel.com
    Signed-off-by: Ingo Molnar

    Suresh Siddha
     

27 Aug, 2011

1 commit


10 Aug, 2011

1 commit

  • Link errors:
    arch/ia64/kernel/built-in.o: In function `arch_setup_dmar_msi':
    (.text+0x35972): undefined reference to `dmar_msi_write'
    ... and more ...

    because allnoconfig has CONFIG_DMAR=y due to the "select DMAR"
    in arch/ia64/Kconfig under config IA64_GENERIC.

    Drop that select, but add CONFIG_DMAR=y to generic_defconfig so
    we keep testbuilding the DMAR code.

    Signed-off-by: Tony Luck

    Tony Luck
     

03 Mar, 2011

1 commit

  • Uwe Kleine-König wrote:
    > While working on an defconfig (arm/mx27) I noticed that just updating
    > it results in removing CONFIG_EEPROM_AT24=y. The reason is that
    > since commit
    >
    > v2.6.36-5965-g5f2365d (misc devices: do not enable by default)
    >
    > MISC_DEVICES isn't enabled anymore by default. So all defconfigs that
    > have CONFIG_SOME_SYMBOL=y (or =m) (with SOME_SYMBOL depending on
    > MISC_DEVICES) but not CONFIG_MISC_DEVICES=y suffer from the same
    > problem.

    Reported-by: Uwe Kleine-König
    Signed-off-by: Tony Luck

    Tony Luck
     

15 Aug, 2010

1 commit


14 Jul, 2010

1 commit


09 Feb, 2010

1 commit

  • This has been broken since May 2008 when Al Viro killed altroot support.
    Since nobody has complained, it would appear that there are no users of
    this code (A plausible theory since the main OSVs that support ia64 prefer
    to use the IA32-EL software emulation).

    Signed-off-by: Tony Luck

    Tony Luck
     

03 Apr, 2009

1 commit


20 Feb, 2009

1 commit


27 Jan, 2009

1 commit

  • Now that all EEPROM drivers live in the same place, let's harmonize
    their symbol names.

    Also fix eeprom's dependencies, it definitely needs sysfs, and is no
    longer experimental after many years in the kernel tree.

    Signed-off-by: Jean Delvare
    Acked-by: Wolfram Sang
    Cc: David Brownell

    Jean Delvare
     

16 Jan, 2009

1 commit

  • CONFIG_SATA_VITESSE=y was not added to generic_defconfig when
    sn2_defconfig was removed. SGI Altix systems that use an IO10
    base IO card to drive the root device are unable to boot without
    the Vitesse controller.

    Signed-off-by: Brent Casavant
    Signed-off-by: Robin Holt
    Signed-off-by: Jes Sorensen
    Signed-off-by: Tony Luck

    Brent Casavant
     

10 Dec, 2008

1 commit


18 Oct, 2008

1 commit

  • The patch contains Intel IOMMU IA64 specific code. It defines new
    machvec dig_vtd, hooks for IOMMU, DMAR table detection, cache line flush
    function, etc.

    For a generic kernel with CONFIG_DMAR=y, if Intel IOMMU is detected,
    dig_vtd is used for machinve vector. Otherwise, kernel falls back to
    dig machine vector. Kernel parameter "machvec=dig" or "intel_iommu=off"
    can be used to force kernel to boot dig machine vector.

    Signed-off-by: Fenghua Yu
    Signed-off-by: Tony Luck

    Fenghua Yu
     

19 Aug, 2008

1 commit

  • Not really a patch as much as a remove this file request. Now that
    generic_defconfig supports all the configurations SGI currently supports
    and has NR_CPUS and NR_NODES at our largest configurations, we have no
    reason to maintain the extra defconfig file.

    Signed-off-by: Robin Holt
    Acked-by: Jack Steiner
    Signed-off-by: Jes Sorensen
    Signed-off-by: Tony Luck

    Robin Holt
     

05 Aug, 2008

3 commits

  • Changes to support a new platform in my lab.

    Signed-off-by: Tony Luck

    Tony Luck
     
  • This patch changes the generic_defconfig so it works on all sn2
    platforms I have access to. There is only one support configuration
    which was not tested and that configuration is only a combination of two
    tested configurations. With this patchset applied, a generic kernel can
    be booted on either a RHEL 5.2, RHEL5.3, or SLES10 SP1 root and operate.
    All features needed by SGI's ProPack are also working. I have not
    tested all features of RHEL or SLES, but they do at least boot.

    Signed-off-by: Robin Holt
    Signed-off-by: Tony Luck

    Robin Holt
     
  • This patch updates the generic_defconfig for 2.6.27-rc1 by simply doing
    a make oldconfig and holding down the carriage return.

    Signed-off-by: Robin Holt
    Signed-off-by: Tony Luck

    Robin Holt
     

05 Mar, 2008

1 commit


30 Oct, 2007

1 commit


20 Oct, 2007

1 commit


15 Oct, 2007

1 commit


14 Aug, 2007

1 commit


21 Jul, 2007

2 commits


20 Jul, 2007

1 commit


09 Mar, 2007

1 commit

  • Bring defconfig, tiger_defconfig and zx1_defconfig up to date. Also
    sprinkle KEXEC and KDUMP combinations around liberally so that my
    usual regression test builds will see all combinations:

    tiger_defconfig gets KEXEC=y, CRASH_DUMP=n
    zx1_defconfig gets KEXEC=n, CRASH_DUMP=y
    defconfig gets KEXEC=y, CRASH_DUMP=y
    others remain at KEXEC=n, CRASH_DUMP=n

    Signed-off-by: Tony Luck

    Tony Luck
     

18 Oct, 2006

1 commit

  • The current sn2_defconfig is obsolete, in particular the recent ATA
    changes are a pain, so here's a patch to get things in sync ... at
    least for a day or two :)

    Update sn_defconfig to match current community kernel tree.

    Signed-off-by: Jes Sorensen
    Signed-off-by: Tony Luck

    Jes Sorensen
     

01 Aug, 2006

1 commit

  • The SGI IOC4 IDE device always shares an interrupt with other devices which
    are part of IOC4. As such, IDEPCI_SHARE_IRQ should always be enabled when
    BLK_DEV_SGIIOC4 is enabled.

    Signed-off-by: Brent Casavant
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Brent Casavant
     

29 Jun, 2006

1 commit


17 May, 2006

1 commit


28 Apr, 2006

1 commit


25 Mar, 2006

1 commit


22 Mar, 2006

1 commit


08 Mar, 2006

1 commit

  • Turn on CONFIG_PNPACPI. I recently removed 8250_acpi.c. All devices
    previously claimed by 8250_acpi.c should now be claimed by 8250_pnp.c.
    This depends on having CONFIG_PNPACPI so ACPI devices show up as PNP
    devices.

    All other ia64 defconfigs either have CONFIG_PNPACPI already, or
    don't have 8250 support turned on at all.

    Signed-off-by: Bjorn Helgaas
    Signed-off-by: Tony Luck

    Bjorn Helgaas
     

28 Feb, 2006

1 commit


19 Jan, 2006

1 commit


15 Jan, 2006

1 commit

  • Add driver support for a 2 port PCI IOC3-based serial card on Altix boxes:

    This is a re-submission. On the original submission I was asked to
    organize the code so that the MIPS ioc3 ethernet and serial parts could be
    used with this driver. Stanislaw Skowronek was kind enough to provide the
    shim layer for this - thanks Stanislaw. This patch includes the shim layer
    and the Altix PCI ioc3 serial driver. The MIPS merged ioc3 ethernet and
    serial support is forthcoming.

    Signed-off-by: Patrick Gefre
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Patrick Gefre
     

06 Jan, 2006

1 commit

  • here is the BSP removal support for IA64. Its pretty much the same thing that
    was released a while back, but has your feedback incorporated.

    - Removed CONFIG_BSP_REMOVE_WORKAROUND and associated cmdline param
    - Fixed compile issue with sn2/zx1 due to a undefined fix_b0_for_bsp
    - some formatting nits (whitespace etc)

    This has been tested on tiger and long back by alex on hp systems as well.

    Signed-off-by: Ashok Raj
    Signed-off-by: Tony Luck

    Ashok Raj
     

17 Dec, 2005

1 commit