index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
memalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-26
bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
Hou Tao
1
-0
/
+2
2023-10-26
bpf: Add more WARN_ON_ONCE checks for mismatched alloc and free
Hou Tao
1
-0
/
+4
2023-10-20
bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()
Hou Tao
1
-2
/
+14
2023-10-20
bpf: Re-enable unit_size checking for global per-cpu allocator
Hou Tao
1
-10
/
+12
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-25
/
+19
2023-09-30
bpf: Use kmalloc_size_roundup() to adjust size_index
Hou Tao
1
-25
/
+19
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-4
/
+90
2023-09-15
bpf: Skip unit_size checking for global per-cpu allocator
Hou Tao
1
-0
/
+7
2023-09-11
bpf: Ensure unit_size is matched with slab cache object size
Hou Tao
1
-2
/
+31
2023-09-11
bpf: Don't prefill for unused bpf_mem_cache
Hou Tao
1
-2
/
+14
2023-09-11
bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZE
Hou Tao
1
-0
/
+38
2023-09-08
bpf: Enable IRQ after irq_work_raise() completes in unit_free{_rcu}()
Hou Tao
1
-2
/
+7
2023-09-08
bpf: Enable IRQ after irq_work_raise() completes in unit_alloc()
Hou Tao
1
-1
/
+6
2023-09-08
bpf: Add support for non-fix-size percpu mem allocation
Yonghong Song
1
-8
/
+6
2023-07-28
bpf: Non-atomically allocate freelist during prefill
YiFei Zhu
1
-4
/
+8
2023-07-25
bpf: work around -Wuninitialized warning
Arnd Bergmann
1
-6
/
+6
2023-07-12
bpf: Add object leak check.
Hou Tao
1
-0
/
+35
2023-07-12
bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().
Alexei Starovoitov
1
-3
/
+126
2023-07-12
bpf: Allow reuse from waiting_for_gp_ttrace list.
Alexei Starovoitov
1
-6
/
+10
2023-07-12
bpf: Add a hint to allocated objects.
Alexei Starovoitov
1
-19
/
+31
2023-07-12
bpf: Change bpf_mem_cache draining process.
Alexei Starovoitov
1
-9
/
+9
2023-07-12
bpf: Further refactor alloc_bulk().
Alexei Starovoitov
1
-12
/
+18
2023-07-12
bpf: Factor out inc/dec of active flag into helpers.
Alexei Starovoitov
1
-12
/
+18
2023-07-12
bpf: Refactor alloc_bulk().
Alexei Starovoitov
1
-20
/
+26
2023-07-12
bpf: Let free_all() return the number of freed elements.
Alexei Starovoitov
1
-2
/
+6
2023-07-12
bpf: Simplify code of destroy_mem_alloc() with kmemdup().
Alexei Starovoitov
1
-5
/
+2
2023-07-12
bpf: Rename few bpf_mem_alloc fields.
Alexei Starovoitov
1
-28
/
+29
2023-06-06
bpf: Factor out a common helper free_all()
Hou Tao
1
-15
/
+16
2023-03-25
bpf: Add a few bpf mem allocator functions
Martin KaFai Lau
1
-9
/
+50
2023-02-15
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
1
-1
/
+1
2023-02-10
bpf: allow to disable bpf map memory accounting
Yafang Shao
1
-1
/
+2
2023-01-18
bpf: Fix off-by-one error in bpf_mem_cache_idx()
Hou Tao
1
-1
/
+1
2022-12-08
bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is true
Hou Tao
1
-1
/
+9
2022-12-08
bpf: Reuse freed element in free_by_rcu during allocation
Hou Tao
1
-3
/
+18
2022-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+16
2022-10-21
bpf: Use __llist_del_all() whenever possbile during memory draining
Hou Tao
1
-2
/
+5
2022-10-21
bpf: Wait for busy refill_work when destroying bpf memory allocator
Hou Tao
1
-0
/
+11
2022-10-18
bpf: Use rcu_trace_implies_rcu_gp() in bpf memory allocator
Hou Tao
1
-5
/
+10
2022-09-20
bpf: Check whether or not node is NULL before free it in free_bulk
Hou Tao
1
-1
/
+2
2022-09-06
bpf: Replace __ksize with ksize.
Alexei Starovoitov
1
-1
/
+1
2022-09-05
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
1
-16
/
+64
2022-09-05
bpf: Remove usage of kmem_cache from bpf_mem_cache.
Alexei Starovoitov
1
-36
/
+14
2022-09-05
bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.
Alexei Starovoitov
1
-1
/
+14
2022-09-05
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
1
-5
/
+39
2022-09-05
bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.
Alexei Starovoitov
1
-3
/
+62
2022-09-05
bpf: Adjust low/high watermarks in bpf_mem_cache
Alexei Starovoitov
1
-14
/
+36
2022-09-05
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
1
-1
/
+1
2022-09-05
bpf: Introduce any context BPF specific memory allocator.
Alexei Starovoitov
1
-0
/
+480