aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsGravatar Michal Hocko 1-4/+1
2017-05-08lib/rhashtable.c: simplify a strange allocation patternGravatar Michal Hocko 1-10/+3
2017-05-08lib/zlib_inflate/inftrees.c: fix potential buffer overflowGravatar Guenter Roeck 1-1/+1
2017-05-08lib/fault-inject.c: use correct check for interruptsGravatar Dmitry Vyukov 1-1/+1
2017-05-08checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsGravatar Joe Perches 1-0/+3
2017-05-08lib: add module support to linked list sorting testsGravatar Geert Uytterhoeven 4-152/+155
2017-05-08lib: add module support to array-based sort testsGravatar Geert Uytterhoeven 1-3/+4
2017-05-08Revert "lib/test_sort.c: make it explicitly non-modular"Gravatar Geert Uytterhoeven 1-6/+5
2017-05-06refcount: change EXPORT_SYMBOL markingsGravatar Greg Kroah-Hartman 1-11/+11
2017-05-04Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+26
2017-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-5/+5
2017-05-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-6/+4
2017-05-03lockdep: allow to disable reclaim lockup detectionGravatar Michal Hocko 1-0/+2
2017-05-03lib/dma-debug.c: make locking work for RTGravatar Pankaj Gupta 1-6/+2
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Gravatar Linus Torvalds 1-0/+17
2017-05-03test_bpf: Use ULL suffix for 64-bit constantsGravatar Geert Uytterhoeven 1-5/+5
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-34/+177
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-96/+1
2017-05-02bpf, arm64: fix jit branch offset related to ldimm64Gravatar Daniel Borkmann 1-0/+45
2017-05-02bpf, arm64: implement jiting of BPF_XADDGravatar Daniel Borkmann 1-0/+105
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxGravatar Linus Torvalds 4-19/+26
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-8/+20
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+57
2017-05-01Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-44/+125
2017-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Gravatar Linus Torvalds 2-2/+1
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-4/+30
2017-05-01Merge branch 'md-next' into md-linusGravatar Shaohua Li 1-0/+17
2017-05-01rhashtable: compact struct rhashtable_paramsGravatar Florian Westphal 1-1/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-8/+72
2017-05-01lib: remove check for AVR32 arch in test_user_copyGravatar Hans-Christian Noren Egtvedt 1-1/+0
2017-05-01lib: remove AVR32 entry in Kconfig.debug compile with frame pointersGravatar Hans-Christian Noren Egtvedt 1-1/+1
2017-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2017-04-29fix a braino in ITER_PIPE iov_iter_revert()Gravatar Al Viro 1-1/+1
2017-04-28rhashtable: Do not lower max_elems when max_size is zeroGravatar Herbert Xu 1-5/+6
2017-04-27rhashtable: Cap total number of entries to 2^31Gravatar Herbert Xu 1-0/+5
2017-04-26rhashtable: remove insecure_max_entries paramGravatar Florian Westphal 1-6/+0
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowGravatar Al Viro 1-3/+1
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Gravatar Al Viro 6-15/+76
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+3
2017-04-18sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALLGravatar Daniel Jordan 1-3/+3
2017-04-18rhashtable: remove insecure_elasticityGravatar Florian Westphal 1-16/+1
2017-04-18boot/param: Move next_arg() function to lib/cmdline.c for later reuseGravatar Baoquan He 1-0/+57
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+63
2017-04-14sbitmap: add sbitmap_get_shallow() operationGravatar Omar Sandoval 1-7/+68
2017-04-14Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 2-0/+11
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-10/+18
2017-04-06Merge commit 'b4fb8f66f1ae2e167d06c12d018025a8d4d3ba7e' into uaccess.ia64Gravatar Al Viro 2-9/+9
2017-04-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar David S. Miller 1-0/+63
2017-04-06Merge commit 'fc69910f329d' into uaccess.mipsGravatar Al Viro 2-9/+9
2017-04-03Merge 4.11-rc5 into usb-nextGravatar Greg Kroah-Hartman 2-0/+11