[linuxkernelnewbies] Question about Page table dirty bit

2008-09-05 Thread Peter Teoh
http://forum.kernelnewbies.org/read.php?13,473 Hi, Everyone: I want to track the dirty memory pages between two checkpoints by using the dirty bit of the page table. The idea is : I clear the dirty bits of the page table at the checkpoint, so the dirty pages between two checkpoints can

[linuxkernelnewbies] kmemcheck: trap uses of uninitialized memory (v2) [LWN.net]

2008-09-06 Thread Peter Teoh
http://lwn.net/Articles/259974/?format=printable From: Vegard Nossum [EMAIL PROTECTED]

[linuxkernelnewbies] Alex Ionescu’s Blog

2008-09-08 Thread Peter Teoh
http://www.alex-ionescu.com/ Older Entries Search for: Pages About Publications Archives August 2008 March 2008 January 2008 November 2007 September 2007 August 2007 July

[linuxkernelnewbies] Alex Ionescu’s Blog - Some Vista Tips Tricks

2008-09-08 Thread Peter Teoh
http://www.alex-ionescu.com/ September 21st, 2007 Here’s a couple of various useful tips I’ve discovered (as I’m sure others have) which make my life easier on Vista, and saved me a lot of trouble. Fix that debugger! I had done everything right to get local kernel debugging to work: I

[linuxkernelnewbies] Heavy?? - anti debugging - By Lifewire/IKX

2008-09-08 Thread Peter Teoh
http://mirror.sweon.net/madchat/vxdevl/vxmags/xine-5/XINE-5.102 ����������������������������� � Xine - issue #5 - Phile 102 �

[linuxkernelnewbies] Anti-debugging in Win32

2008-09-08 Thread Peter Teoh
http://mirror.sweon.net/madchat/vxdevl/vxmags/vxtasy1/VXTASY%231.20B __ (__) { __ } { __ }||{ __ }

[linuxkernelnewbies] Physics engine - Wikipedia, the free encyclopedia

2008-09-08 Thread Peter Teoh
http://en.wikipedia.org/wiki/Physics_engine Physics engine From Wikipedia, the free encyclopedia Jump to: navigation, search A physics engine is a computer program that simulates Newtonian physics models, using variables such as mass, velocity, friction and wind resistance. It can simulate

[linuxkernelnewbies] Hi-Tech - Digest - Elbrus E2K Speculations

2008-09-08 Thread Peter Teoh
http://www.hi-tech.ournet.md/elbrus_e2k.html Elbrus E2K Speculations The promising microprocessor Elbrus E2K (Elbrus-2000) developed by a Russian company called Elbrus became well-known not so long ago, namely after the article "The Russians Are Coming" by Keith Diefendorff, which had been

[linuxkernelnewbies] Finding hidden kernel modules (the extrem way)

2008-09-08 Thread Peter Teoh
http://www.phrack.org/issues.html?issue=61id=3 |=---=| |=-=[ 6 - Finding hidden kernel modules (the extrem way) ]=--=| |=---=| by madsys madsys

[linuxkernelnewbies] WiSA: Wisconsin Safety Analyzer

2008-09-09 Thread Peter Teoh
http://www.cs.wisc.edu/wisa/about.html The phenomenal growth of shared resources such as the Internet reshapes our notion of privacy and organizational boundaries. Public domain and commercial-off-the-shelf (COTS) components are such shared resources. Use of COTS components is often

[linuxkernelnewbies] register_blkdev()

