pub/scm/libs/ell/ell.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/libs/ell/ell.git/
$ git log --pretty=format:'%h %s (%cs)%d'
a7c28b4 Release 0.65 (2024-04-25)
	(HEAD -> master, tag: 0.65)
807eee7 unit: Add tests for the new bitmap utilities (2024-04-16)
f0320e5 util: Add L_BITS_{SET|CLEAR} (2024-04-16)
f545600 util: Add L_BIT_{SET|CLEAR|TEST} macros (2024-04-16)
b995e0f util: Remove confusing static keyword use (2024-04-16)
d8eaabc Release 0.64 (2024-03-29)
	(tag: 0.64)
d519d30 util: Add portable casting preprocessor macros. (2024-03-28)
57fcbf8 utf8: Do not use strlen when size is provided (2024-03-19)
f50fb9d ecdh: add unlikely() check for NULL parameters (2024-03-18)
f5e27f0 ecc: add l_ecc_scalar_clone (2024-03-18)
...

$ git cat-file blob HEAD:README
ELL - Embedded Linux library
****************************

Copyright (C) 2011-2014  Intel Corporation. All rights reserved.


Compilation and installation
============================

In order to compile the source code you need following software packages:
	- GCC compiler
	- GNU C library

To configure run:
	./configure --prefix=/usr

Configure automatically searches for all required components and packages.

To compile and install run:
	make && make install


Kernel dependencies
===================

In order to use this library you need a Linux kernel with support for
epoll and timerfd.

For checksum usage you need if_alg (crypto user-space API) with MD5
and SHA-1 algorithms enabled.

For Diffie-Hellman usage the KEYCTL_DH_COMPUTE command for the
keyctl() syscall is required.

Kernel configuration checklist:

	CONFIG_TIMERFD=y
	CONFIG_EVENTFD=y

	CONFIG_CRYPTO_USER_API=y
	CONFIG_CRYPTO_USER_API_HASH=y
	CONFIG_CRYPTO_MD5=y
	CONFIG_CRYPTO_SHA1=y

	CONFIG_KEY_DH_OPERATIONS=y


Information
===========

Mailing list:
	ell@lists.linux.dev

IRC:
	irc://irc.oftc.net/#ell

For additional information about the project visit the ELL web site:
	https://01.org/ell

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Release 0.65 (2024-04-25)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
0.65         Release 0.65 (2024-04-25) tar.gz
0.64         Release 0.64 (2024-03-29) tar.gz
0.63         Release 0.63 (2024-02-26) tar.gz
0.62         Release 0.62 (2024-02-06) tar.gz
0.61         Release 0.61 (2023-11-25) tar.gz
0.60         Release 0.60 (2023-11-19) tar.gz
0.59         Release 0.59 (2023-09-27) tar.gz
0.58         Release 0.58 (2023-08-24) tar.gz
0.57         Release 0.57 (2023-05-24) tar.gz
0.56         Release 0.56 (2023-01-23) tar.gz
...

