Archive for the ‘Kernel’ Category
Monday, August 9th, 2010
Linux Kernel 2.6.35最赞的feature就是RPS。
现在的网卡可以接收/发送包的速度已经开始让宿主机的CPU难以跟上。而由于单个CPU的处理能力也慢慢变得难以提升,那么把数据包分布到多个CPU上处理就变得很有必要。在2.6.35内核中,来自Google的Tom Herbert提交[......]
Read More
Tags: Kernel, Linux, Network
Posted in Kernel, Linux | No Comments »
Thursday, November 19th, 2009
I’ve made a new kind of analysis for Linux Kernel contributions. It tells us the contributors, such as IBM, Intel, Oracle and Fujitsu etc., were[......]
Read More
Tags: Kernel, KPS, Linux, OpenSource
Posted in Kernel | No Comments »
Sunday, October 11th, 2009
继之前微软的Hyper-V事件后,Linux内核驱动程序维护者GregKH在9-Oct.提出将在2.6.33内核开始删除Android驱动。
Due to no support from Google, I’ve dropped the android code from the sta[......]
Read More
Tags: Android, google, Kernel, Linux, OpenSource, 手机
Posted in Kernel | No Comments »
Wednesday, September 23rd, 2009
I’ve tried to analyze the defect data of Linux Kernel to find out the answers of the following questions.
1. How much effort the release candida[......]
Read More
Tags: Kernel, KPS, Linux
Posted in Kernel | No Comments »
Sunday, September 13th, 2009
微软虚拟机代码可能被移出Linux!
Linux驱动维护者GregKH在为Linux-2.6.32的merge window做准备时整理了现有的staging目录。对于微软提供的虚拟机hv驱动代码发表了一下的观点:
hv (Microsoft Hyper-V) drivers. Over 200 p[......]
Read More
Tags: Driver, Kernel, Linux, Microsoft, OpenSource, Patch, Virtualization
Posted in Kernel | No Comments »
Thursday, September 10th, 2009
Linus released Linux-2.6.31 on 2009-09-09 USA time.
What I am focusing on is the development status of kernel. And by the KPS tool, I found some inte[......]
Read More
Tags: Kernel, KPS, Linux, Patch
Posted in Kernel | No Comments »
Wednesday, September 2nd, 2009
在只提供http代理的局域网内如何用git连接远程服务器?
git使用了curl,因此设置了curl的代理服务器就可以让git使用代理了,有两种方法:
1. export http_proxy=”10.167.129.20:8080″
2. 编辑配置curl配置文件:~/.c[......]
Read More
Tags: git, Kernel, Linux
Posted in Kernel | 1 Comment »
Friday, August 28th, 2009
目前开源社区越来越多的使用git作为版本控制工具来管理软件的开发,由于git的产生最初是由于Linux内核开发的需要,并由Linus Trovalds亲自开发了第一版,因此现在大家看到使用最多的git hosting站点是git.kernel.org.
但是该站的git服务主要是提供给跟Linux内[......]
Read More
Tags: git, Linux
Posted in Kernel | No Comments »
Thursday, August 27th, 2009
1. Setup a git server
Download
http://www.kernel.org/pub/software/scm/git/
Install GIT
- 1. make prefix=/usr install /*this operation will install gi[......]
Read More
Tags: git, Kernel, Linux
Posted in Kernel, Linux | 1 Comment »