2008-09-09 Thread Peter Teoh
int register_blkdev(unsigned int major, const char *name) { struct blk_major_name **n, *p; int index, ret = 0; mutex_lock(block_class_lock); /* temporary */ if (major == 0) { for (index = ARRAY_SIZE(major_names)-1; index 0; index--) { if (major_names[index] == NULL) break; } if

[linuxkernelnewbies] Per-CPU Data

2008-09-09 Thread Peter Teoh
http://www.kernel.org/pub/linux/kernel/people/rusty/kernel-locking/x536.html 8.3. Per-CPU Data Another technique for avoiding locking which is used fairly widely is to duplicate information for each CPU. For example, if you wanted to keep a count of a common condition, you could use a spin

[linuxkernelnewbies] Linux-kerne l 九月 月 2008 年 按 线索 归档

2008-09-09 Thread Peter Teoh
http://zh-kernel.org/pipermail/linux-kernel/2008-September/thread.html 九月 月 2008 年 按 线索 归档 信息按下列方式排序: [ 主题 ] [ 作者 ] [ 日期 ] 关于 此列表的更多信息... 开始: 星期一 九月 1 09:07:14 CST 2008 结束: 星期二 九月 9 21:46:17 CST 2008 信息: 156 关 于单进程与多核CPU调度的疑问,谢谢   Miao Xie Re:

[linuxkernelnewbies] [PATCH 5 of 7] block: Block/request layer data integrity support | KernelTrap

2008-09-09 Thread Peter Teoh
http://kerneltrap.org/mailarchive/linux-kernel/2008/6/7/2056434 10 files changed, 849 insertions(+) Documentation/block/data-integrity.txt | 327 +++ block/Kconfig | 12 block/Makefile |1 block/blk-core.c

[linuxkernelnewbies] LKML: [EMAIL PROTECTED] ...: USB serial driver - data loss issue.

2008-09-10 Thread Peter Teoh
http://lkml.org/lkml/2005/7/9/6 Hello, I am facing this issue when i am testing my USB serial driver on Redhat Linux 2.6.9 , EL version 4 with my application. The driver is written for OXUSB950 and OXUSB954 devices. This application executes a set of transfer for one usb -serial port to

[linuxkernelnewbies] IDE APIs

2008-09-10 Thread Peter Teoh
ide-atapi.c:EXPORT_SYMBOL_GPL(ide_pc_intr); ide-atapi.c:EXPORT_SYMBOL_GPL(ide_transfer_pc); ide-atapi.c:EXPORT_SYMBOL_GPL(ide_issue_pc); ide.c:EXPORT_SYMBOL(ide_lock); ide.c:EXPORT_SYMBOL_GPL(ide_port_unregister_devices); ide.c:EXPORT_SYMBOL_GPL(ide_setting_mtx);

[linuxkernelnewbies] LKML: Rene Herman: Driver model ISA bus

2008-09-10 Thread Peter Teoh
http://lkml.org/lkml/2006/6/6/239 Enter your search termsSubmit search formWeblkml.org Date Tue, 06 Jun 2006 23:54:02 +0200 From Rene Herman Subject Driver model

[linuxkernelnewbies] LKML: Evgeniy Polyakov: [1/1] Block device throttling [Re: Distributed storage.]

2008-09-10 Thread Peter Teoh
http://lkml.org/lkml/2007/8/8/147 From Evgeniy Polyakov Subject [1/1] Block device throttling [Re: Distributed storage.] This throttling mechanism allows to limit maximum amount of queued bios per physical

[linuxkernelnewbies] LKML: Nitin Gupta: [PATCH 1/6] compcache: compressed RAM block device

2008-09-11 Thread Peter Teoh
http://lkml.org/lkml/2008/3/24/88 This creates RAM based block device (called ramzswap0) which is used as swap disk. On write (swap-out): - compress page (using LZO) - Allocate required amount of memory (using TLSF) - Store reference to its location in simple array. On read (swap-in): -

[linuxkernelnewbies] IDT and BIO

2008-09-11 Thread Peter Teoh
http://blog.csdn.net/cellbird/archive/2005/07/29/438053.aspx http://scudong.blogbus.com/logs/11492181.html

[linuxkernelnewbies] Driver porting: the workqueue interface. [LWN.net]

2008-09-12 Thread Peter Teoh
http://lwn.net/Articles/23634/ Driver porting: the workqueue interface. [Posted February 24, 2003 by corbet] This article is part of the LWN Porting Drivers to 2.6 series. The longstanding task queue interface was removed in 2.5.41; in its place is a new

[linuxkernelnewbies] VM: Implements the swap-out page-clustering technique

2008-09-12 Thread Peter Teoh
+= nr_clustered; + scan += nr_clustered - 1; } *scanned = scan; -- Regards, Peter Teoh

[linuxkernelnewbies] page fault fastpath: Increasing SMP scalability by introducing pte locks?

2008-09-12 Thread Peter Teoh
); if (do_bzero) bzero(p, bytes); else { for(pe=p+bytes; ppe; p+=16384) *p = 'r'; } sleep(sleepsec); state[id] = 2; pthread_exit(0); } -- Regards, Peter Teoh

[linuxkernelnewbies] Linux-Kernel: Re: [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)

2008-09-13 Thread Peter Teoh
http://linux.derkeiler.com/Mailing-Lists/Kernel/2005-10/4984.html Andrew Morton [EMAIL PROTECTED] writes: If filemap_fdatawrite() returns an error, this might be due to some I/O problem: dead disk, unplugged cable, etc. Given the generally crappy quality of the kernel's handling of

[linuxkernelnewbies] Re: [patch 2/6] mmu_notifier: Callbacks to invalidate address ranges

2008-09-20 Thread Peter Teoh
http://linux.derkeiler.com/Mailing-Lists/Kernel/2008-01/msg12802.html Re: [patch 2/6] mmu_notifier: Callbacks to invalidate address ranges From: Andrea Arcangeli [EMAIL PROTECTED] Date: Wed, 30 Jan 2008 18:04:52 +0100 On Wed, Jan 30, 2008 at 10:11:24AM -0600, Robin Holt wrote:

[linuxkernelnewbies] [08/17] GFP_VFALLBACK: Allow fallback of compound pages to virtual mappings | KernelTrap

2008-09-22 Thread Peter Teoh
http://kerneltrap.org/mailarchive/linux-fsdevel/2007/9/25/322518 From: Christoph Lameter [EMAIL PROTECTED] To: [EMAIL PROTECTED], @... Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: [08/17] GFP_VFALLBACK: Allow fallback of compound pages to virtual mappings Date: Tuesday, September 25,

[linuxkernelnewbies] a buffer cache management scheme exploiting both temporal and spatial locality

2008-09-22 Thread Peter Teoh
http://mail.nl.linux.org/linux-mm-www/2007-01/msg0.html Dear Linux MM developers, I would like to introduce a new buffer cache management scheme. Existing buffer cache management scheme considers only temporal locality of the blocks in buffer cache and reduces number of buffer cache

[linuxkernelnewbies] CodeGuru: A Simple Method For Timing Code

2008-09-24 Thread Peter Teoh
http://www.codeguru.com/Cpp/misc/misc/timers/article.php/c3895/ A Simple Method For Timing Code Rating: none Gabriel Fleseriu (view profile) July 24, 2001 Environment: VC6 SP5, Win98SE Many programmers need to optimize some algorithms for speed

[linuxkernelnewbies] DSP - Digital Signal Processing - Articles - White Papers - Theses - etc

2008-09-24 Thread Peter Teoh
http://www.dsprelated.com/documents.php Hybrid Floating Point Technique Yields 1.2 Gigasample Per Second 32 to 2048 point Floating Point FFT in a single FPGA - 2008 Author(s): Raymond J. Andraka Hardware Digital Signal Processing, especially hardware targeted to FPGAs, has traditionally

[linuxkernelnewbies] Linux on the Blackfin processor

2008-09-26 Thread Peter Teoh
http://blackfin.uclinux.org/gf/ Welcome to the Blackfin Open Source Koop This site is the central location for free or open source software and hardware projects targeted for use with certain members of the Analog Devices Blackfin processor family. In addition to a wide range of

[linuxkernelnewbies] Linux: Discussing Hibernation Requirements | KernelTrap

2008-09-29 Thread Peter Teoh
http://kerneltrap.org/node/11766 Linux: Discussing Hibernation Requirements July 16, 2007 - 8:15pm Submitted by Jeremy on July 16, 2007 - 8:15pm. "Since many alternative approaches to hibernation are now being considered and discussed," Rafael Wysocki began on the lkml, "I thought it

[linuxkernelnewbies] LKML: Tom May: Re: [PATCH 0/8][for -mm] mem_notify v6

2008-09-30 Thread Peter Teoh
http://lkml.org/lkml/2008/4/17/403 On Thu, Apr 17, 2008 at 2:30 AM, KOSAKI Motohiro [EMAIL PROTECTED] wrote: Hi Tom Here's a test program that allocates memory and frees on notification. It takes an argument which is the number of pages to use; use a number considerably higher

[linuxkernelnewbies] fork on uClinux

2008-10-09 Thread Peter Teoh
http://www.busybox.net/lists/uclibc/2006-May/015467.html On Tuesday 23 May 2006 17:36, Shaun Jackman wrote: Busybox uses the fork(2) system call for the standard init(8) utility. I've been told this works on uClinux in conjuction with uClibc. uClibc does not enable the fork() symbol for

[linuxkernelnewbies] How to use mem_map?

2008-10-10 Thread Peter Teoh
This C program illustrate the way to access the physical page using mem_map ptr. http://www.cs.usfca.edu/~cruse/cs635f07/dram.c //--- // dram.c // // This module implements a Linux character-mode device-driver // for the

[linuxkernelnewbies] [PATCH net-2.6.26] [IPV6] Return NET_RX_DROP when a packet is dropped in ipv6_rcv(). - ReadList.com

2008-10-10 Thread Peter Teoh
What are the API for receiving and sending data in IPv4 and IPv6? How do u know when the kernel dropped the packets? http://readlist.com/lists/vger.kernel.org/linux-kernel/95/477576.html Hi, - The IPv6 handler for receiving packets is ipv6_rcv() in net/ipv6/ip6_input.c. It is called by

[linuxkernelnewbies] Kernel markers [LWN.net]

2008-10-12 Thread Peter Teoh
http://lwn.net/Articles/245671/ Kernel markers By Jonathan Corbet August 15, 2007 LWN's recent look at SystemTap noted that the patch set currently lacks a set of static probe points like that provided with DTrace. There are a few reasons for this difference. For example, the rate of

[linuxkernelnewbies] bit-tech.net | The Secrets of PC Memory: Part 2

2008-10-12 Thread Peter Teoh
http://www.bit-tech.net/hardware/2007/12/17/the_secrets_of_pc_memory_part_2/2 Previous page 1 - Compact DDR Form Factors 2 - DRAM Self-Refreshing Technology 3 - PASR, DPD and Clock Stop modes 4 - DRAM Packaging 5 - BGA Solder Balls Inspection 6 - Stacking Technology and Increasing Capacity

[linuxkernelnewbies] OProfile::::IBM developerWorks : Linux : Linux on System z : Tuning hints tips : Howto tools : Resource management tools

2008-10-12 Thread Peter Teoh
http://www.ibm.com/developerworks/linux/linux390/perf/tuning_how_tools.html OProfile OProfile offers profiling of all running code on Linux systems, providing a variety of statistics. It is released under the GNU GPL. OProfiler consists of a kernel driver and a daemon for collecting sample

[linuxkernelnewbies] Kernel markers [LWN.net]

2008-10-12 Thread Peter Teoh
http://lwn.net/Articles/245671/ Kernel markers By Jonathan Corbet August 15, 2007 LWN's recent look at SystemTap noted that the patch set currently lacks a set of static probe points like that provided with DTrace. There are a few reasons for this difference. For example, the rate of

[linuxkernelnewbies] Re: grub loader error 17

2008-10-12 Thread Peter Teoh
How about this link: http://www.linuxquestions.org/questions/linux-laptop-and-handheld-25/need-help-with-mbr-and-grub-675211/?highlight=grub+partition and the rest of the related links: http://groups.google.com/group/linuxkernelnewbies/t/26f1dae63f367155 On 10月12日, 下午8时21分, Maninder

[linuxkernelnewbies] [PATCH 4/4] Implement semaphore latency tracer | Linux | Kernel

2008-10-13 Thread Peter Teoh
http://www.gossamer-threads.com/lists/linux/kernel/983241 Re: [PATCH 4/4] Implement semaphore latency tracer [In reply to] On 2008-10-12 22:13, Peter Zijlstra wrote: On Sun, 2008-10-12 at 16:12 +0300, Trk Edwin wrote: Each time a

[linuxkernelnewbies] Optimizing Applications with Large Working Sets in the Solaris 8 and 9 OS

2008-10-14 Thread Peter Teoh
http://developers.sun.com/solaris/articles/optimizing_apps.html Article Optimizing Applications with Large Working Sets in the Solaris 8 and 9 OS

[linuxkernelnewbies] 如何使用User Mode Linux在Linux内运行Linux - http://www.lupawo rld.com/home/35714 (互动社区) - LUPA开 源社区

2008-10-14 Thread Peter Teoh
http://www.lupaworld.com/35714/viewspace-24935.html 如何使用User Mode Linux在Linux内运行Linux 上 一篇 / 下 一篇  2007-09-25 14:01:49 / 个人分类:Linux 查 看( 338 ) / 评 论( 0 ) / 评 分( 0 / 0 ) 你可以使用User Mode Linux(UML)在Linux内(主机Linux内核)以用户态方式 运行Linux(内核), 你还可以在单个计算机上运行多个独立的虚拟计算机. 下面我们来了解UML的功能和如何使用它更方便地调试内核.

[linuxkernelnewbies] Re: Problem running User Mode Linux (UML)

2008-10-14 Thread Peter Teoh
Check this out for SKAS: http://www.linux.com/feature/59404 http://user-mode-linux.sourceforge.net/skas.html And if u found out something on tuntap, let me know!!! searching tuntap indicated that it is a common term belong to that of Solaris, Linux, MacOS, BSD etc.

[linuxkernelnewbies] TAP driver for Solaris

2008-10-14 Thread Peter Teoh
http://www.whiteboard.ne.jp/~admin2/tuntap/ TAP driver for Solaris used for OpenVPN This is a TAP driver for Solaris that can be used for OpenVPN The code is base on Universal TUN/TAP driver. I made changes somewhat and

[linuxkernelnewbies] Installing Tun Tap Driver on Leopard | My Etherealmind

2008-10-14 Thread Peter Teoh
http://etherealmind.com/2008/02/13/installing-tun-tap-driver-on-leopard/ Installing Tun Tap Driver on Leopard 13 February, 2008 by Greg Ferro First, I read about what TunTap is at Wikipedia and VTUN Sourceforge. >From what I read, TunTap was written for the VTUN project to specifically

[linuxkernelnewbies] VTun - FAQ

2008-10-14 Thread Peter Teoh
http://vtun.sourceforge.net/faq.html VTun - Frequently Asked Questions 1. General Questions 1.1 What is VTun ? 1.2 What does VTun stand for ? 1.3 Whom do I contact for support ? 1.4 Is VTun Y2K compliant? 1.5

[linuxkernelnewbies] Help with installation of gnome-cups-manager - LinuxQuestions.org

2008-10-15 Thread Peter Teoh
http://www.linuxquestions.org/questions/linux-newbie-8/help-with-installation-of-gnome-cups-manager-667875/ Originally Posted by stress_junkie I don't know the answer to your question but I have an idea. You can administer CUPS from your web browser. Just

[linuxkernelnewbies] reading via /dev/kmem

2008-10-15 Thread Peter Teoh
http://www.tjd.phlegethon.org/software/linux/kpeek.c /* * Hack to read a value in kernel space, when you can't be * bothered using sysctl. * * Copyright (c) 2002 Tim Deegan [EMAIL PROTECTED] * * This program is free software; you can redistribute it and/or modify * it under the

[linuxkernelnewbies] Linux内核补丁 AMD旁路转换缓冲(TLB)错误 - 51CTO.COM

2008-10-15 Thread Peter Teoh
http://os.51cto.com/art/200801/64187.htm Linux内核补丁AMD旁路转换缓冲(TLB)错误 http://os.51cto.com  2008-01-15 14:57  metallica  赛迪网  我要评论( 0) 摘要:关 于AMD的旁路转换缓冲(TLB)错误及其对四核皓龙芯片的影响上周已经有了很多报道,据国外媒体报道,AMD在为64位Red Hat企业版Linux即Upgrade

[linuxkernelnewbies] [PATCH] [3/20] x86: Implement support to synchronize RDTSC with LFENCE o

