|
@@ -75,7 +75,7 @@
|
|
|
|
|
|
* Title: "Conceptual Architecture of the Linux Kernel"
|
|
* Title: "Conceptual Architecture of the Linux Kernel"
|
|
Author: Ivan T. Bowman.
|
|
Author: Ivan T. Bowman.
|
|
- URL: http://plg.uwaterloo.ca/~itbowman/papers/CS746G-a1.html
|
|
|
|
|
|
+ URL: http://plg.uwaterloo.ca/
|
|
Keywords: conceptual software architecture, extracted design,
|
|
Keywords: conceptual software architecture, extracted design,
|
|
reverse engineering, system structure.
|
|
reverse engineering, system structure.
|
|
Description: Conceptual software architecture of the Linux kernel,
|
|
Description: Conceptual software architecture of the Linux kernel,
|
|
@@ -84,7 +84,7 @@
|
|
|
|
|
|
* Title: "Concrete Architecture of the Linux Kernel"
|
|
* Title: "Concrete Architecture of the Linux Kernel"
|
|
Author: Ivan T. Bowman, Saheem Siddiqi, and Meyer C. Tanuan.
|
|
Author: Ivan T. Bowman, Saheem Siddiqi, and Meyer C. Tanuan.
|
|
- URL: http://plg.uwaterloo.ca/~itbowman/papers/CS746G-a2.html
|
|
|
|
|
|
+ URL: http://plg.uwaterloo.ca/
|
|
Keywords: concrete architecture, extracted design, reverse
|
|
Keywords: concrete architecture, extracted design, reverse
|
|
engineering, system structure, dependencies.
|
|
engineering, system structure, dependencies.
|
|
Description: Concrete architecture of the Linux kernel,
|
|
Description: Concrete architecture of the Linux kernel,
|
|
@@ -95,7 +95,7 @@
|
|
* Title: "Linux as a Case Study: Its Extracted Software
|
|
* Title: "Linux as a Case Study: Its Extracted Software
|
|
Architecture"
|
|
Architecture"
|
|
Author: Ivan T. Bowman, Richard C. Holt and Neil V. Brewster.
|
|
Author: Ivan T. Bowman, Richard C. Holt and Neil V. Brewster.
|
|
- URL: http://plg.uwaterloo.ca/~itbowman/papers/linuxcase.html
|
|
|
|
|
|
+ URL: http://plg.uwaterloo.ca/
|
|
Keywords: software architecture, architecture recovery,
|
|
Keywords: software architecture, architecture recovery,
|
|
redocumentation.
|
|
redocumentation.
|
|
Description: Paper appeared at ICSE'99, Los Angeles, May 16-22,
|
|
Description: Paper appeared at ICSE'99, Los Angeles, May 16-22,
|
|
@@ -104,7 +104,7 @@
|
|
|
|
|
|
* Title: "Overview of the Virtual File System"
|
|
* Title: "Overview of the Virtual File System"
|
|
Author: Richard Gooch.
|
|
Author: Richard Gooch.
|
|
- URL: http://www.atnf.csiro.au/~rgooch/linux/vfs.txt
|
|
|
|
|
|
+ URL: http://www.mjmwired.net/kernel/Documentation/filesystems/vfs.txt
|
|
Keywords: VFS, File System, mounting filesystems, opening files,
|
|
Keywords: VFS, File System, mounting filesystems, opening files,
|
|
dentries, dcache.
|
|
dentries, dcache.
|
|
Description: Brief introduction to the Linux Virtual File System.
|
|
Description: Brief introduction to the Linux Virtual File System.
|
|
@@ -267,15 +267,13 @@
|
|
* Title: "Kernel API changes from 2.0 to 2.2"
|
|
* Title: "Kernel API changes from 2.0 to 2.2"
|
|
Author: Richard Gooch.
|
|
Author: Richard Gooch.
|
|
URL:
|
|
URL:
|
|
- http://www.atnf.csiro.au/~rgooch/linux/docs/porting-to-2.2.html
|
|
|
|
|
|
+ http://www.linuxhq.com/guides/LKMPG/node28.html
|
|
Keywords: 2.2, changes.
|
|
Keywords: 2.2, changes.
|
|
Description: Kernel functions/structures/variables which changed
|
|
Description: Kernel functions/structures/variables which changed
|
|
from 2.0.x to 2.2.x.
|
|
from 2.0.x to 2.2.x.
|
|
|
|
|
|
* Title: "Kernel API changes from 2.2 to 2.4"
|
|
* Title: "Kernel API changes from 2.2 to 2.4"
|
|
Author: Richard Gooch.
|
|
Author: Richard Gooch.
|
|
- URL:
|
|
|
|
- http://www.atnf.csiro.au/~rgooch/linux/docs/porting-to-2.4.html
|
|
|
|
Keywords: 2.4, changes.
|
|
Keywords: 2.4, changes.
|
|
Description: Kernel functions/structures/variables which changed
|
|
Description: Kernel functions/structures/variables which changed
|
|
from 2.2.x to 2.4.x.
|
|
from 2.2.x to 2.4.x.
|
|
@@ -290,7 +288,6 @@
|
|
|
|
|
|
* Title: "I/O Event Handling Under Linux"
|
|
* Title: "I/O Event Handling Under Linux"
|
|
Author: Richard Gooch.
|
|
Author: Richard Gooch.
|
|
- URL: http://www.atnf.csiro.au/~rgooch/linux/docs/io-events.html
|
|
|
|
Keywords: IO, I/O, select(2), poll(2), FDs, aio_read(2), readiness
|
|
Keywords: IO, I/O, select(2), poll(2), FDs, aio_read(2), readiness
|
|
event queues.
|
|
event queues.
|
|
Description: From the Introduction: "I/O Event handling is about
|
|
Description: From the Introduction: "I/O Event handling is about
|
|
@@ -386,64 +383,64 @@
|
|
|
|
|
|
* Title: "Porting Device Drivers To Linux 2.2: part II"
|
|
* Title: "Porting Device Drivers To Linux 2.2: part II"
|
|
Author: Alan Cox.
|
|
Author: Alan Cox.
|
|
- URL: http://www.linux-mag.com/1999-06/gear_01.html
|
|
|
|
|
|
+ URL: http://www.linux-mag.com/id/238
|
|
Keywords: ports, porting.
|
|
Keywords: ports, porting.
|
|
Description: Second part on porting from 2.0 to 2.2 kernels.
|
|
Description: Second part on porting from 2.0 to 2.2 kernels.
|
|
|
|
|
|
* Title: "How To Make Sure Your Driver Will Work On The Power
|
|
* Title: "How To Make Sure Your Driver Will Work On The Power
|
|
Macintosh"
|
|
Macintosh"
|
|
Author: Paul Mackerras.
|
|
Author: Paul Mackerras.
|
|
- URL: http://www.linux-mag.com/1999-07/gear_01.html
|
|
|
|
|
|
+ URL: http://www.linux-mag.com/id/261
|
|
Keywords: Mac, Power Macintosh, porting, drivers, compatibility.
|
|
Keywords: Mac, Power Macintosh, porting, drivers, compatibility.
|
|
Description: The title says it all.
|
|
Description: The title says it all.
|
|
|
|
|
|
* Title: "An Introduction to SCSI Drivers"
|
|
* Title: "An Introduction to SCSI Drivers"
|
|
Author: Alan Cox.
|
|
Author: Alan Cox.
|
|
- URL: http://www.linux-mag.com/1999-08/gear_01.html
|
|
|
|
|
|
+ URL: http://www.linux-mag.com/id/284
|
|
Keywords: SCSI, device, driver.
|
|
Keywords: SCSI, device, driver.
|
|
Description: The title says it all.
|
|
Description: The title says it all.
|
|
|
|
|
|
* Title: "Advanced SCSI Drivers And Other Tales"
|
|
* Title: "Advanced SCSI Drivers And Other Tales"
|
|
Author: Alan Cox.
|
|
Author: Alan Cox.
|
|
- URL: http://www.linux-mag.com/1999-09/gear_01.html
|
|
|
|
|
|
+ URL: http://www.linux-mag.com/id/307
|
|
Keywords: SCSI, device, driver, advanced.
|
|
Keywords: SCSI, device, driver, advanced.
|
|
Description: The title says it all.
|
|
Description: The title says it all.
|
|
|
|
|
|
* Title: "Writing Linux Mouse Drivers"
|
|
* Title: "Writing Linux Mouse Drivers"
|
|
Author: Alan Cox.
|
|
Author: Alan Cox.
|
|
- URL: http://www.linux-mag.com/1999-10/gear_01.html
|
|
|
|
|
|
+ URL: http://www.linux-mag.com/id/330
|
|
Keywords: mouse, driver, gpm.
|
|
Keywords: mouse, driver, gpm.
|
|
Description: The title says it all.
|
|
Description: The title says it all.
|
|
|
|
|
|
* Title: "More on Mouse Drivers"
|
|
* Title: "More on Mouse Drivers"
|
|
Author: Alan Cox.
|
|
Author: Alan Cox.
|
|
- URL: http://www.linux-mag.com/1999-11/gear_01.html
|
|
|
|
|
|
+ URL: http://www.linux-mag.com/id/356
|
|
Keywords: mouse, driver, gpm, races, asynchronous I/O.
|
|
Keywords: mouse, driver, gpm, races, asynchronous I/O.
|
|
Description: The title still says it all.
|
|
Description: The title still says it all.
|
|
|
|
|
|
* Title: "Writing Video4linux Radio Driver"
|
|
* Title: "Writing Video4linux Radio Driver"
|
|
Author: Alan Cox.
|
|
Author: Alan Cox.
|
|
- URL: http://www.linux-mag.com/1999-12/gear_01.html
|
|
|
|
|
|
+ URL: http://www.linux-mag.com/id/381
|
|
Keywords: video4linux, driver, radio, radio devices.
|
|
Keywords: video4linux, driver, radio, radio devices.
|
|
Description: The title says it all.
|
|
Description: The title says it all.
|
|
|
|
|
|
* Title: "Video4linux Drivers, Part 1: Video-Capture Device"
|
|
* Title: "Video4linux Drivers, Part 1: Video-Capture Device"
|
|
Author: Alan Cox.
|
|
Author: Alan Cox.
|
|
- URL: http://www.linux-mag.com/2000-01/gear_01.html
|
|
|
|
|
|
+ URL: http://www.linux-mag.com/id/406
|
|
Keywords: video4linux, driver, video capture, capture devices,
|
|
Keywords: video4linux, driver, video capture, capture devices,
|
|
camera driver.
|
|
camera driver.
|
|
Description: The title says it all.
|
|
Description: The title says it all.
|
|
|
|
|
|
* Title: "Video4linux Drivers, Part 2: Video-capture Devices"
|
|
* Title: "Video4linux Drivers, Part 2: Video-capture Devices"
|
|
Author: Alan Cox.
|
|
Author: Alan Cox.
|
|
- URL: http://www.linux-mag.com/2000-02/gear_01.html
|
|
|
|
|
|
+ URL: http://www.linux-mag.com/id/429
|
|
Keywords: video4linux, driver, video capture, capture devices,
|
|
Keywords: video4linux, driver, video capture, capture devices,
|
|
camera driver, control, query capabilities, capability, facility.
|
|
camera driver, control, query capabilities, capability, facility.
|
|
Description: The title says it all.
|
|
Description: The title says it all.
|
|
|
|
|
|
* Title: "PCI Management in Linux 2.2"
|
|
* Title: "PCI Management in Linux 2.2"
|
|
Author: Alan Cox.
|
|
Author: Alan Cox.
|
|
- URL: http://www.linux-mag.com/2000-03/gear_01.html
|
|
|
|
|
|
+ URL: http://www.linux-mag.com/id/452
|
|
Keywords: PCI, bus, bus-mastering.
|
|
Keywords: PCI, bus, bus-mastering.
|
|
Description: The title says it all.
|
|
Description: The title says it all.
|
|
|
|
|
|
@@ -502,7 +499,7 @@
|
|
|
|
|
|
* Title: "A Linux vm README"
|
|
* Title: "A Linux vm README"
|
|
Author: Kanoj Sarcar.
|
|
Author: Kanoj Sarcar.
|
|
- URL: http://reality.sgi.com/kanoj_engr/vm229.html
|
|
|
|
|
|
+ URL: http://kos.enix.org/pub/linux-vmm.html
|
|
Keywords: virtual memory, mm, pgd, vma, page, page flags, page
|
|
Keywords: virtual memory, mm, pgd, vma, page, page flags, page
|
|
cache, swap cache, kswapd.
|
|
cache, swap cache, kswapd.
|
|
Description: Telegraphic, short descriptions and definitions
|
|
Description: Telegraphic, short descriptions and definitions
|
|
@@ -659,7 +656,7 @@
|
|
|
|
|
|
* Name: "Linux Kernel Source Reference"
|
|
* Name: "Linux Kernel Source Reference"
|
|
Author: Thomas Graichen.
|
|
Author: Thomas Graichen.
|
|
- URL: http://innominate.org/~graichen/projects/lksr/
|
|
|
|
|
|
+ URL: http://marc.info/?l=linux-kernel&m=96446640102205&w=4
|
|
Keywords: CVS, web, cvsweb, browsing source code.
|
|
Keywords: CVS, web, cvsweb, browsing source code.
|
|
Description: Web interface to a CVS server with the kernel
|
|
Description: Web interface to a CVS server with the kernel
|
|
sources. "Here you can have a look at any file of the Linux kernel
|
|
sources. "Here you can have a look at any file of the Linux kernel
|
|
@@ -682,7 +679,7 @@
|
|
produced during the week. Published every Thursday.
|
|
produced during the week. Published every Thursday.
|
|
|
|
|
|
* Name: "Kernel Traffic"
|
|
* Name: "Kernel Traffic"
|
|
- URL: http://kt.zork.net/kernel-traffic/
|
|
|
|
|
|
+ URL: http://kt.earth.li/kernel-traffic/index.html
|
|
Keywords: linux-kernel mailing list, weekly kernel news.
|
|
Keywords: linux-kernel mailing list, weekly kernel news.
|
|
Description: Weekly newsletter covering the most relevant
|
|
Description: Weekly newsletter covering the most relevant
|
|
discussions of the linux-kernel mailing list.
|
|
discussions of the linux-kernel mailing list.
|