From: "Luck, Tony" <tony.luck@intel.com>
To: linux-ia64@vger.kernel.org
Subject: bk pull on ia64 linux tree
Date: Thu, 04 Nov 2004 00:22:30 +0000 [thread overview]
Message-ID: <200411040022.iA40MUF29941@unix-os.sc.intel.com> (raw)
In-Reply-To: <Pine.LNX.4.58.0401121658240.14305@evo.osdl.org>
Hi Linus,
please do a
bk pull http://lia64.bkbits.net/linux-ia64-release-2.6.10
This will update the files shown below.
Thanks!
-Tony
arch/ia64/configs/generic_defconfig | 1123 --------------------------------
arch/ia64/configs/sn2_defconfig | 58 +
arch/ia64/configs/tiger_defconfig | 59 +
arch/ia64/defconfig | 651 +++++++++---------
arch/ia64/hp/common/sba_iommu.c | 4
arch/ia64/kernel/time.c | 17
arch/ia64/pci/pci.c | 90 +-
arch/ia64/sn/kernel/io_init.c | 4
arch/ia64/sn/kernel/setup.c | 25
arch/ia64/sn/pci/pcibr/pcibr_dma.c | 4
arch/ia64/sn/pci/pcibr/pcibr_provider.c | 2
include/asm-ia64/pci.h | 9
include/asm-ia64/sn/arch.h | 11
include/asm-ia64/sn/sn_sal.h | 3
include/asm-ia64/sn/types.h | 4
15 files changed, 510 insertions(+), 1554 deletions(-)
through these ChangeSets:
<nigel.croxon@hp.com> (04/11/03 1.2453)
[IA64-HP] Fix for bits_wanted in sba_iommu.c
bits_wanted is expanded to bytes using the wrong shift value
(when iovp_shift != PAGE_SHIFT), resulting in an explosion of
used iommu resources.
This potentially results in mistakenly running out of DMA mapping
resources when the system is under *heavy* i/o load.
Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>
Signed-off by: Alex Williamson <alex.williamson@hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
<tony.luck@intel.com> (04/11/03 1.2452)
[IA64-SGI] Do not disable interrupts in ia64_sn_plat_specific_err_print
ia64_sn_plat_specific_err_print() ends up calling vfree() which
requires IPI which can deadlock if interrupts are disabled. Do not
disable interrupts in ia64_sn_plat_specific_err_print().
Signed-off-by: Keith Owens <kaos@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
<tony.luck@intel.com> (04/11/03 1.2451)
[IA64] implement pcibios_resource_to_bus and pcibios_bus_to_resource
Patch from Matthew Wilcox:
Since some ia64 platforms have non-identity-mapped PCI busses, we need
to implement pcibios_resource_to_bus and pcibios_bus_to_resource.
Also clean up some >80 column comments and delete an unnecessary parameter
to pcibios_fixup_device_resources().
Signed-off-by: Tony Luck <tony.luck@intel.com>
<tony.luck@intel.com> (04/11/02 1.2424.1.47)
[IA64] promote configs/generic_defconfig to defconfig
arch/ia64/defconfig should be one that is usable by the
largest cross-section of the ia64 community. Replace
old version with an updated version of generic_defconfig.
Change suggested by Jesse Barnes.
Signed-off-by: Tony Luck <tony.luck@intel.com>
<tony.luck@intel.com> (04/11/02 1.2424.1.46)
[IA64] tiger_defconfig update for 2.6.10-rc1
Enable MCA_RECOVERY, TMPFS_XATTR, and other
miscellaneous config options.
Signed-off-by: Tony Luck <tony.luck@intel.com>
<jbarnes@sgi.com> (04/11/02 1.2424.1.45)
[IA64-SGI] update sn2_defconfig
Update sn2_defconfig to reflect some new options:
o enable MCA debugging of more than just TLB errors
o enable tmpfs xattr support
o enable kernel userspace events
o defaults for other new options
Signed-off-by: Jesse Barnes <jbarnes@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
<t-kochi@bq.jp.nec.com> (04/11/02 1.2424.1.44)
[IA64] cleanup CPU drift print
This patch skips printing drift information of a cpu where
ITC drift information is not supported by SAL. Without this,
bogus value (-1ppm) is printed on boot.
CPU 1: base freq 0.007MHz, ITC ratio\x10/2, ITC freq\x1000.035MHz+/--1ppm
is now
CPU 1: base freq 0.007MHz, ITC ratio\x10/2, ITC freq\x1000.035MHz
Signed-off-by: Takayoshi Kochi <t-kochi@bq.jp.nec.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
<steiner@sgi.com> (04/11/02 1.2424.1.43)
[IA64-SGI] Delete unused variable (master_node_bedrock_address)
Delete master_node_bedrock_address. It is no longer needed.
Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
<jbarnes@sgi.com> (04/11/02 1.2424.1.42)
[IA64-SGI] move nic_t to asm/sn/types.h
Somehow nic_t crept into arch.h. Move it to types.h where it belongs (it
depends on u64, so pull in linux/types.h too).
Signed-off-by: Jesse Barnes <jbarnes@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
<jbarnes@sgi.com> (04/11/02 1.2424.1.41)
[IA64-SGI] remove redundant macros
This patch removes some redundant nasid conversion macros from arch.h and
updates callers to use the version they were defined to instead.
Signed-off-by: Jesse Barnes <jbarnes@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
<jbarnes@sgi.com> (04/11/02 1.2424.1.40)
[IA64-SGI] remove duplicate INVALID_* defines from arch.h
When I did the sparse stuff, I noticed some duplicate INVALID_* defines. This
patch removes one set of them and adds the proper include file to sn_sal.h.
Signed-off-by: Jesse Barnes <jbarnes@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
next prev parent reply other threads:[~2004-11-04 0:22 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-13 0:59 bk pull on ia64 linux tree Linus Torvalds
2004-01-13 1:17 ` David Mosberger
2004-01-13 1:36 ` David Mosberger
2004-01-13 16:08 ` Jesse Barnes
2004-01-27 1:37 ` David Mosberger
2004-01-27 10:23 ` Jes Sorensen
2004-01-27 14:49 ` Martin Hicks
2004-01-27 16:22 ` David Mosberger
2004-01-27 21:57 ` David Mosberger
2004-02-11 5:19 ` David Mosberger
2004-02-12 1:05 ` Keith Owens
2004-02-12 1:31 ` David Mosberger
2004-02-13 22:44 ` Andrew Morton
2004-02-13 22:46 ` David Mosberger
2004-02-23 19:12 ` David Mosberger
2004-03-12 5:37 ` David Mosberger
2004-03-17 19:14 ` David Mosberger
2004-03-25 20:30 ` David Mosberger
2004-04-09 16:05 ` David Mosberger
2004-04-23 6:48 ` David Mosberger
2004-04-29 22:21 ` David Mosberger
2004-04-30 17:49 ` David Mosberger
2004-05-03 22:58 ` David Mosberger
2004-05-11 7:02 ` David Mosberger
2004-05-11 7:06 ` Christoph Hellwig
2004-05-11 18:39 ` Jesse Barnes
2004-05-21 21:45 ` David Mosberger
2004-06-05 5:57 ` David Mosberger
2004-06-19 6:58 ` David Mosberger
2004-06-30 0:04 ` David Mosberger
2004-06-30 0:44 ` Peter Chubb
2004-06-30 0:52 ` David Mosberger
2004-06-30 16:23 ` Jesse Barnes
2004-07-06 18:46 ` David Mosberger
2004-07-27 7:19 ` David Mosberger
2004-07-30 21:17 ` Luck, Tony
2004-08-04 22:05 ` Luck, Tony
2004-08-09 18:09 ` Luck, Tony
2004-08-23 21:23 ` tony.luck
2004-09-03 6:05 ` tony.luck
2004-09-09 5:51 ` Luck, Tony
2004-09-13 19:46 ` Luck, Tony
2004-09-16 22:39 ` Luck, Tony
2004-09-21 20:09 ` Luck, Tony
2004-09-22 23:14 ` Luck, Tony
2004-09-23 23:23 ` Luck, Tony
2004-09-28 18:34 ` Luck, Tony
2004-09-30 16:43 ` Luck, Tony
2004-10-01 16:42 ` Luck, Tony
2004-10-07 22:56 ` Luck, Tony
2004-10-20 0:15 ` Luck, Tony
2004-10-21 0:17 ` Luck, Tony
2004-10-27 3:58 ` Luck, Tony
2004-11-04 0:22 ` Luck, Tony [this message]
2004-11-12 17:42 ` Luck, Tony
2005-01-19 18:52 ` Luck, Tony
2005-01-23 3:05 ` Luck, Tony
2005-01-24 16:53 ` Jesse Barnes
2005-01-25 6:30 ` Luck, Tony
2005-01-25 23:03 ` Luck, Tony
2005-03-18 23:30 ` Luck, Tony
-- strict thread matches above, loose matches on Subject: below --
2003-07-28 20:39 David Mosberger
2003-08-16 1:20 ` David Mosberger
2003-09-09 6:43 ` David Mosberger
2003-10-16 22:27 ` David Mosberger
2003-10-17 3:36 ` David Mosberger
2003-10-25 6:44 ` David Mosberger
2003-11-11 0:55 ` David Mosberger
2003-11-11 2:38 ` David Mosberger
2003-11-12 7:18 ` David Mosberger
2003-11-21 22:12 ` David Mosberger
2003-11-26 7:55 ` David Mosberger
2003-12-21 8:05 ` David Mosberger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200411040022.iA40MUF29941@unix-os.sc.intel.com \
--to=tony.luck@intel.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox