aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-12-18Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-12-18lib/show_mem.c: add cma reserved informationVishnu Pratap Singh
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-13lib/decompress.c: consistency of compress formats for kernel imageHaesung Kim
2014-12-13decompress_bunzip2: off by one in get_next_block()Dan Carpenter
2014-12-13fault-inject: add ratelimit optionDmitry Monakhov
2014-12-13syscalls: implement execveat() system callDavid Drysdale
2014-12-13mm/page_owner: keep track of page ownersJoonsoo Kim
2014-12-13lib: bitmap: add alignment offset for bitmap_find_next_zero_area()Michal Nazarewicz
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-10lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not nRasmus Villemoes
2014-12-10lib/lcm.c: ensure correct result whenever it fitsRasmus Villemoes
2014-12-10printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches
2014-12-10dma-debug: prevent early callers from crashingFlorian Fainelli
2014-12-10dma-debug: introduce dma_debug_disabledFlorian Fainelli
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann
2014-12-10net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann
2014-12-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-12-09bury memcpy_toiovec()Al Viro
2014-12-08test: bpf: expand DIV_KX to DIV_MOD_KXDenis Kirjanov
2014-12-03lib/genalloc.c: export devm_gen_pool_create() for modulesMichal Simek
2014-12-02mm: do not overwrite reserved pages counter at show_mem()Rafael Aquini
2014-11-24rhashtable: Check for count mismatch while iterating in selftestThomas Graf
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2014-11-19seq_buf: Move the seq_buf code to lib/Steven Rostedt (Red Hat)
2014-11-16reciprocal_div: objects with exported symbols should be obj-y rather than lib-yHannes Frederic Sowa
2014-11-14Revert "fast_hash: avoid indirect function calls"Jay Vosburgh
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-13rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf
2014-11-13rhashtable: Add parent argument to mutex_is_heldHerbert Xu
2014-11-13rhashtable: Move mutex_is_held under PROVE_LOCKINGHerbert Xu
2014-11-13lib: rhashtable - Remove weird non-ASCII characters from commentsHerbert Xu
2014-11-13Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '...Paul E. McKenney
2014-11-11lib/bug: Use RCU list ops for module_bug_listMasami Hiramatsu
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla
2014-11-07kobject: fix NULL pointer derefernce in kobj_child_ns_opsPankaj Dubey
2014-11-07devres: support sizes greater than an unsigned longCristian Stoica
2014-11-05fast_hash: avoid indirect function callsHannes Frederic Sowa
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-30test: bpf: add a testcase reduced from nmapAlexei Starovoitov
2014-10-29Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds
2014-10-29lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara
2014-10-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-29rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar
2014-10-28rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSEPaul E. McKenney
2014-10-28lib/scatterlist: fix memory leak with scsi-mqTony Battersby