- 19 Feb, 2003 29 commits
-
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/sparc-2.5
-
Pete Zaitcev authored
-
Pete Zaitcev authored
-
David S. Miller authored
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/sparc-2.5
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
Mitsuru Kanda authored
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
the number of metadata buffers. Use the same techniques as the regular linux buffer cache here. use more hash buckets for holding xfs metadata, and use the same hash algorithm as the regular buffer cache. SGI Modid: 2.5.x-xfs:slinx:139997a
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:139992a
-
Eric Sandeen authored
SGI Modid: 2.5.x-xfs:slinx:139854a
-
Glen Overby authored
this was always there, but exposed by the last change in this area and made much more likely. SGI Modid: 2.5.x-xfs:slinx:139655a
-
Keith Owens authored
SGI Modid: 2.5.x-xfs:slinx:139330a
-
Nathan Scott authored
with sector sizes smaller than those the device supports. Tripped a BUG in pagebuf, should now be resolved. SGI Modid: 2.5.x-xfs:slinx:139328a
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:138828a
-
Stephen Lord authored
SGI Modid: 2.5.x-xfs:slinx:138812a
-
Stephen Lord authored
small bugs in there. SGI Modid: 2.5.x-xfs:slinx:138445a
-
http://linux.bkbits.net/linux-2.5Christoph Hellwig authored
into lab343.munich.sgi.com:/home/hch/repo/bkbits/linux-2.5
-
Richard Henderson authored
The compiler.h fragment should describe the problem well enough.
-
Andrew Morton authored
Casting a 64-bit address to int, then to unsigned long will truncate it.
-
- 18 Feb, 2003 11 commits
-
-
http://linux.bkbits.net/linux-2.5Christoph Hellwig authored
into lab343.munich.sgi.com:/home/hch/repo/bkbits/linux-2.5
-
Rob Radez authored
-
David S. Miller authored
-
Stephen Rothwell authored
-
Petri T. Koistinen authored
Document "patch -p1" behaviour of modern patches, and remove make dep phase that isn't needed any more.
-
Greg Ungerer authored
This patch adds the missing page_reference() macro for the no swap case. With no rmap this is trivially a call to TestClearPageReferenced().
-
Greg Ungerer authored
Add a per-architecture flat.h flat format executable header. The idea is to support the different options required in a clean way. For starters we need to be able to configure the initial stack layout, and this differs for different CPU types. This first patch adds the header for the m68knommu architecture.
-
Greg Ungerer authored
This patch does a couple of things to the MMUless proc support: 1. change current->sig to current->sighand 2. initialize vsize var in task_vsize() function 3. correctly set *text and *data values in task_vsize() function
-
Greg Ungerer authored
This patch removes a duplicate menu option in the m68knommu Kconfig.
-
Greg Ungerer authored
This patch includes seq_file.h in the m68knommu machdep.h header. Cleans up warnings caused by function prototypes.
-
Greg Ungerer authored
This patch removes the use of the common RODATA define in the m68knommu architecture. It cannot be used the same way for the m68knommu target. For starters just inserting it here is syntactically wrong. All the read only parts are grouped into a single "text" segment, and this is the root cause of the problem. So for the m68knommu arch it makes sense to not use the generic RODATA setup, but to list them locally.
-