All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-09-26 14:57:30 to 2014-09-26 15:42:38 UTC [more...]

[GIT PULL] PM / AVS changes for v3.18 - v2
 2014-09-26 15:42 UTC  (4+ messages)

em28xx breaks after hibernate
 2014-09-26 15:42 UTC  (16+ messages)

[Qemu-devel] [PATCH v4 00/19] drop qapi nested structs
 2014-09-26 15:42 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/5] xenfb: Add support for Windows PV frontend
 2014-09-26 15:42 UTC  (15+ messages)
` [Qemu-devel] [PATCH v2 1/5] xenfb: Unregister keyboard event handler correctly
  `  "
` [Qemu-devel] [PATCH v2 2/5] xenfb: Activate mouse event handler
  `  "
` [Qemu-devel] [PATCH v2 3/5] xenfb: Add option to use a grant ref for shared page
  `  "
` [Qemu-devel] [PATCH v2 4/5] xenfb: Add "feature-no-abs-rescale"
  `  "
` [Qemu-devel] [PATCH v2 5/5] xenfb: Add "feature-no-console"
  `  "

[xen-4.3-testing test] 30387: regressions - FAIL
 2014-09-26 15:42 UTC  (5+ messages)
    ` [OSSTEST PATCH] ts-rumpuserxen-build: Double the build timeout

[U-Boot] [PATCH V3 1/3] usb: eth: fix Makefile
 2014-09-26 15:42 UTC  (5+ messages)
` [U-Boot] [PATCH V3 2/3] usb: eth: add ASIX AX88179 DRIVER

[PATCH v2] Change alarm cancel function to thread-safe:
 2014-09-26 15:41 UTC  (11+ messages)

[PATCH 1/7] libinput: update to 0.6.0
 2014-09-26 15:40 UTC  (7+ messages)
` [PATCH 2/7] wayland: update to version 1.6.0
` [PATCH 3/7] weston: "
` [PATCH 4/7] wayland_1.5.0.bbappend: remove no longer needed bbappend
` [PATCH 5/7] weston_1.4.0.bbappend: "
` [PATCH 6/7] weston: update bbappend for the new 1.6.0 version
` [PATCH 7/7] arago.conf: enable libinput PACKAGECONFIG for weston

[PATCH v2] ADD mode 5(tlb) to link bonding pmd
 2014-09-26 15:41 UTC 

[Qemu-devel] [PATCH v2] qga: Rewrite code where using readdir_r
 2014-09-26 15:40 UTC  (2+ messages)

[PATCH v2 1/2] Documentation: dmaengine: Move the current doc to a folder of its own
 2014-09-26 15:40 UTC  (2+ messages)
` [PATCH v2 2/2] Documentation: dmaengine: Add a documentation for the dma controller API

[PATCHv7 00/26] VFIO support for platform and AMBA devices on ARM
 2014-09-26 15:39 UTC  (26+ messages)
` [PATCHv7 02/26] iommu: add capability IOMMU_CAP_NOEXEC
` [PATCHv7 06/26] vfio/iommu_type1: implement the VFIO_DMA_MAP_FLAG_NOEXEC flag
` [PATCHv7 07/26] driver core: amba: add device binding path 'driver_override'
` [PATCHv7 10/26] vfio: platform: probe to devices on the platform bus
` [PATCHv7 13/26] vfio: amba: add the VFIO for AMBA devices module to Kconfig
` [PATCHv7 20/26] vfio/platform: trigger an interrupt via eventfd

[PATCH v16 00/10] enable Cache Monitoring Technology (CMT) feature
 2014-09-26 15:40 UTC  (3+ messages)
` [PATCH v16 01/10] x86: add generic resource (e.g. MSR) access hypercall

Weekly performance meeting
 2014-09-26 15:37 UTC  (5+ messages)

Need help debugging NFSv3+KRB5+PAT (Port Address Translation) problem
 2014-09-26 15:31 UTC 

