- 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 15 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
-
Matthew Wilcox authored
-
David S. Miller authored
into nuts.ninka.net:/disk1/davem/BK/net-2.6
-
David S. Miller authored
into nuts.ninka.net:/disk1/davem/BK/sparc-2.6
-
Dave Kleikamp authored
From: Christoph Hellwig <hch@lst.de> JFS currently clears i_sb in some error pathes which can make the core kernel OOPS because it may never be NULL. Noticed because some IBM people try to "fix" the core kernel for it now..
-
- 06 Jan, 2004 3 commits
-
-
Andrew Morton authored
From: Ingo Molnar <mingo@elte.hu>, Voyager is getting odd deadlocks due to the taking of xtime_lock() in sched_clock()->get_jiffies_64(). I had this patch queued up to fix a different deadlock, which occurs when we relax the requirement that TSC's be synchronised across CPUs. But it will fix James' deadlock too.
-
Andrew Morton authored
From: Michael Hunold <hunold@convergence.de> - move around sp887x firmware file entry to be close to sp887x selection - fix a bunch of filenames to point to /usr/lib/hotplug/firmware/ rather then /etc/dvb - fix the av7110 firmware config entry for "make allyesconfig"
-
Andrew Morton authored
From: Dave Kleikamp <shaggy@austin.ibm.com> After Jose debugged the problem down to the routine jfs_get_parent, we were able to find the problem. I believe it only affects users of NFS-exported JFS file systems on big-endian hardware. The problem was a missing le32_to_cpu macro. The patch also fixes a return code to be more consistent other implementations of get_parent.
-