Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752111AbdDHWvz (ORCPT ); Sat, 8 Apr 2017 18:51:55 -0400 Received: from mail-pg0-f45.google.com ([74.125.83.45]:35912 "EHLO mail-pg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751769AbdDHWvu (ORCPT ); Sat, 8 Apr 2017 18:51:50 -0400 Date: Sun, 09 Apr 2017 07:51:42 +0900 Message-ID: <87pogm1pj5.wl-satoru.takeuchi@gmail.com> From: Satoru Takeuchi To: linux-kernel@vger.kernel.org Subject: Linux kernel statistics from the other perspective than existing ones User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/25.1 Mule/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 687 Lines: 17 I wrote an article about linux kernel statistics by analyzing linux kernel source code. Although there are many such the articles, most of them mainly focus on who develops linux kernel. However, this article doesn't care about that at all. It focuses on the following things instead. - Which subsystems the kernel consists of? - Which type of drivers are the main contents in the whole drivers code? - Whether the newly added drivers code are mainly for new drivers or for existing ones? - What are the characteristics of both rc kernels and stable kernels? Please take a look at it. https://github.com/satoru-takeuchi/linux-kernel-statistics/blob/master/README.md Thanks, Satoru