[PATCH] perf: Use ACCESS_ONCE() instead of volatile cast
 2014-09-26 15:37 UTC  (3+ messages)

[PATCH v3] xen/xenbus: Remove BUG_ON() when error string trucated
 2014-09-26 15:36 UTC 

[PATCH v3] xen/xenbus: Remove BUG_ON() when error string trucated
 2014-09-26 15:36 UTC 

[PATCH 1/2] perf callchain: Create an address space per thread
 2014-09-26 15:35 UTC  (4+ messages)

ICMPv6 Redirects
 2014-09-26 15:35 UTC  (2+ messages)

[U-Boot] [PATCH v3 09/10] kconfig: move CONFIG_OF_* to Kconfig
 2014-09-26 15:35 UTC  (9+ messages)

[PATCH net-next v2] bonding: make global bonding stats more reliable
 2014-09-26 15:35 UTC  (3+ messages)

[PATCH v3] xen/xenbus: Correct the comments for xenbus_grant_ring()
 2014-09-26 15:34 UTC 

[PATCH v3] xen/xenbus: Correct the comments for xenbus_grant_ring()
 2014-09-26 15:34 UTC 

[Qemu-devel] [PATCH v2 00/17] QOMify accelerator code
 2014-09-26 15:12 UTC  (38+ messages)
` [Qemu-devel] [PATCH v2 01/17] vl.c: Small coding style fix
` [Qemu-devel] [PATCH v2 02/17] accel: Move accel code to accel.c
` [Qemu-devel] [PATCH v2 03/17] accel: Create AccelType typedef
` [Qemu-devel] [PATCH v2 04/17] accel: Simplify configure_accelerator() using AccelType *acc variable
` [Qemu-devel] [PATCH v2 05/17] accel: Move accel name lookup to separate function
` [Qemu-devel] [PATCH v2 06/17] accel: Use QOM classes for accel types
` [Qemu-devel] [PATCH v2 07/17] accel: Make AccelClass.available() optional
` [Qemu-devel] [PATCH v2 08/17] accel: Move KVM accel registration to kvm-all.c
` [Qemu-devel] [PATCH v2 09/17] accel: Move Xen registration code to xen-common.c
` [Qemu-devel] [PATCH v2 10/17] accel: Move qtest accel registration to qtest.c
` [Qemu-devel] [PATCH v2 11/17] accel: Remove tcg_available() function
` [Qemu-devel] [PATCH v2 12/17] accel: Move accel init/allowed code to separate function
` [Qemu-devel] [PATCH v2 13/17] accel: Rename 'init' method to 'init_machine'
` [Qemu-devel] [PATCH v2 14/17] accel: Pass MachineState object to accel init functions
` [Qemu-devel] [PATCH v2 15/17] accel: Create accel object when initializing machine
` [Qemu-devel] [PATCH v2 16/17] accel: Save AccelState on MachineState when initializing
` [Qemu-devel] [PATCH v2 17/17] kvm: Make KVMState be the TYPE_KVM_ACCEL instance struct

[Qemu-devel] [PACTH v4 0/6] ARM: add PSCI 0.2 support in TCG mode
 2014-09-26 15:34 UTC  (4+ messages)
` [Qemu-devel] [PACTH v4 5/6] target-arm: add emulation of PSCI calls for system emulation

[PATCH v3 9/9] oxenstored: reduce syslog call overhead
 2014-09-26 15:33 UTC  (4+ messages)
` [PATCH v3 9/9] oxenstored: reduce syslog call overhead (fix typo)

[PATCH 1/4] compat: Add infrastructure to support symbol versioning
 2014-09-26 15:33 UTC  (5+ messages)
` [PATCH 1/4 v2] "

[PATCH for-4.5] pygrub: fix read sizes on FreeBSD
 2014-09-26 15:31 UTC 

[PATCH RFC] ioreq-server: handle the lack of a default emulator properly
 2014-09-26 15:31 UTC 

[PATCH V1] IB/core: memset attr variable to prevent garbage data
 2014-09-26 15:30 UTC  (3+ messages)

[PATCH] Btrfs: fix race in WAIT_SYNC ioctl
 2014-09-26 15:30 UTC 

[libvirt bisection] complete build-i386-libvirt
 2014-09-26 15:29 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH v0 00/15] CPU hotplug support of PowerPC sPAPR guests
 2014-09-26 15:29 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH v0 10/15] ppc: Factor out CPU initialization code to a new routine

[PATCH v2] Bluetooth: Add HCI_AUTO_CONN_DIRECT_REPORT_IND
 2014-09-26 15:29 UTC 

[PATCH 00/89] Basic Skylake enabling
 2014-09-26 15:28 UTC  (7+ messages)
` [PATCH 85/89] drm/i915/skl: Retrieve the frequency limits
` [PATCH 87/89] drm/i915/skl: AUX irqs have moved
` [PATCH 89/89] drm/i915/skl: Disable contexts if execlists aren't enabled

[PATCH v2] Bluetooth: Fix sending redundant "LE Set Scan Enable (disable)" commands
 2014-09-26 15:28 UTC 

[PATCH 00/13] ARM: shmobile: R-Mobile: DT PM domain support
 2014-09-26 15:28 UTC  (6+ messages)
` [PATCH v3 02/13] PM / Domains: Add DT bindings for power-on/off latencies

[PATCH 0/5] fuse: handle release synchronously (v4)
 2014-09-26 15:28 UTC  (2+ messages)

[Qemu-devel] [PATCH v7 00/11] target-arm: Parts of the AArch64 EL2/3 exception model
 2014-09-26 15:23 UTC  (2+ messages)

Audit format utility
 2014-09-26 15:24 UTC  (4+ messages)

Trouble building PDF on Arch
 2014-09-26 15:24 UTC 

[PATCH RFCv2 01/10] dm-dedup: main data structures
 2014-09-26 15:24 UTC  (2+ messages)

[GIT PULL] Allwinner drivers additions for 3.18
 2014-09-26 15:24 UTC  (8+ messages)

Vmap allocator fails to allocate beyond 128MB
 2014-09-26 15:23 UTC  (3+ messages)

[Qemu-trivial] [PATCH v5a 0/3] trivial qapi cleanups
 2014-09-26 15:20 UTC  (8+ messages)
` [Qemu-devel] "
` [Qemu-trivial] [PATCH v5 1/3] qapi: Consistent whitespace in tests/Makefile
  ` [Qemu-devel] "
` [Qemu-trivial] [PATCH v5 2/3] qapi: Ignore files created during make check
  ` [Qemu-devel] "
` [Qemu-trivial] [PATCH v5 3/3] qapi: Update docs given recent event, spacing fixes
  ` [Qemu-devel] "

BCM4313 & brcmsmac & 3.12: only semi-working?
 2014-09-26 15:20 UTC  (20+ messages)

[Qemu-devel] [RFC 00/10] Target-specific unit test support, add unit tests for target-i386/cpu.c code
 2014-09-26 15:20 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] Virtio-9p live migration patchset
 2014-09-26 15:19 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] virtio-9p: Add support for 9p migration
` [Qemu-devel] [PATCH 2/2] virtio-9p: Remove migration blockers

[PATCH] arm: kprobes-test: Fix compile error "bad immediate value for offset"
 2014-09-26 15:19 UTC  (2+ messages)

[PATCH 2/6] sparc64: Fix physical memory management regressions with large max_phys_bits
 2014-09-26 15:17 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] ui/input: fix event emitting of repeated combined keys
 2014-09-26 15:15 UTC  (5+ messages)

posix acl to nfs4 acl mapping - status?
 2014-09-26 15:08 UTC 

[PATCH V2] IB/core: memset attr variable to prevent garbage data
 2014-09-26 15:15 UTC 

