summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | scsi: storvsc: fix memory leak on ring buffer busyLong Li2017-08-311-0/+2
| | * | scsi: aacraid: Fix command send race conditionBrian King2017-08-301-33/+21
| | * | scsi: qedi: off by one in qedi_get_cmd_from_tid()Dan Carpenter2017-08-291-1/+1
| * | | scsi: scsi-mq: Always unprepare before requeuing a requestBart Van Assche2017-09-011-2/+8
| * | | scsi: Show .retries and .jiffies_at_alloc in debugfsBart Van Assche2017-09-011-1/+3
| * | | scsi: Improve requeuing behaviorBart Van Assche2017-09-011-2/+13
| * | | scsi: Call scsi_initialize_rq() for filesystem requestsBart Van Assche2017-09-012-4/+25
| * | | scsi: qla2xxx: Reset the logo flag, after target re-login.Quinn Tran2017-08-312-0/+3
| * | | scsi: qla2xxx: Fix slow mem alloc behind lockQuinn Tran2017-08-313-2/+34
| * | | scsi: qla2xxx: Clear fc4f_nvme flagDarren Trap2017-08-311-0/+1
| * | | scsi: qla2xxx: add missing includes for qla_isrJohannes Thumshirn2017-08-311-0/+2
| * | | scsi: aacraid: report -ENOMEM to upper layer from aac_convert_sgraw2()Nikola Pajkovsky2017-08-311-3/+7
| * | | scsi: aacraid: get rid of one level of indentationNikola Pajkovsky2017-08-311-136/+131
| * | | scsi: aacraid: fix indentation errorsNikola Pajkovsky2017-08-312-4/+4
| * | | scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig2017-08-309-380/+243
| * | | scsi: smartpqi: remove the smp_handler stubChristoph Hellwig2017-08-301-9/+0
| * | | scsi: hpsa: remove the smp_handler stubChristoph Hellwig2017-08-301-9/+0
| * | | scsi: bsg-lib: pass the release callback through bsg_setup_queueChristoph Hellwig2017-08-304-8/+12
| * | | scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche2017-08-304-47/+60
| * | | scsi: Rework the code for caching Vital Product Data (VPD)Bart Van Assche2017-08-301-78/+66
| * | | scsi: rcu: Introduce rcu_swap_protected()Bart Van Assche2017-08-301-0/+16
| * | | scsi: qlogicpti: fixup qlogicpti_reset() definitionHannes Reinecke2017-08-291-1/+2
| * | | scsi: lpfc: avoid false-positive gcc-8 warningArnd Bergmann2017-08-261-3/+3
| * | | scsi: lpfc: avoid an unused function warningArnd Bergmann2017-08-261-2/+3
| * | | scsi: cxlflash: Fix vlun resize failure in the shrink pathUma Krishnan2017-08-261-5/+1