aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-07-22fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches
2015-07-22Merge branch 'akpm-current/current'Stephen Rothwell
2015-07-22define-kallsyms_cmp_symbol_t-as-function-type-to-simplify-the-code-fixAndrew Morton
2015-07-22kernel/kallsyns.c: define kallsyms_cmp_symbol_t as function type to simplify ...Minfei Huang
2015-07-22kernel/module.c: define find_symbol_in_section_t as function type to simplify...Minfei Huang
2015-07-22kdump, vmcoreinfo: report actual value of phys_baseHATAYAMA Daisuke
2015-07-22seq_file: provide an analogue of print_hex_dump()Andy Shevchenko
2015-07-22lib: Add CRC64 ECMA moduleMarian Chereji
2015-07-22mm/util.c: add kstrimdup()Sebastian Capella
2015-07-22parse-integer: rewrite kstrto*()Alexey Dobriyan
2015-07-22lib/: add parse_integer() (replacement for simple_strto*())Alexey Dobriyan
2015-07-22mm: zbud: constify the zbud_opsKrzysztof Kozlowski
2015-07-22mm: zpool: constify the zpool_opsKrzysztof Kozlowski
2015-07-22mm: swap: zswap: maybe_preload & refactoringDmitry Safonov
2015-07-22zsmalloc: account the number of compacted pagesSergey Senozhatsky
2015-07-22zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky
2015-07-22mm: move lazily freed pages to inactive listMinchan Kim
2015-07-22mm: don't split THP page when syscall is calledMinchan Kim
2015-07-22mm: support madvise(MADV_FREE)Minchan Kim
2015-07-22mm: increase SWAP_CLUSTER_MAX to batch TLB flushesMel Gorman
2015-07-22include/linux/page-flags.h: rename macros to avoid collisionsAndrew Morton
2015-07-22mm: sanitize page->mapping for tail pagesKirill A. Shutemov
2015-07-22page-flags: look at head page if the flag is encoded in page->mappingKirill A. Shutemov
2015-07-22page-flags: define PG_uptodate behavior on compound pagesKirill A. Shutemov
2015-07-22page-flags: define PG_uncached behavior on compound pagesKirill A. Shutemov
2015-07-22page-flags: define PG_mlocked behavior on compound pagesKirill A. Shutemov
2015-07-22page-flags: define PG_swapcache behavior on compound pagesKirill A. Shutemov
2015-07-22page-flags: define PG_swapbacked behavior on compound pagesKirill A. Shutemov
2015-07-22page-flags: define PG_reserved behavior on compound pagesKirill A. Shutemov
2015-07-22page-flags: define behavior of Xen-related flags on compound pagesKirill A. Shutemov
2015-07-22page-flags: define behavior SL*B-related flags on compound pagesKirill A. Shutemov
2015-07-22page-flags: define behavior of LRU-related flags on compound pagesKirill A. Shutemov
2015-07-22page-flags: define behavior of FS/IO-related flags on compound pagesKirill A. Shutemov
2015-07-22page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov
2015-07-22page-flags: introduce page flags policies wrt compound pagesKirill A. Shutemov
2015-07-22page-flags: trivial cleanup for PageTrans* helpersKirill A. Shutemov
2015-07-22memcg: get rid of extern for functions in memcontrol.hMichal Hocko
2015-07-22memcg: get rid of mem_cgroup_root_css for !CONFIG_MEMCGMichal Hocko
2015-07-22memcg-export-struct-mem_cgroup-fixAndrew Morton
2015-07-22memcg: export struct mem_cgroupMichal Hocko
2015-07-22mm, oom: add description of struct oom_controlDavid Rientjes
2015-07-22mm, oom: pass an oom order of -1 when triggered by sysrqDavid Rientjes
2015-07-22mm, oom: organize oom context into structDavid Rientjes
2015-07-22mm-improve-__gfp_noretry-comment-based-on-implementation-fixAndrew Morton
2015-07-22mm: improve __GFP_NORETRY comment based on implementationDavid Rientjes
2015-07-22mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim
2015-07-22mm: remove put_page_unless_one()Vineet Gupta
2015-07-22dax: add huge page fault supportMatthew Wilcox
2015-07-22mm: add vmf_insert_pfn_pmd()Matthew Wilcox
2015-07-22mm: export various functions for the benefit of DAXMatthew Wilcox