[PATCH 0/2] socfpga: fix hotplug/add suspend to ram
 2014-09-26 14:56 UTC  (3+ messages)
` [PATCH 2/2] socfpga: support "

xl, libxl: add support for 'channels'
 2014-09-26 15:14 UTC  (4+ messages)

Fix problem recognizing symlinks
 2014-09-26 15:14 UTC  (2+ messages)

[PATCH] eal: remove rte_snprintf
 2014-09-26 15:14 UTC  (2+ messages)

[PATCH] Drivers: hv: util: Implement Time Synchronization using host time sample
 2014-09-26 15:13 UTC  (6+ messages)

page allocator bug in 3.16?
 2014-09-26 15:12 UTC  (11+ messages)

[PATCH] power: charger-manager: Fix NULL pointer exception with missing cm-fuel-gauge
 2014-09-26 15:12 UTC  (2+ messages)

[PATCH 0/3] distributor_app: new sample application for distributor library
 2014-09-26 15:11 UTC  (3+ messages)
` [PATCH v2] distributor_app: new sample app

[qemu-mainline test] 30403: tolerable FAIL - PUSHED
 2014-09-26 15:10 UTC 

[PATCH v3 0/4] PM QoS: per-cpu PM QoS support
 2014-09-26 15:10 UTC  (10+ messages)
` [PATCH v3 3/4] irq: Allow multiple clients to register for irq affinity notification

[PATCH v12 for-xen-4.5 00/20] x86/PMU: Xen PMU PV(H) support
 2014-09-26 15:10 UTC  (6+ messages)
` [PATCH v12 for-xen-4.5 01/20] common/symbols: Export hypervisor symbols to privileged guest
` [PATCH v12 for-xen-4.5 03/20] x86/VPMU: Set MSR bitmaps only for HVM/PVH guests

[Qemu-devel] [PATCH v3 00/23] Split BlockBackend off BDS with an axe
 2014-09-26 15:00 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 14/23] hw: Convert from BlockDriverState to BlockBackend, mostly

qla2xxx: Add FDMI-2 functionality
 2014-09-26 15:08 UTC 

linux-next: New build failures in Sep 25 tree
 2014-09-26 15:08 UTC  (5+ messages)

[PATCH 0/4] perf: Support AMD range breakpoints v2
 2014-09-26 15:04 UTC  (2+ messages)

Adding selftest testdata dynamically into live tree
 2014-09-26 15:07 UTC  (5+ messages)

[PATCH v6 0/5] QCOM 8074 cpuidle driver
 2014-09-26 15:07 UTC  (10+ messages)
` [PATCH v6 1/5] qcom: spm: Add Subsystem Power Manager driver

[U-Boot] [PATCH v3 0/15] samsung: Use common config files with Samsung boards
 2014-09-26 15:06 UTC  (2+ messages)

[PATCH v2 0/2] perf: User/kernel time correlation and event generation
 2014-09-26 15:05 UTC  (8+ messages)
` [PATCH v2 1/2] perf: Add sampling of the raw monotonic clock

[v6][PATCH 2/2] xen:vtd: missing RMRR mapping while share EPT
 2014-09-26 15:05 UTC  (12+ messages)
                  ` Discussion on whether to continue with the patches for Xen 4.5 "

Payment
 2014-09-26 14:58 UTC 

[PATCH 1/2] sched: deferred set priority (dprio) -- rebased for the tip
 2014-09-26 15:02 UTC  (3+ messages)

[PATCH v3 00/12] clk: sunxi: Improve MMC clocks support
 2014-09-26 15:02 UTC  (5+ messages)
` [PATCH v3 11/12] mmc: sunxi: Convert MMC driver to the standard clock phase API

linux-next: build failure after merge of the akpm-current tree
 2014-09-26 15:02 UTC  (2+ messages)
` [PATCH -mm] signal-use-build_bug-instead-of-_nsig_words_is_unsupported_size.fix

