All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-25 09:07:34 to 2015-04-25 12:42:36 UTC [more...]

[Qemu-devel] [PATCH qemu v7 00/14] spapr: vfio: Enable Dynamic DMA windows (DDW)
 2015-04-25 12:24 UTC  (15+ messages)
` [Qemu-devel] [PATCH qemu v7 01/14] spapr_pci: Finish making find_phb()/find_dev() public
` [Qemu-devel] [PATCH qemu v7 02/14] vmstate: Define VARRAY with VMS_ALLOC
` [Qemu-devel] [PATCH qemu v7 03/14] vfio: spapr: Move SPAPR-related code to a separate file
` [Qemu-devel] [PATCH qemu v7 04/14] spapr_pci_vfio: Enable multiple groups per container
` [Qemu-devel] [PATCH qemu v7 05/14] spapr_pci: Convert finish_realize() to dma_capabilities_update()+dma_init_window()
` [Qemu-devel] [PATCH qemu v7 06/14] spapr_iommu: Introduce "enabled" state for TCE table
` [Qemu-devel] [PATCH qemu v7 07/14] spapr_iommu: Add root memory region
` [Qemu-devel] [PATCH qemu v7 08/14] spapr_pci: Do complete reset of DMA config when resetting PHB
` [Qemu-devel] [PATCH qemu v7 09/14] spapr_vfio_pci: Remove redundant spapr-pci-vfio-host-bridge
` [Qemu-devel] [PATCH qemu v7 10/14] linux headers update for DDW on SPAPR
` [Qemu-devel] [PATCH qemu v7 11/14] vfio: spapr: Add SPAPR IOMMU v2 support (DMA memory preregistering)
` [Qemu-devel] [PATCH qemu v7 12/14] spapr: Add pseries-2.4 machine
` [Qemu-devel] [PATCH qemu v7 13/14] spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)
` [Qemu-devel] [PATCH qemu v7 14/14] vfio: Enable DDW ioctls to VFIO IOMMU driver

[Buildroot] [PATCH] package/input-tools: add hash for joystick_20051019-5.diff.gz
 2015-04-25 12:39 UTC 

[Buildroot] [PATCH v1] libevdev: bump version to 1.4.2
 2015-04-25 12:34 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/3] python-pyqt: fix PyQt_qreal_double enabling/disabling
 2015-04-25 12:34 UTC  (4+ messages)
` [Buildroot] [PATCH v2 2/3] python-pyqt: fix install
` [Buildroot] [PATCH v2 3/3] qt: fix webkit dependencies

[Buildroot] [git commit] libevdev: bump version to 1.4.2
 2015-04-25 12:34 UTC 

[PATCH v7 1/6] Move common functions in eal_thread.c
 2015-04-25 12:32 UTC  (11+ messages)

[Buildroot] [PATCH v4 1/1] package/swupdate: new package
 2015-04-25 12:30 UTC  (3+ messages)

[Buildroot] [PATCH v7 0/8] toolchain: better handle hashes (branch yem/dl-hash-toolchains)
 2015-04-25 12:26 UTC  (2+ messages)

[RFC] dice: simplifying address registration
 2015-04-25 12:25 UTC  (3+ messages)

[PATCH kernel v9 00/32] powerpc/iommu/vfio: Enable Dynamic DMA windows
 2015-04-25 12:14 UTC  (66+ messages)
