summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* test_bpf: Add a couple of tests for BPF_JSGE.David Daney2017-05-25
* Merge tag 'dmaengine-4.12-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-05-09
|\
| * dma-debug: use offset_in_page() macroGeliang Tang2017-04-24
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-09
|\ \
| * | fix braino in generic_file_read_iter()Al Viro2017-05-08
* | | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-08
|\ \ \
| * | | devres: fix devm_ioremap_*() offset parameter kerneldoc descriptionLorenzo Pieralisi2017-04-24
| | |/ | |/|
* | | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-08
* | | lib/rhashtable.c: simplify a strange allocation patternMichal Hocko2017-05-08
* | | lib/zlib_inflate/inftrees.c: fix potential buffer overflowGuenter Roeck2017-05-08
* | | lib/fault-inject.c: use correct check for interruptsDmitry Vyukov2017-05-08
* | | checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches2017-05-08
* | | lib: add module support to linked list sorting testsGeert Uytterhoeven2017-05-08
* | | lib: add module support to array-based sort testsGeert Uytterhoeven2017-05-08
* | | Revert "lib/test_sort.c: make it explicitly non-modular"Geert Uytterhoeven2017-05-08
* | | refcount: change EXPORT_SYMBOL markingsGreg Kroah-Hartman2017-05-06
* | | Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-04
|\ \ \
| * \ \ Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman2017-04-03
| |\ \ \
| * | | | lib/string: add sysfs_match_string helperHeikki Krogerus2017-03-23
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-04
|\ \ \ \ \
| * | | | | test_bpf: Use ULL suffix for 64-bit constantsGeert Uytterhoeven2017-05-03
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-03
|\ \ \ \ \ \
| * | | | | | lockdep: allow to disable reclaim lockup detectionMichal Hocko2017-05-03
| * | | | | | lib/dma-debug.c: make locking work for RTPankaj Gupta2017-05-03
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds2017-05-03
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'md-next' into md-linusShaohua Li2017-05-01
| |\ \ \ \ \
| | * | | | | percpu-refcount: support synchronous switch to atomic mode.NeilBrown2017-03-22
| | |/ / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-02
|\ \ \ \ \ \
| * | | | | | bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann2017-05-02
| * | | | | | bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann2017-05-02
| * | | | | | rhashtable: compact struct rhashtable_paramsFlorian Westphal2017-05-01
| * | | | | | rhashtable: Do not lower max_elems when max_size is zeroHerbert Xu2017-04-28
| * | | | | | rhashtable: Cap total number of entries to 2^31Herbert Xu2017-04-27
| * | | | | | rhashtable: remove insecure_max_entries paramFlorian Westphal2017-04-26
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-20
| |\ \ \ \ \ \
| * | | | | | | rhashtable: remove insecure_elasticityFlorian Westphal2017-04-18
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-15
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-02
|\ \ \ \ \ \ \
| * | | | | | | md5: remove from lib and only live in cryptoJason A. Donenfeld2017-03-24
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds2017-05-02
|\ \ \ \ \ \ \
| * | | | | | | kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com2017-04-02
| * | | | | | | kernel-api.rst: fix some complex tags at lib/bitmap.cmchehab@s-opensource.com2017-04-02
| * | | | | | | kernel-api.rst: fix output of the vsnprintf() documentationmchehab@s-opensource.com2017-04-02
| * | | | | | | lib/Kconfig.debug: correct documentation pathsHans Holmberg2017-03-17
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-01
|\ \ \ \ \ \ \
| * | | | | | | debug: Add _ONCE() logic to report_bug()Peter Zijlstra2017-03-30
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-01
|\ \ \ \ \ \ \
| * | | | | | | boot/param: Move next_arg() function to lib/cmdline.c for later reuseBaoquan He2017-04-18
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-01
|\ \ \ \ \ \ \