All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-08-31 09:49:27 to 2015-08-31 11:14:46 UTC [more...]

[Qemu-devel] [PATCH 00/23] s390x: further patches
 2015-08-31 11:14 UTC  (19+ messages)
` [Qemu-devel] [PATCH 01/23] s390x/css: handle ccw-0 TIC correctly
` [Qemu-devel] [PATCH 02/23] s390x/css: ccw-0 enforces count > 0
` [Qemu-devel] [PATCH 03/23] s390x/event-facility: fix receive mask check
` [Qemu-devel] [PATCH 05/23] s390x/event-facility: fix location of receive mask
` [Qemu-devel] [PATCH 06/23] pc-bios/s390-ccw: Device detection in higher subchannel sets
` [Qemu-devel] [PATCH 07/23] pc-bios/s390-ccw: rebuild image
` [Qemu-devel] [PATCH 08/23] s390x/kvm: make setting of in-kernel irq routes more efficient
` [Qemu-devel] [PATCH 09/23] s390x/gdb: support reading/writing of control registers
` [Qemu-devel] [PATCH 10/23] sclp/s390: rework sclp cpu hotplug device notification
` [Qemu-devel] [PATCH 11/23] s390/sclp: rework sclp event facility initialization + device realization
` [Qemu-devel] [PATCH 13/23] s390/sclp: temporarily fix unassignment/reassignment of memory subregions
` [Qemu-devel] [PATCH 14/23] s390/sclp: introduce a root sclp device
` [Qemu-devel] [PATCH 15/23] s390/sclp: move sclp_execute related functions into the SCLP class
` [Qemu-devel] [PATCH 16/23] s390/sclp: move sclp_service_interrupt into the sclp device
` [Qemu-devel] [PATCH 17/23] s390: no need to manually parse for slots and maxmem
` [Qemu-devel] [PATCH 18/23] s390: disallow memory hotplug for the s390-virtio machine
` [Qemu-devel] [PATCH 19/23] s390/sclp: ignore memory hotplug operations if it is disabled
` [Qemu-devel] [PATCH 21/23] s390: unify allocation of initial memory

[U-Boot] [PATCH 00/13] dm: arm: zynq: Convert serial driver to driver model
 2015-08-31 11:13 UTC  (5+ messages)
` [U-Boot] [PATCH 04/13] dm: serial: Deal with stdout-path with an alias
` [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

[nightly] Core TISDK (daisy/1.6) 2015.06 build 2015-08-31_05-01-41
 2015-08-31 11:12 UTC 

[Qemu-devel] [PATCH v3 0/8] s390x: storage key migration
 2015-08-31 11:00 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 1/8] s390x: add 2.5 compat s390-ccw-virtio machine
` [Qemu-devel] [PATCH v3 2/8] s390x: Create QOM device for s390 storage keys
` [Qemu-devel] [PATCH v3 3/8] s390x: Enable new s390-storage-keys device
` [Qemu-devel] [PATCH v3 4/8] s390x: Dump storage keys qmp command
` [Qemu-devel] [PATCH v3 5/8] s390x: Dump-skeys hmp support
` [Qemu-devel] [PATCH v3 6/8] s390x: Info skeys sub-command
` [Qemu-devel] [PATCH v3 7/8] s390x: Migrate guest storage keys (initial memory only)
` [Qemu-devel] [PATCH v3 8/8] s390x: Disable storage key migration on old machine type

[Xenomai] Current state of Freescale LS1021A Xenomai support
 2015-08-31 11:10 UTC 

[PATCH v14 00/13] Port tag.c to use ref-filter.c
 2015-08-31 11:09 UTC  (17+ messages)
` [PATCH v14 04/13] ref-filter: implement an `align` atom

[PATCH 0/4] pull: cal: --sunday --week numbering correction
 2015-08-31 11:09 UTC  (3+ messages)

flow_director_filter error!!
 2015-08-31 11:07 UTC  (9+ messages)

[Qemu-devel] [PATCH v2 RFC 0/8] block: persistent dirty bitmaps
 2015-08-31 11:06 UTC  (5+ messages)
` [Qemu-devel] [PATCH 6/8] qcow2: add autoclear bit for "

[PATCH v6 00/31] Add ITS support
 2015-08-31 11:06 UTC  (32+ messages)
` [PATCH v6 01/31] xen/dt: Handle correctly node with interrupt-map in dt_for_each_irq_map
` [PATCH v6 02/31] xen/arm: Add bitmap_find_next_zero_area helper function
` [PATCH v6 03/31] xen: Add log2 functionality
` [PATCH v6 04/31] xen/arm: Set nr_cpu_ids to available number of cpus
` [PATCH v6 05/31] xen/arm: Rename NR_IRQs and vgic_num_irqs helper function
` [PATCH v6 06/31] xen/arm: ITS: Port ITS driver to Xen
` [PATCH v6 07/31] xen/arm: ITS: Add helper functions to manage its_devices
` [PATCH v6 08/31] xen/arm: ITS: Introduce msi_desc for LPIs
` [PATCH v6 09/31] xen/arm: ITS: Add APIs to add and assign device
` [PATCH v6 10/31] xen/arm: ITS: Introduce gic_is_lpi helper function
` [PATCH v6 11/31] xen/arm: ITS: Enable compilation of physical ITS driver
` [PATCH v6 12/31] xen/arm: Move vgic locking inside get_irq_priority callback
` [PATCH v6 13/31] xen/arm: ITS: implement hw_irq_controller for LPIs
` [PATCH v6 14/31] xen/arm: ITS: Initialize physical ITS and export lpi support
` [PATCH v6 15/31] xen/arm: ITS: Add virtual ITS driver
` [PATCH v6 16/31] xen/arm: ITS: Add virtual ITS commands support
` [PATCH v6 17/31] xen/arm: ITS: Store LPIs allocated and IRQ ID bits per domain
` [PATCH v6 18/31] xen/arm: ITS: Enable virtual ITS driver
` [PATCH v6 19/31] xen/arm: ITS: Export ITS info to Virtual ITS
` [PATCH v6 20/31] xen/arm: ITS: Introduce helper to get number of event IDs
` [PATCH v6 21/31] xen/arm: ITS: Add GITS registers emulation
` [PATCH v6 22/31] xen/arm: ITS: Add virtual ITS availability check helper
` [PATCH v6 23/31] xen/arm: ITS: Add 32-bit access to GICR_TYPER
` [PATCH v6 24/31] xen/arm: ITS: Add GICR register emulation
` [PATCH v6 25/31] xen/arm: ITS: Allocate irq descriptors for LPIs
` [PATCH v6 26/31] xen/arm: ITS: Allocate pending_lpi "
` [PATCH v6 27/31] xen/arm: ITS: Route LPIs
` [PATCH v6 28/31] xen/arm: ITS: Add domain specific ITS initialization
` [PATCH v6 29/31] xen/arm: ITS: Map ITS translation space
` [PATCH v6 30/31] xen/arm: ITS: Generate ITS node for Dom0
` [PATCH v6 31/31] xen/arm: ITS: Add pci devices in ThunderX

[PATCH v1 1/2] audio/avrcp: Set player properties
 2015-08-31 11:06 UTC  (4+ messages)
` [PATCH v1 2/2] audio/avrcp: Add GetFolderItems support

[PATCH] i915: Set ddi_pll_sel in DP MST path
 2015-08-31 11:06 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH] cpufreq: imx: use the managed interfaces for resources allocation
 2015-08-31 17:05 UTC  (2+ messages)

[PATCH] ath10k: Drop probe responses when too many are queued
 2015-08-31 11:04 UTC  (2+ messages)

[PATCH v2 0/4] btrfs-progs: Use common function to parse unit arguments
 2015-08-31 11:03 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs-progs: Introduce get_unit_mode_from_arg for common use
` [PATCH v2 2/4] btrfs-progs: Use common unit parser for btrfs filesystem command
` [PATCH v2 3/4] btrfs-progs: Use common unit parser for btrfs device command
` [PATCH v2 4/4] btrfs-progs: Use common unit parser for btrfs qgroup command

