All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-16 10:08:11 to 2015-02-16 11:24:27 UTC [more...]

[PATCH 0/2] e820: Fix handling of NvDIMM chips
 2015-02-16 11:24 UTC  (7+ messages)
` [PATCH 1/2] e820: Don't let unknown DIMM type come out BUSY
` [RFC 2/2] e820: Add the NvDIMM Memory type (type-12)
` [PATCH 3/3] pmem: Allow request_mem to fail, (CONFIG_BLK_DEV_PMEM_IGNORE_REQUEST_MEM_RET)

[PATCH] drm/i915: More DPIO magic for CHV HDMI & DP
 2015-02-16 11:23 UTC  (8+ messages)
` [v2 0/5] "
  ` [v2 1/5] drm/i915: Add new PHY reg definitions for lock threshold
  ` [v2 2/5] drm/i915: Limit max VCO supported in CHV to 6.48GHz
  ` [v2 3/5] drm/i915: Disable M2 frac division for integer case

[PATCH] defaultenv-2: init: don't call timeout again if the user intervened
 2015-02-16 11:23 UTC 

[PATCH RFC 0/2] Prepare smooth PXA transition to dmaengine
 2015-02-16 11:23 UTC  (10+ messages)
` [PATCH RFC 2/2] ARM: pxa: transition to dmaengine phase 1

[PATCH] module: do not print allocation-fail warning on bogus user buffer size
 2015-02-16 11:23 UTC 

[PATCH] iio: ti-adc128s052: Add DT binding documentation
 2015-02-16 11:21 UTC  (2+ messages)

[PATCH] iio: mcp3422: Add DT binding documentation
 2015-02-16 11:21 UTC  (2+ messages)

[PATCH RFC] media: radio: handle timeouts
 2015-02-16 11:19 UTC  (2+ messages)

[PATCH RFC v9 00/20] Add support for i.MX MIPI DSI DRM driver
 2015-02-16 11:18 UTC  (12+ messages)
` [PATCH RFC v9 01/20] clk: divider: Correct parent clk round rate if no bestdiv is normally found

[PATCHv4 00/25] dvb core: add basic support for the media controller
 2015-02-16 11:19 UTC  (24+ messages)
` [PATCHv4 12/25] [media] dvb_ca_en50221: add support for CA node at "
` [PATCHv4 13/25] [media] dvb_net: add support for DVB net "
` [PATCHv4 15/25] [media] tuner-core: properly initialize media controller subdev
` [PATCHv4 16/25] [media] cx25840: fill the media controller entity
` [PATCHv4 24/25] [media] cx231xx: enable tuner->decoder link at videobuf start

[PATCH v2] Documentation: leds: Add description of LED Flash class extension
 2015-02-16 11:18 UTC  (9+ messages)

[PATCH] openssl: disable SSLv3 by default
 2015-02-16 11:18 UTC  (2+ messages)

[ANNOUNCE] 3.18.7-rt1
 2015-02-16 11:18 UTC 

[PATCH] Btrfs: don't remove extents and xattrs when logging new names
 2015-02-16 11:17 UTC  (9+ messages)
` [PATCH v3] "

[PATCH] mk: fix missing link of librte_vhost in shared, non-combined config
 2015-02-16 11:17 UTC  (4+ messages)

[Qemu-devel] [PATCH v4 0/1] block: enforce minimal 4096 alignment in qemu_blockalign
 2015-02-16 11:14 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/2] block, raw-posix: replace 512/4096 constants with proper macros/values
` [Qemu-devel] [PATCH 2/2] block: align bounce buffers to page

[U-Boot] [u-boot 00/40] dra7xx: am43xx: add dwc3 gadget driver support and enable dfu
 2015-02-16 11:13 UTC  (55+ messages)