2008-10-15 Thread Peter Teoh
http://www.mail-archive.com/[EMAIL PROTECTED]/msg246238.html According to Intel RDTSC can be always synchronized with LFENCE on all current CPUs. Implement the necessary CPUID bit for that. It is unclear yet if that is true for all future CPUs too, but if there's another way the kernel can

[linuxkernelnewbies] 《Linux PowerPC详解- -核心篇》/huachu.com.cn(电脑书)

2008-10-15 Thread Peter Teoh
http://www.huachu.com.cn/itbook/itbookinfo.asp?lbbh=10070420 inux PowerPC详解--核心篇

[linuxkernelnewbies] writing via /dev/kmem

2008-10-15 Thread Peter Teoh
http://www.tjd.phlegethon.org/software/linux/kpoke.c /* * Hack to frob a value in kernel space, when you can't be * bothered using sysctl. * * Copyright (c) 2002 Tim Deegan [EMAIL PROTECTED] * * This program is free software; you can redistribute it and/or modify * it under the

[linuxkernelnewbies] Re: Problem running User Mode Linux (UML)

2008-10-15 Thread Peter Teoh
and then the network devices in client is linked to one of the taps in host. General format for this is: ethn=transport,transport args A very gud link describing transport types is: http://user-mode-linux.sourceforge.net/old/networking.html On Wed, Oct 15, 2008 at 9:48 AM, Peter Teoh

[linuxkernelnewbies] Re: ip forwarding between two tap interfaces

2008-10-16 Thread Peter Teoh
involved. What could be the reason? -- Regards, Peter Teoh

[linuxkernelnewbies] Moving the firmware out [LWN.net]

2008-10-16 Thread Peter Teoh
http://lwn.net/Articles/284932/ Moving the firmware out By Jake Edge June 4, 2008 It seems that David Woodhouse had a bit of an ulterior motive when he recently reworked the kernel firmware loader. That is not to say the work is not useful in its own right, but one of his goals is more

[linuxkernelnewbies] Block layer: integrity checking and lots of partitions [LWN.net]

2008-10-16 Thread Peter Teoh
http://lwn.net/Articles/290141/ Block layer: integrity checking and lots of partitions By Jonathan Corbet July 15, 2008 One likes to think of disk drives as being a reliable store of data. As long as nothing goes so wrong as to let the smoke out of the device, blocks written to the disk

[linuxkernelnewbies] Introduce O_CLOEXEC (take 2) [LWN.net]

2008-10-16 Thread Peter Teoh
http://lwn.net/Articles/236486/ Introduce O_CLOEXEC (take 2) From: Ulrich Drepper [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PATCH] Introduce O_CLOEXEC (take 2) Date:

[linuxkernelnewbies] Universal TUN/TAP device driver.

2008-10-19 Thread Peter Teoh
http://www.kernel.org/pub/linux/kernel/people/marcelo/linux-2.4/Documentation/networking/tuntap.txt Universal TUN/TAP device driver. Copyright (C) 1999-2000 Maxim Krasnyansky [EMAIL PROTECTED] Linux, Solaris drivers Copyright (C) 1999-2000 Maxim Krasnyansky [EMAIL PROTECTED] FreeBSD

[linuxkernelnewbies] gconfd error fix and mini howto

2008-10-20 Thread Peter Teoh
http://defindit.com/readme_files/gconfd_http_launch_howto.html Defindit Docs and Howto Home This page last modified: Jun 12 2006 keywords:kde,thunderbird,firefox,web,browser,launch,email,url,html,http,link,location,desktop,config,configuration,restart,gnome,gconf,gconfd

[linuxkernelnewbies] USB Booting - DSL Wiki

2008-10-20 Thread Peter Teoh
http://www.damnsmalllinux.org/wiki/index.php/USB_Booting USB Booting From DSL Wiki This page in other languages: Deutsch, Espaol, 中文版 (chinese) USB booting can be a hit-or-miss process with DSL or other pendrive-based operating systems. Contents

[linuxkernelnewbies] PeterVG: Solaris quick references

2008-10-20 Thread Peter Teoh
http://www2.petervg.nl/quick_reference/ Solaris 10 Printing Solaris Service Management Facility (SMF) Solaris Zones Introduction Solaris Zones Commands

[linuxkernelnewbies] What's new in x86.git for v2.6.28 | Linux | Kernel

2008-10-20 Thread Peter Teoh
http://www.gossamer-threads.com/lists/linux/kernel/981819?page=last What's new in x86.git for v2.6.28 the x86 family of trees had 47 topic trees active during the past 3 months of the v2.6.28 development cycle: x86/alternatives

[linuxkernelnewbies] [3/7] x86, cpa: make the kernel physical mapping initialization a two pass sequence - Patchwork

2008-10-20 Thread Peter Teoh
http://patchwork.ozlabs.org/patch/1186/ Submitter Suresh Siddha Date 2008-09-23 21:00:38 Message ID [EMAIL PROTECTED] Download mbox | patch Permalink /patch/1186/

[linuxkernelnewbies] Plug-and-Play-HOWTO: PnP for External and Plug-in Devices

