- 14 Jan, 2003 11 commits
-
-
Russell Cattelan authored
apparently the root file system are not being synced correctly during system shutdown SGI Modid: 2.5.x-xfs:slinx:136269a
-
Russell Cattelan authored
SGI Modid: 2.5.x-xfs:slinx:136126a
-
Russell Cattelan authored
SGI Modid: 2.5.x-xfs:slinx:135869a
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:135920a
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:135919a3
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:135168a
-
Eric Sandeen authored
These shouldn't be there, probably the result of corruption. However, if we find one, handle it specially so that we don't deadlock during unlinked list processing in recovery. Without xfs_iput_new, we'd be waiting on an inode lock we already hold. SGI Modid: 2.5.x-xfs:slinx:136535a
-
Nathan Scott authored
SGI Modid: 2.5.x-xfs:slinx:135917a
-
Eric Sandeen authored
SGI Modid: 2.5.x-xfs:slinx:135881a
-
Eric Sandeen authored
SGI Modid: 2.5.x-xfs:slinx:135847a
-
Eric Sandeen authored
SGI Modid: 2.5.x-xfs:slinx:135827a
-
- 13 Jan, 2003 29 commits
-
-
Linus Torvalds authored
-
Linus Torvalds authored
definition of BUG(). In the new (more logical) world order, that should be <asm/bug.h>
-
Greg Ungerer authored
This patch is the first in a series that groups the common m68knommu entry.S code into a common entry.S file (this is instead of having several similar files in lower sub-architecture directories). The whole idea is to reduce code duplication.
-
Miles Bader authored
-
http://linux-voyager.bkbits.net/dma-generic-mapping-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
James Bottomley authored
-
ssh://linux-voyager@linux-voyager.bkbits.net/dma-generic-mapping-2.5James Bottomley authored
into raven.il.steeleye.com:/home/jejb/BK/dma-alloc-flags-2.5
-
Miles Bader authored
-
Miles Bader authored
This prevents the linker from merging the .gnu.linkonce.this_module section into the .text section, which is necessary for modules to load correctly.
-
Zwane Mwaikambo authored
Fixes compile but card doesn't get detected, perhaps the id list?
-
Venkatesh Pallipadi authored
Clustered APIC setup patch. Needed to support generic systems with more than 8 CPUs. Motivation: The current APIC destination mode ("Flat Logical") used in linux kernel has an upper limit of 8 CPUs. For more than 8 CPUs, either "Clustered Logical" or "Physical" mode has to be used. The attached patch adds support such systems by organizing them into logical clusters, with each cluster having 4 CPUs. This is activated by a new config option "Support for other sub-arch SMP systems with more than 8 CPUs", under Processor feature->Sub architecture. The patch is made very simple and isolated, thanks to Martin J. Bligh's patchsets, which has moved all APIC related functions into sub-arch macros. Has zero impact on standard systems. This patch enables all 16 logical processors on a generic, non-quad based, system that we have here. Also, by looking at SuSE source, I have also added a special switch, to specifically support Unisys (ES7000). Just replacing #define SEQUENTIAL_APICID by CLUSTERED_APICID in the patch should make it work on ES7000(not tested).
-
Greg Ungerer authored
This pulls all of the m68knommu arch linker scripts into a single new style linker script. This patch specifically turns arch/m68knommu/vmlinux.lds.S into a generic linker script that works with all m68knommu targets.
-
Greg Ungerer authored
-
Greg Ungerer authored
This patch adds a definition for smp_read_barrier_depends() for the m68knommu architecture. This is now needed to compile net/ipv4/route.c.
-
Greg Ungerer authored
This patch removes the old 2.0.x conditional code from the mcfserial.h header.
-
Greg Ungerer authored
This patch sets a default console baud rate in the 68360 serial driver instead of just error'ing out if it is not set.
-
Greg Ungerer authored
This patch switches to using the _etext linker symbol instead of __data_rom_start for the ucdimm 68VZ328 platform. I intend to deprecate the __data_rom_start linker symbol in the future.
-
Greg Ungerer authored
This patch switches to using the _etext linker symbol instead of __data_rom_start for the ce2 68VZ328 platform. I intend to deprecate the __data_rom_start linker symbol in the future.
-
Greg Ungerer authored
This patch switches to using the _etext linker symbol instead of __data_rom_start for the ucsimm 68EZ328 platform. I intend to deprecate the __data_rom_start linker symbol in the future.
-
Greg Ungerer authored
This patch adds the missing exit code argument to the do_coredump() call in m68knommu arch signal.c.
-
Greg Ungerer authored
-
Rusty Russell authored
From: Arnd Bergmann <arnd@bergmann-dalldorf.de> The korg1212 driver has a global variable named 'rc' that pollutes the namespace. This makes it static.
-
Rusty Russell authored
From: Pablo Menichini <pablo@menichini.com.ar>
-
Rusty Russell authored
From: william stinson <wstinson@wanadoo.fr> this patch for sound/oss/awe_wave.c sound driver for Linux removes three calls to check_region using request_region instead This is patch number 33 in a series of check_region patches I am doing as part of the kernel janitors project.
-
Rusty Russell authored
From: Pablo Menichini <pablo@menichini.com.ar>
-
Rusty Russell authored
From: Arnd Bergmann <arnd@bergmann-dalldorf.de> A global variable should not be named 'objects' like in irias_object.c. This patch puts it into the right namespace. Also, strndup() is made static.
-
Rusty Russell authored
From: Arnd Bergmann <arnd@bergmann-dalldorf.de> The maxiradio driver defines a few variables that should be made static.
-
Rusty Russell authored
From: Pavel Machek <pavel@ucw.cz> With local pages present, swsusp's accounting goes wrong and you get nice BUG(). This fixes it, please apply.
-
Rusty Russell authored
From: Pablo Menichini <pablo@menichini.com.ar>
-