summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-181-6/+14
|\
| * lib/bug: Use RCU list ops for module_bug_listMasami Hiramatsu2014-11-111-6/+14
* | lib/show_mem.c: add cma reserved informationVishnu Pratap Singh2014-12-181-0/+6
* | Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-141-2/+2
|\ \
| * | devres: support sizes greater than an unsigned longCristian Stoica2014-11-071-2/+2
| |/
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-142-1/+30
|\ \
| * | cpumask: factor out show_cpumap into separate helper functionSudeep Holla2014-11-071-0/+29
| * | kobject: fix NULL pointer derefernce in kobj_child_ns_opsPankaj Dubey2014-11-071-1/+1
| |/
* | lib/decompress.c: consistency of compress formats for kernel imageHaesung Kim2014-12-131-2/+2
* | decompress_bunzip2: off by one in get_next_block()Dan Carpenter2014-12-131-1/+1
* | fault-inject: add ratelimit optionDmitry Monakhov2014-12-131-4/+17
* | syscalls: implement execveat() system callDavid Drysdale2014-12-131-0/+3
* | mm/page_owner: keep track of page ownersJoonsoo Kim2014-12-131-0/+16
* | lib: bitmap: add alignment offset for bitmap_find_next_zero_area()Michal Nazarewicz2014-12-131-11/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-115-104/+103
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-102-1/+2
| |\ \
| * | | net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-102-40/+1
| * | | net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann2014-12-101-4/+4
| * | | bury memcpy_toiovec()Al Viro2014-12-091-25/+0
| * | | test: bpf: expand DIV_KX to DIV_MOD_KXDenis Kirjanov2014-12-081-2/+8
| * | | rhashtable: Check for count mismatch while iterating in selftestThomas Graf2014-11-241-7/+20
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-211-2/+2
| |\ \ \
| * | | | Revert "fast_hash: avoid indirect function calls"Jay Vosburgh2014-11-142-1/+40
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-141-5/+5
| |\ \ \ \
| * | | | | rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf2014-11-131-24/+17
| * | | | | rhashtable: Add parent argument to mutex_is_heldHerbert Xu2014-11-131-2/+2
| * | | | | rhashtable: Move mutex_is_held under PROVE_LOCKINGHerbert Xu2014-11-131-0/+8
| * | | | | fast_hash: avoid indirect function callsHannes Frederic Sowa2014-11-052-40/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-014-5/+54
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | test: bpf: add a testcase reduced from nmapAlexei Starovoitov2014-10-301-0/+43
* | | | | | Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-102-1/+360
|\ \ \ \ \ \
| * | | | | | seq_buf: Move the seq_buf code to lib/Steven Rostedt (Red Hat)2014-11-192-1/+360
| |/ / / / /
* | | | | | lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not nRasmus Villemoes2014-12-101-4/+2
* | | | | | lib/lcm.c: ensure correct result whenever it fitsRasmus Villemoes2014-12-101-1/+1
* | | | | | printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches2014-12-101-2/+2
* | | | | | dma-debug: prevent early callers from crashingFlorian Fainelli2014-12-101-2/+10
* | | | | | dma-debug: introduce dma_debug_disabledFlorian Fainelli2014-12-101-16/+21
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-091-13/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-11-201-13/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | | | |
| | | \ \ \
| | *-. \ \ \ Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '...Paul E. McKenney2014-11-131-13/+1
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | | * | | rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar2014-10-291-1/+1
| | | |/ / / | | |/| | |
| | | * | | rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSEPaul E. McKenney2014-10-281-12/+0
| | |/ / /
* | | | | lib/genalloc.c: export devm_gen_pool_create() for modulesMichal Simek2014-12-031-0/+1
* | | | | mm: do not overwrite reserved pages counter at show_mem()Rafael Aquini2014-12-021-1/+1
| |_|_|/ |/| | |
* | | | reciprocal_div: objects with exported symbols should be obj-y rather than lib-yHannes Frederic Sowa2014-11-161-2/+2
|/ / /
* | | lib: rhashtable - Remove weird non-ASCII characters from commentsHerbert Xu2014-11-131-5/+5
| |/ |/|
* | Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds2014-10-291-2/+6
|\ \
| * | lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara2014-10-291-2/+6
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-291-3/+3
|\ \ \ | |/ / |/| |
| * | lib/scatterlist: fix memory leak with scsi-mqTony Battersby2014-10-281-3/+3
| |/
OpenPOWER on IntegriCloud