2008-10-20 Thread Peter Teoh
http://tldp.org/HOWTO/Plug-and-Play-HOWTO-8.html 8. PnP for External and Plug-in Devices 8.1 USB Bus The USB (Universal Serial Bus) is a high speed bus on an external cable that plugs into a PC. The external bus cable has its own communication protocols and doesn't use any IRQs, I/0

[linuxkernelnewbies] PCI Express Port Bus Driver [LWN.net]

2008-10-20 Thread Peter Teoh
http://lwn.net/Articles/116311/ From: long [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PATCH]PCI Express Port Bus Driver Date: Wed, 15 Dec 2004 14:27:25 -0800

[linuxkernelnewbies] Re: README losetup/mount-Parameter offset needs : msg#00040

2008-10-20 Thread Peter Teoh
http://osdir.com/ml/2007/msg00040.html Jari Ruusu wrote: Both device sizes are integer multiples of 4096 bytes. When you shrink the the device size by non-4096 byte amount, that is no longer true. 976773160 and 976773168 sector size devices can be fully accessed using 4096 soft

[linuxkernelnewbies] Analysis of the Ext2fs structure - Table of Contents

2008-10-20 Thread Peter Teoh
http://www.nondot.org/sabre/os/files/FileSystems/ext2fs/ Analysis of the Ext2fs structure Louis-Dominique Dubeau Introduction Blocks and Fragments Groups Superblock Group Descriptors Bitmaps Inodes Directories Allocation algorithms Error

[linuxkernelnewbies] Linux network stack walkthrough

2008-10-20 Thread Peter Teoh
http://gicl.cs.drexel.edu/people/sevy/network/Linux_network_stack_walkthrough.html Linux Network Stack Walkthrough (2.4.20) The following is a walkthrough of the routines in the Linux 2.4.20 network stack, focusing on IP networking. I've written this up in an attempt to understand in

[linuxkernelnewbies] hotplug firmwar e - 小春的药匣子 - CSDNBlog

2008-10-21 Thread Peter Teoh
http://blog.csdn.net/zqy2000zqy/archive/2006/08/29/1137952.aspx  hotplug firmware收藏 新 一篇: gcc zz | 旧 一篇: gcc zz   Linux 2.6.x hotplug 和firmware 功能 因为工作中需要,我做了一些了解,因此写了一点心得。所以这篇文章并不是一个完整的教材。 1.: 一些概念 hotplug 它是系统在安装即插即用模块常用的工具 例如:PCI,USB,PCMCIA. 大概流程如下: (1) Linux 系统启动后,一切都在工作中; (2)

[linuxkernelnewbies] introduce two APIs for page attribute - linux.kernel | Google Groups

2008-10-21 Thread Peter Teoh
http://groups.google.com/group/linux.kernel/browse_thread/thread/8e83d2cbfd622876 introduce two APIs for page attribute Newsgroups: linux.kernel From: Shaohua Li shaohua...@intel.com Date: Mon, 04 Aug

[linuxkernelnewbies] Inside the Linux Packet Filter

2008-10-21 Thread Peter Teoh
http://www.linuxjournal.com/article/4852 Inside the Linux Packet Filter February 1st, 2002 by Gianluca Insolvibile In Part I of this two-part series on the Linux Packet Filter, Gianluca describes a packet's journey through the kernel. Network geeks among you may remember my article,

[linuxkernelnewbies] How SKBs work

2008-10-21 Thread Peter Teoh
http://vger.kernel.org/~davem/skb.html The socket buffer, or "SKB", is the most fundamental data structure in the Linux networking code. Every packet sent or received is handled using this data structure. The most fundamental parts of the SKB structure are as follows: struct sk_buff {

[linuxkernelnewbies] Multiqueue networking [LWN.net]

2008-10-21 Thread Peter Teoh
http://lwn.net/Articles/289137/?format=printable Multiqueue networking By Jonathan Corbet July 8, 2008 One of the fundamental data structures in the networking subsystem is the transmit queue associated with each device. The core networking code will call a driver's hard_start_xmit()

[linuxkernelnewbies] studying network stack under kern el 2.6 (02) « Minjun's Weblog

2008-10-22 Thread Peter Teoh
http://mxi1.wordpress.com/2007/09/08/studying-network-stack-under-kernel-26-02/

[linuxkernelnewbies] My Tech notes: Kernel (for 2.6) debugging- kgdb

2008-10-22 Thread Peter Teoh
http://bhagwat-masalkar.blogspot.com/2008/05/kernel-for-26-debugging-kgdb.html Kernel (for 2.6) debugging- kgdb Kernel (for 2.6) debugging- kgdb kgdb is a kernel patch that, once applied, allows for the use of the familiar gdb interface for source-level debugging of a running Linux kernel.

[linuxkernelnewbies] Rebooting, Setting up GDB, and the Basics of Debugging

2008-10-22 Thread Peter Teoh
http://cosi.clarkson.edu/docs/kernel/setup/kgdb/x118.html Prev Setting up a Kernel Debugging Workstation with KGDB 7. Rebooting, Setting up GDB, and the Basics of Debugging This section will walk you through the actual use of

[linuxkernelnewbies] 基于at91rm92 00的arm平台kgdb+linux内核调试

