aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+96
2016-12-15redo: radix tree test suite: fix compilationMatthew Wilcox1-1/+0
2016-12-14radix-tree: ensure counts are initialisedMatthew Wilcox1-21/+20
2016-12-14radix-tree: fix replacement for multiorder entriesMatthew Wilcox1-16/+44
2016-12-14radix-tree: add radix_tree_split_preload()Matthew Wilcox1-1/+23
2016-12-14radix-tree: add radix_tree_splitMatthew Wilcox1-4/+138
2016-12-14radix-tree: add radix_tree_joinMatthew Wilcox1-31/+152
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox1-97/+20
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox1-99/+0
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox1-17/+121
2016-12-14radix-tree: improve dump outputMatthew Wilcox1-23/+26
2016-12-14radix-tree: make radix_tree_find_next_bit more usefulMatthew Wilcox1-10/+7
2016-12-14radix-tree: create node_tag_set()Matthew Wilcox1-22/+19
2016-12-14radix-tree: move rcu_head into a union with private_listMatthew Wilcox1-0/+1
2016-12-14radix-tree: fix typoMatthew Wilcox1-1/+1
2016-12-14Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentationAndreas Platschek1-1/+2
2016-12-14Kconfig: lib/Kconfig.debug: fix references to DocumenationAndreas Platschek1-4/+4
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds1-3/+229
2016-12-13Merge branch 'stable/for-linus-4.9' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-40/+41
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2016-12-13Merge branch 'md-next' into md-linusShaohua Li1-3/+229
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+48
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-112/+240
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-24/+26
2016-12-12lib/ida: document locking requirements a bit betterDaniel Vetter1-0/+11
2016-12-12lib/rbtree.c: fix typo in comment of ____rb_erase_colorJie Chen1-4/+19
2016-12-12lib/Kconfig.debug: make CONFIG_STRICT_DEVMEM depend on CONFIG_DEVMEMDave Young1-1/+1
2016-12-12printk: add Kconfig option to set default console loglevelOlof Johansson1-0/+19
2016-12-12mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner1-19/+6
2016-12-12lib: radix-tree: update callback for changing leaf nodesJohannes Weiner1-13/+29
2016-12-12lib: radix-tree: add entry deletion support to __radix_tree_replace()Johannes Weiner1-111/+116
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner1-14/+49
2016-12-12lib: radix-tree: native accounting of exceptional entriesJohannes Weiner1-3/+43
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2016-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-72/+42
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar3-1/+43
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-33/+33
2016-12-09Revert "radix tree test suite: fix compilation"Linus Torvalds1-0/+1
2016-12-07radix tree test suite: fix compilationMatthew Wilcox1-1/+0
2016-12-07Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-33/+33
2016-12-06parser: add u64 number parserJames Smart1-0/+47
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro1-2/+96
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+37
2016-12-02Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar1-33/+33
2016-11-30kasan: support use-after-scope detectionDmitry Vyukov1-0/+29
2016-11-30lib/debugobjects: export for use in modulesChris Wilson1-0/+8
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2016-11-25locking/selftest: Fix output since KERN_CONT changesMichael Ellerman1-33/+33
2016-11-25mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]Andrey Ryabinin1-1/+6
2016-11-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2-72/+42
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+6
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar3-1/+8
2016-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+3
2016-11-19netlink: smaller nla_attr_minlen tableAlexey Dobriyan1-1/+1
2016-11-18Merge tag 'v4.9-rc4' into soundJonathan Corbet4-3/+5
2016-11-18config: Adding the new config parameter CONFIG_PROVE_LOCKING_SMALL for sparcBabu Moger1-0/+3
2016-11-17fix iov_iter_advance() for ITER_PIPEAbhi Das1-1/+3
2016-11-16locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger1-1/+1
2016-11-14Merge branches 'doc.2016.11.14a', 'fixes.2016.11.14a', 'list.2016.10.31a' and...Paul E. McKenney2-72/+42
2016-11-14rcu: RCU_TRACE enables event tracing as well as debugfsNikolay Borisov1-1/+2
2016-11-11lib/stackdepot: export save/fetch stack for driversChris Wilson1-0/+2
2016-11-10swiotlb: Minor fix-ups for DMA_ATTR_SKIP_CPU_SYNC supportAlexander Duyck1-3/+3
2016-11-09lib/radix-tree: Convert to hotplug state machineSebastian Andrzej Siewior1-13/+12
2016-11-09lib/percpu_counter: Convert to hotplug state machineSebastian Andrzej Siewior1-11/+14
2016-11-07lib/raid6: Add AVX2 optimized xor_syndrome functionsGayatri Kammela1-3/+229
2016-11-07swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck1-21/+38
2016-11-07swiotlb: Drop unused functions swiotlb_map_sg and swiotlb_unmap_sgAlexander Duyck1-16/+0
2016-11-07swiotlb: Rate-limit printing when running out of SW-IOMMU spaceGeert Uytterhoeven1-2/+2
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+1
2016-10-31bug: Avoid Kconfig warning for BUG_ON_DATA_CORRUPTIONArnd Bergmann1-1/+1
2016-10-31lib/Kconfig.debug: Fix typo in select statementValentin Rothberg1-1/+1
2016-10-31bug: Provide toggle for BUG on data corruptionKees Cook2-35/+32
2016-10-31list: Split list_del() debug checking into separate functionKees Cook1-30/+23
2016-10-31rculist: Consolidate DEBUG_LIST for list_add_rcu()Kees Cook1-19/+0
2016-10-31list: Split list_add() debug checking into separate functionKees Cook1-25/+23
2016-10-30Merge 4.9-rc3 into driver-core-nextGreg Kroah-Hartman3-2/+4
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2016-10-28kobject: improve function-level documentationJulia Lawall1-3/+3
2016-10-27lib/genalloc.c: start search from start of chunkDaniel Mentz1-1/+2
2016-10-27lib/stackdepot.c: bump stackdepot capacity from 16MB to 128MBDmitry Vyukov1-1/+1
2016-10-27latent_entropy: raise CONFIG_FRAME_WARN by defaultKees Cook1-0/+1
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab1-1/+1
2016-10-20bpf, test: fix ld_abs + vlan push/pop stress testDaniel Borkmann1-1/+1
2016-10-19Merge branch 'for-4.9' into for-4.10Tejun Heo1-1/+1
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+22
2016-10-14iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()Vegard Nossum1-0/+22
2016-10-14Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-9/+0
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds1-74/+95
2016-10-11kcov: do not instrument lib/stackdepot.cAlexander Potapenko1-0/+1
2016-10-11lib/bitmap.c: enhance bitmap syntaxNoam Camus1-4/+46
2016-10-11lib/kstrtox.c: smaller _parse_integer()Alexey Dobriyan1-5/+1
2016-10-11lib: harden strncpy_from_userMark Rutland1-0/+2
2016-10-11Fix off-by-one in __pipe_get_pages()Al Viro1-2/+2
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy2-2/+2
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2016-10-10samples: move blackfin gptimers-example from DocumentationShuah Khan1-9/+0
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-20/+29
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-5/+11
2016-10-07nmi_backtrace: do a local dump_stack() instead of a self-NMIChris Metcalf1-0/+9
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf1-8/+9
2016-10-07atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta2-7/+0
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+393
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds3-0/+352
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-10-07Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds7-5/+988
2016-10-06Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+50
2016-10-05pipe: add pipe_buf_release() helperMiklos Szeredi1-3/+1
2016-10-05new iov_iter flavour: pipe-backedAl Viro1-2/+395
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-79/+326
2016-10-05mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner1-11/+3
2016-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds6-0/+308
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-23/+49
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-8/+43
2016-10-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+5
2016-09-30dma-debug: fix ia64 build, use PHYS_PFNNiklas Söderlund1-1/+1
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner2-5/+5
2016-09-29lib/Kconfig.debug: fix DEBUG_SECTION_MISMATCH descriptionUwe Kleine-König1-1/+1
2016-09-27lib: clean up put_cpu_var usageShaohua Li1-2/+2
2016-09-27get rid of separate multipage fault-in primitivesAl Viro1-2/+1
2016-09-26raid6/test/test.c: bug fix: Specify aligned(alignment) attributes to the char...Gayatri Kammela1-3/+4
2016-09-26dma-debug: add support for resource mappingsNiklas Söderlund1-2/+50
2016-09-25radix tree: fix sibling entry handling in radix_tree_descend()Linus Torvalds1-4/+4
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+2
2016-09-23locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help textVivien Didelot1-1/+1
2016-09-21lib/raid6: Add AVX512 optimized xor_syndrome functionsGayatri Kammela1-3/+278
2016-09-21lib/raid6/test/Makefile: Add avx512 gen_syndrome and recovery functionsGayatri Kammela1-1/+4
2016-09-21lib/raid6: Add AVX512 optimized recovery functionsGayatri Kammela3-1/+392
2016-09-21lib/raid6: Add AVX512 optimized gen_syndrome functionsGayatri Kammela4-1/+314
2016-09-21lib/win_minmax: windowed min or max estimatorNeal Cardwell2-1/+99
2016-09-20Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar1-22/+2
2016-09-20ubsan: allow to disable the null sanitizerChristian Borntraeger1-0/+11
2016-09-20rhashtable: Add rhlist interfaceHerbert Xu1-52/+206
2016-09-20Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar1-22/+2
2016-09-19fault-injection/cpu: Convert to hotplug state machineSebastian Andrzej Siewior1-6/+40
2016-09-19lib/irq_poll: Convert to hotplug state machineSebastian Andrzej Siewior1-17/+9
2016-09-19sbitmap: initialize weight to zeroColin Ian King1-1/+1
2016-09-17fix iov_iter_fault_in_readable()Al Viro1-22/+2
2016-09-17sbitmap: don't update the allocation hint on clear after resizeOmar Sandoval1-1/+1
2016-09-17debugobj, workqueue: remove keventd_up() usageTejun Heo1-1/+1
2016-09-17sbitmap: re-initialize allocation hints after resizeOmar Sandoval1-2/+7
2016-09-17sbitmap: randomize initial alloc_hint valuesOmar Sandoval1-0/+6
2016-09-17sbitmap: push alloc policy into sbitmap_queueOmar Sandoval1-6/+8
2016-09-17sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval1-1/+34
2016-09-17sbitmap: allocate wait queues on a specific nodeOmar Sandoval1-1/+1
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval3-0/+306
2016-09-16lib/syscall: Pin the task stack in collect_syscall()Andy Lutomirski1-2/+13
2016-09-15test_bpf: fix the dummy skb after dissector changesJakub Kicinski1-0/+1
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar5-41/+20
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-38/+16
2016-09-09lib/ucs2_string: Speed up ucs2_utf8size()Lukas Wunner1-1/+1
2016-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-3/+7
2016-09-01lib/test_hash.c: fix warning in preprocessor symbol evaluationGeert Uytterhoeven1-9/+15
2016-09-01lib/test_hash.c: fix warning in two-dimensional array initGeert Uytterhoeven1-1/+1
2016-09-01RAID/s390: provide raid6 recovery optimizationMartin Schwidefsky3-1/+120
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf3-28/+0
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2016-08-29RAID/s390: add SIMD implementation for raid6 gen/xorMartin Schwidefsky4-0/+178
2016-08-26rhashtable: fix a memory leak in alloc_bucket_locks()Eric Dumazet1-3/+4
2016-08-26rhashtable: add rhashtable_lookup_get_insert_key()Pablo Neira Ayuso1-3/+7
2016-08-24dma-api: Teach the "DMA-from-stack" check about vmapped stacksAndy Lutomirski1-6/+30
2016-08-19rhashtable: Remove GFP flag from rhashtable_walk_initHerbert Xu1-28/+18
2016-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-5/+10
2016-08-15rhashtable: fix shift by 64 when shrinkingVegard Nossum1-2/+4
2016-08-14rhashtable: avoid large lock-array allocationsFlorian Westphal1-2/+5
2016-08-11percpu-refcount: init ->confirm_switch member properlyRoman Pen1-0/+3
2016-08-10percpu_ref: allow operation mode switching operations to be called concurrentlyTejun Heo1-4/+29
2016-08-10percpu_ref: restructure operation mode switchingTejun Heo1-35/+29
2016-08-10percpu_ref: unify staggered atomic switching wait behaviorTejun Heo1-10/+21
2016-08-10percpu_ref: reorganize __percpu_ref_switch_to_atomic() and relocate percpu_re...Tejun Heo1-48/+50
2016-08-10percpu_ref: remove unnecessary RCU grace period for staggered atomic switchin...Tejun Heo1-18/+4
2016-08-08unsafe_[get|put]_user: change interface to use a error target labelLinus Torvalds2-8/+7
2016-08-08rhashtable-test: Fix max_size parameter descriptionPhil Sutter1-1/+1
2016-08-04dynamic_debug: add jump label supportJason Baron1-0/+7
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2-10/+12
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-23/+33
2016-08-02kcov: allow more fine-grained coverage instrumentationVegard Nossum1-0/+11
2016-08-02crc32: use ktime_get_ns() for measurementArnd Bergmann1-12/+4
2016-08-02lib/iommu-helper: skip to next segmentSebastian Ott1-2/+1
2016-08-02ratelimit: extend to print suppressed messages on releaseBorislav Petkov1-4/+6
2016-08-02UBSAN: fix typo in format stringNicolas Iooss1-1/+1
2016-08-02radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov1-4/+10
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+2
2016-08-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-7/+7
2016-07-30Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+4
2016-07-29lib/mpi: Fix SG miter leakHerbert Xu1-7/+7
2016-07-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+9
2016-07-28lib/stackdepot.c: use __GFP_NOWARN for stack allocationsKirill A. Shutemov1-0/+1
2016-07-28mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko1-2/+2
2016-07-28mm: optimize copy_page_to/from_iter_iovecMikulas Patocka1-2/+6
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-2/+2
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+80
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+24
2016-07-27Merge branch 'linus' into x86/microcode, to pick up merge window changesIngo Molnar7-44/+67
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-5/+82
2016-07-26radix-tree: implement radix_tree_maybe_preload_order()Kirill A. Shutemov1-5/+79
2016-07-26mm/page_owner: use stackdepot to store stacktraceJoonsoo Kim1-0/+1