summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-122-15/+11Star
|\
| * ARM: 8187/1: add CONFIG_HAVE_ARCH_BITREVERSE to support rbit instructionYalin Wang2014-12-222-15/+11Star
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-02-122-7/+5Star
|\ \
| * \ Merge tag 'keys-next-fixes-20150114' of git://git.kernel.org/pub/scm/linux/ke...James Morris2015-01-152-7/+5Star
| |\ \
| | * | MPILIB: Fix comparison of negative MPIsRasmus Villemoes2015-01-141-1/+1
| | * | MPILIB: Fix obvious but harmless typoRasmus Villemoes2015-01-141-1/+1
| | * | MPILIB: Deobfuscate mpi_cmpRasmus Villemoes2015-01-141-5/+3Star
| | * | Merge commit 'v3.17' into nextJames Morris2014-11-1939-704/+1776
| | |\ \
* | | \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-121-1/+1
|\ \ \ \ \
| * | | | | ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens2015-01-291-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-115-508/+981
|\ \ \ \ \ \
| * | | | | | rhashtable: using ERR_PTR requires linux/err.hStephen Rothwell2015-02-091-0/+1
| * | | | | | rhashtable: Fix remove logic to avoid cross references between bucketsThomas Graf2015-02-071-11/+17
| * | | | | | rhashtable: Avoid bucket cross reference after removalThomas Graf2015-02-071-9/+17
| * | | | | | rhashtable: Add more lock verificationThomas Graf2015-02-071-2/+8
| * | | | | | rhashtable: Dump bucket tables on locking violation under PROVE_LOCKINGThomas Graf2015-02-071-24/+75
| * | | | | | rhashtable: Wait for RCU readers after final unzip workThomas Graf2015-02-071-0/+2
| * | | | | | rhashtable: Use a single bucket lock for sibling bucketsThomas Graf2015-02-071-101/+69Star
| * | | | | | rhashtable: key_hashfn() must return full hash valueThomas Graf2015-02-071-7/+1Star
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-2/+10
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-02-052-88/+1Star
| |\ \ \ \ \ \ \
| | * | | | | | | vhost: vhost_scsi_handle_vq() should just use copy_from_user()Al Viro2015-02-042-37/+1Star
| | * | | | | | | vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()Al Viro2015-02-041-26/+0Star
| | * | | | | | | vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()Al Viro2015-02-041-25/+0Star
| * | | | | | | | rhashtable: Introduce rhashtable_walk_*Herbert Xu2015-02-051-0/+163
| * | | | | | | | rhashtable: Fix potential crash on destroy in rhashtable_shrinkHerbert Xu2015-02-051-0/+4
| * | | | | | | | rhashtable: Make selftest modularGeert Uytterhoeven2015-01-314-206/+229
| |/ / / / / / /
| * | | | | | | rhashtable: rhashtable_remove() must unlink in both tbl and future_tblThomas Graf2015-01-261-9/+15
| * | | | | | | rhashtable: Fix race in rhashtable_destroy() and use regular work_structYing Xue2015-01-161-6/+6
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-152-0/+26
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | rhashtable: Lower/upper bucket may map to same lock while shrinkingThomas Graf2015-01-141-3/+12
| * | | | | | | rhashtable: involve rhashtable_lookup_compare_insert routineYing Xue2015-01-131-2/+40
| * | | | | | | rhashtable: initialize atomic nelems variableYing Xue2015-01-091-0/+1
| * | | | | | | rhashtable: avoid unnecessary wakeup for worker queueYing Xue2015-01-091-11/+7Star
| * | | | | | | rhashtable: future table needs to be traversed when remove an objectYing Xue2015-01-091-2/+2
| * | | | | | | rhashtable: involve rhashtable_lookup_insert routineYing Xue2015-01-091-15/+82
| * | | | | | | rhashtable: introduce rhashtable_wakeup_worker helper functionYing Xue2015-01-091-8/+15
| * | | | | | | rhashtable: optimize rhashtable_lookup routineYing Xue2015-01-091-23/+18Star
| * | | | | | | rhashtable: Supports for nulls markerThomas Graf2015-01-031-7/+30
| * | | | | | | rhashtable: Per bucket locks & deferred expansion/shrinkingThomas Graf2015-01-031-114/+344
| * | | | | | | nft_hash: Remove rhashtable_remove_pprev()Thomas Graf2015-01-031-27/+7Star
| * | | | | | | rhashtable: Factor out bucket_tail() functionThomas Graf2015-01-031-9/+14
| * | | | | | | rhashtable: Convert bucket iterators to take table and indexThomas Graf2015-01-031-11/+19
| * | | | | | | rhashtable: Use rht_obj() instead of manual offset calculationThomas Graf2015-01-031-2/+2
| * | | | | | | rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf2015-01-031-61/+30Star
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-02-112-2/+2
|\ \ \ \ \ \ \
| * | | | | | | kexec, Kconfig: spell "architecture" properlyBorislav Petkov2015-01-261-1/+1
| * | | | | | | dynamic_debug: fix commentMasatake YAMATO2015-01-021-1/+1
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-091-1/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-01-211-1/+2
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |