| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Introduce priority array area manager | Jiri Pirko | 2017-02-03 | 5 | -0/+787 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-01-28 | 2 | -2/+1 |
|\ |
|
| * | mm: do not export ioremap_page_range symbol for external module | zhong jiang | 2017-01-25 | 1 | -1/+0 |
| * | radix-tree: fix private list warnings | Matthew Wilcox | 2017-01-25 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-01-17 | 2 | -26/+34 |
|\| |
|
| * | Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-01-17 | 1 | -3/+3 |
| |\ |
|
| | * | swiotlb: ensure that page-sized mappings are page-aligned | Nikita Yushchenko | 2017-01-15 | 1 | -3/+3 |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-01-15 | 1 | -23/+31 |
| |\ \ |
|
| | * | | fix a fencepost error in pipe_advance() | Al Viro | 2017-01-15 | 1 | -23/+31 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-01-11 | 1 | -1/+1 |
|\| | | |
|
| * | | | lib/Kconfig.debug: fix frv build failure | Sudip Mukherjee | 2017-01-11 | 1 | -1/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-01-09 | 2 | -8/+55 |
|\| | | |
|
| * | | | mm: workingset: fix use-after-free in shadow node shrinker | Johannes Weiner | 2017-01-08 | 1 | -2/+9 |
| * | | | Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-01-06 | 1 | -6/+46 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | swiotlb: Export swiotlb_max_segment to users | Konrad Rzeszutek Wilk | 2017-01-06 | 1 | -0/+26 |
| | * | swiotlb: Add swiotlb=noforce debug option | Geert Uytterhoeven | 2016-12-19 | 1 | -2/+16 |
| | * | swiotlb: Convert swiotlb_force from int to enum | Geert Uytterhoeven | 2016-12-19 | 1 | -4/+4 |
* | | | siphash: implement HalfSipHash1-3 for hash tables | Jason A. Donenfeld | 2017-01-09 | 2 | -4/+415 |
* | | | siphash: add cryptographically secure PRF | Jason A. Donenfeld | 2017-01-09 | 4 | -5/+369 |
|/ / |
|
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-12-25 | 1 | -2/+2 |
|\ \ |
|
| * | | ktime: Get rid of the union | Thomas Gleixner | 2016-12-25 | 1 | -2/+2 |
* | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-12-25 | 3 | -109/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions | Thomas Gleixner | 2016-12-25 | 3 | -109/+0 |
* | | | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 2 | -2/+2 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-12-23 | 1 | -29/+26 |
|\ \ |
|
| * | | [iov_iter] fix iterate_all_kinds() on empty iterators | Al Viro | 2016-12-23 | 1 | -29/+26 |
* | | | printk: fix typo in CONSOLE_LOGLEVEL_DEFAULT help text | Borislav Petkov | 2016-12-20 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-12-16 | 1 | -2/+96 |
|\ \ |
|
| * | | [iov_iter] new primitives - copy_from_iter_full() and friends | Al Viro | 2016-12-05 | 1 | -2/+96 |
* | | | redo: radix tree test suite: fix compilation | Matthew Wilcox | 2016-12-15 | 1 | -1/+0 |
* | | | radix-tree: ensure counts are initialised | Matthew Wilcox | 2016-12-15 | 1 | -21/+20 |
* | | | radix-tree: fix replacement for multiorder entries | Matthew Wilcox | 2016-12-15 | 1 | -16/+44 |
* | | | radix-tree: add radix_tree_split_preload() | Matthew Wilcox | 2016-12-15 | 1 | -1/+23 |
* | | | radix-tree: add radix_tree_split | Matthew Wilcox | 2016-12-15 | 1 | -4/+138 |
* | | | radix-tree: add radix_tree_join | Matthew Wilcox | 2016-12-15 | 1 | -31/+152 |
* | | | radix-tree: delete radix_tree_range_tag_if_tagged() | Matthew Wilcox | 2016-12-15 | 1 | -97/+20 |
* | | | radix-tree: delete radix_tree_locate_item() | Matthew Wilcox | 2016-12-15 | 1 | -99/+0 |
* | | | radix-tree: improve multiorder iterators | Matthew Wilcox | 2016-12-15 | 1 | -17/+121 |
* | | | radix-tree: improve dump output | Matthew Wilcox | 2016-12-15 | 1 | -23/+26 |
* | | | radix-tree: make radix_tree_find_next_bit more useful | Matthew Wilcox | 2016-12-15 | 1 | -10/+7 |
* | | | radix-tree: create node_tag_set() | Matthew Wilcox | 2016-12-15 | 1 | -22/+19 |
* | | | radix-tree: move rcu_head into a union with private_list | Matthew Wilcox | 2016-12-15 | 1 | -0/+1 |
* | | | radix-tree: fix typo | Matthew Wilcox | 2016-12-15 | 1 | -1/+1 |
* | | | Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentation | Andreas Platschek | 2016-12-15 | 1 | -1/+2 |
* | | | Kconfig: lib/Kconfig.debug: fix references to Documenation | Andreas Platschek | 2016-12-15 | 1 | -4/+4 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl... | Linus Torvalds | 2016-12-14 | 1 | -3/+229 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge branch 'md-next' into md-linus | Shaohua Li | 2016-12-13 | 1 | -3/+229 |
| |\ \ |
|
| | * | | lib/raid6: Add AVX2 optimized xor_syndrome functions | Gayatri Kammela | 2016-11-08 | 1 | -3/+229 |
* | | | | Merge branch 'stable/for-linus-4.9' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-12-14 | 1 | -40/+41 |
|\ \ \ \ |
|
| * | | | | swiotlb: Minor fix-ups for DMA_ATTR_SKIP_CPU_SYNC support | Alexander Duyck | 2016-11-10 | 1 | -3/+3 |