[PATCH 1/2] drm/i915: Remove start frame argument to pipe_update_begin/end
 2015-08-31 11:04 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Also record time difference if vblank evasion fails

[PATCH v8 00/55] MC next generation patches
 2015-08-31 11:01 UTC  (24+ messages)
` [PATCH v8 03/55] [media] omap3isp: get entity ID using media_entity_id()
` [PATCH v8 14/55] [media] media: add functions to allow creating interfaces
` [PATCH v8 16/55] [media] media: Don't accept early-created links
` [PATCH v8 20/55] [media] media: make add link more generic
` [PATCH v8 21/55] [media] media: make media_link more generic to handle interace links
` [PATCH v8 23/55] [media] media: add support to link interfaces and entities
` [PATCH v8 24/55] [media] media-entity: add a helper function to create interface
` [PATCH v8 25/55] [media] dvbdev: add support for interfaces
` [PATCH v8 26/55] [media] media: add a linked list to track interfaces by mdev
` [PATCH v8 27/55] [media] dvbdev: add support for indirect interface links

[GIT PULL] ASoC updates for v4.3
 2015-08-31 11:01 UTC  (4+ messages)

[PATCH 00/11] ARM64 PCI hostbridge init based on ACPI
 2015-08-31 11:01 UTC  (12+ messages)
` [PATCH 05/11] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory

[PATCH 2/3] rhashtable-test: retry insert operations in threads
 2015-08-31 11:00 UTC  (3+ messages)

[Qemu-devel] [PATCH COLO-Frame v8 00/34] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
 2015-08-31 10:57 UTC  (4+ messages)
` [Qemu-devel] [PATCH COLO-Frame v8 21/34] COLO: Add new command parameter 'forward_nic' 'colo_script' for net

FAILED: patch "[PATCH] dm btree: add ref counting ops for the leaves of top level" failed to apply to 4.1-stable tree
 2015-08-31 10:57 UTC  (6+ messages)
    ` [PATCH] dm btree: add ref counting ops for the leaves of top level btrees

[PATCH 1/2] media: atmel-isi: setup the ISI_CFG2 register directly
 2015-08-31 10:53 UTC  (3+ messages)

[PATCH 0/2][RFC] pinctrl: sh-pfc: r8a7795 support
 2015-08-31 10:53 UTC  (9+ messages)
` [PATCH 1/2][RFC] pinctrl: sh-pfc: Initial R8A7795 PFC support
` [PATCH 2/2][RFC] pinctrl: sh-pfc: r8a7795: add SCIFx support

[GIT PULL] regulator updates for v4.3
 2015-08-31 10:50 UTC 

[PATCH 00/15] drm/i915: CHV DPIO power gating, take two
 2015-08-31 10:47 UTC  (5+ messages)
` [PATCH 14/15] drm/i915: Add some CHV DPIO lane power state asserts

[PATCH] Abort tests on mkfs failure
 2015-08-31 10:41 UTC  (3+ messages)

[qemu-upstream-unstable test] 60996: tolerable FAIL - PUSHED
 2015-08-31 10:47 UTC 

[PATCH v8 01/07] arm64: renesas: r8a7795: Add Renesas R8A7795 SoC support
 2015-08-31 10:44 UTC  (2+ messages)

[PATCH 0/2] pbias regulator fixes
 2015-08-31 10:44 UTC  (9+ messages)
` [PATCH 1/2] regulator: pbias: use untranslated address to program pbias regulator

[U-Boot] TFTP Timeout Interval problem
 2015-08-31 10:43 UTC 

[PATCH v2 0/4] KVM: arm/arm64: guest synchronous halt/resume
 2015-08-31 10:43 UTC  (7+ messages)
` [PATCH v2 3/4] KVM: arm/arm64: check power_off in critical section before VCPU run
` [PATCH v2 4/4] KVM: arm/arm64: implement kvm_arm_[halt,resume]_guest

Run s390 kernel as guest os on x86_64 with qemu
 2015-08-31 10:42 UTC 

[PATCH v8 05/07] arm64: renesas: r8a7795: enable PFC
 2015-08-31 10:41 UTC  (2+ messages)

[PATCH v8 04/07] arm64: renesas: r8a7795 dtsi: Add all SCIF nodes
 2015-08-31 10:40 UTC  (2+ messages)

[U-Boot] [PATCH] dts: do not cut down pinctrl-0 and pinctrl-names for SPL full-pinctrl
 2015-08-31 10:36 UTC 

arc build failures in -next due to ARCv2 patch
 2015-08-31 10:35 UTC  (5+ messages)
      ` ARCv2 testing exposure (Re: arc build failures in -next due to ARCv2 patch)