` [PATCH kernel v9 01/32] powerpc/iommu: Split iommu_free_table into 2 helpers
` [PATCH kernel v9 02/32] Revert "powerpc/powernv: Allocate struct pnv_ioda_pe iommu_table dynamically"
` [PATCH kernel v9 03/32] vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driver
` [PATCH kernel v9 04/32] vfio: powerpc/spapr: Check that IOMMU page is fully contained by system page
` [PATCH kernel v9 05/32] vfio: powerpc/spapr: Use it_page_size
` [PATCH kernel v9 06/32] vfio: powerpc/spapr: Move locked_vm accounting to helpers
` [PATCH kernel v9 07/32] vfio: powerpc/spapr: Disable DMA mappings on disabled container
` [PATCH kernel v9 08/32] vfio: powerpc/spapr: Moving pinning/unpinning to helpers
` [PATCH kernel v9 09/32] vfio: powerpc/spapr: Rework groups attaching
` [PATCH kernel v9 10/32] powerpc/powernv: Do not set "read" flag if direction==DMA_NONE
` [PATCH kernel v9 11/32] powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_table
` [PATCH kernel v9 12/32] powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group
` [PATCH kernel v9 13/32] vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership control
` [PATCH kernel v9 14/32] powerpc/iommu: Fix IOMMU ownership control functions
` [PATCH kernel v9 15/32] powerpc/powernv/ioda/ioda2: Rework TCE invalidation in tce_build()/tce_free()
` [PATCH kernel v9 16/32] powerpc/powernv/ioda: Move TCE kill register address to PE
` [PATCH kernel v9 17/32] powerpc/powernv: Implement accessor to TCE entry
` [PATCH kernel v9 18/32] powerpc/iommu/powernv: Release replaced TCE
` [PATCH kernel v9 19/32] powerpc/powernv/ioda2: Rework iommu_table creation
` [PATCH kernel v9 20/32] powerpc/powernv/ioda2: Introduce pnv_pci_create_table/pnv_pci_free_table
` [PATCH kernel v9 21/32] powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_set_window
` [PATCH kernel v9 22/32] powerpc/powernv: Implement multilevel TCE tables
` [PATCH kernel v9 23/32] powerpc/powernv/ioda: Define and implement DMA table/window management callbacks
` [PATCH kernel v9 24/32] powerpc/powernv/ioda2: Use new helpers to do proper cleanup on PE release
` [PATCH kernel v9 25/32] vfio: powerpc/spapr: powerpc/powernv/ioda2: Rework ownership
` [PATCH kernel v9 26/32] powerpc/iommu: Add userspace view of TCE table
` [PATCH kernel v9 27/32] powerpc/iommu/ioda2: Add get_table_size() to calculate the size of future table
` [PATCH kernel v9 28/32] powerpc/mmu: Add userspace-to-physical addresses translation cache
` [PATCH kernel v9 29/32] vfio: powerpc/spapr: Register memory and define IOMMU v2
` [PATCH kernel v9 30/32] vfio: powerpc/spapr: Use 32bit DMA window properties from table_group
` [PATCH kernel v9 31/32] vfio: powerpc/spapr: Support multiple groups in one container if possible
` [PATCH kernel v9 32/32] vfio: powerpc/spapr: Support Dynamic DMA windows

[PATCH v3 0/2] clk: improve handling of orphan clocks
 2015-04-25 12:23 UTC  (3+ messages)

[Qemu-devel] About address mapping between host and guest in QEMU
 2015-04-25 12:23 UTC  (12+ messages)

Beyond DPDK 2.0
 2015-04-25 12:10 UTC  (7+ messages)

[Buildroot] [PATCH 0/3] introduce maintainers (branch yem/maintainers)
 2015-04-25 12:09 UTC  (5+ messages)
` [Buildroot] [PATCH 1/3] support: add script to find maintainers
` [Buildroot] [PATCH 2/3] support/maintainers: add support for autobuild results

[PATCH] [media] ivtv: use arch_phys_wc_add() and require PAT disabled
 2015-04-25 11:12 UTC  (4+ messages)

snd-bebob and PrismSound Orpheus fails with snd_pcm_hw_params_set_channels
 2015-04-25 12:01 UTC  (2+ messages)

Recent changes (master)
 2015-04-25 12:00 UTC 

Interacting with coherent memory on external devices
 2015-04-25 11:55 UTC  (5+ messages)

snd-bebob and PrismSound Orpheus fails with snd_pcm_hw_params_set_channels
 2015-04-25 11:53 UTC 

[PATCH RESEND v2] leds: fix hibernation on arm when gpio-led used with CPU led trigger
 2015-04-25 11:51 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/4] sunxi: emac: Add driver model support
 2015-04-25 11:51 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] sunxi: emac: port to phylib
` [U-Boot] [PATCH v2 2/4] sunxi: emac: Prepare for driver-model support
` [U-Boot] [PATCH v2 3/4] sunxi: emac: Rename DMA_CPU_TRRESHOLD to EMAC_RX_BUFSIZE
` [U-Boot] [PATCH v2 4/4] sunxi: emac: Add driver model support

Pop noise on startup when headphones are plugged in (Dell XPS13 9333)
 2015-04-25 11:51 UTC  (4+ messages)

[PATCHv7 0/8] watchdog: Extend kernel API and add early_timeout_sec feature
 2015-04-24 17:08 UTC  (3+ messages)
` [PATCHv7 1/8] watchdog: Extend kernel API to know about HW limitations

Interacting with coherent memory on external devices
 2015-04-25 11:49 UTC  (12+ messages)

Interacting with coherent memory on external devices
 2015-04-25 11:46 UTC  (12+ messages)

