summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * bitops.h: improve sign_extend32()'s documentationMartin Kepplinger2015-11-071-0/+2
| * MAINTAINERS: add missing extcon directoryChanwoo Choi2015-11-071-0/+3
| * get_maintainer: add subsystem to reviewer outputJoe Perches2015-11-071-15/+16
| * get_maintainer: --r (list reviewer) is on by defaultBrian Norris2015-11-071-1/+1
| * get_maintainer: add --no-foo options to --helpBrian Norris2015-11-071-0/+3
| * get_maintainer: it's '--pattern-depth', not '-pattern-depth'Brian Norris2015-11-071-1/+1
| * get_maintainer: add missing documentation for --git-blame-signaturesBrian Norris2015-11-071-0/+1
| * printk: prevent userland from spoofing kernel messagesMathias Krause2015-11-071-5/+8
| * lib/vsprintf.c: update documentationRasmus Villemoes2015-11-072-9/+10
| * selftests: run lib/test_printf moduleKees Cook2015-11-073-0/+19
| * test_printf: test printf family at runtimeRasmus Villemoes2015-11-073-0/+366
| * lib/vsprintf.c: remove SPECIAL handling in pointer()Rasmus Villemoes2015-11-071-1/+1
| * lib/vsprintf.c: also improve sanity check in bstr_printf()Rasmus Villemoes2015-11-071-1/+1
| * lib/vsprintf.c: handle invalid format specifiers more robustlyRasmus Villemoes2015-11-071-10/+21
| * printk: synchronize %p formatting documentationMartin Kletzander2015-11-072-32/+37
| * lib/dynamic_debug.c: use kstrdup_constRasmus Villemoes2015-11-071-4/+4
| * fs/jffs2/wbuf.c: remove stray semicolonAndrew Morton2015-11-071-1/+1
| * include/linux/compiler-gcc.h: improve __visible documentationAndrew Morton2015-11-071-1/+4
| * proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov2015-11-071-3/+11
| * fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko2015-11-071-5/+5
| * mm: use 'unsigned int' for compound_dtor/compound_order on 64BITKirill A. Shutemov2015-11-071-0/+11
| * mm: use 'unsigned int' for page orderKirill A. Shutemov2015-11-075-27/+32
| * mm: make compound_head() robustKirill A. Shutemov2015-11-0715-175/+82Star
| * mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov2015-11-074-14/+35
| * zsmalloc: use page->private instead of page->first_pageKirill A. Shutemov2015-11-071-6/+5Star
| * slab, slub: use page->rcu_head instead of page->lru plus castKirill A. Shutemov2015-11-072-18/+4Star
| * mm: drop page->slab_pageKirill A. Shutemov2015-11-071-1/+0Star
| * zsmalloc: reduce size_class memory usageSergey Senozhatsky2015-11-071-4/+13
| * mm/zsmalloc.c: remove useless line in obj_free()Hui Zhu2015-11-071-3/+0Star
| * zsmalloc: don't test shrinker_enabled in zs_shrinker_count()Sergey Senozhatsky2015-11-071-3/+0Star
| * zsmalloc: use preempt.h for in_interrupt()Sergey Senozhatsky2015-11-071-1/+1
| * zsmalloc: fix obj_to_head use page_private(page) as value but not pointerHui Zhu2015-11-071-1/+1
| * zsmalloc: add comments for ->inuse to zspageHui Zhu2015-11-071-0/+1
| * mm: zsmalloc: constify struct zs_pool nameSergey SENOZHATSKY2015-11-075-11/+13
| * zpool: remove redundant zpool->type string, const-ify zpool_get_typeDan Streetman2015-11-072-7/+9
| * zswap: use charp for zswap param stringsDan Streetman2015-11-071-40/+40
| * module: export param_free_charp()Dan Streetman2015-11-072-1/+3
| * mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()Alexey Klimov2015-11-071-1/+1
| * zram: make is_partial_io/valid_io_request/page_zero_filled return booleanGeliang Tang2015-11-071-9/+9
| * zram: keep the exact overcommited value in mem_used_maxSergey SENOZHATSKY2015-11-071-2/+2
| * zram: introduce comp algorithm fallback functionalityLuis Henriques2015-11-071-3/+3
| * mm/memcontrol.c: uninline mem_cgroup_usageAndrew Morton2015-11-071-1/+1
| * fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writebackJan Kara2015-11-071-1/+2
| * thp: remove unused vma parameter from khugepaged_alloc_pageAaron Tomlin2015-11-071-5/+3Star
| * mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-0719-30/+36
| * include/linux/mmzone.h: reflow commentAndrew Morton2015-11-071-6/+7
| * mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman2015-11-074-80/+194
| * mm, page_alloc: only enforce watermarks for order-0 allocationsMel Gorman2015-11-071-14/+39
| * mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman2015-11-073-10/+135
| * mm, page_alloc: remove MIGRATE_RESERVEMel Gorman2015-11-074-150/+11Star