[PATCH] powerpc: Add user-return-notifier support
 2015-08-31 10:35 UTC  (2+ messages)
`  "

[PATCH] IGMP: Inhibit reports for local multicast groups
 2015-08-31 10:33 UTC  (4+ messages)

[PATCH 2/2] IGMP: Inhibit reports for local multicast groups - DOCUMENT
 2015-08-31 10:30 UTC 

[PATCH v2] spi: bitbang: Replace spinlock by mutex
 2015-08-31 10:31 UTC  (5+ messages)

[PATCH 3/5] write_file(): introduce an explicit WRITE_FILE_GENTLY request
 2015-08-31 10:29 UTC  (4+ messages)
` [PATCH] setup: update the right file in multiple checkouts

[PATCH] drm/atomic: Fix bookkeeping with TEST_ONLY, v3
 2015-08-31 10:25 UTC 

[PATCH] ASoC: Make SND_SOC_STI_SAS depend on RESET_CONTROLLER
 2015-08-31  8:59 UTC  (2+ messages)

[RFC PATCH 0/6] remove pci driver from vdevs
 2015-08-31 10:23 UTC  (5+ messages)

[LTP] Test Anything Protocal output
 2015-08-31 10:22 UTC 

[PATCH 6/8] grep: make it clear i-t-a entries are ignored
 2015-08-31 10:22 UTC  (4+ messages)
` [PATCH 7/8] diff.h: extend "flags" field to 64 bits because we're out of bits

[PATCH v8 02/07] arm64: renesas: r8a7795 dtsi: Add all common divider clocks
 2015-08-31 10:20 UTC  (2+ messages)

Applied "regmap: Support bulk reads for devices without raw formatting" to the regmap tree
 2015-08-31 10:19 UTC 

Since gc.autodetach=1 you can end up with auto-gc on every command with no user notification
 2015-08-31 10:17 UTC  (4+ messages)
` [PATCH v3] gc: save log from daemonized gc --auto and print it next time

[PATCH] emulator: Improve le set scan enable command handler
 2015-08-31 10:18 UTC  (14+ messages)
` [PATCH 1/5] emulator: Fix LE Connection Complete Event data
  ` [PATCHv2 1/5] emulator: Remove duplicated assignment
  ` [PATCHv2 2/5] emulator: Add support for LE Remote Connection Parameter Request Reply
  ` [PATCHv2 3/5] emulator: Add support for LE Remote Connection Parameter Request Negative Reply
  ` [PATCHv2 4/5] emulator: Enable Slave-initiated Features Exchange feature
  ` [PATCHv2 5/5] emulator: Refactor le set scan enable command handler
  ` [PATCHv2 1/6] emulator: Fix LE Connection Complete Event data
  ` [PATCHv2 2/6] emulator: Remove duplicated assignment
  ` [PATCHv2 3/6] emulator: Add support for LE Remote Connection Parameter Request Reply
  ` [PATCHv2 4/6] emulator: Add support for LE Remote Connection Parameter Request Negative Reply
  ` [PATCHv2 5/6] emulator: Enable Slave-initiated Features Exchange feature
  ` [PATCHv2 6/6] emulator: Refactor le set scan enable command handler

[PATCH 0/2] gitignore, re-inclusion fix
 2015-08-31 10:13 UTC  (4+ messages)