[PATCH V2 0/4] tas571x amplifier driver
 2015-04-25 11:35 UTC  (7+ messages)
` [PATCH V2 1/4] regmap: cache: Add "was_reset" argument to regcache_sync_region()
` [PATCH V2 3/4] ASoC: tas571x: New driver for TI TAS571x power amplifiers

[PATCH 2/2] pci: Use Qemu created PCI device nodes
 2015-04-25 11:25 UTC  (4+ messages)

[PATCH v8 0/4] cat-file: teach cat-file a '--literally' option
 2015-04-25 11:22 UTC  (12+ messages)
` [PATCH v8 2/4] "

Interacting with coherent memory on external devices
 2015-04-25 11:20 UTC  (12+ messages)

[nightly] Core TISDK 2015.04 build 2015-04-25_06-00-51
 2015-04-25 11:00 UTC 

[Ocfs2-devel] [PATCH] ocfs2: remove BUG_ON(!empty_extent) in __ocfs2_rotate_tree_left
 2015-04-25 10:54 UTC 

[PATCH] enforce function inlining for hot functions
 2015-04-25 10:53 UTC  (7+ messages)

[Bug 89784] Complex shader compilation fails (spilling related?)
 2015-04-25 10:51 UTC  (2+ messages)

[PATCH] input: goodix: Check the 'data ready' bit before reading data
 2015-04-25 10:48 UTC 

[Ocfs2-devel] [PATCH v2] ocfs2/dlm: fix race between purge and get lock resource
 2015-04-25 10:44 UTC 

[PATCH] mtd: spi-nor: Properly set SECT_4K for recently added flashes
 2015-04-25 10:41 UTC 

[PATCH] irqchip/gicv3-its: Decrease page size when needed
 2015-04-25 10:39 UTC  (14+ messages)
` [PATCH 1/2] irqchip/gicv3-its: Support share device ID

btrfs filesystem for /home has become readonly
 2015-04-25 10:26 UTC 

loop block-mq conversion scalability issues
 2015-04-25 10:32 UTC  (4+ messages)

[PATCH] bluetoothd: add option to automatically power on the first adapter found
 2015-04-25 10:26 UTC  (17+ messages)

[PATCH v2] block, dm: don't copy bios for request clones
 2015-04-25 10:23 UTC 

[RESEND RFC PATCH 1/2] x86/cpu hotplug: make apicid <--> cpuid mapping persistent
 2015-04-25 10:14 UTC  (4+ messages)

[PATCH 1/1 linux-next] fs/befs/btree.c: remove unneeded initializations
 2015-04-25 10:14 UTC 

[PATCH] qt4-x11-free: make virtual/libgl dependecy conditional
 2015-04-25 10:14 UTC  (3+ messages)

[RFC bluetooth-next 00/15] ieee802154: add support for phy capabilities
 2015-04-25 10:06 UTC  (4+ messages)

[U-Boot] Test
 2015-04-25 10:03 UTC  (2+ messages)

[PATCH] mtd: spi-nor: Add support for Spansion S25FL164K
 2015-04-25 10:01 UTC 

[PATCH 1/1 linux-next] fs/affs/inode.c: remove unneeded initialization
 2015-04-25 10:00 UTC 

[PATCH v2 WIP 1/2] parport: add device-model to parport subsystem
 2015-04-25  9:59 UTC  (8+ messages)

[PATCH 1/1 linux-next] fs/affs/amigaffs.c: remove unneeded initialization
 2015-04-25  9:53 UTC 

[Buildroot] [git commit] support/download: restore mandatory check of hashes
 2015-04-25  9:51 UTC 

[Buildroot] [git commit] package/uclibc: ignore missing hash for snapshots
 2015-04-25  9:51 UTC 

[Buildroot] [git commit] toolchain/external: ignore missing hash for custom downloaded toolchain
 2015-04-25  9:51 UTC 

[Buildroot] [git commit] support/download: add possibility to not fail on missing hash
 2015-04-25  9:51 UTC 

[PATCH -next] crypto: api: Do not access module name directly from module structure
 2015-04-24 23:27 UTC  (3+ messages)

[Buildroot] [git commit] uclibc: update hash for arc
 2015-04-25  9:50 UTC 

[Buildroot] [git commit] package/uclibc: add missing hash for eXtensa
 2015-04-25  9:50 UTC 

[Buildroot] [git commit] package/binutils: add hashes
 2015-04-25  9:50 UTC 

[Buildroot] [PATCH 1/1] package/vlc: Fixes linking error with tremor due to wrong library name
 2015-04-25  9:49 UTC  (2+ messages)

