summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen/gnttab: leave lazy MMU mode in the case of a m2p override failureMatt Wilson2013-11-261-2/+4
* xen/arm: p2m_init and p2m_lock should be staticStefano Stabellini2013-11-181-2/+2
* arm/xen: Export phys_to_mach to fix Xen module link errorsJosh Boyer2013-11-181-0/+1
* swiotlb-xen: add missing xen_dma_map_page callStefano Stabellini2013-11-151-0/+5
* xen/arm: pfn_to_mfn and mfn_to_pfn return the argument if nothing is in the p2mStefano Stabellini2013-11-111-8/+2
* arm,arm64/include/asm/io.h: define struct bio_vecStefano Stabellini2013-11-082-0/+2
* Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk2013-11-0824-49/+661
|\
| * swiotlb-xen: fix error code returned by xen_swiotlb_map_sg_attrsStefano Stabellini2013-10-291-1/+1
| * swiotlb-xen: static inline xen_phys_to_bus, xen_bus_to_phys, xen_virt_to_bus ...Stefano Stabellini2013-10-251-4/+4
| * grant-table: call set_phys_to_machine after mapping grant refsStefano Stabellini2013-10-251-2/+17
| * arm,arm64: do not always merge biovec if we are running on XenStefano Stabellini2013-10-252-0/+17
| * swiotlb: print a warning when the swiotlb is fullStefano Stabellini2013-10-252-0/+2
| * swiotlb-xen: use xen_dma_map/unmap_page, xen_dma_sync_single_for_cpu/deviceStefano Stabellini2013-10-251-8/+31
| * xen: introduce xen_dma_map/unmap_page and xen_dma_sync_single_for_cpu/deviceStefano Stabellini2013-10-254-0/+81
| * swiotlb-xen: use xen_alloc/free_coherent_pagesStefano Stabellini2013-10-104-17/+31
| * xen: introduce xen_alloc/free_coherent_pagesStefano Stabellini2013-10-094-0/+92
| * arm64/xen: get_dma_ops: return xen_dma_ops if we are running as xen_initial_d...Stefano Stabellini2013-10-181-1/+12
| * arm/xen: get_dma_ops: return xen_dma_ops if we are running as xen_initial_domainStefano Stabellini2013-10-181-1/+12
| * swiotlb-xen: introduce xen_swiotlb_set_dma_maskStefano Stabellini2013-10-093-0/+15
| * xen/arm,arm64: enable SWIOTLB_XENStefano Stabellini2013-10-109-3/+86
| * xen: make xen_create_contiguous_region return the dma addressStefano Stabellini2013-10-093-5/+8
| * xen/x86: allow __set_phys_to_machine for autotranslate guestsStefano Stabellini2013-10-091-3/+3
| * arm/xen,arm64/xen: introduce p2mStefano Stabellini2013-10-174-9/+252
| * arm64: define DMA_ERROR_CODEStefano Stabellini2013-10-151-0/+1
| * arm: make SWIOTLB availableStefano Stabellini2013-10-152-0/+43
* | Merge tag 'v3.12-rc5' into stable/for-linus-3.13Konrad Rzeszutek Wilk2013-11-08584-2790/+4707
|\|
| * Linux 3.12-rc5v3.12-rc5Linus Torvalds2013-10-141-1/+1
| * Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2013-10-133-4/+5
| |\
| | * watchdog: sunxi: Fix section mismatchMaxime Ripard2013-10-131-2/+2
| | * watchdog: kempld_wdt: Fix bit mask definitionJingoo Han2013-10-131-1/+1
| | * watchdog: ts72xx_wdt: locking bug in ioctlDan Carpenter2013-10-131-1/+2
| * | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-10-139-12/+50
| |\ \
| | * | ARM: exynos: dts: Update 5250 arch timer node with clock frequencyYuvaraj Kumar C D2013-10-131-0/+5
| | * | Merge tag 'fixes-against-v3.12-rc3-take2' of git://git.kernel.org/pub/scm/lin...Olof Johansson2013-10-138-12/+45
| | |\ \
| | | * | ARM: OMAP2: RX-51: Add missing max_current to rx51_lp5523_led_configPali Rohár2013-10-081-0/+9
| | | * | ARM: mach-omap2: board-generic: fix undefined symbolSimon Barth2013-10-081-2/+2
| | | * | ARM: dts: Fix pinctrl mask for omap3Tony Lindgren2013-10-083-8/+4
| | | * | ARM: OMAP3: Fix hardware detection for omap3630 when booted with device treeNishanth Menon2013-10-082-1/+19
| | | * | ARM: OMAP2: gpmc-onenand: fix sync mode setup with DTAaro Koskinen2013-10-031-1/+11
| * | | | Merge branch 'parisc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2013-10-136-22/+30
| |\ \ \ \
| | * | | | parisc: let probe_kernel_read() capture access to page zeroHelge Deller2013-10-131-1/+14
| | * | | | parisc: optimize variable initialization in do_page_faultJohn David Anglin2013-10-131-5/+10
| | * | | | parisc: fix interruption handler to respect pagefault_disable()Helge Deller2013-10-131-3/+3
| | * | | | parisc: mark parisc_terminate() noreturn and cold.Helge Deller2013-10-131-1/+1
| | * | | | parisc: remove unused syscall_ipi() function.Helge Deller2013-10-131-5/+0
| | * | | | parisc: kill SMP single function call interruptJiang Liu2013-10-131-7/+1
| | * | | | parisc: Export flush_cache_page() (needed by lustre)Geert Uytterhoeven2013-10-131-0/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-10-132-4/+6
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | dma: edma.c: remove edma_desc leakageGeyslan G. Bem2013-10-111-0/+1
| | * | | rcar-hpbdma: add parameter to set_slave() methodSergei Shtylyov2013-10-111-2/+5