aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-06bitops.h: improve sign_extend32()'s documentationGravatar Martin Kepplinger 1-0/+2
2015-11-06MAINTAINERS: add missing extcon directoryGravatar Chanwoo Choi 1-0/+3
2015-11-06get_maintainer: add subsystem to reviewer outputGravatar Joe Perches 1-15/+16
2015-11-06get_maintainer: --r (list reviewer) is on by defaultGravatar Brian Norris 1-1/+1
2015-11-06get_maintainer: add --no-foo options to --helpGravatar Brian Norris 1-0/+3
2015-11-06get_maintainer: it's '--pattern-depth', not '-pattern-depth'Gravatar Brian Norris 1-1/+1
2015-11-06get_maintainer: add missing documentation for --git-blame-signaturesGravatar Brian Norris 1-0/+1
2015-11-06printk: prevent userland from spoofing kernel messagesGravatar Mathias Krause 1-5/+8
2015-11-06lib/vsprintf.c: update documentationGravatar Rasmus Villemoes 2-9/+10
2015-11-06selftests: run lib/test_printf moduleGravatar Kees Cook 3-0/+19
2015-11-06test_printf: test printf family at runtimeGravatar Rasmus Villemoes 3-0/+366
2015-11-06lib/vsprintf.c: remove SPECIAL handling in pointer()Gravatar Rasmus Villemoes 1-1/+1
2015-11-06lib/vsprintf.c: also improve sanity check in bstr_printf()Gravatar Rasmus Villemoes 1-1/+1
2015-11-06lib/vsprintf.c: handle invalid format specifiers more robustlyGravatar Rasmus Villemoes 1-10/+21
2015-11-06printk: synchronize %p formatting documentationGravatar Martin Kletzander 2-32/+37
2015-11-06lib/dynamic_debug.c: use kstrdup_constGravatar Rasmus Villemoes 1-4/+4
2015-11-06fs/jffs2/wbuf.c: remove stray semicolonGravatar Andrew Morton 1-1/+1
2015-11-06include/linux/compiler-gcc.h: improve __visible documentationGravatar Andrew Morton 1-1/+4
2015-11-06proc: actually make proc_fd_permission() thread-friendlyGravatar Oleg Nesterov 1-3/+11
2015-11-06fs/proc/array.c: set overflow flag in case of errorGravatar Andy Shevchenko 1-5/+5
2015-11-06mm: use 'unsigned int' for compound_dtor/compound_order on 64BITGravatar Kirill A. Shutemov 1-0/+11
2015-11-06mm: use 'unsigned int' for page orderGravatar Kirill A. Shutemov 5-27/+32
2015-11-06mm: make compound_head() robustGravatar Kirill A. Shutemov 15-175/+82
2015-11-06mm: pack compound_dtor and compound_order into one word in struct pageGravatar Kirill A. Shutemov 4-14/+35
2015-11-06zsmalloc: use page->private instead of page->first_pageGravatar Kirill A. Shutemov 1-6/+5
2015-11-06slab, slub: use page->rcu_head instead of page->lru plus castGravatar Kirill A. Shutemov 2-18/+4
2015-11-06mm: drop page->slab_pageGravatar Kirill A. Shutemov 1-1/+0
2015-11-06zsmalloc: reduce size_class memory usageGravatar Sergey Senozhatsky 1-4/+13
2015-11-06mm/zsmalloc.c: remove useless line in obj_free()Gravatar Hui Zhu 1-3/+0
2015-11-06zsmalloc: don't test shrinker_enabled in zs_shrinker_count()Gravatar Sergey Senozhatsky 1-3/+0
2015-11-06zsmalloc: use preempt.h for in_interrupt()Gravatar Sergey Senozhatsky 1-1/+1
2015-11-06zsmalloc: fix obj_to_head use page_private(page) as value but not pointerGravatar Hui Zhu 1-1/+1
2015-11-06zsmalloc: add comments for ->inuse to zspageGravatar Hui Zhu 1-0/+1
2015-11-06mm: zsmalloc: constify struct zs_pool nameGravatar Sergey SENOZHATSKY 5-11/+13
2015-11-06zpool: remove redundant zpool->type string, const-ify zpool_get_typeGravatar Dan Streetman 2-7/+9
2015-11-06zswap: use charp for zswap param stringsGravatar Dan Streetman 1-40/+40
2015-11-06module: export param_free_charp()Gravatar Dan Streetman 2-1/+3
2015-11-06mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()Gravatar Alexey Klimov 1-1/+1
2015-11-06zram: make is_partial_io/valid_io_request/page_zero_filled return booleanGravatar Geliang Tang 1-9/+9
2015-11-06zram: keep the exact overcommited value in mem_used_maxGravatar Sergey SENOZHATSKY 1-2/+2
2015-11-06zram: introduce comp algorithm fallback functionalityGravatar Luis Henriques 1-3/+3
2015-11-06mm/memcontrol.c: uninline mem_cgroup_usageGravatar Andrew Morton 1-1/+1
2015-11-06fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writebackGravatar Jan Kara 1-1/+2
2015-11-06thp: remove unused vma parameter from khugepaged_alloc_pageGravatar Aaron Tomlin 1-5/+3
2015-11-06mm, fs: introduce mapping_gfp_constraint()Gravatar Michal Hocko 19-30/+36
2015-11-06include/linux/mmzone.h: reflow commentGravatar Andrew Morton 1-6/+7
2015-11-06mm: page_alloc: hide some GFP internals and document the bits and flag combin...Gravatar Mel Gorman 4-80/+194
2015-11-06mm, page_alloc: only enforce watermarks for order-0 allocationsGravatar Mel Gorman 1-14/+39
2015-11-06mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandGravatar Mel Gorman 3-10/+135
2015-11-06mm, page_alloc: remove MIGRATE_RESERVEGravatar Mel Gorman 4-150/+11