summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | radix-tree: add radix_tree_joinMatthew Wilcox2016-12-141-31/+152
* | | | | radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox2016-12-141-97/+20
* | | | | radix-tree: delete radix_tree_locate_item()Matthew Wilcox2016-12-141-99/+0
* | | | | radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-141-17/+121
* | | | | radix-tree: improve dump outputMatthew Wilcox2016-12-141-23/+26
* | | | | radix-tree: make radix_tree_find_next_bit more usefulMatthew Wilcox2016-12-141-10/+7
* | | | | radix-tree: create node_tag_set()Matthew Wilcox2016-12-141-22/+19
* | | | | radix-tree: move rcu_head into a union with private_listMatthew Wilcox2016-12-141-0/+1
* | | | | radix-tree: fix typoMatthew Wilcox2016-12-141-1/+1
* | | | | Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentationAndreas Platschek2016-12-141-1/+2
* | | | | Kconfig: lib/Kconfig.debug: fix references to DocumenationAndreas Platschek2016-12-141-4/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds2016-12-141-3/+229
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'md-next' into md-linusShaohua Li2016-12-131-3/+229
| |\ \ \ \
| | * | | | lib/raid6: Add AVX2 optimized xor_syndrome functionsGayatri Kammela2016-11-071-3/+229
* | | | | | Merge branch 'stable/for-linus-4.9' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-131-40/+41
|\ \ \ \ \ \
| * | | | | | swiotlb: Minor fix-ups for DMA_ATTR_SKIP_CPU_SYNC supportAlexander Duyck2016-11-101-3/+3
| * | | | | | swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck2016-11-071-21/+38
| * | | | | | swiotlb: Drop unused functions swiotlb_map_sg and swiotlb_unmap_sgAlexander Duyck2016-11-071-16/+0
| * | | | | | swiotlb: Rate-limit printing when running out of SW-IOMMU spaceGeert Uytterhoeven2016-11-071-2/+2
* | | | | | | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-131-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-191-1/+1
| |\ \ \ \ \ \
| | * | | | | | debugobj, workqueue: remove keventd_up() usageTejun Heo2016-09-171-1/+1
* | | | | | | | Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-131-3/+3
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 4.9-rc3 into driver-core-nextGreg Kroah-Hartman2016-10-303-2/+4
| |\ \ \ \ \ \ \ \
| * | | | | | | | | kobject: improve function-level documentationJulia Lawall2016-10-281-3/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-132-0/+48
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | parser: add u64 number parserJames Smart2016-12-061-0/+47
| * | | | | | | | | block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
| |/ / / / / / / /
* | | | | | | | | Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-121-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge tag 'v4.9-rc4' into soundJonathan Corbet2016-11-184-3/+5
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-124-112/+240
|\ \ \ \ \ \ \ \
| * | | | | | | | lib/ida: document locking requirements a bit betterDaniel Vetter2016-12-121-0/+11
| * | | | | | | | lib/rbtree.c: fix typo in comment of ____rb_erase_colorJie Chen2016-12-121-4/+19
| * | | | | | | | lib/Kconfig.debug: make CONFIG_STRICT_DEVMEM depend on CONFIG_DEVMEMDave Young2016-12-121-1/+1
| * | | | | | | | printk: add Kconfig option to set default console loglevelOlof Johansson2016-12-121-0/+19
| * | | | | | | | mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner2016-12-121-19/+6
| * | | | | | | | lib: radix-tree: update callback for changing leaf nodesJohannes Weiner2016-12-121-13/+29
| * | | | | | | | lib: radix-tree: add entry deletion support to __radix_tree_replace()Johannes Weiner2016-12-121-111/+116
| * | | | | | | | lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-121-14/+49
| * | | | | | | | lib: radix-tree: native accounting of exceptional entriesJohannes Weiner2016-12-121-3/+43
* | | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-122-24/+26
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | lib/radix-tree: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-13/+12
| * | | | | | | | lib/percpu_counter: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-11/+14
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-121-1/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-113-1/+43
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar2016-12-021-33/+33
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-223-1/+8
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger2016-11-161-1/+1
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-122-72/+42
|\ \ \ \ \ \ \ \ \ \ \