summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-06lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes
2015-11-06lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes
2015-11-06lib/llist.c: fix data race in llist_del_firstDmitry Vyukov
2015-11-06lib/test-string_helpers.c: add string_get_size() testsVitaly Kuznetsov
2015-11-06lib/halfmd4.c: use rol32 inline function in the ROUND macroAlexander Kuleshov
2015-11-06arch/x86/kernel/cpu/perf_event_msr.c: use sign_extend64() for sign extensionMartin Kepplinger
2015-11-06arch/sh/kernel/traps_64.c: use sign_extend64() for sign extensionMartin Kepplinger
2015-11-06bitops.h: add sign_extend64()Martin Kepplinger
2015-11-06bitops.h: improve sign_extend32()'s documentationMartin Kepplinger
2015-11-06MAINTAINERS: add missing extcon directoryChanwoo Choi
2015-11-06get_maintainer: add subsystem to reviewer outputJoe Perches
2015-11-06get_maintainer: --r (list reviewer) is on by defaultBrian Norris
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