summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionalsJosh Cartwright2016-07-141-0/+27
* lockdep: Selftest: Only do hardirq context test for raw spinlockYong Zhang2016-07-141-0/+23
* cpumask: Disable CONFIG_CPUMASK_OFFSTACK for RTThomas Gleixner2016-07-141-0/+1
* debugobjects-rt.patchThomas Gleixner2016-07-141-1/+4
* percpu_ida: use locklocksSebastian Andrzej Siewior2016-07-141-8/+12
* idr: Use local lock instead of preempt enable/disableThomas Gleixner2016-07-141-3/+34
* sched: Generic migrate_disablePeter Zijlstra2016-07-141-1/+1
* sched-migrate-disable.patchThomas Gleixner2016-07-141-3/+3
* radix-tree-rt-aware.patchThomas Gleixner2016-07-141-1/+4
* genirq: Disable DEBUG_SHIRQ for rtThomas Gleixner2016-07-141-1/+1
* mm: scatterlist dont disable irqs on RTThomas Gleixner2016-07-141-3/+3
* dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä2016-06-071-1/+1
* lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra2016-05-041-9/+12
* assoc_array: don't call compare_object() on a nodeJerome Marchand2016-05-041-1/+3
* lib/ucs2_string: Correct ucs2 -> utf8 conversionJason Andryuk2016-03-161-7/+7
* lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones2016-03-161-0/+62
* devres: fix a for loop bounds checkDan Carpenter2016-03-031-1/+1
* dump_stack: avoid potential deadlocksEric Dumazet2016-02-251-3/+4
* radix-tree: fix race in gang lookupMatthew Wilcox2016-02-251-2/+10
* dma-debug: switch check from _text to _stextLaura Abbott2016-02-251-1/+1
* dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz2016-02-251-2/+2
* klist: fix starting point removed bug in klist iteratorsJames Bottomley2016-02-251-3/+3
* __bitmap_parselist: fix bug in empty string handlingChris Metcalf2015-08-031-8/+9
* lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara2015-06-061-1/+2
* lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security2015-05-061-1/+1
* LZ4 : fix the data abort issueJeHyeon Yeon2015-03-261-0/+3
* lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan2015-02-111-9/+9
* lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan2015-02-111-2/+10
* decompress_bunzip2: off by one in get_next_block()Dan Carpenter2015-01-271-1/+1
* mm: filemap: move radix tree hole searching hereJohannes Weiner2014-11-211-75/+0
* lib: radix-tree: add radix_tree_delete_item()Johannes Weiner2014-11-211-4/+27
* lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara2014-11-141-2/+6
* random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-11-141-0/+16
* lzo: check for length overrun in variable length encoding.Willy Tarreau2014-10-301-6/+37
* Revert "lzo: properly check for overruns"Willy Tarreau2014-10-301-41/+21
* lib/plist: add plist_requeueDan Streetman2014-10-091-0/+52
* KEYS: Fix termination condition in assoc array garbage collectionDavid Howells2014-09-171-1/+3
* KEYS: Fix use-after-free in assoc_array_gc()David Howells2014-09-171-1/+1
* lib/btree.c: fix leak of whole btree nodesMinfei Huang2014-08-071-0/+1
* lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman2014-07-061-1/+5
* lz4: fix another possible overrunGreg Kroah-Hartman2014-06-301-1/+3
* idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan2014-06-301-5/+3
* lz4: ensure length does not wrapGreg Kroah-Hartman2014-06-261-0/+2
* lzo: properly check for overrunsGreg Kroah-Hartman2014-06-261-21/+41
* netlink: rate-limit leftover bytes warning and print process nameMichal Schmidt2014-06-261-2/+2
* lib/percpu_counter.c: fix bad percpu counter state during suspendJens Axboe2014-05-131-1/+1
* netlink: don't compare the nul-termination in nla_strcmpPablo Neira2014-04-141-2/+8
* random32: avoid attempt to late reseed if in the middle of seedingSasha Levin2014-03-281-1/+12
* partly revert commit 8a10bc9: parisc/sti_console: prefer Linux fonts over bui...Helge Deller2014-03-231-3/+3
* lib/radix-tree.c: swapoff tmpfs radix_tree: remember to rcu_read_unlockHugh Dickins2014-03-041-1/+3