[Buildroot] [git commit] package/vlc: Fixes linking error with tremor due to wrong library name
 2015-04-25  9:48 UTC 

[PATCH] md/raid10: make sync_request_write() call bio_copy_data()
 2015-04-25  9:47 UTC  (2+ messages)

[PATCH] bio: switch to iov_iter_{npages,alignment}
 2015-04-25  9:46 UTC  (2+ messages)

Professional factory of school furniture in China
 2015-04-25  9:44 UTC 

[PATCH v2] context_tracking: remove local_irq_save from __acct_update_integrals
 2015-04-25  9:43 UTC  (2+ messages)

[PATCH] x86: punit_atom: punit device state debug driver
 2015-04-25  9:43 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/vlc: Fix compile warning being treated as error
 2015-04-25  9:42 UTC  (2+ messages)

[Buildroot] [git commit] package/vlc: Fix compile warning being treated as error
 2015-04-25  9:41 UTC 

[Buildroot] [PATCH 1/1] package/libdcadec: new package
 2015-04-25  9:40 UTC  (2+ messages)

[PATCH 0/2] 2 somewhat related input fixes
 2015-04-25  9:40 UTC  (6+ messages)
` [PATCH 2/2] Input - synaptics: pin 3 touches when the firmware reports 3 fingers

btrfs balance start -dconvert=raid5 on raid1 not converting to raid5
 2015-04-25  9:39 UTC  (4+ messages)

SATA link power management issues
 2015-04-25  9:34 UTC  (2+ messages)
` [PATCH] libata: Ignore spurious PHY events on LPM policy change

[PATCH 1/1 linux-next] drm/i915: use ERR_CAST instead of ERR_PTR/PTR_ERR
 2015-04-25  9:34 UTC 

[PATCH 00/17] x86, mpx updates for 4.2 (take 5)
 2015-04-25  9:31 UTC  (3+ messages)
` [PATCH 01/17] x86, fpu: wrap get_xsave_addr() to make it safer

[PATCHv2 1/2] ARM: dts: imx23: Add i2c support
 2015-04-25  9:28 UTC  (2+ messages)

[PATCH net-next 0/6] ipv6: netfilter - coding style improvements
 2015-04-25  9:27 UTC  (7+ messages)
` [PATCH net-next 1/6] ipv6: netfilter: Tidy up indenting
` [PATCH net-next 2/6] ipv6: netfilter: whitespace in line layouts
` [PATCH net-next 3/6] ipv6: netfilter: remove unnecessary braces
` [PATCH net-next 4/6] ipv6: netfilter: comparison for equality with NULL
` [PATCH net-next 5/6] ipv6: netfilter: comparison for inequality "
` [PATCH net-next 6/6] ipv6: netfilter: simply if-else statements

[Buildroot] [git commit] package/libdcadec: new package
 2015-04-25  9:26 UTC 

Claim €950,000.00 EURO
 2015-04-25  9:25 UTC  (2+ messages)

[Buildroot] [PATCH] luarocks: bump to version 2.2.2
 2015-04-25  9:26 UTC  (2+ messages)

[Buildroot] [git commit] luarocks: bump to version 2.2.2
 2015-04-25  9:26 UTC 

[Buildroot] [PATCH 1/1] gtest: update recipe to use autotools
 2015-04-25  9:25 UTC  (6+ messages)
` [Buildroot] [PATCH v2 "

CONFIG_DM_MQ_DEFAULT makes my kernel unhappy
 2015-04-25  9:23 UTC 

[Buildroot] [git commit] gtest: generate the gtest-config script
 2015-04-25  9:22 UTC 

[Ocfs2-devel] [PATCH V3] ocfs2: return error while ocfs2_figure_merge_contig_type failing
 2015-04-25  9:18 UTC 

Ath10 Firmware
 2015-04-25  9:14 UTC 

[Buildroot] [PATCH 0/3] packages needed by the upcomming efl 1.14 package
 2015-04-25  9:10 UTC  (3+ messages)
` [Buildroot] [PATCH 1/3] package/bullet: new package

[Buildroot] [git commit] package/bullet: new package
 2015-04-25  9:09 UTC 

[RFC PATCH] power: axp288_charger: axp288 charger driver
 2015-04-25  9:09 UTC  (2+ messages)

[PATCH v4 0/5] Improving performance of git clean
 2015-04-25  9:06 UTC  (3+ messages)
` [PATCH v4 4/5] p7300: add performance tests for clean
` [PATCH v4 5/5] clean: improve performance when removing lots of directories


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.