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
/
lib
/
idr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-10
ida: don't use BUG_ON() for debugging
Linus Torvalds
1
-1
/
+2
2020-10-20
Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarray
Linus Torvalds
1
-0
/
+1
2020-10-16
lib/idr.c: document calling context for IDA APIs mustn't use locks
Stephen Boyd
1
-3
/
+6
2020-10-07
ida: Free allocated bitmap in error path
Matthew Wilcox (Oracle)
1
-0
/
+1
2019-11-01
idr: Fix idr_get_next_ul race with idr_remove
Matthew Wilcox (Oracle)
1
-20
/
+11
2019-06-02
idr: Fix idr_get_next race with idr_remove
Matthew Wilcox (Oracle)
1
-2
/
+12
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2018-10-21
radix tree: Remove radix_tree_update_node_t
Matthew Wilcox
1
-1
/
+1
2018-10-21
ida: Convert to XArray
Matthew Wilcox
1
-176
/
+203
2018-10-21
xarray: Add definition of struct xarray
Matthew Wilcox
1
-2
/
+2
2018-09-29
xarray: Replace exceptional entries
Matthew Wilcox
1
-35
/
+25
2018-09-29
idr: Permit any valid kernel pointer to be stored
Matthew Wilcox
1
-4
/
+0
2018-08-21
ida: Change ida_get_new_above to return the id
Matthew Wilcox
1
-18
/
+12
2018-08-21
ida: Remove old API
Matthew Wilcox
1
-41
/
+7
2018-08-21
ida: Add new API
Matthew Wilcox
1
-39
/
+31
2018-08-21
ida: Lock the IDA in ida_destroy
Matthew Wilcox
1
-6
/
+11
2018-06-07
lib/idr.c: remove simple_ida_lock
Matthew Wilcox
1
-5
/
+5
2018-02-26
idr: Fix handling of IDs above INT_MAX
Matthew Wilcox
1
-6
/
+7
2018-02-21
ida: do zeroing in ida_pre_get()
Rasmus Villemoes
1
-2
/
+0
2018-02-06
idr: Make 1-based IDRs more efficient
Matthew Wilcox
1
-9
/
+61
2018-02-06
idr: Warn if old iterators see large IDs
Matthew Wilcox
1
-1
/
+8
2018-02-06
idr: Rename idr_for_each_entry_ext
Matthew Wilcox
1
-10
/
+20
2018-02-06
idr: Remove idr_alloc_ext
Matthew Wilcox
1
-44
/
+84
2018-02-06
idr: Add idr_alloc_u32 helper
Matthew Wilcox
1
-0
/
+31
2018-02-06
idr: Delete idr_replace_ext function
Matthew Wilcox
1
-12
/
+3
2017-11-15
mm, truncate: do not check mapping for every page being truncated
Mel Gorman
1
-1
/
+1
2017-10-03
lib/idr.c: fix comment for idr_replace()
Eric Biggers
1
-2
/
+2
2017-09-13
idr: remove WARN_ON_ONCE() when trying to replace negative ID
Eric Biggers
1
-1
/
+1
2017-08-30
idr: Add new APIs to support unsigned long
Chris Mi
1
-29
/
+37
2017-02-13
idr: Add missing __rcu annotations
Matthew Wilcox
1
-7
/
+7
2017-02-13
ida: Use exceptional entries for small IDAs
Matthew Wilcox
1
-6
/
+81
2017-02-13
ida: Move ida_bitmap to a percpu variable
Matthew Wilcox
1
-37
/
+2
2017-02-13
Reimplement IDR and IDA using the radix tree
Matthew Wilcox
1
-946
/
+232
2016-12-12
lib/ida: document locking requirements a bit better
Daniel Vetter
1
-0
/
+11
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-2
/
+2
2015-02-12
lib/idr.c: remove redundant include
Rasmus Villemoes
1
-1
/
+0
2014-10-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2014-09-09
Documentation: Docbook: Fix generated DocBook/kernel-api.xml
Masanari Iida
1
-1
/
+1
2014-08-08
lib/idr.c: fix out-of-bounds pointer dereference
Andrey Ryabinin
1
-11
/
+14
2014-06-06
idr: reduce the unneeded check in free_layer()
Lai Jiangshan
1
-1
/
+1
2014-06-06
idr: don't need to shink the free list when idr_remove()
Lai Jiangshan
1
-16
/
+0
2014-06-06
idr: fix idr_replace()'s returned error code
Lai Jiangshan
1
-2
/
+2
2014-06-06
idr: fix NULL pointer dereference when ida_remove(unallocated_id)
Lai Jiangshan
1
-1
/
+1
2014-06-06
idr: fix unexpected ID-removal when idr_remove(unallocated_id)
Lai Jiangshan
1
-0
/
+8
2014-06-06
idr: fix overflow bug during maximum ID calculation at maximum height
Lai Jiangshan
1
-5
/
+3
2014-04-07
lib/idr.c: use RCU_INIT_POINTER(x, NULL)
Monam Agarwal
1
-2
/
+2
2014-04-07
idr: remove dead code
Stephen Hemminger
1
-18
/
+2
2014-02-17
idr: Add new function idr_is_empty()
Andreas Gruenbacher
1
-0
/
+10
2013-07-03
idr: print a stack dump after ida_remove warning
Jean Delvare
1
-5
/
+2
2013-04-29
idr: introduce idr_alloc_cyclic()
Jeff Layton
1
-0
/
+27
[next]