Ali Kernel introduction

简介: Introduction Alibaba Kernel is originated by Alibaba, the largest e-commerce website in Asia. It is based on RHEL6 source codes and included some updates and new features need by Alibaba.

Alibaba Kernel is originated by Alibaba, the largest e-commerce website in Asia. It is based on RHEL6 source codes and included some updates and new features need by Alibaba.
For more information and documentation, please refer to
http://kernel.taobao.org

BRANCH EXPLANATION

master branch is the source codes we are using in our production system.
dev branch is where we are doing kernel development.
So you can say that master is much much stable than the dev branch. :)

Features

  • All features of RHEL6U2 kernel, source code version is 2.6.32-220.23.1.
  • netoops to enable you collect data from the panic server, https://lwn.net/Articles/414031/.
  • bigalloc and inline data support for ext4. https://lwn.net/Articles/469805/
  • overlayfs which can deploy one fs over another. Please refer to http://lwn.net/Articles/447650/.
  • flashcache embedded support.
  • cpu accounting support for containers.
  • dio overwrite nolock support for fast SSDs.
  • Perf jit to enable you use perf to trace a java program.
  • Enable different memory management policy.
  • ...

RPMS

If you want to build an kernel rpm for your server, please refer to https://github.com/alibaba/ali_kernel_rpm.

目录
相关文章
|
机器学习/深度学习 自然语言处理 数据可视化
M2E2: Cross-media Structured Common Space for Multimedia Event Extraction 论文解读
我们介绍了一个新的任务,多媒体事件抽取(M2E2),旨在从多媒体文档中抽取事件及其参数。我们开发了第一个基准测试
124 0
|
TensorFlow 算法框架/工具
《A beginner introduction to TensorFlow (Part-1)》电子版地址
A beginner introduction to TensorFlow (Part-1)
105 0
《A beginner introduction to TensorFlow (Part-1)》电子版地址
|
Java
全网首发:There is an incompatible JNA native library installed on this system/6.1.2/4.0.1
全网首发:There is an incompatible JNA native library installed on this system/6.1.2/4.0.1
275 0
|
Oracle 关系型数据库 Unix
Linux Kernel Lowmem Pressure Issues and Related Kernel Structures (Doc ID 452326.1)
Linux Kernel Lowmem Pressure Issues and Related Kernel Structures (Doc ID 452326.1)
142 0
|
移动开发 前端开发 JavaScript
AMP for E-Commerce Part 1: Basic Building Blocks and UI Using AMP
In this three-part tutorial, we will explore how to create a fully functional e-commerce mobile application using AMP.
1630 0
AMP for E-Commerce Part 1: Basic Building Blocks and UI Using AMP
|
异构计算 索引 算法