lk

Patch: checkpatch, a patch checking script.

http://lwn.net/Articles/232240/ これは結構面白そう。カーネルのコーディングスタイルのチェックをある程度やってくれそう。自動的にできるというところがいいねぇ...来週から試してみよう。

Introducing utrace

lk

http://lwn.net/Articles/224772/

Notes on Andrew Morton's "State of the Kernel" at Google

lk

http://www.linuxworld.com/community/?q=node/539

hints for patch reviewing

http://ozlabs.org/~rusty/index.cgi/2007/05/04#2007-05-04There are some useful hints when you review patches.

Three virtualization technology companies

http://www.virtuallogix.com/ http://www.trango-systems.com/ http://www.ok-labs.com/

Status and Direction of Kernel Development

http://www.linux-foundation.jp/uploads/seminar20070313/Andrew.pdf

Application-friendly kernel interfaces

Deferrable timers http://lwn.net/Articles/227316/

Linux patches add insight into memory usage

lk mm

http://www.linuxdevices.com/news/NS4314018608.html

Leverage transparent huge pages on Linux on POWER

lk mm

http://www-128.ibm.com/developerworks/systems/library/es-lop-leveragepages/?ca=dgr-lnxw09HugePages

Discover the Linux Kernel Virtual Machine

http://www-128.ibm.com/developerworks/linux/library/l-linux-kvm/?ca=dgr-lnxw09LinuxKVM

負荷とは何か

lk

http://d.hatena.ne.jp/naoya/20070222

組込みハードウェア技術の現状と展望

lk pm

http://www.ipsj.or.jp/10jigyo/shortseminar/2006/2006-emb-4-tomiyama.pdfこの人の論文を見てみたいのですが、どなたか入手方法を教えてもらえませんか?

lk

http://focus.ti.com/docs/toolsw/folders/print/tmdxvdp6437.html http://www.virtuallogix.com/index.php?id=138 http://www-128.ibm.com/developerworks/linux/library/l-linuxvirt/?ca=dgr-lnxw01Virtual-Linux

spufs

lk

http://www.internetconference.org/ic2006/PDF/invited-talk/play-with-the-cell.pdf http://cell.fixstars.com/pukiwiki/index.php http://kernel.org/pub/linux/kernel/people/geoff/cell/ps3-linux-distro-kit-20061208/

sched_clock()

lk

I just wanted to measure small intervals in kernel, which reminded me the way PRINTK_TIME does and it's enough accurate and easy for my purpose though I have to keep in mind that its accuracy(granularity) depends on architectures or platfo…

Instant Kernel Development Environment

lk

"qemu(x86, arm)" + "nfsroot" + "gdb" You don't have to care about kernel crash. You don't have to bring a target board on your business trip just for basic usage. You can monitor internal kernel behavior by using gdb without additional pat…

Reverse Engineering

lk

I talked with one of my co-worker, who was trying something like reverse engineering. That attracted me very much. There are lots of sources which are basically closed and probably Russian sites are one of the best place;)

http://lwn.net/Kernel/ http://news.gmane.org/gmane.linux.kernel/http://news.gmane.org/gmane.linux.ports.arm.kernel/ http://news.gmane.org/gmane.linux.ports.arm.general/ http://news.gmane.org/gmane.linux.ports.arm.omap/ http://news.gmane.or…

Patch: KVM: prepare user interface for smp guests

lk

http://lwn.net/Articles/206695/

Spufs: The Cell Synergistic Processing Unit as a virtual file system

lk

http://www-128.ibm.com/developerworks/power/library/pa-cell/

KVM: Kernel-based Virtual Machine for Linux

lk

It seems that someone told me this kind of structure, like VM which uses qemu last year, though I almost forgot that story;) http://kvm.sourceforge.net/

UpstreamMerge

lk

This is worth taking a look. There are some suggestive topis. http://kernelnewbies.org/UpstreamMerge

w2k/vmware/ubuntu/mactel

lk

I think it's not so bad to locate it on my living room;) It's silent, small, simple, high performance and connected to TV. I can share it together with family. What I need is just ssh connection to that machine. In that case, "screen" and …

vsyscalls

lk

http://kerneltrap.org/node/531Although it's been in x86 for a long time, this is my first time to know what exactly it is. it's one of interesting things.

SystemTap

lk

This is the simple and practical example, how nice systemtap is! My friend told me this, I always think he knows lots of things well(Thanks, TA-san). http://tabo.aurealsys.com/planet/gnome/tag/kernel/

Keynote

http://www.linuxsymposium.org/2006/view_abstract.php?content_key=104

Problem Solving With Systemtap

http://www.linuxsymposium.org/2006/view_abstract.php?content_key=17 I thought that kprobes is quite cool and imagined that systemtap was just a interface on the top of that. But it isn't. It provide the environment, including it's own scri…

Improving the Approach to Linux Performance Analysis

http://www.linuxsymposium.org/2006/view_abstract.php?content_key=199 Unfortunately I missed it....this is also in the kprobes/SystemTAP family.

Dark Arts Revealed: How to read Kernel Oopses and More

http://www.linuxsymposium.org/2006/view_abstract.php?content_key=16 It's highly suggestive. Some of them are what I've experienced, others are quite unfamilier. His talk is based on his practical daily work.

Practical Kernel Debugging with Kprobes

http://www.linuxsymposium.org/2006/view_abstract.php?content_key=132 http://www-users.cs.umn.edu/~boutcher/kprobes/ http://relayfs.sourceforge.net/examples.html#kleak_kprobes http://www.redhat.com/magazine/005mar05/features/kprobes/