summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* zram: use __sysfs_match_string() helperAndy Shevchenko2017-07-111-6/+4Star
* mm/migrate.c: stabilise page count when migrating transparent hugepagesWill Deacon2017-07-111-13/+2Star
* include/linux/page_ref.h: ensure page_ref_unfreeze is ordered against prior a...Will Deacon2017-07-111-0/+1
* mm: always enable thp for dax mappingsDan Williams2017-07-113-5/+11
* mm: improve readability of transparent_hugepage_enabled()Dan Williams2017-07-111-12/+29
* oom, trace: remove ENUM evaluation of COMPACTION_FEEDBACKSteven Rostedt (VMware)2017-07-111-1/+1
* mm/hugetlb.c: warn the user when issues arise on boot due to hugepagesLiam R. Howlett2017-07-111-12/+24
* mm/cma.c: warn if the CMA area could not be activatedAnshuman Khandual2017-07-111-2/+3
* vmalloc: show lazy-purged vma info in vmallocinfoYisheng Xie2017-07-111-1/+9
* mm/memcontrol: exclude @root from checks in mem_cgroup_lowSean Christopherson2017-07-111-18/+32
* mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko2017-07-116-9/+17
* mm, vmpressure: pass-through notification supportDavid Rientjes2017-07-112-41/+128
* mm: hwpoison: introduce idenfity_page_stateNaoya Horiguchi2017-07-111-32/+25Star
* mm: hugetlb: delete dequeue_hwpoisoned_huge_page()Naoya Horiguchi2017-07-113-50/+0Star
* mm: hwpoison: dissolve in-use hugepage in unrecoverable memory errorNaoya Horiguchi2017-07-112-40/+64
* mm: hwpoison: introduce memory_failure_hugetlb()Naoya Horiguchi2017-07-111-52/+82
* mm: soft-offline: dissolve free hugepage if soft-offlinedNaoya Horiguchi2017-07-111-1/+1
* mm: hugetlb: soft-offline: dissolve source hugepage after successful migrationAnshuman Khandual2017-07-114-9/+39
* mm: hwpoison: change PageHWPoison behavior on hugetlb pagesNaoya Horiguchi2017-07-112-72/+24Star
* mm: hugetlb: return immediately for hugetlb page in __delete_from_page_cache()Naoya Horiguchi2017-07-111-3/+5
* mm: hugetlb: prevent reuse of hwpoisoned free hugepagesNaoya Horiguchi2017-07-112-3/+1Star
* fs/buffer.c: make bh_lru_install() more efficientEric Biggers2017-07-111-28/+15Star
* mm/zsmalloc.c: fix -Wunneeded-internal-declaration warningNick Desaulniers2017-07-111-1/+1
* mm/memory_hotplug.c: add NULL check to avoid potential NULL pointer dereferenceGustavo A. R. Silva2017-07-111-1/+1
* mm, vmscan: avoid thrashing anon lru when free + file is lowDavid Rientjes2017-07-111-2/+11
* mm/memory.c: convert to DEFINE_DEBUGFS_ATTRIBUTEYevgen Pronenko2017-07-111-2/+2
* mm, page_alloc: fallback to smallest page when not stealing whole pageblockVlastimil Babka2017-07-111-9/+44
* swap: add block io poll in swapin pathShaohua Li2017-07-115-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-291-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-181-2/+1Star
| * 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-084-5/+5
| * | xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong2017-07-076-8/+8
| * | xfs: fix contiguous dquot chunk iteration livelockBrian Foster2017-07-051-2/+7
| * | xfs: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig2017-07-032-364/+14Star
| * | vfs: Add iomap_seek_hole and iomap_seek_data helpersAndreas Gruenbacher2017-07-032-0/+98
| * | vfs: Add page_cache_seek_hole_data helperAndreas Gruenbacher2017-07-032-0/+126
| * | xfs: remove a whitespace-only line from xfs_fs_get_nextdqblkChristoph Hellwig2017-07-021-1/+0Star
| * | xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extentChristoph Hellwig2017-07-021-44/+22Star
| * | xfs: Check for m_errortag initialization in xfs_errortag_testCarlos Maiolino2017-07-021-0/+11