An error occurred fetching the project authors.
- 23 Oct, 2003 1 commit
-
-
David S. Miller authored
-
- 13 Jan, 2003 1 commit
-
-
Russell King authored
This patch moves BUG() and PAGE_BUG() from asm/page.h into asm/bug.h. We also fix up linux/dcache.h, which included asm/page.h for the sole purpose of getting the BUG() definition. Since linux/kernel.h and linux/smp.h make use of BUG(), asm/bug.h is included there as well. In addition, linux/jbd.h did not contain a clear path with which to obtain the archtecture BUG() definition, but did contain its own definition.
-
- 29 Oct, 2002 1 commit
-
-
Andrew Morton authored
Patch from Hugh Dickins Added shmem_readpage and shmem_prepare_write so tmpfs files can be used by the loop driver (together with simple_commit_write). shmem_getpage extended to accept file page passed in, which may have to be copied over from swap page. Use bdget and sb_set_blocksize so loop can see our preferred blocksize PAGE_CACHE_SIZE. Use copy_highpage, removed from highmem.h in 2.4.17: restore it but with kmap_atomics. Restore (a simple) copy_page to asm-sparc64/page.h, which alone of all arches discarded it.
-
- 03 Oct, 2002 1 commit
-
-
David S. Miller authored
-
- 16 Sep, 2002 1 commit
-
-
David S. Miller authored
-
- 05 Jun, 2002 1 commit
-
-
David S. Miller authored
-
- 07 May, 2002 1 commit
-
-
David S. Miller authored
above explaining the {phys,pfn}_base stuff.
-
- 05 May, 2002 2 commits
-
-
David S. Miller authored
-
David S. Miller authored
- Implement changes for pfn_to_page et al. - Update defconfig.
-
- 13 Mar, 2002 1 commit
-
-
David S. Miller authored
put current task there instead.
-
- 19 Feb, 2002 1 commit
-
-
Rik van Riel authored
The patch has been changed like you wanted, with page->zone shoved into page->flags. I've also pulled the thing up to your latest changes from linux.bkbits.net so you should be able to just pull it into your tree from: Rik
-
- 11 Feb, 2002 1 commit
-
-
David Mosberger authored
Here is the latest version of the VM_DATA_DEFAULT_FLAGS patch (relative to 2.5.4). --david
-
- 09 Feb, 2002 1 commit
-
-
David S. Miller authored
-
- 05 Feb, 2002 2 commits
-
-
Linus Torvalds authored
- Matt Domsch: combine common crc32 library - Pete Zaitcev: ymfpci update - Davide Libenzi: scheduler improvements - Al Viro: almost there: "struct block_device *" everywhere - Richard Gooch: devfs cpqarray update, race fix - Rusty Russell: PATH_MAX should include the final '0' count - David Miller: various random updates (mainly net and sparc)
-
Linus Torvalds authored
-