# associated public inboxes:
# (number on the left is used for dev purposes)
       1532 ell
         44 lkml
         17 qemu-devel
         17 linux-arm-kernel
         15 iwd
         13 netdev
         12 stable
          9 dri-devel
          9 intel-gfx
          9 u-boot
          8 netfilter-devel
          7 linux-wireless
          7 linux-devicetree
          7 linux-mm
          7 xen-devel
          7 kvm
          6 dpdk-dev
          6 git
          5 linux-mediatek
          5 linux-crypto
          5 linux-btrfs
          5 linux-api
          5 buildroot
          4 linux-samsung-soc
          4 linux-xfs
          4 linux-nfs
          4 linux-fsdevel
          4 linux-arm-msm
          4 linux-media
          4 linux-mips
          4 fstests
          4 linux-pm
          4 linux-input
          4 kvmarm
          4 linux-usb
          4 linux-gpio
          4 linux-rdma
          4 linuxppc-dev
          4 amd-gfx
          4 yocto-meta-freescale
          4 openembedded-core
          4 openembedded-devel
          3 linux-mtd
          3 linux-block
          3 bpf
          3 linux-amlogic
          3 alsa-devel
          3 linux-scsi
          3 linux-security-module
          3 linux-pci
          3 linux-bluetooth
          3 linux-doc
          3 linux-omap
          3 linux-kbuild
          3 linux-arch
          3 openbmc
          3 linux-fbdev
          3 linux-sh
          3 nouveau
          3 ofono
          3 ltp
          3 yocto
          3 linux-patches
          3 yocto-meta-virtualization
          3 intel-wired-lan
          3 kexec
          3 poky
          3 grub-devel
          3 ../../../../../igt-dev
          2 linux-riscv
          2 linux-nvme
          2 linux-acpi
          2 linux-cifs
          2 linux-erofs
          2 linux-iommu
          2 linux-hwmon
          2 linux-rtc
          2 driverdev-devel
          2 linux-renesas-soc
          2 linux-kselftest
          2 selinux
          2 linux-clk
          2 linux-iio
          2 dmaengine
          2 linux-ext4
          2 linux-f2fs-devel
          2 linux-modules
          2 linux-rt-users
          2 linux-ide
          2 linux-serial
          2 linux-watchdog
          2 linux-trace-devel
          2 util-linux
          2 backports
          2 io-uring
          2 linux-man
          2 linux-mmc
          2 linux-spi
          2 linux-i2c
          2 linux-remoteproc
          2 linux-sparse
          2 linux-pwm
          2 linux-tegra
          2 lttng-dev
          2 virtualization
          2 ceph-devel
          2 linux-can
          2 containers
          2 linux-rockchip
          2 linux-raid
          2 linux-hardening
          2 dm-devel
          2 linux-sctp
          2 linux-cxl
          2 linux-perf-users
          2 ocfs2-devel
          2 linux-s390
          2 kernel-janitors
          2 linux-staging
          2 linux-coco
          2 yocto-toaster
          2 yocto-meta-arm
          2 bitbake-devel
          2 yocto-meta-ti
          2 yocto-meta-arago
          2 outreachy
          2 openrisc
          2 intel-xe
          2 linux-um
          2 virtio-comment
          2 qemu-riscv
          2 cluster-devel
          2 kvm-ppc
          2 linux-hexagon
          2 reiserfs-devel
          2 lvm-devel
          2 virtio-fs
          2 ../../../../../fuego
          1 linux-fscrypt
          1 cocci
          1 live-patching
          1 linux-efi
          1 linux-integrity
          1 linux-edac
          1 linux-nvdimm
          1 linux-snps-arc
          1 kernel-hardening
          1 linux-next
          1 linux-parisc
          1 linux-leds
          1 kernelnewbies
          1 linux-sgx
          1 linux-hyperv
          1 workflows
          1 rcu
          1 selinux-refpolicy
          1 linux-m68k
          1 linux-i3c
          1 linux-spdx
          1 linux-wpan
          1 ksummit-discuss
          1 wireguard
          1 linux-kernel-mentees
          1 linux-csky
          1 tpmdd-devel
          1 linux-unionfs
          1 linux-firmware
          1 cip-dev
          1 linux-audit
          1 linux-dash
          1 linux-bcache
          1 mm-commits
          1 linux-fpga
          1 xdp-newbies
          1 platform-driver-x86
          1 phone-devel
          1 dash
          1 keyrings
          1 target-devel
          1 lustre-devel
          1 soc
          1 rust-for-linux
          1 ath10k
          1 ath11k
          1 linux-phy
          1 sparclinux
          1 linux-sunxi
          1 mptcp
          1 regressions
          1 ksummit
          1 b43-dev
          1 nvdimm
          1 historical-speck
          1 linux-nfc
          1 linux-bcachefs
          1 ath9k-devel
          1 ntfs3
          1 llvm
          1 fio
          1 yocto-docs
          1 chrome-platform
          1 ntb
          1 xenomai
          1 damon
          1 asahi
          1 loongarch
          1 imx
          1 ath12k
          1 b4-sent
          1 linux-trace-kernel
          1 oe-linux-nfc
          1 oe-kbuild-all
          1 oe-chipsec
          1 batman
          1 virtio-dev
          1 v9fs
          1 ecryptfs
          1 linux-ia64
          1 kbd
          1 autofs
          1 cpufreq
          1 dccp
          1 cgroups
          1 devicetree-spec
          1 devicetree-compiler
          1 initramfs
          1 hail-devel
          1 kvm-ia64
          1 linux-8086
          1 kernel-testers
          1 linux-alpha
          1 linux-btrace
          1 linux-embedded
          1 linux-hams
          1 linux-hotplug
          1 linux-laptop
          1 linux-sound
          1 trinity
          1 linux-metag
          1 linux-x25
          1 linux-nilfs
          1 lvs-devel
          1 netfilter
          1 linux-oxnas
          1 u-boot-amlogic
          1 lm-sensors
          1 acpica-devel
          1 perfbook
          1 smatch
          1 ../../../../../wireless-regdb
          1 ../../../../../powertop

git clone https://80x24.org/lore/pub/scm/libs/ell/ell.git