summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mm: Convert workingset to XArrayMatthew Wilcox2018-10-211-0/+65
* page cache: Add and replace pages using the XArrayMatthew Wilcox2018-10-211-3/+3
* ida: Convert to XArrayMatthew Wilcox2018-10-212-247/+203
* xarray: Track free entries in an XArrayMatthew Wilcox2018-10-212-4/+145
* xarray: Add xa_reserve and xa_releaseMatthew Wilcox2018-10-212-0/+87
* xarray: Add xas_create_rangeMatthew Wilcox2018-10-212-0/+169
* xarray: Add xas_for_each_conflictMatthew Wilcox2018-10-212-0/+129
* xarray: Step through an XArrayMatthew Wilcox2018-10-212-0/+189
* xarray: Destroy an XArrayMatthew Wilcox2018-10-212-0/+62
* xarray: Extract entries from an XArrayMatthew Wilcox2018-10-211-0/+80
* xarray: Add XArray iteratorsMatthew Wilcox2018-10-212-0/+475
* xarray: Add XArray conditional store operationsMatthew Wilcox2018-10-212-0/+91
* xarray: Add XArray unconditional store operationsMatthew Wilcox2018-10-213-6/+868
* xarray: Add XArray marksMatthew Wilcox2018-10-212-2/+264
* xarray: Add XArray load operationMatthew Wilcox2018-10-215-43/+286
* xarray: Define struct xa_nodeMatthew Wilcox2018-10-211-24/+24
* xarray: Add definition of struct xarrayMatthew Wilcox2018-10-214-41/+84
* xarray: Change definition of sibling entriesMatthew Wilcox2018-09-292-45/+26
* xarray: Replace exceptional entriesMatthew Wilcox2018-09-292-47/+34
* idr: Permit any valid kernel pointer to be storedMatthew Wilcox2018-09-292-10/+15
* lib/Kconfig.debug: fix three typos in help textThibaut Sautereau2018-09-041-2/+2
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-09-021-1/+0
|\
| * notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-271-1/+0
|\ \ | |/ |/|
| * rhashtable: remove duplicated include from rhashtable.cYue Haibing2018-08-201-1/+0
* | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-265-109/+238
|\ \
| * | ida: Change ida_get_new_above to return the idMatthew Wilcox2018-08-211-18/+12
| * | ida: Remove old APIMatthew Wilcox2018-08-212-50/+7
| * | test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-211-0/+54
| * | test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-211-0/+30
| * | test_ida: Move ida_check_maxMatthew Wilcox2018-08-211-0/+23
| * | test_ida: Move ida_check_leafMatthew Wilcox2018-08-211-0/+25
| * | ida: Start new test_ida moduleMatthew Wilcox2018-08-213-0/+49
| * | ida: Add new APIMatthew Wilcox2018-08-211-39/+31
| * | ida: Lock the IDA in ida_destroyMatthew Wilcox2018-08-211-6/+11
| * | radix-tree: Fix UBSAN warningMatthew Wilcox2018-08-211-1/+1
* | | lib/fonts: convert comments to utf-8Arnd Bergmann2018-08-234-512/+512
* | | lib/rhashtable: guarantee initial hashtable allocationDavidlohr Bueso2018-08-221-3/+11
* | | lib/rhashtable: simplify bucket_table_alloc()Davidlohr Bueso2018-08-221-5/+2
* | | lib/test_hexdump.c: fix failure on big endian cpuChristophe Leroy2018-08-221-5/+23
* | | lib/Kconfig: remove 'default n' for testsAndy Shevchenko2018-08-222-18/+0
* | | lib: add crc64 calculation routinesColy Li2018-08-225-0/+145
* | | lib/test_debug_virtual.c: make struct pointer foo staticColin Ian King2018-08-221-1/+1
* | | lib/bitmap.c: drop unnecessary 0 check for u32 array operationsAndy Shevchenko2018-08-221-8/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-191-4/+7
|\ \
| * | ila: make lockdep happy againCong Wang2018-08-161-4/+7
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-181-0/+20
|\ \ \
| * | | bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()Andy Shevchenko2018-08-011-0/+20
* | | | deprecate the '__deprecated' attribute warnings entirely and for goodLinus Torvalds2018-08-181-8/+0
* | | | Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-181-1/+1
|\ \ \ \
OpenPOWER on IntegriCloud