summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2015-01-25dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds-8/+28
2015-01-21pci: add pci_iomap_rangeMichael S. Tsirkin-5/+30
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-1/+2
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney-1/+2
2015-01-16rhashtable: Fix race in rhashtable_destroy() and use regular work_structYing Xue-6/+6
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+26
2015-01-15Merge tag 'keys-next-fixes-20150114' of git://git.kernel.org/pub/scm/linux/ke...James Morris-7/+5
2015-01-14MPILIB: Fix comparison of negative MPIsRasmus Villemoes-1/+1
2015-01-14MPILIB: Fix obvious but harmless typoRasmus Villemoes-1/+1
2015-01-14MPILIB: Deobfuscate mpi_cmpRasmus Villemoes-5/+3
2015-01-14rhashtable: Lower/upper bucket may map to same lock while shrinkingThomas Graf-3/+12
2015-01-13rhashtable: involve rhashtable_lookup_compare_insert routineYing Xue-2/+40
2015-01-09Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+25
2015-01-08rhashtable: initialize atomic nelems variableYing Xue-0/+1
2015-01-08rhashtable: avoid unnecessary wakeup for worker queueYing Xue-11/+7
2015-01-08rhashtable: future table needs to be traversed when remove an objectYing Xue-2/+2
2015-01-08rhashtable: involve rhashtable_lookup_insert routineYing Xue-15/+82
2015-01-08rhashtable: introduce rhashtable_wakeup_worker helper functionYing Xue-8/+15
2015-01-08rhashtable: optimize rhashtable_lookup routineYing Xue-23/+18
2015-01-08lib: memzero_explicit: add comment for its usageDaniel Borkmann-0/+5
2015-01-07assoc_array: Include rcupdate.h for call_rcu() definitionPranith Kumar-0/+1
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger-15/+15
2015-01-06rcu: Set default to RCU_CPU_STALL_INFO=yPaul E. McKenney-1/+1
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar-0/+1
2015-01-03rhashtable: Supports for nulls markerThomas Graf-7/+30
2015-01-03rhashtable: Per bucket locks & deferred expansion/shrinkingThomas Graf-114/+344
2015-01-03nft_hash: Remove rhashtable_remove_pprev()Thomas Graf-27/+7
2015-01-03rhashtable: Factor out bucket_tail() functionThomas Graf-9/+14
2015-01-03rhashtable: Convert bucket iterators to take table and indexThomas Graf-11/+19
2015-01-03rhashtable: Use rht_obj() instead of manual offset calculationThomas Graf-2/+2
2015-01-03rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf-61/+30
2015-01-02dynamic_debug: fix commentMasatake YAMATO-1/+1
2014-12-22ARM: 8187/1: add CONFIG_HAVE_ARCH_BITREVERSE to support rbit instructionYalin Wang-15/+11
2014-12-18Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-6/+14
2014-12-18lib/show_mem.c: add cma reserved informationVishnu Pratap Singh-0/+6
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+30
2014-12-13lib/decompress.c: consistency of compress formats for kernel imageHaesung Kim-2/+2
2014-12-13decompress_bunzip2: off by one in get_next_block()Dan Carpenter-1/+1
2014-12-13fault-inject: add ratelimit optionDmitry Monakhov-4/+17
2014-12-13syscalls: implement execveat() system callDavid Drysdale-0/+3
2014-12-13mm/page_owner: keep track of page ownersJoonsoo Kim-0/+16
2014-12-13lib: bitmap: add alignment offset for bitmap_find_next_zero_area()Michal Nazarewicz-11/+13
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-104/+103
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+360
2014-12-10lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not nRasmus Villemoes-4/+2
2014-12-10lib/lcm.c: ensure correct result whenever it fitsRasmus Villemoes-1/+1
2014-12-10printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches-2/+2
2014-12-10dma-debug: prevent early callers from crashingFlorian Fainelli-2/+10
2014-12-10dma-debug: introduce dma_debug_disabledFlorian Fainelli-16/+21