summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-088-30/+64
* locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso2017-09-083-11/+8
* rbtree: cache leftmost node internallyDavidlohr Bueso2017-09-082-3/+51
* bitops: avoid integer overflow in GENMASK(_ULL)Matthias Kaehlcke2017-09-081-2/+3
* include: warn for inconsistent endian config definitionBabu Moger2017-09-082-0/+8
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-3/+3
* vga: optimise console scrollingMatthew Wilcox2017-09-081-0/+13
* lib/string.c: add multibyte memset functionsMatthew Wilcox2017-09-081-0/+30
* linux/kernel.h: move DIV_ROUND_DOWN_ULL() macroMasahiro Yamada2017-09-081-2/+5
* proc: uninline proc_create()Alexey Dobriyan2017-09-081-7/+1
* mm: consider the number in local CPUs when reading NUMA statsKemi Wang2017-09-081-1/+5
* mm: update NUMA counter threshold sizeKemi Wang2017-09-081-2/+1
* mm: change the call sites of numa statistics itemsKemi Wang2017-09-082-9/+45
* 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-084-27/+43
* mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse2017-09-081-0/+3
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-084-10/+36
* mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse2017-09-081-0/+9
* mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse2017-09-081-2/+8
* mm/migrate: new memory migration helper for use with device memoryJérôme Glisse2017-09-081-0/+104
* mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-082-0/+10
* mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse2017-09-081-1/+21
* mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse2017-09-081-0/+155
* mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse2017-09-082-9/+35
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-085-3/+175
* mm/memory_hotplug: introduce add_pagesMichal Hocko2017-09-081-0/+11
* mm/hmm/mirror: device page fault handlerJérôme Glisse2017-09-081-0/+27
* mm/hmm/mirror: helper to snapshot CPU page tableJérôme Glisse2017-09-081-2/+53
* mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse2017-09-081-0/+110
* mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2017-09-082-0/+158
* mm: memory_hotplug: memory hotremove supports thp migrationNaoya Horiguchi2017-09-081-1/+14
* mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-082-1/+35
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-082-3/+29
* mm: thp: enable thp migration in generic pathZi Yan2017-09-081-3/+70
* mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATIONNaoya Horiguchi2017-09-081-0/+10
* mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi2017-09-081-1/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-079-15/+44
|\
| * Merge branch 'fixes' into miscJames Bottomley2017-09-072-2/+1
| |\
| * | scsi: Call scsi_initialize_rq() for filesystem requestsBart Van Assche2017-08-311-0/+3
| * | scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig2017-08-292-4/+3
| * | scsi: bsg-lib: pass the release callback through bsg_setup_queueChristoph Hellwig2017-08-291-2/+3
| * | scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche2017-08-291-4/+14
| * | scsi: rcu: Introduce rcu_swap_protected()Bart Van Assche2017-08-291-0/+16
| * | scsi: libsas: move bus_reset_handler() to target_reset_handler()Hannes Reinecke2017-08-251-1/+1
| * | scsi: scsi_transport_srp: Suppress a W=1 compiler warningBart Van Assche2017-08-251-1/+1
| * | scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointerBart Van Assche2017-08-251-1/+1
| * | scsi: Avoid sign extension of scsi_device.typeBart Van Assche2017-08-251-1/+1
| * | scsi: Remove an obsolete function declarationBart Van Assche2017-08-251-1/+0
| * | scsi: fc: start decoupling fc_block_scsi_eh from scsi_cmndSteffen Maier2017-08-071-0/+1
* | | Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-073-21/+24
|\ \ \