` [U-Boot] [u-boot 03/40] usb: gadget: udc: add udc-core from linux kernel to u-boot
` [U-Boot] [u-boot 04/40] include: usb: modify gadget.h to include udc support
` [U-Boot] [u-boot 05/40] usb: gadget: udc: make udc-core compile in u-boot build
` [U-Boot] [u-boot 06/40] include: asm: dma-mapping: get rid of the compilation warning in udc-core
` [U-Boot] [u-boot 07/40] usb: dwc3: add dwc3 folder from linux kernel to u-boot
` [U-Boot] [u-boot 08/40] usb: dwc3: remove un-used files from dwc3 folder
` [U-Boot] [u-boot 09/40] usb: dwc3: Modify the file headers to u-boot format
` [U-Boot] [u-boot 10/40] usb: dwc3: remove trace_* APIs from dwc3 driver
` [U-Boot] [u-boot 11/40] usb: dwc3: fix dwc3 header files
` [U-Boot] [u-boot 12/40] usb: dwc3: remove pm related operations from dwc3 driver
` [U-Boot] [u-boot 13/40] arm: asm: dma-mapping: added dma_free_coherent API
` [U-Boot] [u-boot 14/40] usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy
` [U-Boot] [u-boot 15/40] usb: dwc3: gadget: make dwc3 gadget build in uboot
` [U-Boot] [u-boot 16/40] include: asm: types: add resource_size_t type
` [U-Boot] [u-boot 17/40] usb: dwc3: ep0: make dwc3 ep0 build in uboot
` [U-Boot] [u-boot 18/40] include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation error
` [U-Boot] [u-boot 19/40] usb: dwc3: core: make dwc3 core build in uboot
` [U-Boot] [u-boot 20/40] include: dwc3-uboot: add a structure for populating platform data
` [U-Boot] [u-boot 21/40] dwc3: core: change probe and remove to uboot init and uboot exit code
` [U-Boot] [u-boot 22/40] dwc3: core: add support for multiple dwc3 controllers
` [U-Boot] [u-boot 23/40] dwc3: core: added an API to invoke irq handlers
` [U-Boot] [u-boot 24/40] usb: dwc3: dwc3-omap: make dwc3-omap build in uboot
` [U-Boot] [u-boot 25/40] include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform data
` [U-Boot] [u-boot 26/40] usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit code
` [U-Boot] [u-boot 27/40] dwc3: dwc3-omap: add support for multiple dwc3-omap controllers
` [U-Boot] [u-boot 28/40] usb: dwc3: dwc3-omap: add interrupt status API to check for interrupts
` [U-Boot] [u-boot 29/40] usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms

[PATCH] drm/i915: Fix a use after free, and unbalanced refcounting
 2015-02-16 11:13 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] make clean : also remove graphs
 2015-02-16 11:13 UTC  (3+ messages)

Question about RDEPENDS and RRECOMMENDS
 2015-02-16 11:12 UTC  (3+ messages)

[PATCH 0/8] target: Fixes for SPC/SBC device emulation
 2015-02-16 11:10 UTC  (3+ messages)
` [PATCH 5/8] target: Add sanity checks for DPO/FUA bit usage

[PATCH v3 0/3] about data busy
 2015-02-16 11:09 UTC  (6+ messages)
` [PATCH v4 "

[PATCHv5 0/8] AVDTP deduplication
 2015-02-16 11:08 UTC  (9+ messages)
` [PATCHv5 1/8] unit/avdtp: Add SEP register/unregister tests
` [PATCHv5 2/8] unit/avdtp: Add duplicate SEID test
` [PATCHv5 3/8] shared/utils: Add helpers for bitfield fast uid generation
` [PATCHv5 4/8] android/avdtp: Fix SEID generation
` [PATCHv5 5/8] unit/avdtp: Add check for too many SEP creation
` [PATCHv5 6/8] android/avdtp: Fix registering SEP with wrong SEID
` [PATCHv5 7/8] android/avdtp: Refactor local SEP list handling
` [PATCHv5 8/8] unit/avdtp: Refactor context destroy

[Qemu-devel] slow speed for virtio-scsi since qemu 2.2
 2015-02-16 11:06 UTC  (2+ messages)

[PATCH 0/7] ARM: berlin: refactor the clock
 2015-02-16 11:05 UTC  (4+ messages)

cdra_1.1.3 is not available anymore
 2015-02-16 11:04 UTC 

[Qemu-trivial] [PATCH 0/2] Fix key 'numerosign' missing in Russian keyboard
 2015-02-16 11:02 UTC  (11+ messages)
` [Qemu-trivial] [PATCH 2/2] qemu-char: add cyrillic key 'numerosign' to Russian keymap
          ` [Qemu-devel] "

[ath9k-devel] ath9k-devel Digest, Vol 80, Issue 15
 2015-02-16 11:00 UTC 

Attempt to auto-load em_cmp.ko results in negative module refcnt
 2015-02-16 10:59 UTC 

Vmap allocator fails to allocate beyond 128MB
 2015-02-16 10:57 UTC  (12+ messages)

[PATCH 0/4] powerpc: trivial unused functions cleanup
 2015-02-16 10:56 UTC  (10+ messages)
` [PATCH 1/4] powerpc/boot: drop planetcore_set_serial_speed
` [PATCH 2/4] kvm/ppc/mpic: drop unused IRQ_testbit
` [PATCH 3/4] powrepc/qe: drop unused ucc_slow_poll_transmitter_now
` [PATCH 4/4] powerpc/mpic: remove unused functions

General protection fault in iscsi_rx_thread_pre_handler
 2015-02-16 10:56 UTC  (11+ messages)

Number of threads for virtual machine process
 2015-02-16 10:54 UTC 

[PATCH v2 3/3] unit: dbus: Add test for disconnect watch API
 2015-02-16 10:53 UTC  (2+ messages)

[iptables PATCH] arpt-compat: mangle extension support
 2015-02-16 10:52 UTC 

[xen-unstable test] 34574: tolerable FAIL - PUSHED
 2015-02-16 10:53 UTC 

[LTP] prototyping new library synchronization
 2015-02-16 10:50 UTC  (2+ messages)

3.19 - "unable" to replace a failed drive - 100% CPU usage in kworker and btrfs-transacti
 2015-02-16 10:51 UTC  (3+ messages)

[PATCH for v3.20] vb2: fix 'UNBALANCED' warnings when calling vb2_thread_stop()
 2015-02-16 10:49 UTC 

Pack v4 again
 2015-02-16 10:48 UTC  (5+ messages)

[U-Boot] [PATCH] lsxl: add a README file
 2015-02-16 10:48 UTC  (2+ messages)

libsmartcols patch
 2015-02-16 10:48 UTC  (4+ messages)

[Xenomai] rtdm_irq_request not registering irq
 2015-02-16 10:48 UTC  (6+ messages)

Experience with Recovering From User Error (And suggestions for improvements)
 2015-02-16 10:41 UTC 

[PATCH RFT 00/24] Phasing out direct usage of asm/mmu.h on ARM
 2015-02-16 10:45 UTC  (4+ messages)
` [PATCH RFT 17/24] net: orion-gbe: convert to streaming DMA ops

