summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-091-7/+1
|\
| * blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner2016-09-221-7/+1
| * Merge branch 'smp/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe2016-09-222-3/+137
| |\
* | \ Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-092-8/+13
|\ \ \
| * | | blk-mq: get rid of the cpumask in struct blk_mq_tagsChristoph Hellwig2016-09-151-1/+0
| * | | blk-mq: provide a default queue mapping for PCI deviceChristoph Hellwig2016-09-151-0/+9
| * | | blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig2016-09-151-0/+3
| * | | blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-7/+0
| * | | blk-mq: only allocate a single mq_map per tag_setChristoph Hellwig2016-09-151-0/+1
| * | | Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe2016-09-1530-44/+281
| |\ \ \
* | \ \ \ Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-10-091-0/+1
|\ \ \ \ \
| * | | | | dm rq: add DM_MAPIO_DELAY_REQUEUE to delay requeue of blk-mq requestsMike Snitzer2016-09-141-0/+1
| |/ / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-0911-19/+998
|\ \ \ \ \
| * | | | | IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1 packetsJack Morgenstein2016-10-071-1/+12
| * | | | | IB/mthca: Move user vendor structuresLeon Romanovsky2016-10-072-0/+112
| * | | | | IB/nes: Move user vendor structuresLeon Romanovsky2016-10-072-0/+115
| * | | | | IB/ocrdma: Move user vendor structuresLeon Romanovsky2016-10-072-0/+152
| * | | | | IB/mlx4: Move user vendor structuresLeon Romanovsky2016-10-072-0/+108
| * | | | | IB/cxgb4: Move user vendor structuresLeon Romanovsky2016-10-072-0/+82
| * | | | | IB/cxgb3: Move user vendor structuresLeon Romanovsky2016-10-072-0/+77
| * | | | | IB/mlx5: Move and decouple user vendor structuresLeon Romanovsky2016-10-072-0/+250
| * | | | | IB/{core,hw}: Add constant for node_descYuval Shaia2016-10-071-2/+4
| * | | | | IB/core: Add more fields to IPv6 flow specificationMaor Gottlieb2016-10-072-2/+11
| * | | | | IB/uverbs: Add more fields to IPv4 flow specificationMaor Gottlieb2016-10-072-0/+15
| * | | | | IB/uverbs: Add support to extend flow steering specificationsMaor Gottlieb2016-10-071-0/+10
| * | | | | IB/uverbs: Expose RSS related capabilitiesYishai Hadas2016-10-071-0/+14
| * | | | | IB/core: Expose RSS related capabilitiesYishai Hadas2016-10-071-0/+12
| * | | | | IB/core: remove ib_get_dma_mrChristoph Hellwig2016-09-231-12/+0
| * | | | | IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+19
| * | | | | IB/core: rename pd->local_mr to pd->__internal_mrChristoph Hellwig2016-09-231-1/+5
| * | | | | Merge tag 'shared-for-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Doug Ledford2016-08-255-17/+233
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'shared-for-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Doug Ledford2016-08-236-560/+141
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds2016-10-091-3/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | IB/{rxe,core,rdmavt}: Fix kernel crash for reg MRParav Pandit2016-10-061-3/+20
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-0727-153/+250
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | console: don't prefer first registered if DT specifies stdout-pathPaul Burton2016-10-071-0/+6
| * | | | | | | | | cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-071-10/+1
| * | | | | | | | | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-072-0/+11
| * | | | | | | | | nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-071-5/+26
| * | | | | | | | | min/max: remove sparse warnings when they're nestedJohannes Berg2016-10-071-20/+28
| * | | | | | | | | seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2016-10-071-2/+2
| * | | | | | | | | linux/mm.h: canonicalize macro PAGE_ALIGNED() definitionzijun_hu2016-10-071-1/+1
| * | | | | | | | | mm: remove unnecessary condition in remove_inode_hugepageszhong jiang2016-10-071-1/+1
| * | | | | | | | | mm: consolidate warn_alloc_failed usersMichal Hocko2016-10-071-3/+2
| * | | | | | | | | mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli2016-10-071-2/+8
| * | | | | | | | | mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli2016-10-071-1/+1
| * | | | | | | | | mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer2016-10-071-3/+3
| * | | | | | | | | mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner2016-10-071-2/+4
| * | | | | | | | | mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie2016-10-071-0/+3
| * | | | | | | | | mm, compaction: restrict full priority to non-costly ordersVlastimil Babka2016-10-071-0/+1