summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/hexdump.c: truncate output in case of overflowAndy Shevchenko2015-11-061-1/+5
* rbtree: clarify documentation of rbtree_postorder_for_each_entry_safe()Cody P Schafer2015-11-061-2/+10
* lib/is_single_threaded.c: change current_is_single_threaded() to use for_each...Oleg Nesterov2015-11-061-3/+2
* lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes2015-11-061-8/+22
* lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes2015-11-062-0/+18
* lib/llist.c: fix data race in llist_del_firstDmitry Vyukov2015-11-061-2/+2
* lib/test-string_helpers.c: add string_get_size() testsVitaly Kuznetsov2015-11-061-0/+36
* lib/halfmd4.c: use rol32 inline function in the ROUND macroAlexander Kuleshov2015-11-061-1/+2
* arch/x86/kernel/cpu/perf_event_msr.c: use sign_extend64() for sign extensionMartin Kepplinger2015-11-061-4/+3
* arch/sh/kernel/traps_64.c: use sign_extend64() for sign extensionMartin Kepplinger2015-11-062-2/+2
* bitops.h: add sign_extend64()Martin Kepplinger2015-11-061-0/+11
* bitops.h: improve sign_extend32()'s documentationMartin Kepplinger2015-11-061-0/+2
* MAINTAINERS: add missing extcon directoryChanwoo Choi2015-11-061-0/+3
* get_maintainer: add subsystem to reviewer outputJoe Perches2015-11-061-15/+16
* get_maintainer: --r (list reviewer) is on by defaultBrian Norris2015-11-061-1/+1
* get_maintainer: add --no-foo options to --helpBrian Norris2015-11-061-0/+3
* get_maintainer: it's '--pattern-depth', not '-pattern-depth'Brian Norris2015-11-061-1/+1
* get_maintainer: add missing documentation for --git-blame-signaturesBrian Norris2015-11-061-0/+1
* printk: prevent userland from spoofing kernel messagesMathias Krause2015-11-061-5/+8
* lib/vsprintf.c: update documentationRasmus Villemoes2015-11-062-9/+10
* selftests: run lib/test_printf moduleKees Cook2015-11-063-0/+19
* test_printf: test printf family at runtimeRasmus Villemoes2015-11-063-0/+366
* lib/vsprintf.c: remove SPECIAL handling in pointer()Rasmus Villemoes2015-11-061-1/+1
* lib/vsprintf.c: also improve sanity check in bstr_printf()Rasmus Villemoes2015-11-061-1/+1
* lib/vsprintf.c: handle invalid format specifiers more robustlyRasmus Villemoes2015-11-061-10/+21
* printk: synchronize %p formatting documentationMartin Kletzander2015-11-062-32/+37
* lib/dynamic_debug.c: use kstrdup_constRasmus Villemoes2015-11-061-4/+4
* fs/jffs2/wbuf.c: remove stray semicolonAndrew Morton2015-11-061-1/+1
* include/linux/compiler-gcc.h: improve __visible documentationAndrew Morton2015-11-061-1/+4
* proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov2015-11-061-3/+11
* fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko2015-11-061-5/+5
* mm: use 'unsigned int' for compound_dtor/compound_order on 64BITKirill A. Shutemov2015-11-061-0/+11
* mm: use 'unsigned int' for page orderKirill A. Shutemov2015-11-065-27/+32
* mm: make compound_head() robustKirill A. Shutemov2015-11-0615-175/+82
* mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov2015-11-064-14/+35
* zsmalloc: use page->private instead of page->first_pageKirill A. Shutemov2015-11-061-6/+5
* slab, slub: use page->rcu_head instead of page->lru plus castKirill A. Shutemov2015-11-062-18/+4
* mm: drop page->slab_pageKirill A. Shutemov2015-11-061-1/+0
* zsmalloc: reduce size_class memory usageSergey Senozhatsky2015-11-061-4/+13
* mm/zsmalloc.c: remove useless line in obj_free()Hui Zhu2015-11-061-3/+0
* zsmalloc: don't test shrinker_enabled in zs_shrinker_count()Sergey Senozhatsky2015-11-061-3/+0
* zsmalloc: use preempt.h for in_interrupt()Sergey Senozhatsky2015-11-061-1/+1
* zsmalloc: fix obj_to_head use page_private(page) as value but not pointerHui Zhu2015-11-061-1/+1
* zsmalloc: add comments for ->inuse to zspageHui Zhu2015-11-061-0/+1
* mm: zsmalloc: constify struct zs_pool nameSergey SENOZHATSKY2015-11-065-11/+13
* zpool: remove redundant zpool->type string, const-ify zpool_get_typeDan Streetman2015-11-062-7/+9
* zswap: use charp for zswap param stringsDan Streetman2015-11-061-40/+40
* module: export param_free_charp()Dan Streetman2015-11-062-1/+3
* mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()Alexey Klimov2015-11-061-1/+1
* zram: make is_partial_io/valid_io_request/page_zero_filled return booleanGeliang Tang2015-11-061-9/+9