aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAge
* Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-06-26
|\
| * Merge 4.1-rc7 into driver-core-nextGreg Kroah-Hartman2015-06-08
| |\
| * | module: add extra argument for parse_params() callbackLuis R. Rodriguez2015-05-20
* | | Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-26
|\ \ \
| * | | lz4: fix system halt at boot kernel on x86_64Krzysztof Kolasa2015-05-24
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-26
|\ \ \
| * | | lib/kobject.c: use strreplace()Rasmus Villemoes2015-06-25
| * | | lib/string.c: introduce strreplace()Rasmus Villemoes2015-06-25
| * | | radix-tree: replace preallocated node array with linked listKirill A. Shutemov2015-06-25
| * | | bitmap: remove explicit newline handling using scnprintf format stringSudeep Holla2015-06-25
| * | | lib/sort: Add 64 bit swap functionDaniel Wagner2015-06-25
| * | | hexdump: Make test data really constGeert Uytterhoeven2015-06-25
| * | | __bitmap_parselist: fix bug in empty string handlingChris Metcalf2015-06-25
* | | | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-25
|\ \ \ \ | |/ / / |/| | |
| * | | remove <asm/scatterlist.h>Christoph Hellwig2015-05-05
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-24
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-08
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-02
| |\ \ \ \ \
| * | | | | | test_bpf: add similarly conflicting jump test case only for classicDaniel Borkmann2015-05-27
| * | | | | | test_bpf: add more eBPF jump torture casesDaniel Borkmann2015-05-25
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-23
| |\ \ \ \ \ \
| * | | | | | | test_bpf: Add backward jump test caseMichael Holzheu2015-05-22
| * | | | | | | test_bpf: fix sparse warningsMichael Holzheu2015-05-14
| * | | | | | | test_bpf: add tests related to BPF_MAXINSNSDaniel Borkmann2015-05-14
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-13
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | test_bpf: add 173 new testcases for eBPFMichael Holzheu2015-05-12
| * | | | | | | test: bpf: extend "load 64-bit immediate" testcaseXi Wang2015-05-11
| * | | | | | | rhashtable-test: Fix 64bit divisionThomas Graf2015-05-05
| * | | | | | | rhashtable: Simplify iterator codeThomas Graf2015-05-05
| * | | | | | | rhashtable-test: Detect insertion failuresThomas Graf2015-05-03
| * | | | | | | rhashtable-test: Use walker to test bucket statisticsThomas Graf2015-05-03
| * | | | | | | rhashtable-test: Do not allocate individual test objectsThomas Graf2015-05-03
| * | | | | | | rhashtable-test: Get rid of ptr in test_obj structureThomas Graf2015-05-03
| * | | | | | | rhashtable-test: Measure time to insert, remove & traverse entriesThomas Graf2015-05-03
| * | | | | | | rhashtable-test: Remove unused TEST_NEXPANDSThomas Graf2015-05-03
| * | | | | | | test_bpf: indicate whether bpf prog got jited in test suiteDaniel Borkmann2015-04-30
* | | | | | | | Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-06-24
|\ \ \ \ \ \ \ \
| * | | | | | | | powerpc: Only use -mabi=altivec if toolchain supports itAnton Blanchard2015-06-11
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-23
|\ \ \ \ \ \ \ \
| * | | | | | | | lib: crc-itu-t.[ch] fix 0x0x prefix in integer constantsAntonio Ospite2015-05-26
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-23
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu2015-06-19
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | MPILIB: add mpi_read_buf() and mpi_get_size() helpersTadeusz Struk2015-06-16
| * | | | | | | | | | scatterlist: introduce sg_nents_for_lenTom Lendacky2015-06-02
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-05-27
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | lib: correct 842 decompress for 32 bitDan Streetman2015-05-12
| * | | | | | | | | | | lib: make lib/842 decompress functions staticDan Streetman2015-05-12
| * | | | | | | | | | | lib: add software 842 compression/decompressionDan Streetman2015-05-11
* | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-22
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into timers/coreThomas Gleixner2015-05-19
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | |