summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* test_bpf: add similarly conflicting jump test case only for classicDaniel Borkmann2015-05-271-0/+57
* test_bpf: add more eBPF jump torture casesDaniel Borkmann2015-05-251-0/+67
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-0/+11
|\
| * rhashtable: Add cap on number of elements in hash tableHerbert Xu2015-05-161-0/+11
* | test_bpf: Add backward jump test caseMichael Holzheu2015-05-221-0/+16
* | test_bpf: fix sparse warningsMichael Holzheu2015-05-141-61/+61
* | test_bpf: add tests related to BPF_MAXINSNSDaniel Borkmann2015-05-141-9/+308
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-134-44/+8
|\|
| * Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-061-0/+1
| |\
| | * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-04-181-0/+1
| | |\
| | | * rcu: Control grace-period delays directly from valuePaul E. McKenney2015-04-141-0/+1
| * | | kasan: show gcc version requirements in Kconfig and DocumentationJoe Perches2015-05-051-2/+6
| * | | lib: delete lib/find_last_bit.cYury Norov2015-05-051-41/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-05-051-1/+1
| |\ \ \
| | * | | lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2015-05-041-1/+1
* | | | | test_bpf: add 173 new testcases for eBPFMichael Holzheu2015-05-121-0/+2192
* | | | | test: bpf: extend "load 64-bit immediate" testcaseXi Wang2015-05-111-1/+2
* | | | | rhashtable-test: Fix 64bit divisionThomas Graf2015-05-051-1/+2
* | | | | rhashtable: Simplify iterator codeThomas Graf2015-05-051-6/+2
* | | | | rhashtable-test: Detect insertion failuresThomas Graf2015-05-031-6/+20
* | | | | rhashtable-test: Use walker to test bucket statisticsThomas Graf2015-05-031-30/+30
* | | | | rhashtable-test: Do not allocate individual test objectsThomas Graf2015-05-031-22/+6
* | | | | rhashtable-test: Get rid of ptr in test_obj structureThomas Graf2015-05-031-6/+3
* | | | | rhashtable-test: Measure time to insert, remove & traverse entriesThomas Graf2015-05-031-31/+69
* | | | | rhashtable-test: Remove unused TEST_NEXPANDSThomas Graf2015-05-031-1/+0
* | | | | test_bpf: indicate whether bpf prog got jited in test suiteDaniel Borkmann2015-04-301-1/+11
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-271-3/+8
|\ \ \ \
| * | | | rhashtable: Do not schedule more than one rehash if we can't grow furtherThomas Graf2015-04-221-2/+2
| * | | | rhashtable: Schedule async resize when sync realloc failsThomas Graf2015-04-221-1/+6
* | | | | Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds2015-04-2410-23/+347
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | md/raid6 algorithms: xor_syndrome() for SSE2Markus Stockhausen2015-04-221-3/+227
| * | | | md/raid6 algorithms: xor_syndrome() for generic intMarkus Stockhausen2015-04-221-1/+39
| * | | | md/raid6 algorithms: improve test programMarkus Stockhausen2015-04-221-15/+36
| * | | | md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen2015-04-229-8/+49
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-04-211-10/+10
|\ \ \ \ \
| * | | | | iommu-common: rename iommu_pool_hash to iommu_hash_commonSowmini Varadhan2015-04-201-3/+3
| * | | | | iommu-common: fix x86_64 compiler warningsSowmini Varadhan2015-04-201-7/+7
* | | | | | Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-211-0/+28
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 4.0-rc5 into char-misc-nextGreg Kroah-Hartman2015-03-254-3/+774
| |\ \ \ \ \ \
| * | | | | | | lib: devres: add a helper function for ioremap_wcAbhilash Kesavan2015-03-161-0/+28
* | | | | | | | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-202-32/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | cpumask: remove __first_cpu / __next_cpuRusty Russell2015-04-191-21/+0
| * | | | | | | | cpumask: only allocate nr_cpumask_bits.Rusty Russell2015-03-101-7/+0
| * | | | | | | | cpumask: remove deprecated functions.Rusty Russell2015-03-101-4/+0
| |/ / / / / / /
* | | / / / / / hexdump: avoid warning in test functionLinus Torvalds2015-04-191-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | iommu-common: Fix PARISC compile-time warningsSowmini Varadhan2015-04-181-1/+5
* | | | | | | Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan2015-04-182-1/+267
* | | | | | | sparc: Revert generic IOMMU allocator.David S. Miller2015-04-182-225/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-04-172-1/+225
|\ \ \ \ \ \ \
| * | | | | | | iommu-common: Fix PARISC compile-time warningsSowmini Varadhan2015-04-171-1/+5