aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-06Merge branch 'stable/for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-2/+3
2015-06-05swiotlb: do not export map_single functionAlexandre Courbot1-2/+3
2015-06-03lib: Clarify the return value of strnlen_user()Jan Kara1-1/+8
2015-06-03scatterlist: introduce sg_nents_for_lenTom Lendacky1-0/+32
2015-06-02lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara1-1/+2
2015-06-02Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+64
2015-06-02Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar3-51/+40
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-51/+29
2015-05-30lib: introduce crc_t10dif_update()Akinobu Mita1-3/+9
2015-05-29Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-3/+3
2015-05-29Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-48/+26
2015-05-29percpu_counter: batch size aware __percpu_counter_compare()Dave Chinner1-3/+3
2015-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-1/+1
2015-05-28rbtree: Make lockless searches non-fatalPeter Zijlstra1-22/+54
2015-05-28module: Sanitize RCU usage and lockingPeter Zijlstra1-2/+5
2015-05-28cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell1-48/+26
2015-05-27rcu: Conditionally compile RCU's eqs warningsPaul E. McKenney1-0/+11
2015-05-27rcu: Directly drive TASKS_RCU from KconfigPaul E. McKenney1-0/+1
2015-05-27rcu: Provide diagnostic option to slow down grace-period scansPaul E. McKenney1-2/+52
2015-05-27test_bpf: add similarly conflicting jump test case only for classicDaniel Borkmann1-0/+57
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski1-1/+1
2015-05-26lib: crc-itu-t.[ch] fix 0x0x prefix in integer constantsAntonio Ospite1-1/+1
2015-05-25Merge branch 'linus' into x86/fpuIngo Molnar1-0/+11
2015-05-25test_bpf: add more eBPF jump torture casesDaniel Borkmann1-0/+67
2015-05-24lz4: fix system halt at boot kernel on x86_64Krzysztof Kolasa1-1/+11
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2015-05-22test_bpf: Add backward jump test caseMichael Holzheu1-0/+16
2015-05-20module: add extra argument for parse_params() callbackLuis R. Rodriguez1-2/+2
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner17-80/+401
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar1-1/+1
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabledDavid Hildenbrand1-2/+4
2015-05-19sched/preempt: Merge preempt_mask.h into preempt.hFrederic Weisbecker1-1/+1
2015-05-16rhashtable: Add cap on number of elements in hash tableHerbert Xu1-0/+11
2015-05-14test_bpf: fix sparse warningsMichael Holzheu1-61/+61
2015-05-14test_bpf: add tests related to BPF_MAXINSNSDaniel Borkmann1-9/+308
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-44/+8
2015-05-12test_bpf: add 173 new testcases for eBPFMichael Holzheu1-0/+2192
2015-05-13lib: correct 842 decompress for 32 bitDan Streetman1-1/+1
2015-05-13lib: make lib/842 decompress functions staticDan Streetman1-2/+2
2015-05-11test: bpf: extend "load 64-bit immediate" testcaseXi Wang1-1/+2
2015-05-11lib: add software 842 compression/decompressionDan Streetman7-0/+1220
2015-05-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2015-05-05kasan: show gcc version requirements in Kconfig and DocumentationJoe Perches1-2/+6
2015-05-05lib: delete lib/find_last_bit.cYury Norov1-41/+0
2015-05-05rhashtable-test: Fix 64bit divisionThomas Graf1-1/+2
2015-05-05rhashtable: Simplify iterator codeThomas Graf1-6/+2
2015-05-05remove <asm/scatterlist.h>Christoph Hellwig1-1/+1
2015-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2015-05-04lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann1-1/+1
2015-05-03rhashtable-test: Detect insertion failuresThomas Graf1-6/+20