index
:
kernel/git/ardb/linux.git
acomp-zswap-cleanup
aesni-ccm-v6.1
aesni-fixes
arm-badr-cleanup
arm-efi-head
arm-efi-zboot
arm-fdt-mapping-mt
arm-kaslr-latest
arm-textofs
arm32-crypto-in-softirq-v5.4
arm64-blake2s
arm64-crc32-pmull
arm64-efi-va48
arm64-fast-refcount-v4
arm64-fpsimd-on-stack-for-libcrypto
arm64-fpsimd-on-stack-v3
arm64-fpsimd-on-stack-v4
arm64-fpsimd-on-stack-v5
arm64-fpsimd-on-stack2
arm64-gcm
arm64-head-refactor-v4
arm64-kmode-fpsimd-alloc-on-demand
arm64-pa-simplify-v2
arm64-pa-simplify-v3
arm64-per-task-stack-protector
arm64-remap-linear-data-alias
arm64-remap-linear-data-alias-v2
arm64-restrict-pi-bss
arm64-restrict-pi-bss-v2
arm64-restrict-pi-bss-v3
arm64-ro-page-tables
arm64-ro-page-tables-pkvm
arm64-ro-page-tables-pkvm-v5.17
arm64-va-simplify
arm64-vmalloc-special
arm64-wxn-mdwe
arm64-wxn-v6
arm64-wxn-v7
crypto-aes-cfb-library
efi-bti
efi-fpsimd-remove-fallback-v2
efi-lf2-backport-x86
efi-preemptible-rt
efi-preemptible-rt-v2
efi-preemptible-rt-v3
efi-preemptible-rt-v4
efi-psci
efi-remove-mixed-mode
efi-rng-seed
efi-x86-zboot
efivarfs-list-corruption-fix-for-v6.6
for-kernelci
la57-cpucap
la57-cpucap-v2
la57-cpucap-v3
la57-cpucap-v4
la57-cpucap-v4a
la57-cpucap-v5
la57-cpucap-v5b
la57-cpucap-v6
la57-early-cap
lockless-random
lockless-random-v2
mmc-proxy
objtool-jump-table-annotations-v3
purgatory-cleanup
riscv-crypto
riscv-scalar-aes
simplify-kallsyms
simplify-kallsyms-v2
synquacer-5.18-wxn
the-long-arm64-sigreturn-cfi-adventure
x86-ccm-aesni-v5.4
x86-deprecate-mixed-mode
x86-efi-no-sev-enable
x86-efi-peheader-backport-for-v5.15
x86-efi-runtime-cleanup
x86-efi-runtime-cleanup-v2
x86-efi-zboot
x86-pic
x86-pie
x86-pie-v2
x86-pie-v3
x86-pie-v3+i386
x86-pie-v4-wip
x86-remove-absolute-percpu
x86-startup-cleanup
x86-startup-cleanup-v4
x86-startup-confine-v2
x86-startup-confine-v3
x86-startup-confine-v4
x86-startup-confine-v4a
x86-startup-confine-v5
x86-startup-confine-v6
x86-startup-confine-v7
Unnamed repository; edit this file 'description' to name the repository.
Ard Biesheuvel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
genalloc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-18
genalloc.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2019-12-04
lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addr
Huang Shijie
1
-1
/
+1
2019-07-12
Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+9
2019-06-28
lib/genalloc.c: Add algorithm, align and zeroed family of DMA allocators
Fredrik Noring
1
-1
/
+9
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
Thomas Gleixner
1
-3
/
+1
2019-06-13
lib/genalloc: introduce chunk owners
Dan Williams
1
-6
/
+49
2019-06-03
lib/genalloc: add gen_pool_dma_zalloc() for zeroed DMA allocations
Fredrik Noring
1
-0
/
+1
2019-01-04
lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunk
Alexey Skidanov
1
-6
/
+7
2017-11-17
lib/genalloc.c: make the avail variable an atomic_long_t
Stephen Bates
1
-1
/
+2
2017-08-31
genalloc: Fix an incorrect kerneldoc comment
Jonathan Corbet
1
-2
/
+3
2015-12-22
genalloc:support allocating specific region
Zhao Qiang
1
-0
/
+11
2015-12-22
genalloc:support memory-allocation with bytes-alignment to genalloc
Zhao Qiang
1
-4
/
+23
2015-09-04
genalloc: add support of multiple gen_pools per device
Vladimir Zapolskiy
1
-0
/
+2
2015-09-04
genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()
Vladimir Zapolskiy
1
-2
/
+2
2015-06-30
genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()
Vladimir Zapolskiy
1
-2
/
+2
2015-06-30
genalloc: rename dev_get_gen_pool() to gen_pool_get()
Vladimir Zapolskiy
1
-1
/
+1
2014-10-09
lib/genalloc.c: add genpool range check function
Laura Abbott
1
-0
/
+3
2014-10-09
lib/genalloc.c: add power aligned algorithm
Laura Abbott
1
-0
/
+4
2014-01-23
include/linux/genalloc.h: spinlock_t needs spinlock_types.h
Shawn Guo
1
-0
/
+2
2013-11-13
lib/genalloc: add a helper function for DMA buffer allocation
Nicolin Chen
1
-0
/
+2
2013-09-11
lib/genalloc.c: fix overflow of ending address of memory chunk
Joonyoung Shim
1
-2
/
+2
2013-04-29
genalloc: add devres support, allow to find a managed pool by device
Philipp Zabel
1
-0
/
+18
2012-10-06
genalloc: make it possible to use a custom allocation algorithm
Benjamin Gaignard
1
-0
/
+27
2011-08-03
lib, Make gen_pool memory allocator lockless
Huang Ying
1
-6
/
+28
2011-05-25
lib/genalloc.c: add support for specifying the physical address
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+21
2011-05-25
include/linux/genalloc.h: add multiple-inclusion guards
Jean-Christophe PLAGNIOL-VILLARD
1
-0
/
+3
2006-10-02
[PATCH] LIB: add gen_pool_destroy()
Steve Wise
1
-0
/
+1
2006-06-23
[PATCH] change gen_pool allocator to not touch managed memory
Dean Nelson
1
-20
/
+15
2005-06-21
[PATCH] ia64 uncached alloc
Jes Sorensen
1
-0
/
+40