aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-06-23lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov1-3/+3
2017-06-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+4
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller1-2/+4
2017-05-25test_bpf: Add a couple of tests for BPF_JSGE.David Daney1-0/+38
2017-05-09Merge tag 'dmaengine-4.12-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2017-05-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-4/+1
2017-05-08lib/rhashtable.c: simplify a strange allocation patternMichal Hocko1-10/+3
2017-05-08lib/zlib_inflate/inftrees.c: fix potential buffer overflowGuenter Roeck1-1/+1
2017-05-08lib/fault-inject.c: use correct check for interruptsDmitry Vyukov1-1/+1
2017-05-08checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches1-0/+3
2017-05-08lib: add module support to linked list sorting testsGeert Uytterhoeven4-152/+155
2017-05-08lib: add module support to array-based sort testsGeert Uytterhoeven1-3/+4
2017-05-08Revert "lib/test_sort.c: make it explicitly non-modular"Geert Uytterhoeven1-6/+5
2017-05-08fix braino in generic_file_read_iter()Al Viro1-0/+2
2017-05-06refcount: change EXPORT_SYMBOL markingsGreg Kroah-Hartman1-11/+11
2017-05-04Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+26
2017-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+5
2017-05-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+4
2017-05-03lockdep: allow to disable reclaim lockup detectionMichal Hocko1-0/+2
2017-05-03lib/dma-debug.c: make locking work for RTPankaj Gupta1-6/+2
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds1-0/+17
2017-05-03test_bpf: Use ULL suffix for 64-bit constantsGeert Uytterhoeven1-5/+5
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-34/+177
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-96/+1
2017-05-02bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann1-0/+45
2017-05-02bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann1-0/+105
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds4-19/+26
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+20
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+57
2017-05-01Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-44/+125
2017-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2-2/+1
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-4/+30
2017-05-01Merge branch 'md-next' into md-linusShaohua Li1-0/+17
2017-05-01rhashtable: compact struct rhashtable_paramsFlorian Westphal1-1/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+72
2017-05-01lib: remove check for AVR32 arch in test_user_copyHans-Christian Noren Egtvedt1-1/+0
2017-05-01lib: remove AVR32 entry in Kconfig.debug compile with frame pointersHans-Christian Noren Egtvedt1-1/+1
2017-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2017-04-29fix a braino in ITER_PIPE iov_iter_revert()Al Viro1-1/+1
2017-04-28rhashtable: Do not lower max_elems when max_size is zeroHerbert Xu1-5/+6
2017-04-27rhashtable: Cap total number of entries to 2^31Herbert Xu1-0/+5
2017-04-26rhashtable: remove insecure_max_entries paramFlorian Westphal1-6/+0
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro1-3/+1
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro6-15/+76
2017-04-24devres: fix devm_ioremap_*() offset parameter kerneldoc descriptionLorenzo Pieralisi1-3/+3
2017-04-24dma-debug: use offset_in_page() macroGeliang Tang1-2/+2
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-04-18sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALLDaniel Jordan1-3/+3
2017-04-18rhashtable: remove insecure_elasticityFlorian Westphal1-16/+1
2017-04-18boot/param: Move next_arg() function to lib/cmdline.c for later reuseBaoquan He1-0/+57
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+63
2017-04-14sbitmap: add sbitmap_get_shallow() operationOmar Sandoval1-7/+68
2017-04-14Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2-0/+11
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-10/+18
2017-04-06Merge commit 'b4fb8f66f1ae2e167d06c12d018025a8d4d3ba7e' into uaccess.ia64Al Viro2-9/+9
2017-04-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller1-0/+63
2017-04-06Merge commit 'fc69910f329d' into uaccess.mipsAl Viro2-9/+9
2017-04-03Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman2-0/+11
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com1-1/+1
2017-04-02kernel-api.rst: fix some complex tags at lib/bitmap.cmchehab@s-opensource.com1-11/+17
2017-04-02kernel-api.rst: fix output of the vsnprintf() documentationmchehab@s-opensource.com1-3/+3
2017-04-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2017-04-02[iov_iter] new privimitive: iov_iter_revert()Al Viro1-0/+63
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro3-12/+45
2017-03-31kasan: report only the first error by defaultMark Rutland1-0/+10
2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra1-8/+20
2017-03-28kill __copy_from_user_nocache()Al Viro1-2/+2
2017-03-28generic ...copy_..._user primitivesAl Viro2-0/+28
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-03-24md5: remove from lib and only live in cryptoJason A. Donenfeld2-96/+1
2017-03-24lib/syscall: Clear return values when no stackKees Cook1-0/+1
2017-03-23lib/string: add sysfs_match_string helperHeikki Krogerus1-0/+26
2017-03-23locking/refcounts: Use atomic_try_cmpxchg()Peter Zijlstra1-32/+15
2017-03-22percpu-refcount: support synchronous switch to atomic mode.NeilBrown1-0/+17
2017-03-22kobject: Export kobject_get_unless_zero()Jan Kara1-1/+4
2017-03-17lib/Kconfig.debug: correct documentation pathsHans Holmberg1-4/+5
2017-03-13locking/refcount: Add refcount_t API kernel-doc commentsDavid Windsor1-12/+110
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov1-3/+36
2017-03-07Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-7/+7
2017-03-07Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-2/+2
2017-03-07ida: Free correct IDA bitmapMatthew Wilcox1-2/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds12-4/+16
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare to remove the <linux/gfp.h> include from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-2/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02kasan, sched/headers: Uninline kasan_enable/disable_current()Ingo Molnar1-0/+1
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar1-1/+1
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-1/+1
2017-03-01locking/refcounts: Change WARN() to WARN_ONCE()Ingo Molnar1-7/+7
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds3-1187/+819
2017-02-28Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-14/+268
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-7/+6
2017-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-17/+13
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-3/+2
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-4/+4
2017-02-27scatterlist: do not disable IRQs in sg_copy_bufferGilad Ben-Yossef1-4/+0
2017-02-27scatterlist: reorder compound boolean expressionGilad Ben-Yossef1-1/+1
2017-02-27lib/fonts/Kconfig: keep non-Sparc fonts listed togetherRandy Dunlap1-8/+8
2017-02-26rhashtable: Fix RCU dereference annotation in rht_bucket_nestedHerbert Xu1-2/+3
2017-02-26rhashtable: Fix use before NULL check in bucket_table_freeHerbert Xu1-3/+1
2017-02-26lib: Allow compile-testing of parmanGeert Uytterhoeven1-1/+1
2017-02-26lib: fix spelling mistake: "actualy" -> "actually"Colin Ian King1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-3/+86
2017-02-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds20-2078/+3142
2017-02-24lib/lz4: remove back-compat wrappersSven Schmidt3-87/+0
2017-02-24lib/decompress_unlz4: change module to work with new LZ4 module versionSven Schmidt1-5/+8
2017-02-24lib: update LZ4 compressor moduleSven Schmidt5-1011/+2062
2017-02-24lib/test_sort.c: make it explicitly non-modularPaul Gortmaker1-5/+6
2017-02-24lib: add CONFIG_TEST_SORT to enable self-test of sort()Kostenzer Felix4-39/+54
2017-02-24rbtree: use designated initializersKees Cook1-1/+3
2017-02-24lib/find_bit.c: micro-optimise find_next_*_bitMatthew Wilcox1-2/+2
2017-02-24lib: add module support to atomic64 testsGeert Uytterhoeven2-4/+11
2017-02-24lib: add module support to glob testsGeert Uytterhoeven4-166/+169
2017-02-24lib: add module support to crc32 testsGeert Uytterhoeven4-826/+858
2017-02-24bug: switch data corruption check to __must_checkKees Cook1-21/+24
2017-02-24kasan: add memcg kmem_cache testGreg Thelen1-0/+34
2017-02-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-0/+1
2017-02-24locking/refcounts: Out-of-line everythingPeter Zijlstra3-14/+268
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds3-0/+320
2017-02-24lib/Kconfig: make PRIME_NUMBERS not user selectable.Dave Airlie1-1/+1
2017-02-23Merge tag 'usercopy-v4.11-rc1.fix' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2017-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2017-02-23lib: Remove string from parman config selectionJiri Pirko1-1/+1
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+7
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-1/+1
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko1-2/+2
2017-02-22dma-debug: add comment for failed to check map errorMiles Chen1-0/+5
2017-02-22Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+10
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-30/+62
2017-02-22usercopy: ARM NOMMU has no 64-bit get_userArnd Bergmann1-1/+2
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+4
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-55/+1787
2017-02-21Merge tag 'usercopy-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+103
2017-02-21usercopy: Add tests for all get_user() sizesKees Cook1-13/+76
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+131
2017-02-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-68/+1
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+25
2017-02-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2017-02-20Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-12/+46
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-16/+1
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe1-8/+131
2017-02-17rhashtable: Add nested tablesHerbert Xu1-50/+220
2017-02-16usercopy: Adjust tests to deal with SMAP/PANKees Cook1-8/+24
2017-02-16usercopy: add testcases to check zeroing on failureHoeun Ryu1-0/+10
2017-02-13idr: Add missing __rcu annotationsMatthew Wilcox2-7/+8
2017-02-13radix-tree: Fix __rcu annotationsMatthew Wilcox2-59/+68
2017-02-13radix-tree: Add rcu_dereference and rcu_assign_pointer callsMatthew Wilcox1-11/+15
2017-02-13radix_tree_iter_resume: Fix out of bounds errorMatthew Wilcox1-1/+0
2017-02-13radix-tree: Store a pointer to the root in each nodeMatthew Wilcox1-6/+8
2017-02-13radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox1-5/+4
2017-02-13ida: Use exceptional entries for small IDAsMatthew Wilcox2-6/+89
2017-02-13ida: Move ida_bitmap to a percpu variableMatthew Wilcox2-40/+44
2017-02-13Reimplement IDR and IDA using the radix treeMatthew Wilcox2-1034/+519
2017-02-13radix-tree: Add radix_tree_iter_deleteMatthew Wilcox1-31/+60
2017-02-13radix-tree: Add radix_tree_iter_tag_clear()Matthew Wilcox1-28/+40
2017-02-13EXPORT_SYMBOL radix_tree_replace_slotSong Liu1-0/+1
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook1-14/+0
2017-02-10debugobjects: Improve variable namingWaiman Long1-5/+5
2017-02-10refcount_t: Introduce a special purpose refcount typePeter Zijlstra1-0/+13
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky1-1/+1
2017-02-06Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman3-5/+4
2017-02-05debugobjects: Reduce contention on the global pool_lockWaiman Long1-9/+23
2017-02-04debugobjects: Scale thresholds with # of CPUsWaiman Long1-5/+15
2017-02-04debugobjects: Track number of kmem_cache_alloc/kmem_cache_free doneWaiman Long1-0/+10
2017-02-03lib: Introduce priority array area managerJiri Pirko5-0/+787
2017-02-02ext4: move halfmd4 into hash.c directlyJason A. Donenfeld2-68/+1
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-1/+2
2017-01-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+1
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+1
2017-01-27radix tree: constify some pointersMatthew Wilcox1-26/+31
2017-01-27sbitmap: add helpers for dumping to a seq_fileOmar Sandoval1-0/+91
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie5-29/+36
2017-01-25test_firmware: add test custom fallback triggerLuis R. Rodriguez1-0/+45
2017-01-25test_firmware: use device attribute groupsLuis R. Rodriguez1-24/+11
2017-01-25test_firmware: move misc_device downLuis R. Rodriguez1-6/+6
2017-01-24mm: do not export ioremap_page_range symbol for external modulezhong jiang1-1/+0
2017-01-24radix-tree: fix private list warningsMatthew Wilcox1-1/+1
2017-01-24lib/dma-virt: Add dma_virt_opsBart Van Assche3-0/+78
2017-01-24lib/dma-noop: Only build dma_noop_ops for s390 and m32rBart Van Assche2-1/+6
2017-01-24lib/dma-noop: Clarify a commentBart Van Assche1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2017-01-23rcu: Enable RCU tracepoints by default to aid in debuggingMatt Fleming1-0/+1
2017-01-23lib/prime_numbers: Suppress warn on kmalloc failureChris Wilson1-1/+2
2017-01-20percpu_counter: percpu_counter_hotcpu_callback() cleanupEric Dumazet1-3/+2
2017-01-20timerqueue: Use rb_entry_safe() instead of open-coding itGeliang Tang1-2/+1
2017-01-18sbitmap: fix wakeup hang after sbq resizeOmar Sandoval1-5/+30
2017-01-18sbitmap: use smp_mb__after_atomic() in sbq_wake_up()Omar Sandoval1-3/+10
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-26/+34
2017-01-17Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2017-01-16Merge 4.10-rc4 into tty-nextGreg Kroah-Hartman2-24/+32
2017-01-15swiotlb: ensure that page-sized mappings are page-alignedNikita Yushchenko1-3/+3