summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-08-292-6/+6
* Merge branch 'akpm-current/current'Stephen Rothwell2019-08-2939-325/+484
|\
| * bug: move WARN_ON() "cut here" into exception handlerKees Cook2019-08-281-5/+3
| * bug: consolidate __WARN_FLAGS usageKees Cook2019-08-281-11/+7
| * bug: clean up helper macros to remove __WARN_TAINT()Kees Cook2019-08-281-10/+11
| * bug: consolidate warn_slowpath_fmt() usageKees Cook2019-08-281-2/+1
| * bug: rename __WARN_printf_taint() to __WARN_printf()Kees Cook2019-08-281-4/+4
| * bug: refactor away warn_slowpath_fmt_taint()Kees Cook2019-08-281-9/+4
| * kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson2019-08-281-0/+2
| * aio: simplify read_events()Oleg Nesterov2019-08-281-2/+2
| * kexec: restore arch_kexec_kernel_image_probe declarationVasily Gorbik2019-08-281-0/+2
| * cpumask: nicer for_each_cpumask_and() signatureAlexey Dobriyan2019-08-281-7/+7
| * fork: improve error message for corrupted page tablesSai Praneeth Prakhya2019-08-281-0/+4
| * lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsStephen Boyd2019-08-281-7/+15
| * include/trace/events/writeback.h: fix -Wstringop-truncation warningsQian Cai2019-08-281-18/+20
| * kernel-doc: core-api: include string.h into core-apiJoe Perches2019-08-281-2/+3
| * string: add stracpy and stracpy_pad mechanismsJoe Perches2019-08-281-0/+45
| * lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie2019-08-281-1/+1
| * augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definitionMichel Lespinasse2019-08-281-12/+12
| * augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse2019-08-282-21/+37
| * augmented rbtree: add comments for RB_DECLARE_CALLBACKS macroMichel Lespinasse2019-08-281-21/+33
| * hung_task: allow printing warnings every check intervalDmitry Safonov2019-08-281-0/+1
| * linux/coff.h: add include guardMasahiro Yamada2019-08-281-0/+5
| * kernel/hung_task.c: Monitor killed tasks.Tetsuo Handa2019-08-281-0/+1
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2019-08-281-0/+7
| * mm, memcg: make scan aggression always exclude protectionChris Down2019-08-281-13/+12
| * mm, memcg: make memory.emin the baseline for utilisation determinationChris Down2019-08-281-6/+13
| * mm, memcg: proportional memory.{low,min} reclaimChris Down2019-08-281-0/+20
| * zpool: add malloc_support_movable to zpool_driverHui Zhu2019-08-281-0/+3
| * mm: introduce MADV_PAGEOUTMinchan Kim2019-08-282-0/+2
| * mm: introduce MADV_COLDMinchan Kim2019-08-282-0/+3
| * mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti2019-08-281-0/+2
| * mm, thp: account deferred split THPs into MemAvailableYang Shi2019-08-282-3/+7
| * khugepaged: enable collapse pmd for pte-mapped THPSong Liu2019-08-281-0/+12
| * mm, thp: introduce FOLL_SPLIT_PMDSong Liu2019-08-281-0/+1
| * mm: move memcmp_pages() and pages_identical()Song Liu2019-08-281-0/+7
| * mm: thp: make deferred split shrinker memcg awareYang Shi2019-08-283-0/+14
| * mm-shrinker-make-shrinker-not-depend-on-memcg-kmem-v6Yang Shi2019-08-281-0/+4
| * mm: shrinker: make shrinker not depend on memcg kmemYang Shi2019-08-282-9/+13
| * mm: thp: extract split_queue_* into a structYang Shi2019-08-281-3/+9
| * mm,thp: avoid writes to file with THP in pagecacheSong Liu2019-08-281-0/+32
| * mm,thp: stats for file backed THPSong Liu2019-08-281-0/+2
| * thp: update split_huge_page_pmd() commentKefeng Wang2019-08-281-3/+2
| * mm, compaction: raise compaction priority after it withdrawnsVlastimil Babka2019-08-281-5/+17
| * mm, oom: avoid printk() iteration under RCUTetsuo Handa2019-08-281-0/+1
| * mm/vmalloc: modify struct vmap_area to reduce its sizePengfei Li2019-08-281-7/+13
| * drivers/base/memory.c: don't store end_section_nr in memory blocksDavid Hildenbrand2019-08-281-1/+0
| * driver/base/memory.c: validate memory block size earlyDavid Hildenbrand2019-08-281-3/+3
| * mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-08-281-1/+1
| * mm: remove quicklist page table cachesNicholas Piggin2019-08-282-99/+0