summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-041-0/+26
|\
| * Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman2017-04-032-0/+11
| |\
| * | lib/string: add sysfs_match_string helperHeikki Krogerus2017-03-231-0/+26
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-041-5/+5
|\ \ \
| * | | test_bpf: Use ULL suffix for 64-bit constantsGeert Uytterhoeven2017-05-031-5/+5
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-032-6/+4
|\ \ \ \
| * | | | lockdep: allow to disable reclaim lockup detectionMichal Hocko2017-05-031-0/+2
| * | | | lib/dma-debug.c: make locking work for RTPankaj Gupta2017-05-031-6/+2
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds2017-05-031-0/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'md-next' into md-linusShaohua Li2017-05-011-0/+17
| |\ \ \
| | * | | percpu-refcount: support synchronous switch to atomic mode.NeilBrown2017-03-221-0/+17
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-023-34/+177
|\ \ \ \
| * | | | bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann2017-05-021-0/+45
| * | | | bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann2017-05-021-0/+105
| * | | | rhashtable: compact struct rhashtable_paramsFlorian Westphal2017-05-011-1/+1
| * | | | rhashtable: Do not lower max_elems when max_size is zeroHerbert Xu2017-04-281-5/+6
| * | | | rhashtable: Cap total number of entries to 2^31Herbert Xu2017-04-271-0/+5
| * | | | rhashtable: remove insecure_max_entries paramFlorian Westphal2017-04-261-6/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-201-3/+3
| |\ \ \ \
| * | | | | rhashtable: remove insecure_elasticityFlorian Westphal2017-04-181-16/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-151-0/+63
| |\ \ \ \ \
| * | | | | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-10/+18
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-022-96/+1
|\ \ \ \ \ \
| * | | | | | md5: remove from lib and only live in cryptoJason A. Donenfeld2017-03-242-96/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds2017-05-024-19/+26
|\ \ \ \ \ \
| * | | | | | kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com2017-04-021-1/+1
| * | | | | | kernel-api.rst: fix some complex tags at lib/bitmap.cmchehab@s-opensource.com2017-04-021-11/+17
| * | | | | | kernel-api.rst: fix output of the vsnprintf() documentationmchehab@s-opensource.com2017-04-021-3/+3
| * | | | | | lib/Kconfig.debug: correct documentation pathsHans Holmberg2017-03-171-4/+5
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-011-8/+20
|\ \ \ \ \ \ \
| * | | | | | | debug: Add _ONCE() logic to report_bug()Peter Zijlstra2017-03-301-8/+20
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-0/+57
|\ \ \ \ \ \ \
| * | | | | | | boot/param: Move next_arg() function to lib/cmdline.c for later reuseBaoquan He2017-04-181-0/+57
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-011-44/+125
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-04-142-0/+11
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | locking/refcounts: Use atomic_try_cmpxchg()Peter Zijlstra2017-03-231-32/+15
| * | | | | | | locking/refcount: Add refcount_t API kernel-doc commentsDavid Windsor2017-03-131-12/+110
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2017-05-012-2/+1
|\ \ \ \ \ \ \
| * | | | | | | lib: remove check for AVR32 arch in test_user_copyHans-Christian Noren Egtvedt2017-05-011-1/+0
| * | | | | | | lib: remove AVR32 entry in Kconfig.debug compile with frame pointersHans-Christian Noren Egtvedt2017-05-011-1/+1
* | | | | | | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-013-4/+30
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-3/+1
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-------. \ \ \ \ \ \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-266-15/+76
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| | | | | | * | | | | | kill __copy_from_user_nocache()Al Viro2017-03-281-2/+2
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| | | | | * | | | | | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-023-12/+45
| | | | | |\ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | / / / / | | | | | | |/ / / / | | | | | |/| | | |
| | | | * | | | | | Merge commit 'fc69910f329d' into uaccess.mipsAl Viro2017-04-062-9/+9
| | | | |\ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | Merge commit 'b4fb8f66f1ae2e167d06c12d018025a8d4d3ba7e' into uaccess.ia64Al Viro2017-04-062-9/+9
| | | |\ \ \ \ \ \ \ | | |/ / / / / / / / | | | | _ / / / / / | | | | / / / / /
| | * | | | | | | generic ...copy_..._user primitivesAl Viro2017-03-282-0/+28
| | * | | | | | | new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-012-8/+72
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
OpenPOWER on IntegriCloud