BitKeeper patches since v2.6.0-test5: 133 Changesets

Gzipped full patch from v2.6.0-test5 to ChangeSet 1.1244

ChangeSet 2003/09/18 12:17:08-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/linux-ia64-2.5

ChangeSet 2003/09/18 12:15:04-07:00, bjorn.helgaas @ hp.com [diffview]

[PATCH] ia64: trivial sba_iommu patch

I'm aligning the 2.4 and 2.5 versions of arch/ia64/hp/common/sba_iommu.c
and found a couple nits in the 2.5 version.  No functional change, just
whitespace, comment, and parameter name changes (and I made
one function static).

ChangeSet 2003/09/18 12:13:43-07:00, jbarnes @ sgi.com [diffview]

[PATCH] ia64: fix early printk for sn2

Quick fix for the early printk function name for sn2.  Goes along with a
patch I'm about to send to Andrew.

ChangeSet 2003/09/18 12:11:58-07:00, jes @ wildopensource.com [diffview]

[PATCH] ia64: fix for include/asm-ia64/acpi.h

asm/acpi.h relies on struct pci_vector_struct which is defined in
asm/system.h.

ChangeSet 2003/09/18 12:10:35-07:00, jes @ wildopensource.com [diffview]

[PATCH] ia64: include/asm-ia64/sn/router.h cleanup

Minor cleanup.

ChangeSet 2003/09/18 12:09:27-07:00, jes @ wildopensource.com [diffview]

[PATCH] ia64: sn2 header file cleanup

This patch removes a ton of pointless big endian defines for some
registers on SN2 and cleans up the #include hierachy making it include
some really big header files only when they are really needed.

ChangeSet 2003/09/18 12:07:24-07:00, eranian @ hpl.hp.com [diffview]

[PATCH] ia64: pass si_isr for a few more signal sources

This patch changes the kernel such that si_isr gets setup for hardware
breakpoints, single-step, and taken-branch traps.  This is useful, e.g., to
determine what kind of hw breakpoint triggered the signal.

ChangeSet 2003/09/18 12:04:44-07:00, jes @ wildopensource.com [diffview]

[PATCH] ia64: small sn2 cleanup

Attached is a small cleanup patch for the sn2 header files which removes
some cases of excessive header file inclusion.

ChangeSet 2003/09/18 12:03:39-07:00, davidm @ tiger.hpl.hp.com [diffview]

ia64: Control /proc/bus/mckinley/zx1 via separate SBA_PROC_FS macro and turn
      SBA_PROC_FS off by default (it's too much of a scalability bottleneck).

ChangeSet 2003/09/17 18:59:48-07:00, davidm @ tiger.hpl.hp.com [diffview]

ia64: In <asm-ia64/param.h>, do not include <linux/config.h> outside
        the #ifdef __KERNEL__ bracket.  Doing so pollutes the user-
        level namespace.  Bug report & proposed fix by GOTO Masanori.

ChangeSet 2003/09/15 15:24:02-07:00, eranian @ hpl.hp.co [diffview]

[PATCH] ia64: minor perfmon2 patch

This patch fixes a typo in pfm_write_pmcs() in the test for the default
value. The code was using the lop index instead of the register
index in the PMC_DFL_VAL() macro. This was causing valid values
for some PMCs to be rejected.

ChangeSet 2003/09/15 15:22:48-07:00, davidm @ tiger.hpl.hp.com [diffview]

ia64: Re-enable /proc/sal support.  Bug reported by Stephane Eranian, patch
        by Jesse Barnes.

ChangeSet 2003/09/15 15:18:00-07:00, jbarnes @ sgi.com [diffview]

[PATCH] ia64: protect PAL mapping printk with EFI_DEBUG

Having this print out for every CPU on a large system was a pain, so
protect the printk with EFI_DEBUG.

ChangeSet 2003/09/15 15:16:29-07:00, jbarnes @ sgi.com [diffview]

[PATCH] ia64: turn off SLIT debugging

This code works pretty well now, so we don't need to dump all this stuff
at boot time (esp. on 128 node systems).

ChangeSet 2003/09/09 17:01:56-07:00, jbarnes @ sgi.com [diffview]

[PATCH] ia64: update Kconfig comment for NR_CPUS

ChangeSet 2003/09/09 11:55:09-07:00, jbarnes @ sgi.com [diffview]

[PATCH] ia64: cpumask_t fixes

This patch coverts a few spots to use cpumask_t instead of unsigned
long.

ChangeSet 2003/09/08 23:24:59-07:00, davidm @ tiger.hpl.hp.com [diffview]

Some more __attribute_used__ fixes.

ChangeSet 2003/09/08 22:18:33-07:00, peterc @ gelato.unsw.edu.au [diffview]

[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).

ChangeSet 2003/09/08 17:10:45-07:00, arun.sharma @ intel.com [diffview]

[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.

ChangeSet 2003/09/08 16:29:54-07:00, suresh.b.siddha @ intel.com [diffview]

[PATCH] ia64: fix typo in spinlock.h

ChangeSet 2003/09/08 16:19:54-07:00, davidm @ tiger.hpl.hp.com [diffview]

Initial merge with 2.6.0-test5.

ChangeSet 2003/09/08 13:51:34-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge tiger.hpl.hp.com:/data1/bk/vanilla/linux-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5

ChangeSet 2003/09/08 13:26:34-07:00, davidm @ tiger.hpl.hp.com [diffview]

Mark initcall macros with __attribute_used__ so the definitions do not
get optimized away by the compiler (such as the latest GCC pre-3.4).

ChangeSet 2003/09/08 13:13:42-07:00, jbarnes @ sgi.com [diffview]

[PATCH] ia64: fix current usage in sn2 code

For some reason, we had a structure field called 'current'.  This patch
fixes that.

ChangeSet 2003/09/08 13:12:55-07:00, jbarnes @ sgi.com [diffview]

[PATCH] ia64: misc. sn2 updates

Fix a couple of sn2 files.

ChangeSet 2003/09/08 12:13:23-07:00, davidm @ tiger.hpl.hp.com [diffview]

ia64: Drop unnecessary version check in sba_iommu.c.

ChangeSet 2003/09/08 11:46:50-07:00, davidm @ tiger.hpl.hp.com [diffview]

ia64: Fix things so that they compile with the latest GCC 3.4, which optimize
        away static variables with no compiler-visible use.

ChangeSet 2003/09/08 11:16:19-07:00, jes @ wildopensource.com [diffview]

[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.

ChangeSet 2003/09/05 21:56:38-07:00, davidm @ tiger.hpl.hp.com [diffview]

ia64: Direct sys_fadvise64() to sys_fadvise64_64().

ChangeSet 2003/09/05 21:46:12-07:00, davidm @ tiger.hpl.hp.com [diffview]

ia64: Fix asm-ia64/acpi.h typo & name-collision.

ChangeSet 2003/09/05 18:40:04-07:00, bjorn.helgaas @ hp.com [diffview]

[PATCH] ia64: Add HP AGP 8X bridge and fix ACPI claim

The following patch to the HP ZX1 GART driver
- adds recognition of the HWP0007 device (an AGP 8X bridge)
- fixes the use of acpi_get_devices()

The problem with acpi_get_devices() is that it always returns AE_OK,
except when the callback (zx1_gart_probe()) returns a failure.  That
means agp_hp_init() cannot use the status from acpi_get_devices()
to distinguish between (1) an AGP bridge was found and successfully
initialized, and (2) no AGP bridge was found at all.

ChangeSet 2003/09/05 18:29:21-07:00, davidm @ tiger.hpl.hp.com [diffview]

ia64: Finnish adding ECC support.  Based on patch by Suresh Siddah.

ChangeSet 2003/09/05 17:27:49-07:00, eranian @ hpl.hp.com [diffview]

[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().

ChangeSet 2003/09/05 17:19:35-07:00, davidm @ tiger.hpl.hp.com [diffview]

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).

ChangeSet 2003/09/02 11:41:56-07:00, davidm @ tiger.hpl.hp.com [diffview]

ia64: Drop unnecessary fadvise64_64() bloat (it isn't needed on 64-bit
        platforms).

ChangeSet 2003/08/28 22:19:15-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/linux-ia64-2.5

ChangeSet 2003/08/28 17:43:05-07:00, eranian @ hpl.hp.com [diffview]

[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.

ChangeSet 2003/08/28 17:07:40-07:00, tony.luck @ intel.com [diffview]

[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.

ChangeSet 2003/08/28 17:01:53-07:00, matthewc @ cse.unsw.edu.au [diffview]

[PATCH] ia64: Fix "nosmp" breakage from cpumask patch.

Patch should be self-explanatory.

ChangeSet 2003/08/28 16:48:58-07:00, tony.luck @ intel.com [diffview]

[PATCH] ia64: fix PM config option

CONFIG_PM is set without a menu entry to turn it on/off.

ChangeSet 2003/08/28 16:46:09-07:00, bjorn.helgaas @ hp.com [diffview]

[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.

ChangeSet 2003/08/28 16:33:11-07:00, wcohen @ redhat.com [diffview]

[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.

ChangeSet 2003/08/28 16:20:08-07:00, rusty @ rustcorp.com.au [diffview]

[PATCH] Fix Slowdown in /proc/kallsyms

Out by one error broke caching of results in /proc/kallsyms, slowing
reading to a crawl.

ChangeSet 2003/08/25 15:39:44-07:00, davidm @ tiger.hpl.hp.com [diffview]

Patch by Arun to make test-popseg.x86 work again: I've tracked this down to
mm/memory.c:do_no_page() dereferencing vma->vm_file. The problem is that
the vma used for mapping the GDT has vma->vm_ops->nopage, but vma->vm_file
is NULL.

Andrew Morton agreed with this patch, but for some reason, it didn't make
it into 2.6.0-test4.

ChangeSet 2003/08/25 12:39:40-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/linux-ia64-2.5

ChangeSet 2003/08/25 10:09:16-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/linux-ia64-2.5

ChangeSet 2003/08/21 16:00:35-07:00, davidm @ tiger.hpl.hp.com [diffview]

Manual merge.

ChangeSet 2003/08/19 23:25:23-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/linux-ia64-2.5

ChangeSet 2003/08/19 16:58:14-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/linux-ia64-2.5

ChangeSet 2003/08/19 15:56:00-07:00, davidm @ wailua.hpl.hp.com [diffview]

(kallsyms_open): Fix oops caused by uninitialized memory.

ChangeSet 2003/08/15 18:34:07-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/linux-ia64-2.5

ChangeSet 2003/08/15 13:46:29-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge with 2.6.0-test3.

ChangeSet 2003/08/07 16:18:34-07:00, davidm @ tiger.hpl.hp.com [diffview]

tables.c:
  Check for X__DSDT in acpi_get_table_header_early()

ChangeSet 2003/08/07 14:39:48-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/linux-ia64-2.5

ChangeSet 2003/07/29 00:26:02-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/linux-ia64-2.5

ChangeSet 2003/07/29 00:02:16-07:00, davidm @ tiger.hpl.hp.com [diffview]

ia64: Merge with 2.6.0-test2.

ChangeSet 2003/07/25 18:38:59-07:00, davidm @ tiger.hpl.hp.com [diffview]

Update with latest version from Linus' tree.

ChangeSet 2003/07/15 14:47:35-07:00, rusty @ rustcorp.com.au [diffview]

[PATCH] Use local_t for module reference counts

ChangeSet 2003/07/15 11:25:20-07:00, davidm @ tiger.hpl.hp.com [diffview]

Cset exclude: davidm@tiger.hpl.hp.com|ChangeSet|20030711020407|51156
Cset exclude: davidm@tiger.hpl.hp.com|ChangeSet|20030709222337|34756

ChangeSet 2003/07/14 21:58:38-07:00, davidm @ tiger.hpl.hp.com [diffview]

Undo (most of) the ia64-specific changes to pci_irq.c.
iosapic_parse_prt() is the right place to do those.

ChangeSet 2003/07/14 17:15:53-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge with 2.6.0-pre1.

ChangeSet 2003/07/12 01:56:01-07:00, davidm @ tiger.hpl.hp.com [diffview]

Remove extra blank line.

ChangeSet 2003/07/12 01:06:08-07:00, davidm @ tiger.hpl.hp.com [diffview]

Clean up some no-longer-needed ia64 workarounds.

ChangeSet 2003/07/10 18:38:35-07:00, davidm @ tiger.hpl.hp.com [diffview]

Move EARLY_PRINTK config options to this repository, where the code lives.

ChangeSet 2003/07/10 18:30:20-07:00, davidm @ tiger.hpl.hp.com [diffview]

ia64: Merge with 2.5.75.

ChangeSet 2003/07/09 11:31:00-07:00, davidm @ tiger.hpl.hp.com [diffview]

Manual merge with 2.5.74+.

ChangeSet 2003/06/26 15:43:59-07:00, davidm @ tiger.hpl.hp.com [diffview]

Cset exclude: davidm@tiger.hpl.hp.com|ChangeSet|20030621161908|14888
Cset exclude: davidm@tiger.hpl.hp.com|ChangeSet|20030621161905|15263

ChangeSet 2003/06/23 23:34:01-07:00, davidm @ wailua.hpl.hp.com [diffview]

osl.c:
  (acpi_os_readable): Correct type of 2nd arg to acpi_size.

ChangeSet 2003/06/23 23:09:51-07:00, davidm @ tiger.hpl.hp.com [diffview]

Sync with Linus' tree.

ChangeSet 2003/06/23 17:16:54-07:00, davidm @ tiger.hpl.hp.com [diffview]

Update ia64 defconfig.

ChangeSet 2003/06/19 13:50:01-07:00, davidm @ tiger.hpl.hp.com [diffview]

More ppc64 bad merge fixing...

ChangeSet 2003/06/19 13:44:03-07:00, tony.luck @ intel.com [diffview]

[PATCH] ia64: add missing __exit_p() to i460-agp.c

ChangeSet 2003/06/19 13:17:49-07:00, davidm @ tiger.hpl.hp.com [diffview]

Drop export of init_thread_union alltogether.

ChangeSet 2003/06/19 13:10:46-07:00, davidm @ tiger.hpl.hp.com [diffview]

Simplify the irq_desc[] patch to make it more acceptable for the
main tree.

ChangeSet 2003/06/19 12:15:44-07:00, davidm @ tiger.hpl.hp.com [diffview]

Fix weird PPC64 merge errors.

ChangeSet 2003/06/19 11:47:52-07:00, davidm @ tiger.hpl.hp.com [diffview]

defconfig:
  Update defconfig.

ChangeSet 2003/06/18 18:28:43-07:00, davidm @ tiger.hpl.hp.com [diffview]

Revert back to adjusting RPCSVC_MAXPAGES.

ChangeSet 2003/06/18 18:00:47-07:00, davidm @ tiger.hpl.hp.com [diffview]

Don't declare init_thread_union in sched.h if there is an architecture-
specific task-struct-allocator.

ChangeSet 2003/06/18 17:30:45-07:00, chadt @ sgi.com [diffview]

[PATCH] ia64: early_printk for SGI SN2

ChangeSet 2003/06/18 16:43:23-07:00, davidm @ tiger.hpl.hp.com [diffview]

More 2.5.72 cleanup/syncing.

ChangeSet 2003/06/17 23:57:02-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge conflicts with 2.5.72.

ChangeSet 2003/06/17 23:41:45-07:00, davidm @ tiger.hpl.hp.com [diffview]

Make hp-agp.c compile again.  It's still broken, because the generic
AGP code once again thinks all AGP bridges must be PCI devices.

ChangeSet 2003/06/17 23:38:10-07:00, davidm @ tiger.hpl.hp.com [diffview]

Add back /proc/sys/kernel/cache_decay_ticks.

ChangeSet 2003/06/17 23:33:39-07:00, davidm @ tiger.hpl.hp.com [diffview]

Fix <linux/pci.h> so it can be used on platforms with CONFIG_PCI off.

ChangeSet 2003/06/17 23:30:45-07:00, davidm @ tiger.hpl.hp.com [diffview]

Fix serial HCDP and ACPI support for serial driver.

ChangeSet 2003/06/16 18:55:43-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge with 2.5.71.

ChangeSet 2003/06/14 00:40:32-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/linux-ia64-2.5

ChangeSet 2003/06/13 00:09:26-07:00, roland @ redhat.com [diffview]

[PATCH] make FIXMAP user page reading more portable

This patch vs 2.5.70 works fine for me on x86.  include/asm-x86_64/fixmap.h
needs the macros added for its vsyscall page too.

ChangeSet 2003/06/13 00:08:56-07:00, davidm @ tiger.hpl.hp.com [diffview]

memory.c:
  Undo last change.

ChangeSet 2003/06/12 19:25:55-07:00, davidm @ tiger.hpl.hp.com [diffview]

Allow read accesses to the entire FIXMAP range.  This lets gdb see the
instructions in the gate page (there is no security issue, because the
gate page only contains instructions or non-security-sensitive data such
as the ELF headers, etc.).

ChangeSet 2003/06/12 01:11:50-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/linux-ia64-2.5

ChangeSet 2003/06/10 18:18:05-07:00, davidm @ tiger.hpl.hp.com [diffview]

Remove include of <asm/unistd.h> now that force_successful_syscall()
is back in ptrace.h.

ChangeSet 2003/06/10 18:14:41-07:00, davidm @ tiger.hpl.hp.com [diffview]

Fix gratuitous PPC64 changes (were probably caused by a bad bk merge
with Linus' tree).

ChangeSet 2003/06/10 13:44:20-07:00, davidm @ tiger.hpl.hp.com [diffview]

Clean up tg3 driver to avoid relying on PCI-DMA implementation internals.  This removes code and gets
rid of the (incorrect) dependence on PCI_DMA_BUS_IS_PHYS.

ChangeSet 2003/06/10 12:19:43-07:00, davidm @ tiger.hpl.hp.com [diffview]

Adjust for force_successful_syscall_return() having moved back to
ptrace.h.

ChangeSet 2003/06/10 01:01:20-07:00, davidm @ tiger.hpl.hp.com [diffview]

Don't try to support uncached accesses via read()/write().

ChangeSet 2003/06/06 22:57:36-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/linux-ia64-2.5

ChangeSet 2003/06/05 14:00:20-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/linux-ia64-2.5

ChangeSet 2003/06/05 13:52:04-07:00, davidm @ tiger.hpl.hp.com [diffview]

More small cleanups to /dev/mem driver and for stack dumping.

ChangeSet 2003/06/04 23:06:28-07:00, davidm @ tiger.hpl.hp.com [diffview]

Fix up drivers/char/mem.c some more.

ChangeSet 2003/06/04 22:58:44-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/linux-ia64-2.5

ChangeSet 2003/06/04 18:45:48-07:00, davidm @ tiger.hpl.hp.com [diffview]

Clean up drivers/char/mem.c to reduce #ifdef bloat.  Make it work better on ia64.

ChangeSet 2003/06/04 14:14:42-07:00, davidm @ tiger.hpl.hp.com [diffview]

fork.c:
  More minor cleanups

ChangeSet 2003/06/04 13:56:27-07:00, davidm @ tiger.hpl.hp.com [diffview]

fork.c:
  Move task_cache back to its original place.

ChangeSet 2003/06/04 13:40:21-07:00, davidm @ tiger.hpl.hp.com [diffview]

Fix task creation/destruction to make it possible for the thread_info and the
task_struct to be next to each other.

ChangeSet 2003/06/03 23:42:21-07:00, davidm @ wailua.hpl.hp.com [diffview]

Add force_successful_syscall_return() to remaining platforms.

ChangeSet 2003/06/03 23:37:25-07:00, davidm @ wailua.hpl.hp.com [diffview]

Adjust show_trace()/show_stack() interfce to make them truly portable:
first arg is task whose trace should be shown, second arg is stack
pointer value starting from which the trace should be shown.  Either
(or both) arguments can be NULL.

ChangeSet 2003/06/03 09:28:48-07:00, davidm @ hpl.hp.com [diffview]

[PATCH] fix TCP roundtrip time update code

One of those very-hard-to-track-down, trivial-to-fix kind of problems:
without this patch, TCP roundtrip time measurements will corrupt the
routing cache's RTT estimates under heavy network load (the bug causes
RTAX_RTT to go negative, but since its type is u32, you end up with a
huge positive value...).  From there on, later TCP connections quickly
will go south.

The typo was introduced 8 months ago in v1.29 of the file by the patch
entitled "Cleanup DST metrics and abstrct MSS/PMTU further".

ChangeSet 2003/06/03 09:28:07-07:00, davidm @ tiger.hpl.hp.com [diffview]

ia64: Fix backtrace printing so it doesn't output tabs anymore.

ChangeSet 2003/05/30 17:39:18-07:00, peter @ chubb.wattle.id.au [diffview]

[PATCH] Fix ps/2 mouse and keyboard on I2000

I finally got sufficiently fed up to fix the PS/2 keyboard.  The
problem is that the generic code requests an ISA interrupt directly,
instead of via isa_irq_to_vector().

ChangeSet 2003/05/21 18:18:37-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/linux-ia64-2.5

ChangeSet 2003/05/21 13:57:06-07:00, davidm @ tiger.hpl.hp.com [diffview]

Merge tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/linux-ia64-2.5

ChangeSet 2003/05/19 23:37:48-07:00, davidm @ tiger.hpl.hp.com [diffview]

Fix locking comments for time interpolator routines.

ChangeSet 2003/05/19 17:37:21-07:00, davidm @ tiger.hpl.hp.com [diffview]

Overhaul time-interpolation support.  Platforms that do not ever wish to
use time-interpolation should NOT define CONFIG_TIME_INTERPOLATION.
There will be no overhead on such platforms.

If you have a platform that has exactly one time-interpolation source,
define CONFIG_TIME_INTERPOLATION and let the generic code take care
of updating "last_nsec_offset" as needed, but never call
register_time_interpolator().  Instead, hard-code the updating of
last_nsec_offset in do_gettimeofday() (and do_settimeofday()).
This will minimize overhead to a single load & NULL check (everything else
gets inlined).

If you have a platform that needs to support multiple interpolation
sources, register each source with regsiter_time_interpolator().
Each call to time_interpolator_update()/time_interpolator_reset() will
then incur an indirect function call.  C'est la vie.

ChangeSet 2003/05/15 23:50:46-07:00, davidm @ tiger.hpl.hp.com [diffview]

Undo previous pasting-operator "fix".  Code was right and pre3.4 compiler was
(temporarily) broken.

ChangeSet 2003/05/14 18:04:06-07:00, davidm @ tiger.hpl.hp.com [diffview]

Add two hooks for high-precision time-interpolation.  Based on patch by
Jes Sorensen.

ChangeSet 2003/05/14 18:00:16-07:00, davidm @ tiger.hpl.hp.com [diffview]

Small driver fixes.

ChangeSet 2003/05/14 17:54:33-07:00, davidm @ tiger.hpl.hp.com [diffview]

Undo timer breakage.  Makes profil() work again.

ChangeSet 2003/05/14 00:55:04-07:00, davidm @ tiger.hpl.hp.com [diffview]

Change last_time_offset into last_nsec_offset and make it work for real.

ChangeSet 2003/05/14 00:53:14-07:00, davidm @ tiger.hpl.hp.com [diffview]

Misc fixes: PCI ids and prefetch in page-table tear-down.

ChangeSet 2003/05/14 00:49:39-07:00, davidm @ tiger.hpl.hp.com [diffview]

Add /proc/sys/kernel/cache_decay_ticks.

ChangeSet 2003/05/14 00:47:34-07:00, davidm @ tiger.hpl.hp.com [diffview]

Fix off-by-one error to make NFSd work with PAGE_SIZE = 64KB.

ChangeSet 2003/05/14 00:44:49-07:00, davidm @ tiger.hpl.hp.com [diffview]

Add MM_VM_SIZE() support.

ChangeSet 2003/05/14 00:42:39-07:00, davidm @ tiger.hpl.hp.com [diffview]

Add EARLY_PRINTK support.

ChangeSet 2003/05/14 00:40:25-07:00, davidm @ tiger.hpl.hp.com [diffview]

Minor build fixes/enhancements.

ChangeSet 2003/05/14 00:33:49-07:00, davidm @ tiger.hpl.hp.com [diffview]

select() speedup.

ChangeSet 2003/05/14 00:31:59-07:00, davidm @ tiger.hpl.hp.com [diffview]

Various minor driver fixes.

ChangeSet 2003/05/14 00:18:32-07:00, davidm @ tiger.hpl.hp.com [diffview]

Support serial ports in ACPI namespace and serial consoles via HCDP.

ChangeSet 2003/05/14 00:12:20-07:00, davidm @ tiger.hpl.hp.com [diffview]

Toolchain bug workarounds.

ChangeSet 2003/05/14 00:07:15-07:00, davidm @ tiger.hpl.hp.com [diffview]

AGP fixes for ia64.

ChangeSet 2003/05/14 00:04:26-07:00, davidm @ tiger.hpl.hp.com [diffview]

Make ACPI work on ia64.

ChangeSet 2003/05/14 00:01:23-07:00, davidm @ tiger.hpl.hp.com [diffview]

Generic DRM support for platforms that cant_use_aperture.

ChangeSet 2003/05/13 23:56:23-07:00, davidm @ tiger.hpl.hp.com [diffview]

Add module_arch_cleanup() callback.


Index generated at Fri Sep 19 07:40:36 UTC 2003