summaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)Author
2015-07-17lib/decompress: set the compressor name to NULL on errorAneesh Kumar K.V
2015-07-17dma-debug: skip debug_dma_assert_idle() when disabledHaggai Eran
2015-07-17hexdump: fix for non-aligned buffersHoracio Mijail Anton Quiles
2015-07-17include, lib: add __printf attributes to several function prototypesNicolas Iooss
2015-07-08rhashtable: fix for resize events during table walkPhil Sutter
2015-07-06x86/kasan: Move KASAN_SHADOW_OFFSET to the arch KconfigAndrey Ryabinin
2015-07-04sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao
2015-06-30genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy
2015-06-30genalloc: rename dev_get_gen_pool() to gen_pool_get()Vladimir Zapolskiy
2015-06-30drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon
2015-06-30lib/scatterlist: mark input buffer parameters as 'const'Dave Gordon
2015-06-30lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer()Dave Gordon
2015-06-26arch, x86: pmem api for ensuring durability of persistent memory updatesRoss Zwisler
2015-06-25lib/kobject.c: use strreplace()Rasmus Villemoes
2015-06-25lib/string.c: introduce strreplace()Rasmus Villemoes
2015-06-25radix-tree: replace preallocated node array with linked listKirill A. Shutemov
2015-06-25bitmap: remove explicit newline handling using scnprintf format stringSudeep Holla
2015-06-25lib/sort: Add 64 bit swap functionDaniel Wagner
2015-06-25hexdump: Make test data really constGeert Uytterhoeven
2015-06-25__bitmap_parselist: fix bug in empty string handlingChris Metcalf
2015-06-19lib: export symbol kobject_move()Anand Jain
2015-06-18revert "cpumask: don't perform while loop in cpumask_next_and()"Andrew Morton
2015-06-16lib/list_sort: use late_initcall to hook in self testsPaul Gortmaker
2015-06-16MPILIB: add mpi_read_buf() and mpi_get_size() helpersTadeusz Struk
2015-06-13MPI: MIPS: Fix compilation error with GCC 5.1Jaedon Shin
2015-06-11kbuild: include core debug info when DEBUG_INFO_REDUCEDRasmus Villemoes
2015-06-11powerpc: Only use -mabi=altivec if toolchain supports itAnton Blanchard
2015-06-11swiotlb: Warn on allocation failure in swiotlb_alloc_coherent()Joerg Roedel
2015-06-07rhashtable: add missing import <linux/export.h>Hauke Mehrtens
2015-06-05swiotlb: do not export map_single functionAlexandre Courbot
2015-06-03lib: Clarify the return value of strnlen_user()Jan Kara
2015-06-03scatterlist: introduce sg_nents_for_lenTom Lendacky
2015-06-02lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara
2015-05-30lib: introduce crc_t10dif_update()Akinobu Mita
2015-05-29percpu_counter: batch size aware __percpu_counter_compare()Dave Chinner
2015-05-28rbtree: Make lockless searches non-fatalPeter Zijlstra
2015-05-28module: Sanitize RCU usage and lockingPeter Zijlstra
2015-05-28cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell
2015-05-27rcu: Conditionally compile RCU's eqs warningsPaul E. McKenney
2015-05-27rcu: Directly drive TASKS_RCU from KconfigPaul E. McKenney
2015-05-27rcu: Provide diagnostic option to slow down grace-period scansPaul E. McKenney
2015-05-27test_bpf: add similarly conflicting jump test case only for classicDaniel Borkmann
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski
2015-05-26lib: crc-itu-t.[ch] fix 0x0x prefix in integer constantsAntonio Ospite
2015-05-25test_bpf: add more eBPF jump torture casesDaniel Borkmann
2015-05-24lz4: fix system halt at boot kernel on x86_64Krzysztof Kolasa
2015-05-22test_bpf: Add backward jump test caseMichael Holzheu
2015-05-20module: add extra argument for parse_params() callbackLuis R. Rodriguez
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand