summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/truncate.c: fix THP handling in invalidate_mapping_pages()Jan Kara2017-07-101-2/+8
* mm/hugetlb.c: replace memfmt with string_get_sizeMatthew Wilcox2017-07-101-14/+5
* mm, memcg: fix potential undefined behavior in mem_cgroup_event_ratelimit()Michal Hocko2017-07-101-1/+1
* mm, hugetlb: schedule when potentially allocating many hugepagesDavid Rientjes2017-07-101-0/+2
* mm: unify new_node_page and alloc_migrate_targetMichal Hocko2017-07-103-26/+19
* hugetlb, memory_hotplug: prefer to use reserved pages for migrationMichal Hocko2017-07-103-7/+31
* mm, memory_hotplug: simplify empty node mask handling in new_node_pageMichal Hocko2017-07-101-9/+10
* mm, memory_hotplug: support movable_node for hotpluggable nodesMichal Hocko2017-07-102-6/+25
* zram: use __sysfs_match_string() helperAndy Shevchenko2017-07-101-6/+4
* mm/migrate.c: stabilise page count when migrating transparent hugepagesWill Deacon2017-07-101-13/+2
* include/linux/page_ref.h: ensure page_ref_unfreeze is ordered against prior a...Will Deacon2017-07-101-0/+1
* mm: always enable thp for dax mappingsDan Williams2017-07-103-5/+11
* mm: improve readability of transparent_hugepage_enabled()Dan Williams2017-07-101-12/+29
* oom, trace: remove ENUM evaluation of COMPACTION_FEEDBACKSteven Rostedt (VMware)2017-07-101-1/+1
* mm/hugetlb.c: warn the user when issues arise on boot due to hugepagesLiam R. Howlett2017-07-101-12/+24
* mm/cma.c: warn if the CMA area could not be activatedAnshuman Khandual2017-07-101-2/+3
* vmalloc: show lazy-purged vma info in vmallocinfoYisheng Xie2017-07-101-1/+9
* mm/memcontrol: exclude @root from checks in mem_cgroup_lowSean Christopherson2017-07-101-18/+32
* mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko2017-07-106-9/+17
* mm, vmpressure: pass-through notification supportDavid Rientjes2017-07-102-41/+128
* mm: hwpoison: introduce idenfity_page_stateNaoya Horiguchi2017-07-101-32/+25
* mm: hugetlb: delete dequeue_hwpoisoned_huge_page()Naoya Horiguchi2017-07-103-50/+0
* mm: hwpoison: dissolve in-use hugepage in unrecoverable memory errorNaoya Horiguchi2017-07-102-40/+64
* mm: hwpoison: introduce memory_failure_hugetlb()Naoya Horiguchi2017-07-101-52/+82
* mm: soft-offline: dissolve free hugepage if soft-offlinedNaoya Horiguchi2017-07-101-1/+1
* mm: hugetlb: soft-offline: dissolve source hugepage after successful migrationAnshuman Khandual2017-07-104-9/+39
* mm: hwpoison: change PageHWPoison behavior on hugetlb pagesNaoya Horiguchi2017-07-102-72/+24
* mm: hugetlb: return immediately for hugetlb page in __delete_from_page_cache()Naoya Horiguchi2017-07-101-3/+5
* mm: hugetlb: prevent reuse of hwpoisoned free hugepagesNaoya Horiguchi2017-07-102-3/+1
* fs/buffer.c: make bh_lru_install() more efficientEric Biggers2017-07-101-28/+15
* mm/zsmalloc.c: fix -Wunneeded-internal-declaration warningNick Desaulniers2017-07-101-1/+1
* mm/memory_hotplug.c: add NULL check to avoid potential NULL pointer dereferenceGustavo A. R. Silva2017-07-101-1/+1
* mm, vmscan: avoid thrashing anon lru when free + file is lowDavid Rientjes2017-07-101-2/+11
* mm/memory.c: convert to DEFINE_DEBUGFS_ATTRIBUTEYevgen Pronenko2017-07-101-2/+2
* mm, page_alloc: fallback to smallest page when not stealing whole pageblockVlastimil Babka2017-07-101-9/+44
* swap: add block io poll in swapin pathShaohua Li2017-07-105-11/+33
* Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-07-108-214/+533
|\
| * ipmi:ssif: Add missing unlock in error branchCorey Minyard2017-06-301-0/+5
| * char: ipmi: constify bmc_dev_attr_group and bmc_device_typeArvind Yadav2017-06-281-2/+2
| * ipmi:ssif: Check dev before setting drvdataCorey Minyard2017-06-281-1/+2
| * ipmi: Convert DMI handling over to a platform deviceCorey Minyard2017-06-192-204/+219
| * ipmi: Create a platform device for a DMI-specified IPMI interfaceCorey Minyard2017-06-194-0/+290
| * ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso2017-06-191-0/+5
| * ipmi:ssif: Use i2c_adapter_id instead of adapter->nrCorey Minyard2017-06-161-2/+3
| * ipmi: Use the proper default value for register size in ACPICorey Minyard2017-06-091-4/+4
| * ipmi_ssif: remove redundant null check on array client->adapter->nameColin Ian King2017-05-171-2/+1
| * ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic2017-05-081-3/+4
| * ipmi_ssif: unlock on allocation failureDan Carpenter2017-05-081-0/+2
* | Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-10112-1855/+2116
|\ \
| * | xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong2017-07-074-5/+5