` [PATCH 1/2] dir.c: make last_exclude_matching_from_list() run til the end

[PATCH] intel-gpu-tools: Fixes-compiler-warnings-about-wrong-function-type
 2015-08-31 10:12 UTC  (3+ messages)

Git's inconsistent command line options
 2015-08-31 10:10 UTC  (6+ messages)

[GIT pull] x86/apic updates for 4.3
 2015-08-31 10:08 UTC 

fdisk
 2015-08-31 10:06 UTC  (2+ messages)

[GIT pull] irq updates for 4.3
 2015-08-31 10:04 UTC 

[PATCH] commit: don't rewrite shared index unnecessarily
 2015-08-31 10:02 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/1] Allow passing BlockdevOptions to blockdev-snapshot-sync
 2015-08-31 10:00 UTC  (2+ messages)
` [Qemu-devel] [PATCH 1/1] block: "

IMX.6Q OpenCV image processing performances
 2015-08-31 10:01 UTC  (2+ messages)

[GIT pull] timer updates for 4.3
 2015-08-31 10:00 UTC 

[PATCH] KVM: arm64: Decode basic HYP fault information
 2015-08-31  9:59 UTC  (5+ messages)

[Qemu-devel] [PATCH v3 0/2] rtl8139: Fix buffer overflow in standard mode
 2015-08-31  9:59 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 2/2] rtl8139: correctly track full receive buffer "

[Buildroot] [PATCH 0/6] [RFC] Adds test infrastructure for packages
 2015-08-31  9:59 UTC  (7+ messages)
` [Buildroot] [PATCH 1/6] python-robotframework: New package
` [Buildroot] [PATCH 2/6] Adds package test infrastructure
` [Buildroot] [PATCH 3/6] tests: create variable files through kconfig
` [Buildroot] [PATCH 4/6] tests: Adds user manual entry
` [Buildroot] [PATCH 5/6] flask: Adds robotframework tests
` [Buildroot] [PATCH 6/6] python: Adds tests

[V3 PATCH 0/4] Fix race issues among panic, NMI and crash_kexec
 2015-08-31  9:57 UTC  (10+ messages)
` [V3 PATCH 3/4] kexec: Fix race between panic() and crash_kexec() called directly

Unable to create temporary file '/var/git/tmv3-target-overlay.git/shallow_Un8ZOR': Permission denied
 2015-08-31  9:56 UTC  (2+ messages)

[PATCH 0/3] ARM: shmobile: Remove legacy leftovers
 2015-08-31  9:55 UTC  (2+ messages)

[linux-next PATCH] regmap: fix a NULL pointer dereference in __regmap_init
 2015-08-31  9:54 UTC 

linux-next: Tree for Aug 31
 2015-08-31  9:54 UTC 

[U-Boot] [PATCH 0/8] x86: quark: Convert to driver model
 2015-08-31  9:52 UTC  (9+ messages)
` [U-Boot] [PATCH 1/8] x86: quark: Make host bridge (b.d.f=0.0.0) visible
` [U-Boot] [PATCH 2/8] dm: pci: Allow skipping device configuration
` [U-Boot] [PATCH 3/8] x86: Convert to use driver model pci on quark/galileo
` [U-Boot] [PATCH 4/8] x86: galileo: Convert to use CONFIG_DM_USB
` [U-Boot] [PATCH 5/8] net: designware: Fix build warnings
` [U-Boot] [PATCH 6/8] net: designware: Add support to PCI designware devices
` [U-Boot] [PATCH 7/8] x86: Convert to use driver model eth on quark/galileo
` [U-Boot] [PATCH 8/8] x86: quark: Optimize MRC execution time

[PATCH v2 00/15] KVM: arm64: GICv3 ITS emulation
 2015-08-31  9:51 UTC  (7+ messages)
` [PATCH v2 12/15] KVM: arm64: sync LPI configuration and pending tables

Dell Vostro V131 hotkeys revisited
 2015-08-31  9:51 UTC  (10+ messages)

[Qemu-devel] [PATCH v10 0/4] remove icc bus/bridge
 2015-08-31  9:47 UTC  (3+ messages)
` [Qemu-devel] [PATCH v10 3/4] cpu/apic: drop "
` [Qemu-devel] [PATCH v10 4/4] icc_bus: drop the unused files


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.