summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | lib: zstd: clean up Makefile for simpler composite object handlingMasahiro Yamada2018-03-26
| * | | | | | | | | | | | | kbuild: rename built-in.o to built-in.aNicholas Piggin2018-03-26
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-31
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | lib/scatterlist: add sg_init_marker() helperPrashant Bhole2018-03-30
| * | | | | | | | | | | | | rhashtable: add schedule pointsEric Dumazet2018-03-31
| * | | | | | | | | | | | | test_bpf: Fix NULL vs IS_ERR() check in test_skb_segment()Dan Carpenter2018-03-29
| * | | | | | | | | | | | | net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
| * | | | | | | | | | | | | net: bpf: add a test for skb_segment in test_bpf moduleYonghong Song2018-03-25
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-23
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | netns: send uevent messagesChristian Brauner2018-03-22
| * | | | | | | | | | | | net: add uevent socket memberChristian Brauner2018-03-22
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-06
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-24
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-19
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | net: Convert uevent_net_opsKirill Tkhai2018-02-13
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | raid: remove tile specific raid6 implementationArnd Bergmann2018-03-26
| * | | | | | | | | | | | | treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-26
| * | | | | | | | | | | | | mn10300: Remove the architectureDavid Howells2018-03-09
| * | | | | | | | | | | | | Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2018-03-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Drop a bunch of metag referencesJames Hogan2018-02-23
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | dma-mapping: Don't clear GFP_ZERO in dma_alloc_attrsChristoph Hellwig2018-03-28
| * | | | | | | | | | | | | Merge branch 'linus' into x86/dma, to resolve a conflict with upstreamIngo Molnar2018-03-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | swiotlb: Make swiotlb_{alloc,free}_buffer depend on CONFIG_DMA_DIRECT_OPSChristoph Hellwig2018-03-23
| * | | | | | | | | | | | | dma/swiotlb: Remove swiotlb_{alloc,free}_coherent()Christoph Hellwig2018-03-20
| * | | | | | | | | | | | | dma/direct: Handle force decryption for DMA coherent buffers in common codeChristoph Hellwig2018-03-20
| * | | | | | | | | | | | | dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig2018-03-20
| * | | | | | | | | | | | | dma/swiotlb: Remove swiotlb_set_mem_attributes()Christoph Hellwig2018-03-20
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | locking/Kconfig: Restructure the lock debugging menuWaiman Long2018-03-31
| * | | | | | | | | | | | | locking/Kconfig: Add LOCK_DEBUGGING_SUPPORT to make it more readableWaiman Long2018-03-31
| * | | | | | | | | | | | | locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatchesWaiman Long2018-03-31
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2018-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | debugobjects: Avoid another unused variable warningArnd Bergmann2018-03-14
| * | | | | | | | | | | | debugobjects: Fix debug_objects_freed accountingArnd Bergmann2018-02-22
| * | | | | | | | | | | | debugobjects: Use global free list in __debug_check_no_obj_freed()Yang Shi2018-02-13
| * | | | | | | | | | | | debugobjects: Use global free list in free_object()Yang Shi2018-02-13
| * | | | | | | | | | | | debugobjects: Add global free list and the counterYang Shi2018-02-13
| * | | | | | | | | | | | debugobjects: Export max loops counterYang Shi2018-02-13
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-03-22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-22
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-22
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other archesThadeu Lima de Souza Cascardo2018-03-20
| * | | | | | | | | | | test_rhashtable: add test case for rhltable with duplicate objectsPaul Blakey2018-03-07
| * | | | | | | | | | | rhashtable: Fix rhlist duplicates insertionPaul Blakey2018-03-07
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-19
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | percpu_ref: Update doc to dissuade users from depending on internal RCU grace...Tejun Heo2018-03-19
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | btree: avoid variable-length allocationsJoern Engel2018-03-14
| |_|/ / / / / / / |/| | | | | | | |