summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-2032-121/+195
|\
| * CNS3xxx: Fix PCI cns3xxx_write_config()Krzysztof Halasa2016-03-131-3/+3
| * MAINTAINERS: unify email addrs for Kevin HilmanKevin Hilman2016-03-131-3/+3
| * Merge tag 'omap-for-v4.6/fixes-not-urgent-signed' of git://git.kernel.org/pub...Arnd Bergmann2016-03-026-30/+101
| |\
| | * ARM: OMAP2+: Fix hwmod clock for l4_lsTony Lindgren2016-02-261-2/+7
| | * ARM: OMAP2+: Fix out of range register access with syscon_config.max_registerTony Lindgren2016-02-221-19/+2
| | * Merge tag 'for-v4.6/omap-hwmod-a' of git://git.kernel.org/pub/scm/linux/kerne...Tony Lindgren2016-02-193-8/+24
| | |\
| | | * ARM: DRA7: hwmod: Add reset data for PCIeKishon Vijay Abraham I2016-02-092-0/+16
| | | * ARM: DRA7: hwmod: Fix OCP2SCP sysconfigKishon Vijay Abraham I2016-02-091-2/+1
| | | * ARM: OMAP2+: hwmod data: Add SSI data for omap36xxSebastian Reichel2016-02-021-6/+7
| | * | ARM: OMAP3: Add cpuidle parameters table for omap3430Pali Rohár2016-02-191-1/+68
| | |/
| * | CNS3xxx: remove unused *_VIRT definitionsKrzysztof Hałasa2016-03-021-6/+0
| * | Merge tag 'mvebu-soc-4.6-1' of git://git.infradead.org/linux-mvebu into next/...Arnd Bergmann2016-02-294-14/+13
| |\ \
| | * | ARM: mvebu: mark mvebu_hwcc_pci_nb as __maybe_unusedArnd Bergmann2016-02-251-1/+1
| | * | ARM: mv78xx0: avoid unused function warningArnd Bergmann2016-02-251-3/+2
| | * | ARM: orion: only select I2C_BOARDINFO when using I2CArnd Bergmann2016-02-252-10/+10
| | |/
| * | soc: TI knav_qmss: fix dma_addr_t printingArnd Bergmann2016-02-263-20/+20
| * | Merge tag 'davinci-for-v4.6/fixes' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2016-02-265-21/+19
| |\ \
| | * | ARM: davinci: make I2C support optionalArnd Bergmann2016-02-173-15/+14
| | * | ARM: davinci: DA8xx+DMx combined kernels need PATCH_PHYS_VIRTArnd Bergmann2016-02-172-4/+3
| | * | ARM: davinci: avoid unused mityomapl138_pn_info variableArnd Bergmann2016-02-171-1/+1
| | * | ARM: davinci: limit DT support to DA850Arnd Bergmann2016-02-171-1/+1
| | |/
| * | ARM: prima2: always enable reset controllerArnd Bergmann2016-02-261-0/+1
| * | ARM: socfpga: hide unused functionsArnd Bergmann2016-02-261-0/+2
| * | ARM: ux500: fix ureachable iounmap()Linus Walleij2016-02-261-1/+3
| * | ARM: ks8695: fix __initdata annotationArnd Bergmann2016-02-262-2/+2
| * | Merge tag 'samsung-fixes-non-critical-4.6' of git://git.kernel.org/pub/scm/li...Olof Johansson2016-02-246-21/+28
| |\ \
| | * | ARM: EXYNOS: select THERMAL_OFArnd Bergmann2016-02-011-0/+1
| | * | ARM: s3c64xx: mark regulator init data as unusedArnd Bergmann2016-02-011-19/+19
| | * | ARM: s3c24xx: fix unused gta02_configure_pmu_for_charger warningArnd Bergmann2016-02-011-0/+2
| | * | ARM: s3c24xx: allow selecting S3C2440_XTAL_16934400 for s3c2442Arnd Bergmann2016-02-011-1/+4
| | * | ARM: s3c24xx: don't select EEPROM_AT24Arnd Bergmann2016-02-013-1/+2
| | |/
* | | x86/kallsyms: fix GOLD link failure with new relative kallsyms table formatArd Biesheuvel2016-03-201-4/+4
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-03-2029-335/+823
|\ \ \
| * | | virtio_net: replace netdev_alloc_skb_ip_align() with napi_alloc_skb()Paolo Abeni2016-03-171-1/+1
| * | | vhost_net: basic polling supportJason Wang2016-03-114-5/+94
| * | | vhost: introduce vhost_vq_avail_empty()Jason Wang2016-03-112-0/+15
| * | | vhost: introduce vhost_has_work()Jason Wang2016-03-112-0/+8
| * | | virtio_balloon: Allow to resize and update the balloon stats in parallelPetr Mladek2016-03-111-15/+21
| * | | virtio_balloon: Use a workqueue instead of "vballoon" kthreadPetr Mladek2016-03-111-57/+51
| * | | virtio/s390: size of SET_IND payloadCornelia Huck2016-03-021-4/+8
| * | | virtio/s390: use dev_to_virtioGeliang Tang2016-03-021-2/+1
| * | | vhost: rename vhost_init_used()Greg Kurz2016-03-025-6/+6
| * | | vhost: rename cross-endian helpersGreg Kurz2016-03-021-6/+24
| * | | virtio_blk: VIRTIO_BLK_F_WCE->VIRTIO_BLK_F_FLUSHMichael S. Tsirkin2016-03-022-6/+11
| * | | vring: Use the DMA API on XenAndy Lutomirski2016-03-021-0/+12
| * | | virtio_pci: Use the DMA API if enabledAndy Lutomirski2016-03-023-76/+33
| * | | virtio_mmio: Use the DMA API if enabledAndy Lutomirski2016-03-021-52/+15
| * | | virtio: Add improved queue allocation APIAndy Lutomirski2016-03-023-32/+235
| * | | virtio_ring: Support DMA APIsAndy Lutomirski2016-03-023-36/+183