<feed xmlns='http://www.w3.org/2005/Atom'>
<title>history/include/linux/byteorder, branch master</title>
<subtitle>Linux kernel history
</subtitle>
<id>https://git.shady.money/history/atom?h=master</id>
<link rel='self' href='https://git.shady.money/history/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/'/>
<updated>2004-10-31T13:50:14Z</updated>
<entry>
<title>[PATCH] Use optimised byteswap again</title>
<updated>2004-10-31T13:50:14Z</updated>
<author>
<name>Matthew Wilcox</name>
<email>matthew@wil.cx</email>
</author>
<published>2004-10-31T13:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=1fb62196a83398679dfe5dfa9120ad005d032377'/>
<id>urn:sha1:1fb62196a83398679dfe5dfa9120ad005d032377</id>
<content type='text'>
Looks like Al's patch to sparsify the byteorder code prevented use of the
assembler-optimised code.  Not that I can blame him -- three underscores
are C-coded and two underscores are assembly-optimised.
</content>
</entry>
<entry>
<title>[PATCH] hton* and ntoh* endianness annotations</title>
<updated>2004-10-06T00:52:02Z</updated>
<author>
<name>Alexander Viro</name>
<email>viro@www.linux.org.uk</email>
</author>
<published>2004-10-06T00:52:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=980d92a6d2e10ac0170e41a0b233771a8aeb1bfd'/>
<id>urn:sha1:980d92a6d2e10ac0170e41a0b233771a8aeb1bfd</id>
<content type='text'>
Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] beginning of endianness annotations</title>
<updated>2004-09-09T03:35:01Z</updated>
<author>
<name>Alexander Viro</name>
<email>viro@parcelfarce.linux.theplanet.co.uk</email>
</author>
<published>2004-09-09T03:35:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=5d7b32de9935c65ca8285ac6ec2382afdbb5d479'/>
<id>urn:sha1:5d7b32de9935c65ca8285ac6ec2382afdbb5d479</id>
<content type='text'>
This adds the types and annotates conversion functions.  I've converted
the ...p() versions to inlines; AFAICS, everything's still happy...

Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Make bitops/cpumask functions be "const" where appropriate.</title>
<updated>2004-06-24T04:57:36Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2004-06-24T04:57:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=a7993279fb7a54aa0beb4159bb1d1ea214372420'/>
<id>urn:sha1:a7993279fb7a54aa0beb4159bb1d1ea214372420</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] const vs. __attribute__((const)) confusion</title>
<updated>2004-01-19T02:43:54Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2004-01-19T02:43:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=0697fbd3f0d9083223de23ea16c1754de0d8c28b'/>
<id>urn:sha1:0697fbd3f0d9083223de23ea16c1754de0d8c28b</id>
<content type='text'>
From: "H. Peter Anvin" &lt;hpa@zytor.com&gt;

Declaring a function to return a const scalar value is pretty meaningless. 
These functions are really trying to say that they don't alter any external
state.

Fix that up by using __attribute__((const)), if the compiler supports that.
</content>
</entry>
<entry>
<title>[PATCH] must be __KERNEL__ for byteorder/generic.h</title>
<updated>2002-06-03T05:35:05Z</updated>
<author>
<name>Dan Kegel</name>
<email>dank@kegel.com</email>
</author>
<published>2002-06-03T05:35:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=c8e2aa5971bb27e81e3037d78e8b060ffa676d1f'/>
<id>urn:sha1:c8e2aa5971bb27e81e3037d78e8b060ffa676d1f</id>
<content type='text'>
  Here's that patch again (MIME this time, so tabs don't get
  lost by my silly gui mailer); applies cleanly against against 2.4.19-pre8.
  Nobody commented on it last time I posted it, and it does
  make compiling gcc easier, so I guess that makes it trivial patch
  monkey fodder.  Or am I making a silly mistake?
</content>
</entry>
<entry>
<title>v2.4.7 -&gt; v2.4.7.1</title>
<updated>2002-02-05T03:14:54Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@athlon.transmeta.com</email>
</author>
<published>2002-02-05T03:14:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=6fbaac38b85e4bd3936b882392e3a9b45e8acb46'/>
<id>urn:sha1:6fbaac38b85e4bd3936b882392e3a9b45e8acb46</id>
<content type='text'>
  - Anton Altaparmakov: NTFS error checking
  - Johannes Erdfelt: USB updates
  - OGAWA Hirofumi: FAT update
  - Alan Cox: driver + s390 update merge
  - Richard Henderson: fix alpha sigsuspend error return value
  - Marcelo Tosatti: per-zone VM shortage
  - Daniel Phillips: generic use-once optimization instead of drop-behind
  - Bjorn Wesen: Cris architecture update
  - Anton Altaparmakov: support for Windows Dynamic Disks
  - James Washer: LDT loading SMP bug fix
</content>
</entry>
<entry>
<title>Import changeset</title>
<updated>2002-02-05T01:40:40Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@athlon.transmeta.com</email>
</author>
<published>2002-02-05T01:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=7a2deb32924142696b8174cdf9b38cd72a11fc96'/>
<id>urn:sha1:7a2deb32924142696b8174cdf9b38cd72a11fc96</id>
<content type='text'>
</content>
</entry>
</feed>
