summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-071-212/+358
|\
| * bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann2018-05-031-212/+358
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-044-22/+17
|\ \
| * | swiotlb: fix inversed DMA_ATTR_NO_WARN testMichel Dänzer2018-05-021-1/+1
| * | Merge tag 'errseq-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Linus Torvalds2018-04-301-14/+9
| |\ \
| | * | errseq: Always report a writeback error onceMatthew Wilcox2018-04-271-14/+9
| * | | Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-271-6/+5
| |\ \ \ | | |/ / | |/| |
| | * | kobject: don't use WARN for registration failuresDmitry Vyukov2018-04-231-6/+5
| * | | dma-direct: don't retry allocation for no-op GFP_DMATakashi Iwai2018-04-231-1/+2
* | | | netns: restrict ueventsChristian Brauner2018-05-011-42/+95
* | | | uevent: add alloc_uevent_skb() helperChristian Brauner2018-05-011-13/+34
| |_|/ |/| |
* | | rhashtable: improve rhashtable_walk stability when stop/start used.NeilBrown2018-04-241-3/+41
* | | rhashtable: reset iter when rhashtable_walk_start sees new tableNeilBrown2018-04-241-0/+2
* | | rhashtable: Revise incorrect comment on r{hl, hash}table_walk_enter()NeilBrown2018-04-241-2/+3
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-201-17/+23
|\ \ | |/ |/|
| * textsearch: fix kernel-doc warnings and add kernel-api sectionRandy Dunlap2018-04-161-17/+23
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-151-1/+1
|\ \
| * \ Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar2018-04-1217-306/+378
| |\ \
| * | | swiotlb: Use dma_direct_supported() for swiotlb_opsChristoph Hellwig2018-04-091-1/+1
* | | | kernel/kexec_file.c: move purgatories sha256 to common codePhilipp Rudo2018-04-131-0/+283
* | | | Merge tag 'gfs2-4.17.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-121-0/+28
|\ \ \ \ | |_|_|/ |/| | |
| * | | lockref: Add lockref_put_not_zeroAndreas Gruenbacher2018-04-121-0/+28
* | | | Merge tag 'dma-mapping-4.17-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-04-121-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | swiotlb: fix unexpected swiotlb_alloc_coherent failuresTakashi Iwai2018-04-101-1/+1
* | | | radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox2018-04-111-1/+2
* | | | lib/list_debug.c: print unmangled addressesMatthew Wilcox2018-04-111-7/+7
* | | | lib/test_ubsan.c: make test_ubsan_misaligned_access() staticColin Ian King2018-04-111-1/+1
* | | | lib: add testing module for UBSANJinbum Park2018-04-113-0/+153
* | | | lib/test_bitmap.c: do not accidentally use stack VLAKees Cook2018-04-111-4/+6
* | | | lib/Kconfig.debug: Debug Lockups and Hangs: keep SOFTLOCKUP options togetherRandy Dunlap2018-04-111-24/+24
* | | | proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-111-4/+14
* | | | kasan: prevent compiler from optimizing away memset in testsAndrey Konovalov2018-04-111-0/+1
* | | | kasan: fix invalid-free test crashing the kernelAndrey Konovalov2018-04-111-0/+8
|/ / /
* | | Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-101-0/+4
|\ \ \
| * | | vsprintf: Do not preprocess non-dereferenced pointers for bprintf (%px and %pK)Steven Rostedt (VMware)2018-04-061-0/+4
* | | | Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-076-5/+157
|\ \ \ \
| * | | | lib/raid6: Build proper raid6test files on powerpcMatt Brown2018-03-202-2/+6
| * | | | lib/raid6/altivec: Add vpermxor implementation for raid6 Q syndromeMatt Brown2018-03-205-3/+151
| |/ / /
* | | | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-063-0/+298
|\ \ \ \
| * | | | lib: Add generic PIO mapping methodZhichang Yuan2018-03-213-0/+298
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-063-1/+6
|\ \ \ \ \
| * | | | | headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-0/+1
| * | | | | lib: fix stall in __bitmap_parselist()Yury Norov2018-04-052-1/+5
* | | | | | Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmla...Linus Torvalds2018-04-052-1/+62
|\ \ \ \ \ \
| * | | | | | printk: move dump stack related code to lib/dump_stack.cDave Young2018-03-152-1/+62
* | | | | | | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-5/+5
|\ \ \ \ \ \ \
| * | | | | | | sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()Omar Sandoval2018-02-281-5/+5
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-052-8/+8
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | kfifo: fix inaccurate commentMartin Kelly2018-03-271-1/+1
| * | | | | | | treewide: Align function definition open/close bracesJoe Perches2018-03-261-7/+7