summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linu...Linus Torvalds2012-05-251-0/+33
|\
| * dma-buf: minor documentation fixes.Sumit Semwal2012-05-251-0/+3
| * dma-buf: add vmap interfaceDave Airlie2012-05-251-0/+14
| * dma-buf: mmap supportDaniel Vetter2012-05-251-0/+16
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-05-252-2/+7
|\ \
| * | dmaengine: Fixup dmaengine_prep_slave_single() to be actually usefulKuninori Morimoto2012-05-111-2/+4
| * | dma/amba-pl08x: add support for the Nomadik variantLinus Walleij2012-04-251-0/+3
* | | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-255-16/+175
|\ \ \
| * | | drivers: add Contiguous Memory AllocatorMarek Szyprowski2012-05-212-0/+114
| * | | mm: trigger page reclaim in alloc_contig_range() to stabilise watermarksMarek Szyprowski2012-05-211-0/+9
| * | | mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz2012-05-212-10/+11
| * | | mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz2012-05-212-7/+34
| * | | mm: page_alloc: introduce alloc_contig_range()Michal Nazarewicz2012-05-211-0/+8
| | |/ | |/|
* | | Merge tag 'mmc-merge-for-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-254-60/+7
|\ \ \
| * | | mmc: dw_mmc: make multiple instances of dw_mci_card_workqueueThomas Abraham2012-05-091-0/+1
| * | | mmc: core: fix the decision of HS200/DDR card-typeSeungwon Jeon2012-05-092-60/+4
| * | | mmc: sdio: avoid spurious calls to interrupt handlersNicolas Pitre2012-04-221-0/+2
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-05-251-7/+11
|\ \ \ \
| * | | | jbd: Write journal superblock with WRITE_FUA after checkpointingJan Kara2012-05-151-1/+2
| * | | | jbd: Split updating of journal superblock and marking journal emptyJan Kara2012-05-151-1/+1
| * | | | jbd: Refine commit writeout logicJan Kara2012-04-111-6/+9
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-242-9/+88
|\ \ \ \ \
| * | | | | KVM: s390: add capability indicating COW supportChristian Borntraeger2012-05-171-0/+1
| * | | | | KVM: MMU: Don't use RCU for lockless shadow walkingAvi Kivity2012-05-161-1/+2
| * | | | | kvm/powerpc: Add new ioctl to retreive server MMU infosBenjamin Herrenschmidt2012-05-061-0/+27
| * | | | | KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVMKonstantin Weitz2012-04-301-0/+1
| * | | | | KVM: Introduce direct MSI message injection for in-kernel irqchipsJan Kiszka2012-04-242-0/+13
| * | | | | KVM: Fix page-crossing MMIOAvi Kivity2012-04-191-4/+27
| * | | | | Merge branch 'linus' into queueMarcelo Tosatti2012-04-1916-47/+79
| |\ \ \ \ \
| * | | | | | KVM: Remove unused dirty_bitmap_head and nr_dirty_pagesTakuya Yoshikawa2012-04-081-2/+0
| * | | | | | KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRLEric B Munson2012-04-081-0/+3
| * | | | | | KVM: PPC: Rework wqp conditional codeAlexander Graf2012-04-081-2/+4
| * | | | | | KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall2012-04-081-0/+9
| * | | | | | KVM: set upper bounds for iobus dev to limit userspaceAmos Kong2012-04-081-1/+1
| * | | | | | KVM: resize kvm_io_range array dynamicallyAmos Kong2012-04-081-2/+3
* | | | | | | Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-05-241-0/+11
|\ \ \ \ \ \ \
| * | | | | | | debugfs: Add support to print u32 array in debugfsSrivatsa Vaddagiri2012-04-171-0/+11
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-05-241-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller2012-05-241-0/+2
* | | | | | | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-244-2/+66
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gpio/generic: initialize basic_mmio_gpio shadow variables properlyShawn Guo2012-05-191-1/+5
| * | | | | | | | | gpio/rc5t583: add gpio driver for RICOH PMIC RC5T583Laxman Dewangan2012-05-181-0/+2
| * | | | | | | | | gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely2012-05-181-1/+0
| * | | | | | | | | gpiolib: Implement devm_gpio_request_one()Mark Brown2012-05-181-0/+6
| * | | | | | | | | gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown2012-05-111-0/+34
| * | | | | | | | | Merge tag 'v3.4-rc6' into gpio/nextGrant Likely2012-05-0857-264/+844
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | gpiolib: Add !CONFIG_GPIOLIB definitions of devm_ functionsMark Brown2012-04-051-0/+14
| * | | | | | | | | | gpio: add flags to export GPIOs when requestingWolfram Sang2012-04-051-0/+5
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-241-2/+10
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'devicetree/merge' into devicetree/nextGrant Likely2012-05-201-2/+10
| |\ \ \ \ \ \ \ \ \ \