[PATCH 1/1] fork.2: child is created single threaded
 2015-02-16 10:42 UTC 

[PATCH 1/1] fork.2: child and parent run in separate memory spaces
 2015-02-16 10:40 UTC 

[review-request] V3 - bitbake: toaster: Additional fixes for the project variable page (#7231)
 2015-02-16 10:40 UTC  (2+ messages)

[PATCH] of: add helper for getting endpoint node with specific identifiers
 2015-02-16 10:37 UTC 

recipe with optional dependency and configuration
 2015-02-16 10:33 UTC 

Babel trace is throwing error while trying with -i lttng-live option
 2015-02-16 10:33 UTC 

tty[1-6]: colors a negative accessibility/usability trend
 2015-02-16 10:32 UTC  (10+ messages)

[PATCH] netfilter: nft_compat: add support for arptables extensions
 2015-02-16 10:32 UTC 

[GIT PULL] ARC fixes for 3.20-rc1
 2015-02-16 10:31 UTC 

[PATCH] ASoC: wm8731: let codec to manage clock by itself
 2015-02-16 10:31 UTC  (4+ messages)
  ` [alsa-devel] "

[Qemu-devel] [PATCH RFC V2 00/17] hw/pc: implement multiple primary busses for pc machines
 2015-02-16 10:19 UTC  (5+ messages)
` [Qemu-devel] [PATCH RFC V2 04/17] hw/acpi: add _CRS method for extra root busses
` [Qemu-devel] [PATCH RFC V2 14/17] hw/pci: piix - suport multiple host bridges

Little endianness
 2015-02-16 10:26 UTC  (6+ messages)

[Qemu-devel] [PATCH 1/1] block/raw-posix: fix compilation warning on OSX
 2015-02-16 10:23 UTC  (2+ messages)

[PATCH v2 2/3] dbus: Add disconnect watch support
 2015-02-16 10:22 UTC  (2+ messages)

btrfs check --init-csum-tree removes csums again
 2015-02-16 10:21 UTC  (4+ messages)

[Qemu-devel] [PATCH] vpc: Fix size in fixed image creation
 2015-02-16 10:20 UTC  (2+ messages)

[ANNOUNCE] Git Merge, April 8-9, Paris
 2015-02-16  9:50 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] coroutine: Fix qemu_coroutine_yield()
 2015-02-16 10:19 UTC  (2+ messages)

[PATCH] arm64: Add L2 cache topology to ARM Ltd boards/models
 2015-02-16 10:19 UTC  (6+ messages)

[PULL REQUEST] fm10k: new polling mode driver for PF/VF
 2015-02-16 10:18 UTC 

[PATCH] spi: spidev: only use up TX/RX bounce buffer space when needed
 2015-02-16 10:18 UTC  (5+ messages)

[PATCH OSSTEST 00/12] Add nested xen on xen test case
 2015-02-16 10:16 UTC  (7+ messages)
` [PATCH OSSTEST 11/12] Changes on test step of debain hvm guest install

[Qemu-devel] [PATCH v2] vpc: Implement bdrv_co_get_block_status()
 2015-02-16 10:16 UTC  (2+ messages)

[RFC PATCH 0/9] livepatch: consistency model
 2015-02-16 10:16 UTC  (3+ messages)
` [RFC PATCH 9/9] livepatch: update task universe when exiting kernel

[PATCH v2 0/4] usb: renesas_usbhs: add support for USB-DMAC
 2015-02-16 10:15 UTC  (4+ messages)
` [PATCH v2 1/4] usb: renesas_usbhs: fix spinlock suspected in a gadget complete function

[Qemu-devel] [PATCH v5] sheepdog: selectable object size support
 2015-02-16 10:14 UTC  (3+ messages)
` [Qemu-devel] [sheepdog] "

[PATCH v4 00/28] powerpc/iommu/vfio: Enable Dynamic DMA windows
 2015-02-16 10:06 UTC  (24+ messages)
` [PATCH v4 02/28] vfio: powerpc/spapr: Do cleanup when releasing the group
` [PATCH v4 03/28] vfio: powerpc/spapr: Check that TCE page size is equal to it_page_size
` [PATCH v4 05/28] vfio: powerpc/spapr: Move locked_vm accounting to helpers
` [PATCH v4 07/28] vfio: powerpc/spapr: Moving pinning/unpinning "
` [PATCH v4 08/28] vfio: powerpc/spapr: Register memory
` [PATCH v4 11/28] powerpc/iommu: Introduce iommu_table_alloc() helper
` [PATCH v4 12/28] powerpc/spapr: vfio: Switch from iommu_table to new powerpc_iommu
` [PATCH v4 13/28] powerpc/iommu: Fix IOMMU ownership control functions
` [PATCH v4 14/28] vfio: powerpc/spapr: powerpc/powernv/ioda2: Rework IOMMU ownership control
` [PATCH v4 15/28] powerpc/powernv/ioda/ioda2: Rework tce_build()/tce_free()
` [PATCH v4 17/28] powerpc/pseries/lpar: Enable VFIO
` [PATCH v4 18/28] poweppc/powernv/ioda2: Rework iommu_table creation
` [PATCH v4 19/28] powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_create_table
` [PATCH v4 20/28] powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_set_window
` [PATCH v4 21/28] powerpc/iommu: Split iommu_free_table into 2 helpers
` [PATCH v4 22/28] powerpc/powernv: Implement multilevel TCE tables
` [PATCH v4 24/28] powerpc/powernv/ioda: Define and implement DMA table/window management callbacks
` [PATCH v4 26/28] vfio: powerpc/spapr: Rework an IOMMU group attach/detach
` [PATCH v4 27/28] vfio: powerpc/spapr: Register memory
` [PATCH v4 28/28] vfio: powerpc/spapr: Support Dynamic DMA windows

[PATCH] fix warning, gcc 5.0
 2015-02-16 10:13 UTC  (4+ messages)
` [PATCH] fsck: "

vnet problem (bug? feature?)
 2015-02-16 10:13 UTC  (7+ messages)

[PATCH for-4.6 0/5] xen: arm: Parse PCI DT nodes' ranges and interrupt-map
 2015-02-16 10:12 UTC  (3+ messages)

[PATCH] hwclock: man-page errata
 2015-02-16 10:12 UTC  (2+ messages)

[PATCH] logger: add --socket-errors compatibility option
 2015-02-16 10:11 UTC  (2+ messages)

[Qemu-devel] [Bug 1422307] [NEW] qemu-nbd corrupts files
 2015-02-16 10:05 UTC 

[PATCH] Fix report descriptor for Genius PenSketch M912
 2015-02-16 10:10 UTC  (2+ messages)
` [DIGImend-devel] "

[PATCH v2] xen/arm: allow console=hvc0 to be omitted for guests
 2015-02-16 10:09 UTC  (7+ messages)

[PATCH] sfdisk: include rpmatch.h
 2015-02-16 10:09 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] ui/cocoa.m: Machine menu patch for Mac OS X
 2015-02-16 10:08 UTC  (3+ messages)


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.