linux-next: manual merge of the tip tree with the audit tree
 2014-09-26 15:01 UTC  (2+ messages)

[PATCH] x86, setup: Additional __flush_tlb for Quak X1000
 2014-09-26 15:00 UTC  (7+ messages)
` [PATCH] x86, setup: add __flush_tlb() for Intel Quark X1000

[U-Boot] [PATCH 0/3] usb: dwc2: Add and enable DWC2 driver
 2014-09-26 15:01 UTC  (5+ messages)
` [U-Boot] [PATCH 1/3] usb: dwc2: Add driver for Synopsis DWC2 USB IP block

[RFC][PATCH 0/5 v2] x86/nmi: Print all cpu stacks from NMI safely
 2014-09-26 15:00 UTC  (8+ messages)
` [RFC][PATCH 2/5 v2] tracing: Create seq_buf layer in trace_seq

[OT] What distro/ user space are y'all running?
 2014-09-26 15:00 UTC  (2+ messages)

[U-Boot] [PATCH for-next] arndale: Enable config_distro_defaults.h
 2014-09-26 15:00 UTC  (2+ messages)

Payment
 2014-09-26 14:51 UTC 

Payment
 2014-09-26 14:51 UTC 

Payment
 2014-09-26 14:51 UTC 

[PATCH v12 00/12] Support for creating generic PCI host bridges from DT
 2014-09-26 14:58 UTC  (6+ messages)
` [PATCH v12 06/12] PCI: Create pci_host_bridge before its associated bus in pci_create_root_bus

[RFC Part3 v1 00/28] Enable hierarchy irqdomian on x86 platforms
 2014-09-26 14:57 UTC  (25+ messages)
` [RFC v1 01/28] x86, irq: Kill unused setup_timer_IRQ0_pin()
` [RFC v1 02/28] x86, irq: Prepare IOAPIC interfaces to support hierarchy irqdomain
` [RFC v1 03/28] x86, irq: Implement callbacks to enable hierarchy irqdomain on IOAPICs
` [RFC v1 04/28] x86, irq: Refine the way to allocate irq_cfg for legacy IRQs
` [RFC v1 05/28] x86, irq: Convert IOAPIC to use hierarchy irqdomain interfaces
` [RFC v1 06/28] x86, irq: Kill unused old IOAPIC "
` [RFC v1 07/28] x86, irq: Kill x86_io_apic_ops.print_entries and related interfaces
` [RFC v1 08/28] x86, irq: Kill x86_io_apic_ops.setup_entry "
` [RFC v1 09/28] x86, irq: Kill x86_io_apic_ops.set_affinity "
` [RFC v1 10/28] x86, irq: Kill x86_io_apic_ops.eoi_ioapic_pin "
` [RFC v1 11/28] x86, irq: Kill GENERIC_IRQ_LEGACY_ALLOC_HWIRQ
` [RFC v1 13/28] x86: irq_remapping: Clean up unsued code
` [RFC v1 14/28] iommu/vt-d: "
` [RFC v1 15/28] iommu/amd: "
` [RFC v1 18/28] iommu/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c
` [RFC v1 19/28] iommu/amd: Move struct irq_2_irte into amd_iommu.c
` [RFC v1 20/28] x86, irq: Move irq_cfg.irq_2_pin into io_apic.c
` [RFC v1 21/28] x86, irq: Kill struct io_apic_irq_attr
` [RFC v1 22/28] x86, irq: Kill x86_io_apic_ops.write and x86_io_apic_ops.modify
` [RFC v1 23/28] x86, irq: Clean up io_apic.h
` [RFC v1 24/28] x86, irq: Kill unused alloc_irq_and_cfg_at()
` [RFC v1 25/28] x86, irq: Change functions only used in vector.c as static
` [RFC v1 27/28] x86, irq: Introduce mechanism to support different vector allocation policies
` [RFC v1 28/28] x86, irq: Add kernel parameter vector_alloc to set CPU vector allocation policy


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.