summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/sparse.c: fix typo in online_mem_sectionsMichal Hocko2017-09-091-1/+1
* mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour2017-09-091-5/+5
* mm: memcontrol: use per-cpu stocks for socket memory unchargingRoman Gushchin2017-09-091-2/+4
* mm: fadvise: avoid fadvise for fs without backing deviceShakeel Butt2017-09-091-3/+3
* mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke2017-09-091-3/+6
* mm/mlock.c: use page_zone() instead of page_zone_id()Joonsoo Kim2017-09-091-6/+4
* mm: consider the number in local CPUs when reading NUMA statsKemi Wang2017-09-092-3/+12
* mm: update NUMA counter threshold sizeKemi Wang2017-09-092-20/+11
* mm: change the call sites of numa statistics itemsKemi Wang2017-09-095-27/+220
* mm/memory.c: remove reduntant check for write accessAnshuman Khandual2017-09-091-3/+2
* userfaultfd: non-cooperative: closing the uffd without triggering SIGBUSAndrea Arcangeli2017-09-091-1/+19
* mm: remove useless vma parameter to offset_il_nodeLaurent Dufour2017-09-091-4/+3
* mm/hmm: fix build when HMM is disabledJérôme Glisse2017-09-091-2/+1
* mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-098-32/+54
* mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse2017-09-092-5/+86
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-0914-47/+159
* mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse2017-09-092-9/+205
* mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse2017-09-094-30/+165
* mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse2017-09-091-29/+112
* mm/migrate: new memory migration helper for use with device memoryJérôme Glisse2017-09-092-0/+596
* mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-099-15/+86
* mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse2017-09-092-1/+102
* mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse2017-09-092-1/+533
* mm/memcontrol: support MEMORY_DEVICE_PRIVATEJérôme Glisse2017-09-092-4/+49
* mm/memcontrol: allow to uncharge page without using page->lru fieldJérôme Glisse2017-09-091-76/+92
* mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse2017-09-094-10/+67
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-0911-6/+309
* mm/memory_hotplug: introduce add_pagesMichal Hocko2017-09-093-7/+30
* mm/hmm/mirror: device page fault handlerJérôme Glisse2017-09-092-12/+271
* mm/hmm/mirror: helper to snapshot CPU page tableJérôme Glisse2017-09-092-2/+338
* mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse2017-09-093-15/+260
* mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2017-09-096-1/+249
* hmm: heterogeneous memory management documentationJérôme Glisse2017-09-092-0/+391
* mm: memory_hotplug: memory hotremove supports thp migrationNaoya Horiguchi2017-09-092-2/+17
* mm: migrate: move_pages() supports thp migrationNaoya Horiguchi2017-09-091-13/+32
* mm: mempolicy: mbind and migrate_pages support thp migrationNaoya Horiguchi2017-09-091-29/+79
* mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-095-15/+92
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-099-27/+147
* mm: thp: enable thp migration in generic pathZi Yan2017-09-097-13/+212
* mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATIONNaoya Horiguchi2017-09-093-0/+17
* mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi2017-09-093-5/+7
* mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1Naoya Horiguchi2017-09-092-8/+14
* mm: mempolicy: add queue_pages_required()Naoya Horiguchi2017-09-091-5/+17
* RDMA/netlink: clean up message validity array initializerLinus Torvalds2017-09-081-6/+5
* RDAM/netlink: Fix out-of-bound access while checking message validityLeon Romanovsky2017-09-081-3/+4
* Merge branch 'gperf-removal'Linus Torvalds2017-09-0815-663/+151
|\
| * Remove gperf usage from toolchainLinus Torvalds2017-08-1915-663/+151
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-08218-12231/+4801
|\ \
| * \ Merge branch 'fixes' into miscJames Bottomley2017-09-0727-258/+178
| |\ \
| | * | scsi: qla2xxx: Fix an integer overflow in sysfs codeDan Carpenter2017-08-311-4/+4