| Commit message (Expand) | Author | Age | Files | Lines |
* | printk: synchronize %p formatting documentation | Martin Kletzander | 2015-11-07 | 2 | -32/+37 |
* | lib/dynamic_debug.c: use kstrdup_const | Rasmus Villemoes | 2015-11-07 | 1 | -4/+4 |
* | fs/jffs2/wbuf.c: remove stray semicolon | Andrew Morton | 2015-11-07 | 1 | -1/+1 |
* | include/linux/compiler-gcc.h: improve __visible documentation | Andrew Morton | 2015-11-07 | 1 | -1/+4 |
* | proc: actually make proc_fd_permission() thread-friendly | Oleg Nesterov | 2015-11-07 | 1 | -3/+11 |
* | fs/proc/array.c: set overflow flag in case of error | Andy Shevchenko | 2015-11-07 | 1 | -5/+5 |
* | mm: use 'unsigned int' for compound_dtor/compound_order on 64BIT | Kirill A. Shutemov | 2015-11-07 | 1 | -0/+11 |
* | mm: use 'unsigned int' for page order | Kirill A. Shutemov | 2015-11-07 | 5 | -27/+32 |
* | mm: make compound_head() robust | Kirill A. Shutemov | 2015-11-07 | 15 | -175/+82 |
* | mm: pack compound_dtor and compound_order into one word in struct page | Kirill A. Shutemov | 2015-11-07 | 4 | -14/+35 |
* | zsmalloc: use page->private instead of page->first_page | Kirill A. Shutemov | 2015-11-07 | 1 | -6/+5 |
* | slab, slub: use page->rcu_head instead of page->lru plus cast | Kirill A. Shutemov | 2015-11-07 | 2 | -18/+4 |
* | mm: drop page->slab_page | Kirill A. Shutemov | 2015-11-07 | 1 | -1/+0 |
* | zsmalloc: reduce size_class memory usage | Sergey Senozhatsky | 2015-11-07 | 1 | -4/+13 |
* | mm/zsmalloc.c: remove useless line in obj_free() | Hui Zhu | 2015-11-07 | 1 | -3/+0 |
* | zsmalloc: don't test shrinker_enabled in zs_shrinker_count() | Sergey Senozhatsky | 2015-11-07 | 1 | -3/+0 |
* | zsmalloc: use preempt.h for in_interrupt() | Sergey Senozhatsky | 2015-11-07 | 1 | -1/+1 |
* | zsmalloc: fix obj_to_head use page_private(page) as value but not pointer | Hui Zhu | 2015-11-07 | 1 | -1/+1 |
* | zsmalloc: add comments for ->inuse to zspage | Hui Zhu | 2015-11-07 | 1 | -0/+1 |
* | mm: zsmalloc: constify struct zs_pool name | Sergey SENOZHATSKY | 2015-11-07 | 5 | -11/+13 |
* | zpool: remove redundant zpool->type string, const-ify zpool_get_type | Dan Streetman | 2015-11-07 | 2 | -7/+9 |
* | zswap: use charp for zswap param strings | Dan Streetman | 2015-11-07 | 1 | -40/+40 |
* | module: export param_free_charp() | Dan Streetman | 2015-11-07 | 2 | -1/+3 |
* | mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get() | Alexey Klimov | 2015-11-07 | 1 | -1/+1 |
* | zram: make is_partial_io/valid_io_request/page_zero_filled return boolean | Geliang Tang | 2015-11-07 | 1 | -9/+9 |
* | zram: keep the exact overcommited value in mem_used_max | Sergey SENOZHATSKY | 2015-11-07 | 1 | -2/+2 |
* | zram: introduce comp algorithm fallback functionality | Luis Henriques | 2015-11-07 | 1 | -3/+3 |
* | mm/memcontrol.c: uninline mem_cgroup_usage | Andrew Morton | 2015-11-07 | 1 | -1/+1 |
* | fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writeback | Jan Kara | 2015-11-07 | 1 | -1/+2 |
* | thp: remove unused vma parameter from khugepaged_alloc_page | Aaron Tomlin | 2015-11-07 | 1 | -5/+3 |
* | mm, fs: introduce mapping_gfp_constraint() | Michal Hocko | 2015-11-07 | 19 | -30/+36 |
* | include/linux/mmzone.h: reflow comment | Andrew Morton | 2015-11-07 | 1 | -6/+7 |
* | mm: page_alloc: hide some GFP internals and document the bits and flag combin... | Mel Gorman | 2015-11-07 | 4 | -80/+194 |
* | mm, page_alloc: only enforce watermarks for order-0 allocations | Mel Gorman | 2015-11-07 | 1 | -14/+39 |
* | mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand | Mel Gorman | 2015-11-07 | 3 | -10/+135 |
* | mm, page_alloc: remove MIGRATE_RESERVE | Mel Gorman | 2015-11-07 | 4 | -150/+11 |
* | mm, page_alloc: delete the zonelist_cache | Mel Gorman | 2015-11-07 | 2 | -286/+0 |
* | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman | 2015-11-07 | 38 | -68/+71 |
* | mm: page_alloc: remove GFP_IOFS | Mel Gorman | 2015-11-07 | 10 | -13/+12 |
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-07 | 66 | -172/+210 |
* | mm, page_alloc: use masks and shifts when converting GFP flags to migrate types | Mel Gorman | 2015-11-07 | 2 | -6/+8 |
* | mm, page_alloc: remove unnecessary taking of a seqlock when cpusets are disabled | Mel Gorman | 2015-11-07 | 1 | -0/+6 |
* | mm, page_alloc: remove unnecessary recalculations for dirty zone balancing | Mel Gorman | 2015-11-07 | 2 | -4/+8 |
* | mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safe | Mel Gorman | 2015-11-07 | 3 | -5/+6 |
* | mm/oom_kill.c: introduce is_sysrq_oom helper | Yaowei Bai | 2015-11-07 | 1 | -4/+13 |
* | Merge tag 'backlight-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-11-06 | 7 | -16/+22 |
|\ |
|
| * | backlight: pm8941-wled: Add default-brightness property | Bjorn Andersson | 2015-10-30 | 2 | -0/+10 |
| * | backlight: pm8941-wled: Fix ptr_ret.cocci warnings | kbuild test robot | 2015-10-27 | 1 | -4/+1 |
| * | backlight: pwm: Reject legacy PWM request for device defined in DT | Vladimir Zapolskiy | 2015-10-15 | 1 | -10/+9 |
| * | backlight: 88pm860x_bl: Add missing of_node_put | Julia Lawall | 2015-10-15 | 1 | -0/+1 |