summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* net: bpf: add a test for skb_segment in test_bpf moduleYonghong Song2018-03-251-2/+91
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-238-10/+154
|\
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-03-231-2/+4
| |\
| | * mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-231-2/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-223-2/+138
| |\ \ | | |/ | |/|
| | * test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other archesThadeu Lima de Souza Cascardo2018-03-201-1/+1
| | * test_rhashtable: add test case for rhltable with duplicate objectsPaul Blakey2018-03-071-0/+134
| | * rhashtable: Fix rhlist duplicates insertionPaul Blakey2018-03-071-1/+3
| * | Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-191-0/+2
| |\ \
| | * | percpu_ref: Update doc to dissuade users from depending on internal RCU grace...Tejun Heo2018-03-191-0/+2
| * | | btree: avoid variable-length allocationsJoern Engel2018-03-151-4/+6
| * | | lib/test_kmod.c: fix limit check on number of test devices createdLuis R. Rodriguez2018-03-101-1/+1
| * | | lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()Kees Cook2018-03-101-0/+2
| * | | bug: use %pB in BUG and stack protector failureKees Cook2018-03-101-1/+1
| | |/ | |/|
* | | netns: send uevent messagesChristian Brauner2018-03-221-1/+78
* | | net: add uevent socket memberChristian Brauner2018-03-221-10/+7Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-063-12/+15
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-051-1/+3
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-03-021-1/+3
| | |\ \
| | | * | test_bpf: reduce MAX_TESTRUNSEric Dumazet2018-02-281-1/+1
| | | * | test_bpf: add a schedule pointEric Dumazet2018-02-261-0/+2
| * | | | Merge tag 'dma-mapping-4.16-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-02-281-5/+5
| |\ \ \ \
| | * | | | dma-debug: fix memory leak in debug_dma_alloc_coherentMiles Chen2018-02-231-5/+5
| * | | | | idr: Fix handling of IDs above INT_MAXMatthew Wilcox2018-02-261-6/+7
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-244-4/+3Star
|\| | | |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-231-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | vsprintf: avoid misleading "(null)" for %pxAdam Borowski2018-02-081-1/+1
| * | | | lib/Kconfig.debug: enable RUNTIME_TESTING_MENUAnders Roxell2018-02-221-0/+1
| * | | | ida: do zeroing in ida_pre_get()Rasmus Villemoes2018-02-222-3/+1Star
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-201-0/+5
|\| | |
| * | | dma-direct: comment the dma_direct_free calling conventionChristoph Hellwig2018-02-121-0/+4
| * | | dma-direct: mark as is_physChristoph Hellwig2018-02-121-0/+1
| | |/ | |/|
* / | net: Convert uevent_net_opsKirill Tkhai2018-02-131-0/+1
|/ /
* | Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-02-101-1/+0Star
|\ \
| * | lib/Kconfig.debug: Remove blank help textUlf Magnusson2018-02-021-1/+0Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-101-5/+26
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-091-5/+26
| |\ \
| | * | bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=yYonghong Song2018-02-051-5/+26
| | |/
* | | Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-02-082-63/+195
|\ \ \ | |/ / |/| |
| * | idr: Make 1-based IDRs more efficientMatthew Wilcox2018-02-061-9/+61
| * | idr: Warn if old iterators see large IDsMatthew Wilcox2018-02-061-1/+8
| * | idr: Rename idr_for_each_entry_extMatthew Wilcox2018-02-061-10/+20
| * | idr: Remove idr_alloc_extMatthew Wilcox2018-02-062-45/+86
| * | idr: Add idr_alloc_u32 helperMatthew Wilcox2018-02-061-0/+31
| * | idr: Delete idr_replace_ext functionMatthew Wilcox2018-02-061-12/+3Star
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-0713-372/+435
|\ \
| * | kasan: rework Kconfig settingsArnd Bergmann2018-02-072-1/+12
| * | lib/ubsan: remove returns-nonnull-attribute checksAndrey Ryabinin2018-02-072-29/+0Star
| * | lib/ubsan: add type mismatch handler for new GCC/ClangAndrey Ryabinin2018-02-072-10/+52
| * | lib/ubsan.c: s/missaligned/misaligned/Andrew Morton2018-02-071-2/+2