- 23 Jan, 2004 1 commit
-
-
David Mosberger authored
or ended up being trivial variations of another file. Fix some missing attributions and rephrase existing attributions for specifity.
-
- 22 Jan, 2004 1 commit
-
-
Suresh B. Siddha authored
-
- 21 Jan, 2004 2 commits
-
-
Andrew Morton authored
ia64 needs to include i2c by hand
-
Bjorn Helgaas authored
-
- 19 Jan, 2004 1 commit
-
-
David Mosberger authored
-
- 16 Jan, 2004 2 commits
-
-
Jesse Barnes authored
Kills a warning and a false sense of safety by removing the volatile qualifier on cpu_to_node_map[] and node_to_cpu_mask[]. Also fix the printk for total processors since num_online_cpus() can return an int or a long depending on the value of NR_CPUS.
-
Jesse Barnes authored
This patch just updates the cast in irq_lsapic.c to use the cpumask_t type for the noop cast assignment to smp_affinity.
-
- 15 Jan, 2004 2 commits
-
-
David Mosberger authored
-
David Mosberger authored
correctly even on 32-bit hosts. As an added bonus, it's faster, too. Run "unwcheck" by default, but for now, don't let unwcheck errors cause the kernel build to fail.
-
- 14 Jan, 2004 5 commits
-
-
Jes Sorensen authored
This patch gets rid of some superfluous printk's which get tedious on machines with insane number of CPUs. The virtual/physical address bit info is already available via /proc/pal, so there is no need to print it at boot- time.
-
Bjorn Helgaas authored
Currently you can select HCDP independent of serial console. This doesn't seem very useful, and makes the setup_serial_hcdp() reference unresolved if the serial driver is built as a module. CONFIG_SERIAL_8250_CONSOLE is only selectable if the serial core is built in (SERIAL_8250=y), so this patch makes sure we don't try to call setup_serial_hcdp() unless it is actually built in to the kernel. (I think we should also make HCDP selection dependent on SERIAL_8250_CONSOLE=y in Kconfig; I'll send a separate patch for that since it's not ia64-specific.)
-
David Mosberger authored
modular ACPI device drivers.
-
Bjorn Helgaas authored
Fix system type selection to workaround menuconfig bug (select "HP", get "HP-simulator").
-
Jes Sorensen authored
I fixed the code to compile with CONFIG_ACPI_NUMA and !CONFIG_DISCONTIG since it's actually possible to compile that configuration as well as cleaned up the #include usage a litte.
-
- 12 Jan, 2004 9 commits
-
-
David Mosberger authored
-
David Mosberger authored
dropped from GCC at some point in the future.
-
Alex Williamson authored
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.
-
David Mosberger authored
-
David Mosberger authored
arguments.
-
Andreas Schwab authored
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.
-
Jesse Barnes authored
Just a quick update for the sn2_defconfig file now that some more config options have been added.
-
Bjorn Helgaas authored
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.
-
David Mosberger authored
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.
-
- 08 Jan, 2004 4 commits
-
-
David Mosberger authored
into tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
-
Linus Torvalds authored
-
bk://linux.bkbits.net/linux-2.5Nathan Scott authored
into lips.borg.umn.edu:/export/music/bkroot/xfs-linux-2.6
-
Linus Torvalds authored
We must not mark the process TASK_STOPPED early, because that might allow a signal to wake it up before we actually got to the "wake_up_forked_process()" state. Total confusion would happen. Make wake_up_forked_process() verify the new world order.
-
- 07 Jan, 2004 1 commit
-
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 08 Jan, 2004 1 commit
-
-
Dave Jones authored
Spotted by Andreas Henriksson <andreas@scream.fjortis.info>
-
- 07 Jan, 2004 11 commits
-
-
Dave Jones authored
Also consolidate a bunch of convoluted if's into a single "is this an r200 or r300" function.
-
Linus Torvalds authored
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> For a laugh we moved the BSS and our world exploded. Turns out we zero from __bss_start to _end. Add __bss_stop to our section definitions so we can use it instead.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Linas Vepstas has audited the ppc64 proc code and found a number of issues.
-
Linus Torvalds authored
This fixes loading of modules compiled with debugging on some platforms. From Rusty.
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
Get off the drugs, Linus.
-
Linus Torvalds authored
constant expression properly.
-
Ville Nuorvala authored
-
Andi Kleen authored
-