summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-2/+2
* lib/rbtree_test.c: support rb_root_cachedDavidlohr Bueso2017-09-081-19/+137
* lib/rbtree_test.c: add (inorder) traversal testDavidlohr Bueso2017-09-081-2/+23
* lib/rbtree_test.c: make input module parametersDavidlohr Bueso2017-09-081-21/+34
* rbtree: add some additional comments for rebalancing casesDavidlohr Bueso2017-09-081-3/+5
* rbtree: optimize root-check during rebalancing loopDavidlohr Bueso2017-09-081-7/+16
* rbtree: cache leftmost node internallyDavidlohr Bueso2017-09-081-5/+29
* lib/string.c: add testcases for memset16/32/64Matthew Wilcox2017-09-082-0/+132
* lib/string.c: add multibyte memset functionsMatthew Wilcox2017-09-081-0/+66
* Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-071-1/+1
|\
| * lib/raid6: align AVX512 constants to 512 bits, not bytesDenys Vlasenko2017-08-251-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-09-061-12/+12
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-08-221-1/+3
| |\ \
| * | | lib/mpi: fix build with clangStefan Agner2017-08-171-12/+12
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-064-32/+458
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-031-0/+24
| |\ \ \ \
| | * | | | netlink: Introduce nla_strdup()Phil Sutter2017-07-311-0/+24
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-1/+3
| |\ \ \ \
| * | | | | idr: Add new APIs to support unsigned longChris Mi2017-08-302-32/+40
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-0/+7
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-152-11/+13
| |\ \ \ \ \
| * | | | | | bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-091-0/+364
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-012-23/+36
| |\ \ \ \ \ \
| * | | | | | | net netlink: Add new type NLA_BITFIELD32Jamal Hadi Salim2017-07-301-0/+30
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-10/+7
|\ \ \ \ \ \ \
| * | | | | | | errseq: rename __errseq_set to errseq_setJeff Layton2017-07-261-10/+7
| |/ / / / / /
* | | | | | | Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-052-0/+712
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 4.13-rc5 into driver-core-nextGreg Kroah-Hartman2017-08-144-34/+49
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | test_firmware: add batched firmware testsLuis R. Rodriguez2017-08-101-0/+710
| * | | | | | | Merge branch 'bind_unbind' into driver-core-nextGreg Kroah-Hartman2017-07-221-0/+2
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | driver core: emit uevents when device is bound to a driverDmitry Torokhov2017-07-221-0/+2
* | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-055-4/+263
|\ \ \ \ \ \ \ \
| * | | | | | | | md/raid6: implement recovery using ARM NEON intrinsicsArd Biesheuvel2017-08-094-1/+233
| * | | | | | | | md/raid6: use faster multiplication for ARM NEON delta syndromeArd Biesheuvel2017-08-091-3/+30
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-8/+49
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-265-34/+56
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | swiotlb: Add warnings for use of bounce buffers with SMETom Lendacky2017-07-181-0/+3
| * | | | | | | | x86, swiotlb: Add memory encryption supportTom Lendacky2017-07-181-8/+46
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-042-2/+139
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-043-2/+5
| |\ \ \ \ \ \ \ \
| * | | | | | | | | locking/lockdep/selftests: Fix mixed read-write ABBA testsPeter Zijlstra2017-08-291-0/+6
| * | | | | | | | | locking/lockdep/selftests: Add mixed read-write ABBA testsPeter Zijlstra2017-08-251-2/+115
| * | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-251-0/+7
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETI...Ingo Molnar2017-08-171-2/+2
| * | | | | | | | | locking/lockdep: Rename CONFIG_LOCKDEP_COMPLETE to CONFIG_LOCKDEP_COMPLETIONSByungchul Park2017-08-171-2/+2
| * | | | | | | | | locking/lockdep: Reword title of LOCKDEP_CROSSRELEASE configByungchul Park2017-08-171-1/+1
| * | | | | | | | | locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE part of CONFIG_PROVE_LOCKINGByungchul Park2017-08-171-5/+2
| * | | | | | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-08-112-11/+13
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | locking/lockdep: Apply crossrelease to completionsByungchul Park2017-08-101-0/+9
| * | | | | | | | | locking/lockdep: Implement the 'crossrelease' featureByungchul Park2017-08-101-0/+12
| | |_|_|_|/ / / / | |/| | | | | | |