2008-10-22 Thread Peter Teoh
http://www.idcnews.net/html/edu/code/20070101/286505.html 基 于at91rm9200的arm平台kgdb+linux内核调试 来 源: ChinaUnix博客  作者: ChinaUnix博客   发布时间:2007-01-01 22:42:00 2007-09-10    在做这个实验之前,本人参考了bob_zhang2004的贴子,实现了在vmware下的x86平台linux的kgdb调试。现在准备建立arm平 台,在这边先说说我的意图,希望大家指导,    

[linuxkernelnewbies] Linux Incompatibility List

2008-10-22 Thread Peter Teoh
http://www.leenooks.com/ The Linux Incompatibility List is an attempt to catalog and document hardware/peripherals of all kinds that do not work with the Linux operating system, or only work with non-free drivers. Hardware News About the site - help out! Adding New Hardware to the list.

[linuxkernelnewbies] usbfs2

2008-10-22 Thread Peter Teoh
http://wiki.cs.pdx.edu/usb/usbfs2.html usbwiki/ usbfs2 a.. Edit b.. RecentChanges c.. History d.. Preferences Background Info In Linux, writing to USB devices from a user-land application is a tedious process. The current USB file system uses ioctl calls to read and write to

[linuxkernelnewbies] 一种方便的Linu x内核调试方法:VirtualBox + KGDB | 开发前线 - 程序员的学习生活乐园

2008-10-23 Thread Peter Teoh
http://www.devfront.com/?q=node/302 一种方便的Linux内核调试方法:VirtualBox + KGDB Sat, 2007-07-21 02:24 — Marchday 基本想法是:配置GUEST OS的串口,使它定向到HOST OS的unix socket文件。然后使用socat把这个unix socket文件定向到UDP某个端口监听。gdb连接这个UDP端口,从而实现对guest OS kernel的调试。 说起来满复杂,做起来并不难。我的HOST OS是Ubuntu 7.04,gcc 3.4,binutils

[linuxkernelnewbies] 【转载】kgd b调试环境的建立 - 涟水集 - CSDNBlog

2008-10-23 Thread Peter Teoh
http://blog.csdn.net/windhue/archive/2005/03/14/319274.aspx 新一篇:  【转载】在Debian下从源代码构造可以进行调试的UML | 旧一篇:  linux内核调试的几种方法 发信人: dubblelee (星际浪子), 信区: KernelTech 标  题: kgdb调试环境的建立 发信站: BBS 水木清华站 (Tue Jan 25 00:21:44 2005), 转信 【声明】lidlu原创,本文供linux学习使用,可自由转发,希望可以跟学习linux的朋友 多多交流,[EMAIL

[linuxkernelnewbies] PATCH 7 7 kgdb: Make mem access function weak in kgdb.c andkgdb.h

2008-10-23 Thread Peter Teoh
http://article.gmane.org/gmane.linux.kernel.debugging.kgdb.bugs/3121 From: Jason Wessel jason.wessel at windriver.com Subject: [PATCH 7/7] kgdb: Make mem access function weak in kgdb.c andkgdb.h Newsgroups: gmane.linux.kernel.debugging.kgdb.bugs, gmane.linux.kernel Date: 2008-10-21 19:14:53

[linuxkernelnewbies] LKML: Adam Litke: pagetable_ops: Hugetlb character device example

2008-10-23 Thread Peter Teoh
http://lkml.org/lkml/2007/3/21/284 Subject pagetable_ops: Hugetlb character device example From Adam Litke Date Wed, 21 Mar 2007 14:43:48 -0500 The main reason I am advocating a

[linuxkernelnewbies] Summary of the netfilter developer workshop 2004

2008-10-23 Thread Peter Teoh
http://www.netfilter.org/documentation/conferences/nf-workshop-2004-summary.html Summary of the netfilter developer workshop 2004 Harald Welte et. al. $Revision: 1.5 $ Copyright 2004 Harald Welte [EMAIL PROTECTED] Summary of the third Netfilter Developer Workshop (Sept 06-07

[linuxkernelnewbies] Bug#336220: xdm: bogus /dev/mem access lead to trouble on arm platforms

2008-10-23 Thread Peter Teoh
http://lists.debian.org/debian-x/2005/10/msg00616.html [Date Prev http://lists.debian.org/debian-x/2005/10/msg00615.html][Date Next http://lists.debian.org/debian-x/2005/10/msg00617.html] [Thread Prev http://lists.debian.org/debian-x/2005/10/msg00613.html][Thread Next

[linuxkernelnewbies] 2008.10.25 AKA 2008 Linux内核开发者大会邀请函

2008-10-23 Thread Peter Teoh
http://www.aka-kernel.org/news/2008/0928/1.html 继2007年10月13日第二届 AKA Linux 内核开发者大会成功举办后,第三届AKA 2008 Linux 内核开发者大会,将于10月25日拉开帷幕。 本 次大会由 AKA 信息技术小组主办,是国内Linux内核开发者社区的一大盛会!作为国内信息技术和开源运动的先锋组织,AKA一直致力于增进Linux开发者之间的交流 和协作,致力于推动Linux在国内的普及和发展。与前两届大会相比,本次会议广泛听取了来自社区开发者的建议,将更加注重技术性话题,增加交流讨论机

[linuxkernelnewbies] HugeTLB - Large Page Support in the Linux Kernel LG #155

2008-10-24 Thread Peter Teoh
http://linuxgazette.net/155/krishnakumar.html HugeTLB - Large Page Support in the Linux Kernel By R. Krishnakumar Abstract This article is meant to be a primer to the HugeTLB feature of the Linux kernel, which enables one to use virtual memory pages of large sizes. First, we will go through

[linuxkernelnewbies] Software Review: uvhd - file investigation utility LG #154

2008-10-24 Thread Peter Teoh
http://linuxgazette.net/154/townsend.html Software Review: uvhd - file investigation utility By Owen Townsend 'uvhd' is a binary file investigation utility. It displays the contents of any file in vertical hexadecimal format, and prompts for commands to browse, search, select, update,

[linuxkernelnewbies] Gentoo udev Guide ― Gentoo Linux Documentation

2008-10-24 Thread Peter Teoh
http://www.gentoo.org/doc/en/udev-guide.xml Gentoo udev Guide Content: 1. What is udev? 2. Using udev on Gentoo 3. Known Issues 4. Resources Acknowledgements 1. What is udev? The /dev Directory When Linux-users talk about the hardware on their system in the vicinity of

[linuxkernelnewbies] Conferences ― Free E lectrons

2008-10-24 Thread Peter Teoh
http://free-electrons.com/community/videos/conferences/ Linux Symposium, Ottawa, Canada, Jul. 2008 Keynote: The Kernel: 10 Years in Review, by Matthew Wilcox (Intel) video (57 minutes, 175M) Talk: Tux on the Air: State of Linux Wireless Networking, by John W. Linville (Red Hat)

[linuxkernelnewbies] Tuxology » Linux Vir tualization from Xen to KVM

2008-10-24 Thread Peter Teoh
http://tuxology.net/lectures/linux-virtualization-from-xen-to-kvm/ http://www.scribd.com/doc/3469880/Linux-Virtualization-from-Xen-to-KVM

[linuxkernelnewbies] 内核研究-xxlinux.com

2008-10-24 Thread Peter Teoh
http://www.xxlinux.com/linux/article/development/kernel/ vLinux Kernel 最新稳定版2.6.26发布(2008-07-15 10:16:50) vKernel硬件中断的初始化流程(2008-07-10 10:31:33) vLinux内核bootsplash功能的实现方法介绍(2008-05-23 09:41:09)

[linuxkernelnewbies] Tuxology » Linux Int ernals

2008-10-24 Thread Peter Teoh
http://tuxology.net/courses/linux-internals/ http://www.scribd.com/doc/3469710/Linux-Internals Linux Internals Tuxology team May 15th, 2008 Overview This course focuses on the basic elements of the Linux kernel, which allow programmers to build modules and device drivers. The students will

[linuxkernelnewbies] Git - SVN Crash Course

2008-10-24 Thread Peter Teoh
http://git.or.cz/course/svn.html#remote : Home | Documentation | Wiki | Download Site | Git's Gitweb Git - SVN Crash Course Welcome to the Git version control system! Here we will briefly introduce you to Git usage based on your current Subversion

[linuxkernelnewbies] Tuxology » Soft, Har d and Ruby Hard Real Time Approaches with Linux

2008-10-24 Thread Peter Teoh
http://tuxology.net/lectures/soft-hard-and-ruby-hard-real-time-approaches-with-linux/ http://www.scribd.com/doc/3469938/Soft-hard-and-ruby-hard-real-time-with-Linux

[linuxkernelnewbies] Tuxology » Splice, T ee VMsplice: zero copy in Linux

2008-10-24 Thread Peter Teoh
http://tuxology.net/lectures/splice-tee-vmsplice-zero-copy-in-linux/ http://www.scribd.com/doc/4006475/Splice-Tee-VMsplice-zero-copy-in-Linux

[linuxkernelnewbies] Linux2.4内核和2.6内 核对Initrd处理流程-xxlinux.com

2008-10-24 Thread Peter Teoh
http://www.xxlinux.com/linux/article/development/kernel/20080328/14213.html Linux2.4内核和2.6内核对Initrd处理流程 [ 作者:加入时间:2008-03-28 10:22:17来自:Linux联盟收集整理 ]

[linuxkernelnewbies] Linux2.6内核驱动移植 参考-xxlinux.com

2008-10-24 Thread Peter Teoh
http://www.xxlinux.com/linux/article/development/kernel/20080303/14074.html Linux2.6内核驱动移植参考 [ 作者:加入时间:2008-03-03 13:21:01来自:Linux联盟收集整理 ]

[linuxkernelnewbies] $ cheat git

2008-10-25 Thread Peter Teoh
http://cheat.errtheblog.com/s/git Setup - git clone repo clone the repository specified by repo; this is similar to "checkout" in some other version control systems such as Subversion and CVS Add colors to your ~/.gitconfig file: [color] branch = auto diff = auto

  1   2   3   4   5   6   7   8   9   10   >