From: David Mosberger <davidm@napali.hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: bk pull on ia64 linux tree
Date: Tue, 09 Sep 2003 06:43:44 +0000 [thread overview]
Message-ID: <marc-linux-ia64-106308985627549@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105942507026161@msgid-missing>
Hi Linus,
please do a
bk pull http://lia64.bkbits.net/to-linus-2.5
This will update the files shown below.
Thanks!
--david
include/asm-ia64/sn/ioc3.h | 705 -------------------------------
include/asm-ia64/sn/klclock.h | 61 --
arch/ia64/Kconfig | 3
arch/ia64/Makefile | 1
arch/ia64/hp/common/sba_iommu.c | 5
arch/ia64/hp/sim/boot/boot_head.S | 8
arch/ia64/hp/sim/boot/bootloader.c | 10
arch/ia64/ia32/elfcore32.h | 5
arch/ia64/ia32/sys_ia32.c | 11
arch/ia64/kernel/acpi.c | 4
arch/ia64/kernel/efi.c | 2
arch/ia64/kernel/entry.S | 4
arch/ia64/kernel/fsys.S | 4
arch/ia64/kernel/init_task.c | 6
arch/ia64/kernel/perfmon.c | 305 +++++++------
arch/ia64/kernel/perfmon_hpsim.h | 75 +++
arch/ia64/kernel/smpboot.c | 4
arch/ia64/kernel/time.c | 79 ++-
arch/ia64/kernel/unwind.c | 5
arch/ia64/oprofile/Kconfig | 22
arch/ia64/oprofile/Makefile | 9
arch/ia64/oprofile/init.c | 25 +
arch/ia64/scripts/toolchain-flags | 2
arch/ia64/sn/io/drivers/ioconfig_bus.c | 16
arch/ia64/sn/io/machvec/pci_bus_cvlink.c | 2
arch/ia64/sn/io/machvec/pci_dma.c | 2
arch/ia64/sn/io/sn2/ml_SN_intr.c | 4
arch/ia64/sn/io/sn2/pcibr/pcibr_ate.c | 1
arch/ia64/sn/io/sn2/pcibr/pcibr_config.c | 1
arch/ia64/sn/io/sn2/pcibr/pcibr_dvr.c | 1
arch/ia64/sn/io/sn2/pcibr/pcibr_error.c | 1
arch/ia64/sn/io/sn2/pcibr/pcibr_hints.c | 1
arch/ia64/sn/io/sn2/pcibr/pcibr_intr.c | 1
arch/ia64/sn/io/sn2/pcibr/pcibr_rrb.c | 1
arch/ia64/sn/io/sn2/pcibr/pcibr_slot.c | 1
arch/ia64/sn/io/sn2/pic.c | 1
include/asm-ia64/acpi.h | 78 +--
include/asm-ia64/hw_irq.h | 1
include/asm-ia64/intel_intrin.h | 254 +++++++++++
include/asm-ia64/ptrace.h | 6
include/asm-ia64/signal.h | 13
include/asm-ia64/sn/hcl.h | 1
include/asm-ia64/sn/nodepda.h | 2
include/asm-ia64/sn/pci/pciio.h | 34 +
include/asm-ia64/sn/sn2/intr.h | 3
include/asm-ia64/spinlock.h | 57 ++
include/asm-ia64/uaccess.h | 87 +++
include/asm-ia64/unistd.h | 1
48 files changed, 879 insertions(+), 1046 deletions(-)
through these ChangeSets:
<peterc@gelato.unsw.edu.au> (03/09/08 1.1242)
[PATCH] ia64: unwind.c fix for spinlock-debug compilation
If you try to compile 2.6.0-test[45] with spinlock debugging on, then
unwind.c won't compile, because it uses a #define magic that hides
the variable in the spinlock debugging code (also called magic).
<arun.sharma@intel.com> (03/09/08 1.1241)
[PATCH] ia64: MINSIGSTKSZ on ia32
MINSIGSTKSZ is defined differently for i386 and ia64. This patch improves
compatibility with apps which use sigaltstack(2) with sizes between
MINSIGSTKSZ_IA32 and MINSIGSTKSZ.
<suresh.b.siddha@intel.com> (03/09/08 1.1240)
[PATCH] ia64: fix typo in spinlock.h
<jbarnes@sgi.com> (03/09/08 1.1153.64.28)
[PATCH] ia64: fix current usage in sn2 code
For some reason, we had a structure field called 'current'. This patch
fixes that.
<jbarnes@sgi.com> (03/09/08 1.1153.64.27)
[PATCH] ia64: misc. sn2 updates
Fix a couple of sn2 files.
<davidm@tiger.hpl.hp.com> (03/09/08 1.1153.64.26)
ia64: Drop unnecessary version check in sba_iommu.c.
<davidm@tiger.hpl.hp.com> (03/09/08 1.1153.64.25)
ia64: Fix things so that they compile with the latest GCC 3.4, which optimize
away static variables with no compiler-visible use.
<jes@wildopensource.com> (03/09/08 1.1153.64.24)
[PATCH] ia64: remove unused sn2 header files
This patch eliminates two unused SN2 header files:
include/asm-ia64/sn/klclock.h and include/asm-ia64/sn/ioc3.h.
<davidm@tiger.hpl.hp.com> (03/09/05 1.1153.64.23)
ia64: Direct sys_fadvise64() to sys_fadvise64_64().
<davidm@tiger.hpl.hp.com> (03/09/05 1.1153.64.22)
ia64: Fix asm-ia64/acpi.h typo & name-collision.
<davidm@tiger.hpl.hp.com> (03/09/05 1.1153.64.21)
ia64: Finnish adding ECC support. Based on patch by Suresh Siddah.
<eranian@hpl.hp.com> (03/09/05 1.1153.64.20)
[PATCH] ia64: perfmon2 update
This patch fixes the following:
- correct a bug in pfm_close() which was causing some per-process
sessions to not unreserve on exit.
- changed the permission checking to load a context to allow more
flexibility, modeled after ptrace_attach().
<davidm@tiger.hpl.hp.com> (03/09/05 1.1153.64.19)
ia64: Document the typo that made it into the definition of MINSTKSZ
(last two numbers got transposed). Thanks to Arun Sharma for
finding this. New glibc's will have the value corrected, but
we leave the kernel at the old (bogus) value to retain backwards-
compatibility (and while a strange value, the old value works just
fine).
<davidm@tiger.hpl.hp.com> (03/09/02 1.1153.64.18)
ia64: Drop unnecessary fadvise64_64() bloat (it isn't needed on 64-bit
platforms).
<eranian@hpl.hp.com> (03/08/28 1.1153.64.17)
[PATCH] ia64: perfmon2 update
This patch:- added support for the fake HP simulator PMU. Most of the
code provided by Ian Wienand. Allows a kernel compiled for
the simulator and with CONFIG_PERFMON enabled to boot.
- cleaned up all CTX_*() macros for the context state changes.
- relaxed constraint for system-wide session by allowing all
task with access to the context's file descriptor to
manipulate the context as long as they run on the CPU the
context is attached to.
<tony.luck@intel.com> (03/08/28 1.1153.64.16)
[PATCH] ia64: trim.bottom trims the wrong entry
efi_memmap_walk() repeatedly trims the same
entry, instead of trimming each of the entries in the granule.
<matthewc@cse.unsw.edu.au> (03/08/28 1.1153.64.15)
[PATCH] ia64: Fix "nosmp" breakage from cpumask patch.
Patch should be self-explanatory.
<tony.luck@intel.com> (03/08/28 1.1153.64.14)
[PATCH] ia64: fix PM config option
CONFIG_PM is set without a menu entry to turn it on/off.
<bjorn.helgaas@hp.com> (03/08/28 1.1153.64.13)
[PATCH] ia64: clean up acpi_boot_init()
I was confused about this bit
of code in acpi_boot_init():
smp_boot_data.cpu_count = available_cpus;
if (available_cpus = 0) {
printk(KERN_INFO "ACPI: Found 0 CPUS; assuming 1\n");
available_cpus = 1; /* We've got at least one of these, no? */
}
smp_build_cpu_map();
because it first saves available cpus in smp_boot_data, then potentially
modifies available_cpus. This looked at first like a bug, but I think
actually works out correctly, because smp_boot_data.cpu_count is only
used in smp_build_cpu_map(), and if cpu_count is zero, it prevents us
from looking at smp_boot_data.cpu_phys_id[0], which hasn't been
initialized.
This should only happen with really buggy firmware, so I'm not even
sure it's worth doing more than panicking, but if we're going to deal
with it, I propose the following patch to avoid even the appearance
of a bug. This just does what acpi_parse_lsapic() would have done
if the firmware tables were correct.
<wcohen@redhat.com> (03/08/28 1.1153.64.12)
[PATCH] ia64: oprofile support
I have revised the oprofile patch for ia64 to provide just the basic
timer interrupt mechanism to avoid interferring with the perfmon 2.0
support. I have verified the oprofile ia64 patch applies cleanly and
build a working kernel with the 2.6.0-test4 kernel and the
linux-2.6.0-test4-ia64-030826.diff.bz2 patch.
More work is required to get oprofile to work with the perfmon 2.0.
However, the patch as it is currently implements should not cause
problems for the perfom 2.0 support.
next prev parent reply other threads:[~2003-09-09 6:43 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-28 20:39 bk pull on ia64 linux tree David Mosberger
2003-08-16 1:20 ` David Mosberger
2003-09-09 6:43 ` David Mosberger [this message]
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
-- strict thread matches above, loose matches on Subject: below --
2004-01-13 0:59 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
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
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=marc-linux-ia64-106308985627549@msgid-missing \
--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