From: David Mosberger <davidm@napali.hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: bk pull on ia64 linux tree
Date: Tue, 13 Jan 2004 01:17:44 +0000 [thread overview]
Message-ID: <200401130117.i0D1HiGa012728@napali.hpl.hp.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/to-linus-2.5
This will update the files shown below.
Note: this part:
ia64/configs/generic_defconfig | 1045 ------------------------------------
ia64/configs/generic_defconfig | 1045 ++++++++++++++++++++++++++++++++++++
is a no-op. It is due to a bad patch, which couldn't be applied with
-p1 but bk-applypatch applied anyhow. ;-(
The file has been moved to the correct place now.
Thanks!
--david
ia64/configs/generic_defconfig | 1045 ------------------------------------
arch/ia64/Kconfig | 9
arch/ia64/configs/generic_defconfig | 1045 ++++++++++++++++++++++++++++++++++++
arch/ia64/configs/sn2_defconfig | 65 ++
arch/ia64/hp/common/sba_iommu.c | 494 ++++++-----------
arch/ia64/ia32/sys_ia32.c | 2
arch/ia64/kernel/acpi.c | 2
arch/ia64/kernel/efi.c | 3
arch/ia64/kernel/ia64_ksyms.c | 132 ----
arch/ia64/kernel/irq.c | 5
arch/ia64/kernel/irq_ia64.c | 2
arch/ia64/kernel/machvec.c | 4
arch/ia64/kernel/perfmon.c | 59 --
arch/ia64/kernel/process.c | 1
arch/ia64/kernel/setup.c | 5
arch/ia64/kernel/smp.c | 4
arch/ia64/kernel/smpboot.c | 5
arch/ia64/kernel/time.c | 1
arch/ia64/kernel/unwind.c | 9
arch/ia64/lib/Makefile | 4
arch/ia64/lib/io.c | 4
arch/ia64/mm/init.c | 10
arch/ia64/mm/tlb.c | 3
arch/ia64/pci/pci.c | 3
ia64/configs/generic_defconfig | 1045 ++++++++++++++++++++++++++++++++++++
include/asm-ia64/page.h | 2
26 files changed, 2440 insertions(+), 1523 deletions(-)
through these ChangeSets:
<davidm@tiger.hpl.hp.com> (04/01/12 1.1513)
ia64: Fix bad patch breakage: move generic-defconfig to where it belongs.
<davidm@tiger.hpl.hp.com> (04/01/12 1.1512)
ia64: Avoid use of cast expressions as lvalues. They're ugly and may be
dropped from GCC at some point in the future.
<alex.williamson@hp.com> (04/01/12 1.1511)
[PATCH] ia64: sba_iommu update
This patch does a couple things:
* Allows iommu page size different than PAGE_SIZE. This was
largely done by Bjorn. The motivation for this is that sx1000
hardware officially only supports use of the iommu with a 4k
page size. Thus the default is now 4k for sx1000 and PAGE_SIZE
for zx1.
* Cleanup the runtime statistics gathering such that we can turn
it on for some info w/o impacting runtime performance.
<davidm@tiger.hpl.hp.com> (04/01/12 1.1510)
ia64: Turn on CONFIG_EFI unconditionaly (even for HP Ski simulator).
<davidm@tiger.hpl.hp.com> (04/01/12 1.1509)
ia64: Minor fix for get_order() so it works even for insanely large
arguments.
<schwab@suse.de> (04/01/12 1.1508)
[PATCH] ia64: __ia64_memcpy_fromio() may be missing from kernel
When building a highly modular, non-generic kernel it can happen that
arch/ia64/lib/io.o is not included in the image because nothing built-in
needs __ia64_memcpy_fromio, etc., yet it may be called from a module. We
should force it to be linked in.
<jbarnes@sgi.com> (04/01/12 1.1507)
[PATCH] ia64: sn2 defconfig update
Just a quick update for the sn2_defconfig file now that some more config
options have been added.
<bjorn.helgaas@hp.com> (04/01/12 1.1506)
[PATCH] ia64: HP IOTLB startup msg
This patch adds a little noise on the console. I like to see this
info because it matches up with the AGPGART aperture info later on.
<davidm@tiger.hpl.hp.com> (04/01/12 1.1505)
ia64: add generic defconfig file
Here's a generic_defconfig that works on all the ia64
platforms I'm aware of, and we can always update it if it's
missing a driver or two. Compile tested 'make compressed' and
'make modules', and boot tested on sn2, and I think Alex boot
tested on an HP machine.
<davidm@tiger.hpl.hp.com> (04/01/05 1.1474.66.3)
Many files:
ia64: Cleanup EXPORT_SYMBOL usage
This cleans up the use of EXPORT_SYMBOL in ia64_ksyms.c by
moving most of them to the place where the symbol is defined.
Ideally, only symbols defined in assembler sources should
remain here, but there are some cases where an EXPORT_SYMBOL
is missing outside the arch/ia64 tree. I did not change them
for now. Also, EXPORT_SYMBOL_NOVERS is obsolete.
<davidm@tiger.hpl.hp.com> (04/01/05 1.1474.66.2)
ia64: Skip zero-length resources in PCI root bridge _CRS. This fixes
some ugly messages that used to show up on Tiger and other Intel
boxes:
alloc 0xffffffff-0x0 from PCI mem for PCI Bus 0000:02 failed
alloc 0xffffffff-0x0 from PCI mem for PCI Bus 0000:08 failed
alloc 0xffffffff-0x0 from PCI mem for PCI Bus 0000:08 failed
alloc 0xffffffff-0x0 from PCI mem for PCI Bus 0000:08 failed
alloc 0xffff-0x0 from PCI IO for PCI Bus 0000:08 failed
alloc 0xffffffff-0x0 from PCI mem for PCI Bus 0000:09 failed
alloc 0xffffffff-0x0 from PCI mem for PCI Bus 0000:0f failed
<davidm@tiger.hpl.hp.com> (04/01/02 1.1474.66.1)
ia64: fix potential deadlocks due to printk()
Remove all debug printk() for routines which are called with a
runqueue lock held, since those could trigger a deadlock.
next prev parent reply other threads:[~2004-01-13 1:17 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 [this message]
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
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=200401130117.i0D1HiGa012728@napali.hpl.hp.com \
--to=davidm@napali.hpl.hp.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