summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-06get_maintainer: add --no-foo options to --helpBrian Norris
2015-11-06get_maintainer: it's '--pattern-depth', not '-pattern-depth'Brian Norris
2015-11-06get_maintainer: add missing documentation for --git-blame-signaturesBrian Norris
2015-11-06printk: prevent userland from spoofing kernel messagesMathias Krause
2015-11-06lib/vsprintf.c: update documentationRasmus Villemoes
2015-11-06selftests: run lib/test_printf moduleKees Cook
2015-11-06test_printf: test printf family at runtimeRasmus Villemoes
2015-11-06lib/vsprintf.c: remove SPECIAL handling in pointer()Rasmus Villemoes
2015-11-06lib/vsprintf.c: also improve sanity check in bstr_printf()Rasmus Villemoes
2015-11-06lib/vsprintf.c: handle invalid format specifiers more robustlyRasmus Villemoes
2015-11-06printk: synchronize %p formatting documentationMartin Kletzander
2015-11-06lib/dynamic_debug.c: use kstrdup_constRasmus Villemoes
2015-11-06fs/jffs2/wbuf.c: remove stray semicolonAndrew Morton
2015-11-06include/linux/compiler-gcc.h: improve __visible documentationAndrew Morton
2015-11-06proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov
2015-11-06fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko
2015-11-06mm: use 'unsigned int' for compound_dtor/compound_order on 64BITKirill A. Shutemov
2015-11-06mm: use 'unsigned int' for page orderKirill A. Shutemov
2015-11-06mm: make compound_head() robustKirill A. Shutemov
2015-11-06mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov
2015-11-06zsmalloc: use page->private instead of page->first_pageKirill A. Shutemov
2015-11-06slab, slub: use page->rcu_head instead of page->lru plus castKirill A. Shutemov
2015-11-06mm: drop page->slab_pageKirill A. Shutemov
2015-11-06zsmalloc: reduce size_class memory usageSergey Senozhatsky
2015-11-06mm/zsmalloc.c: remove useless line in obj_free()Hui Zhu
2015-11-06zsmalloc: don't test shrinker_enabled in zs_shrinker_count()Sergey Senozhatsky
2015-11-06zsmalloc: use preempt.h for in_interrupt()Sergey Senozhatsky
2015-11-06zsmalloc: fix obj_to_head use page_private(page) as value but not pointerHui Zhu
2015-11-06zsmalloc: add comments for ->inuse to zspageHui Zhu
2015-11-06mm: zsmalloc: constify struct zs_pool nameSergey SENOZHATSKY
2015-11-06zpool: remove redundant zpool->type string, const-ify zpool_get_typeDan Streetman
2015-11-06zswap: use charp for zswap param stringsDan Streetman
2015-11-06module: export param_free_charp()Dan Streetman
2015-11-06mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()Alexey Klimov
2015-11-06zram: make is_partial_io/valid_io_request/page_zero_filled return booleanGeliang Tang
2015-11-06zram: keep the exact overcommited value in mem_used_maxSergey SENOZHATSKY
2015-11-06zram: introduce comp algorithm fallback functionalityLuis Henriques
2015-11-06mm/memcontrol.c: uninline mem_cgroup_usageAndrew Morton
2015-11-06fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writebackJan Kara
2015-11-06thp: remove unused vma parameter from khugepaged_alloc_pageAaron Tomlin
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-11-06include/linux/mmzone.h: reflow commentAndrew Morton
2015-11-06mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman
2015-11-06mm, page_alloc: only enforce watermarks for order-0 allocationsMel Gorman
2015-11-06mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman
2015-11-06mm, page_alloc: remove MIGRATE_RESERVEMel Gorman
2015-11-06mm, page_alloc: delete the zonelist_cacheMel Gorman
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-11-06mm: page_alloc: remove GFP_IOFSMel Gorman
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman