No description
Find a file
2026-01-23 15:50:09 +00:00
.github/workflows Action: Upload arm64 artifacts too (#423) 2025-11-09 19:04:09 +01:00
arch Trying to make the RX audio coming through 2026-01-23 15:50:09 +00:00
block block, bfq: fix procress reference leakage for bfqq in merge chain 2024-11-01 01:56:02 +01:00
certs certs: Fix build error when PKCS#11 URI contains semicolon 2023-02-09 11:28:11 +01:00
crypto crypto: simd - Do not call crypto_alloc_tfm during registration 2024-10-17 15:21:39 +02:00
Documentation Add LTE EM05 driver 2025-08-13 11:55:09 +08:00
drivers drm/panthor: Flush shmem writes before mapping buffers CPU-uncached (#422) 2026-01-16 12:40:29 +01:00
fs This is the 6.1.115 stable release 2025-01-10 17:48:57 +08:00
include drm/gem: Change locked/unlocked postfix of drm_gem_v/unmap() function names 2025-08-28 05:46:56 +02:00
init This is the 6.1.115 stable release 2025-01-10 17:48:57 +08:00
io_uring io_uring/sqpoll: close race on waiting for sqring entries 2024-10-22 15:56:45 +02:00
ipc sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table) 2024-08-11 12:35:51 +02:00
kernel module, bpf: Store BTF base pointer in struct module 2025-04-15 20:23:00 +02:00
lib This is the 6.1.115 stable release 2025-01-10 17:48:57 +08:00
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers 2021-12-16 14:33:10 +01:00
mm fix: export memblock_free 2025-04-15 20:18:39 +02:00
net net: rfkill: Fix typos in Rockchip copyright notices 2025-01-21 10:54:47 +08:00
rust rust: macros: provide correct provenance when constructing THIS_MODULE 2024-10-17 15:22:24 +02:00
samples bpf: Replace bpf_lpm_trie_key 0-length array with flexible array 2024-08-29 17:30:22 +02:00
scripts use 'python3', not 'python' (reduced version) 2025-04-15 20:16:39 +02:00
security selinux: improve error checking in sel_write_load() 2024-11-01 01:56:07 +01:00
sound Trying to make the RX audio coming through 2026-01-23 15:50:09 +00:00
tools use 'python3', not 'python' (reduced version) 2025-04-15 20:16:39 +02:00
usr usr/gen_init_cpio.c: remove unnecessary -1 values from int file 2022-10-03 14:21:44 -07:00
virt KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() 2024-06-27 13:46:21 +02:00
.clang-format inet: ping: use hlist_nulls rcu iterator during lookup 2022-12-01 12:42:46 +01:00
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 2016-07-22 12:13:39 +02:00
.get_maintainer.ignore get_maintainer: add Alan to .get_maintainer.ignore 2022-08-20 15:17:44 -07:00
.gitattributes .gitattributes: use 'dts' diff driver for dts files 2019-12-04 19:44:11 -08:00
.gitignore Enable action script for kernel recompilation on PR 2025-04-15 20:17:11 +02:00
.mailmap 9 hotfixes. 6 for MM, 3 for other areas. Four of these patches address 2022-12-10 17:10:52 -08:00
.rustfmt.toml rust: add .rustfmt.toml 2022-09-28 09:02:20 +02:00
.scmversion rk: Makefile set SUBLEVEL to 0 and add empty .scmversion 2013-12-10 14:21:38 +08:00
boot.its boot.its: Fix typo in Rockchip copyright notice 2024-12-20 17:32:31 +08:00
COPYING COPYING: state that all contributions really are covered by this file 2020-02-10 13:32:20 -08:00
CREDITS MAINTAINERS: Remove Michal Marek from Kbuild maintainers 2022-11-16 14:53:00 +09:00
Kbuild Kbuild updates for v6.1 2022-10-10 12:00:45 -07:00
Kconfig kbuild: ensure full rebuild when the compiler is updated 2020-05-12 13:28:33 +09:00
logo.bmp rk: logo: update logo file 2019-08-29 19:45:37 +08:00
logo_kernel.bmp rk: logo: update logo file 2019-08-29 19:45:37 +08:00
MAINTAINERS dt-bindings: gpu: mali-valhall-csf: Add support for Arm Mali CSF GPUs 2025-04-15 20:18:19 +02:00
Makefile Makefile: disable -Werror for compiling error 2025-04-15 20:16:56 +02:00
README.md Update Armbian logo in README 2025-08-28 05:58:19 +02:00

Armbian logo

Purpose of This Repository

This repository contains a customized version of the Linux kernel, maintained by the Armbian team, with specific adaptations for Rockchip SoCs (System-on-Chips) used in a wide range of ARM-based single board computers.

It serves as the base for:

  • Kernel development and maintenance for Armbian-supported devices.
  • Hardware enablement, performance tuning, and stability patches specific to Rockchip-based platforms.
  • Integration with the Armbian build framework to produce ready-to-use OS images.

This repository is intended for developers, testers, and contributors working with the Armbian project and the broader Rockchip ARM ecosystem.