summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke2017-09-081-3/+6
* mm/mlock.c: use page_zone() instead of page_zone_id()Joonsoo Kim2017-09-081-6/+4
* mm: consider the number in local CPUs when reading NUMA statsKemi Wang2017-09-082-3/+12
* mm: update NUMA counter threshold sizeKemi Wang2017-09-082-20/+11
* mm: change the call sites of numa statistics itemsKemi Wang2017-09-085-27/+220
* mm/memory.c: remove reduntant check for write accessAnshuman Khandual2017-09-081-3/+2
* userfaultfd: non-cooperative: closing the uffd without triggering SIGBUSAndrea Arcangeli2017-09-081-1/+19
* mm: remove useless vma parameter to offset_il_nodeLaurent Dufour2017-09-081-4/+3
* mm/hmm: fix build when HMM is disabledJérôme Glisse2017-09-081-2/+1
* mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-088-32/+54
* mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse2017-09-082-5/+86
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-0814-47/+159
* mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse2017-09-082-9/+205
* mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse2017-09-084-30/+165
* mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse2017-09-081-29/+112
* mm/migrate: new memory migration helper for use with device memoryJérôme Glisse2017-09-082-0/+596
* mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-089-15/+86
* mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse2017-09-082-1/+102
* mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse2017-09-082-1/+533
* mm/memcontrol: support MEMORY_DEVICE_PRIVATEJérôme Glisse2017-09-082-4/+49
* mm/memcontrol: allow to uncharge page without using page->lru fieldJérôme Glisse2017-09-081-76/+92
* mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse2017-09-084-10/+67
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-0811-6/+309
* mm/memory_hotplug: introduce add_pagesMichal Hocko2017-09-083-7/+30
* mm/hmm/mirror: device page fault handlerJérôme Glisse2017-09-082-12/+271
* mm/hmm/mirror: helper to snapshot CPU page tableJérôme Glisse2017-09-082-2/+338
* mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse2017-09-083-15/+260
* mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2017-09-086-1/+249
* hmm: heterogeneous memory management documentationJérôme Glisse2017-09-082-0/+391
* mm: memory_hotplug: memory hotremove supports thp migrationNaoya Horiguchi2017-09-082-2/+17
* mm: migrate: move_pages() supports thp migrationNaoya Horiguchi2017-09-081-13/+32
* mm: mempolicy: mbind and migrate_pages support thp migrationNaoya Horiguchi2017-09-081-29/+79
* mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-085-15/+92
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-089-27/+147
* mm: thp: enable thp migration in generic pathZi Yan2017-09-087-13/+212
* mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATIONNaoya Horiguchi2017-09-083-0/+17
* mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi2017-09-083-5/+7
* mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1Naoya Horiguchi2017-09-082-8/+14
* mm: mempolicy: add queue_pages_required()Naoya Horiguchi2017-09-081-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-0715-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-07218-12231/+4801
|\ \
| * \ Merge branch 'fixes' into miscJames Bottomley2017-09-0727-258/+178
| |\ \
| | * | scsi: qla2xxx: Fix an integer overflow in sysfs codeDan Carpenter2017-08-301-4/+4
| | * | scsi: storvsc: fix memory leak on ring buffer busyLong Li2017-08-301-0/+2
| | * | scsi: aacraid: Fix command send race conditionBrian King2017-08-291-33/+21
| | * | scsi: qedi: off by one in qedi_get_cmd_from_tid()Dan Carpenter2017-08-281-1/+1
| * | | scsi: scsi-mq: Always unprepare before requeuing a requestBart Van Assche2017-08-311-2/+8