All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-09-26 08:59:08 to 2014-09-26 09:43:36 UTC [more...]

[PATCH v6 0/4] Tegra124 soctherm driver
 2014-09-26  9:43 UTC  (9+ messages)
  ` [PATCH v6 1/4] of: Add bindings for nvidia,tegra124-soctherm
` [PATCH v6 2/4] ARM: tegra: Add soctherm and thermal zones to Tegra124 device tree
` [PATCH v6 3/4] ARM: tegra: Add thermal trip points for Jetson TK1
` [PATCH v6 4/4] thermal: Add Tegra SOCTHERM thermal management driver

Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through
 2014-09-26  9:43 UTC  (15+ messages)

[U-Boot] [PATCH] kconfig: fix another bug of "make savedefconfig"
 2014-09-26  9:42 UTC 

[Xenomai] xeno-test on arm: ("/usr/xenomai/bin/smokey: sched_setconfig_np(add-quota-group): Invalid argument")
 2014-09-26  9:41 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/2] Introduce CONFIG_SUPPORT_SPL/TPL
 2014-09-26  9:40 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] kconfig: add CONFIG_SUPPORT_SPL
` [U-Boot] [PATCH v2 2/2] kconfig: add CONFIG_SUPPORT_TPL

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

[PATCH 0/7] sched: Scale-invariant per-entity load-tracking
 2014-09-26  9:38 UTC  (6+ messages)
` [PATCH 1/7] sched: Introduce scale-invariant load tracking

Ubuntu 14.04 and the Intel(R) Centrino(R) Advanced-N 6200
 2014-09-26  9:38 UTC  (3+ messages)

[PATCH 00/28 v4] tool changes to honor configure --prefix=DIR
 2014-09-26  9:37 UTC  (8+ messages)
` [PATCH 28/28] Separate runtime debug output from debug symbols

[PATCH 0/4] table: fix bugs occuring in corner cases
 2014-09-26  9:37 UTC  (5+ messages)
  ` [PATCH 1/4] table: fix empty bucket removal during entry deletion in rte_table_hash_ext
  ` [PATCH 2/4] table: fix checking extended buckets in unoptimized case
  ` [PATCH 3/4] table: fix incorrect t->data_size_shl initialization
  ` [PATCH 4/4] table: fix pointer calculations at initialization

linux-next tree addition request -- doc.git
 2014-09-26  9:37 UTC 

[Qemu-devel] [PATCH v2 00/36] complete conversion to hotplug-handler API
 2014-09-26  9:28 UTC  (35+ messages)
` [Qemu-devel] [PATCH v2 01/36] test: virtio-scsi: check if hot-plug/unplug works
` [Qemu-devel] [PATCH v2 02/36] test: virtio-serial: "
` [Qemu-devel] [PATCH v2 03/36] test: libqos: add qpci_plug_device_test() and qpci_unplug_acpi_device_test()
` [Qemu-devel] [PATCH v2 04/36] test: virtio-rng: check if hot-plug/unplug works
` [Qemu-devel] [PATCH v2 05/36] test: virtio-net: "
` [Qemu-devel] [PATCH v2 06/36] test: virtio-blk: "
` [Qemu-devel] [PATCH v2 07/36] test: usb: move uhci port test code to libqos/usb.c
` [Qemu-devel] [PATCH v2 08/36] test: usb: add port test to uhci unit test
` [Qemu-devel] [PATCH v2 09/36] test: usb: generic usb device hotplug
` [Qemu-devel] [PATCH v2 10/36] test: usb: usb-storage hotplug test
` [Qemu-devel] [PATCH v2 11/36] test: usb: usb-uas "
` [Qemu-devel] [PATCH v2 12/36] access BusState.allow_hotplug using wraper qbus_is_hotpluggable()
` [Qemu-devel] [PATCH v2 13/36] qdev: do not allow to instantiate non hotpluggable device with device_add
` [Qemu-devel] [PATCH v2 14/36] qdev: HotplugHandler: rename unplug callback to unplug_request
` [Qemu-devel] [PATCH v2 15/36] qdev: HotplugHandler: provide unplug callback
` [Qemu-devel] [PATCH v2 16/36] qdev: add simple/generic unplug callback for HotplugHandler
` [Qemu-devel] [PATCH v2 17/36] qdev: add wrapper to set BUS as HotplugHandler
` [Qemu-devel] [PATCH v2 18/36] qdev: drop hotplug check from bus_add_child()
` [Qemu-devel] [PATCH v2 19/36] target-i386: ICC bus: drop BusState.allow_hotplug
` [Qemu-devel] [PATCH v2 20/36] virtio-pci: "
` [Qemu-devel] [PATCH v2 21/36] virtio-serial: convert to hotplug-handler API
` [Qemu-devel] [PATCH v2 22/36] virtio-mmio: drop useless bus->allow_hotplug = 0
` [Qemu-devel] [PATCH v2 23/36] s390x: drop not used allow_hotplug in event-facility
` [Qemu-devel] [PATCH v2 24/36] s390x: convert s390-virtio to hotplug handler API
` [Qemu-devel] [PATCH v2 25/36] s390x: convert virtio-ccw "
` [Qemu-devel] [PATCH v2 26/36] scsi: set SCSI BUS itself as default HotplugHandler
` [Qemu-devel] [PATCH v2 28/36] scsi: convert virtio-scsi HBA to hotplug handler API
` [Qemu-devel] [PATCH v2 30/36] usb-bot: mark device as non hotpluggable
` [Qemu-devel] [PATCH v2 31/36] usb-bot: drop not needed "allow_hotplug = 0"
` [Qemu-devel] [PATCH v2 32/36] usb-storage: "
` [Qemu-devel] [PATCH v2 33/36] usb: convert usb-ccid to hotplug handler API
` [Qemu-devel] [PATCH v2 34/36] usb: convert usb devices "
` [Qemu-devel] [PATCH v2 35/36] qdev: drop legacy hotplug fields/methods
` [Qemu-devel] [PATCH v2 36/36] qdev: HotplugHandler: add support for unplugging BUS-less devices

[PATCH 0/3] Enable Quark X1000 support in gpio-sch
 2014-09-26  9:36 UTC  (6+ messages)
` [PATCH 3/3] gpio: sch: Enable IRQ support for Quark X1000

[PATCH 00/12] Patches for DPDK to support Power architecture
 2014-09-26  9:36 UTC  (13+ messages)
  ` [PATCH 01/12] Add compiling definations for IBM "
  ` [PATCH 02/12] Add atomic operations "
  ` [PATCH 03/12] Add byte order "
  ` [PATCH 04/12] Add CPU cycle "
  ` [PATCH 05/12] Add prefetch operation "
  ` [PATCH 06/12] Add spinlock "
  ` [PATCH 07/12] Add vector memcpy "
  ` [PATCH 08/12] Add CPU flag checking "
  ` [PATCH 09/12] Remove iopl operation "
  ` [PATCH 10/12] Add cache size define for IBM Power Architecture
  ` [PATCH 11/12] Add huge page sizes for IBM Power architecture
  ` [PATCH 12/12] Add memory support for IBM Power Architecture

[LTP] [PATCH] fs/ext4-inode-version: remove "./" before "ext4_get_inode_version.sh" in ext4_test_inode_version.c
 2014-09-26  9:36 UTC 

[PATCH v4] can: flexcan: Re-write receive path to use MB queue instead of FIFO
 2014-09-26  9:35 UTC  (4+ messages)

[PATCH nf v2] netfilter: conntrack: disable generic tracking for known protocols
 2014-09-26  9:35 UTC 

[PATCH 0/5] irqchip: New driver for ST's SysCfg controlled IRQs
 2014-09-26  9:34 UTC  (6+ messages)
` [PATCH 2/6] irqchip: Supply new driver for STi based devices

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

[PATCH] SPI: spi-pxa2xx: Add support for Intel Quark X1000 SPI controller
 2014-09-26 17:25 UTC 

[PATCH 0/7] Patches to split architecture specific operations from DPDK
 2014-09-26  9:33 UTC  (8+ messages)
  ` [PATCH 1/7] Split atomic operations to architecture specific
  ` [PATCH 2/7] Split byte order "
  ` [PATCH 3/7] Split CPU cycle operation "
  ` [PATCH 4/7] Split prefetch operations "
  ` [PATCH 5/7] Split spinlock "
  ` [PATCH 6/7] Split memcpy operation "
  ` [PATCH 7/7] Split CPU flags operations "

[GIT PULL] Xilinx Zynq changes for v3.18
 2014-09-26  9:32 UTC  (4+ messages)

[PATCH for-4.5 V8 0/4] arm64 EFI stub
 2014-09-26  9:32 UTC  (3+ messages)
` [PATCH for-4.5 V8 4/4] Add ARM EFI boot support

[Qemu-devel] [PATCH v1 0/3] monitor: add peripheral device del completion support
 2014-09-26  9:31 UTC  (5+ messages)
` [Qemu-devel] [PATCH v1 2/3] qom: export object_property_is_child()
` [Qemu-devel] [PATCH v1 3/3] monitor: add del completion for peripheral device

[PATCH] drm/i915: Do not store the error pointer for a failed userptr registration
 2014-09-26  9:31 UTC 

[PATCH] arm/arm64: KVM: Fix set_clear_sgi_pend_reg offset
 2014-09-26  9:30 UTC  (7+ messages)

[PATCH RFC 6/7] ARM: shmobile: Do additional settings for L2shutdown mode
 2014-09-26  9:30 UTC  (2+ messages)

[PATCH for-4.5] xen: use relative path for true(1)
 2014-09-26  9:29 UTC 

[PATCH net-next 0/3] mld updates, part 2
 2014-09-26  9:29 UTC  (6+ messages)
` [PATCH net-next 2/3] ipv6: mld: do not overwrite uri when receiving an mldv2 query

[PATCH v3 00/17] Cross-architecture definitions of relaxed MMIO accessors
 2014-09-26  9:28 UTC  (5+ messages)

possible bug in job control
 2014-09-26  9:28 UTC  (3+ messages)

[PATCH] librte_pmd_packet: add PMD for AF_PACKET-based virtual devices
 2014-09-26  9:28 UTC  (4+ messages)
` [PATCH v2] "

linux-next: manual merge of the arm-soc tree with the arm tree
 2014-09-26  9:27 UTC  (4+ messages)

Adding IPv4 multicast support
 2014-09-26  9:27 UTC  (11+ messages)
    ` picotcp tftp support [was Adding IPv4 multicast support]

[PATCH 00/13] ARM: shmobile: R-Mobile: DT PM domain support
 2014-09-26  9:27 UTC  (6+ messages)

[PATCH 0/2] Disable Android low memory killer
 2014-09-26  9:27 UTC  (3+ messages)
` [PATCH 1/2] lib/igt_core: make single/simple tests use igt_exit
` [PATCH 2/2] lib/igt_core.c: disable lowmemorykiller during tests

[Qemu-devel] [PATCH v4 00/19] drop qapi nested structs
 2014-09-26  9:26 UTC  (10+ messages)
` [Qemu-devel] [PATCH v4 08/19] qapi: Better error messages for bad expressions
` [Qemu-devel] [PATCH v4 13/19] qapi: More rigourous checking of types

linux-next: manual merge of the pci tree with the asm-generic tree
 2014-09-26  9:26 UTC  (4+ messages)

[PATCH v4 0/4] ARM: meson: watchdog driver
 2014-09-26  9:26 UTC  (7+ messages)
` [PATCH v4 3/4] ARM: DTS: meson: update DTSI to add watchdog node

[PATCH v2 0/3] arm_arch_timer: VDSO preparation, code consolidation
 2014-09-26  9:26 UTC  (5+ messages)
` [PATCH v2 1/3] clocksource: arm_arch_timer: change clocksource name if CP15 unavailable

[PATCHv2 0/3] x86, ptdump: a EFI related fix + enhancements
 2014-09-26  9:25 UTC  (7+ messages)
` [PATCHv2 2/3] x86, ptdump: Simplify page flag evaluation code

[net-next PATCH 0/1 V4] qdisc bulk dequeuing and utilizing delayed tailptr updates
 2014-09-26  9:23 UTC  (9+ messages)
` [net-next PATCH 1/1 V4] qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUE

[PATCHv4] android/tester: Setup bluetooth module in separate thread
 2014-09-26  9:24 UTC 

[PATCH] Drivers: hv: util: Implement Time Synchronization using host time sample
 2014-09-26  9:24 UTC  (6+ messages)
      ` Time keeps on slipping... on Hyper-V

[PATCH] ixgbe: fix compile error with gcc4.4 (used RHEL 6)
 2014-09-26  9:23 UTC  (4+ messages)
` patches validation

[tip:perf/core] perf trace: Filter out POLLHUP' ed file descriptors
 2014-09-26  9:22 UTC 

[tip:perf/core] perf record: Filter out POLLHUP' ed file descriptors
 2014-09-26  9:22 UTC 

[tip:perf/core] perf evlist: Unmap when all refcounts to fd are gone and events drained
 2014-09-26  9:22 UTC 

xl, libxl: add support for 'channels'
 2014-09-26  9:22 UTC  (7+ messages)
` [PATCH v6 for-4.5 1/5] "
` [PATCH v6 for-4.5 2/5] xl: move 'replace_string' further up the file
` [PATCH v6 for-4.5 3/5] xl: add 'xstrdup' next to 'xrealloc'

[tip:perf/core] tools lib fd array: Allow associating an integer cookie with each entry
 2014-09-26  9:21 UTC 

linux-next: manual merge of the llvmlinux tree with the arm tree
 2014-09-26  9:21 UTC  (2+ messages)

[PATCH 04/10] perf record: Filter out POLLHUP'ed file descriptors
 2014-09-26  9:21 UTC  (2+ messages)
` [tip:perf/core] perf evlist: Refcount mmaps

[tip:perf/core] tools lib api: Adopt fdarray class from perf' s evlist
 2014-09-26  9:21 UTC 

[PATCH v16 00/10] enable Cache Monitoring Technology (CMT) feature
 2014-09-26  9:21 UTC  (4+ messages)
` [PATCH v16 06/10] x86: collect global CMT information

[tip:perf/core] perf evlist: Introduce poll method for common code idiom
 2014-09-26  9:21 UTC 

[PATCH 04/10] perf record: Filter out POLLHUP'ed file descriptors
 2014-09-26  9:20 UTC  (2+ messages)
` [tip:perf/core] perf evlist: We need to poll all event "

[tip:perf/core] perf kvm stat live: Use perf_evlist__add_pollfd() instead of local equivalent
 2014-09-26  9:20 UTC 

[tip:perf/core] perf tests: Add pollfd growing test
 2014-09-26  9:20 UTC 

[tip:perf/core] perf evlist: Allow growing pollfd on add method
 2014-09-26  9:20 UTC 

[tip:perf/core] perf tests: Add test for perf_evlist__filter_pollfd()
 2014-09-26  9:19 UTC 

[tip:perf/core] perf evlist: Monitor POLLERR and POLLHUP events too
 2014-09-26  9:19 UTC 

[tip:perf/core] perf evlist: Introduce perf_evlist__filter_pollfd method
 2014-09-26  9:19 UTC 

[Qemu-devel] [PULL v3 00/15] pci, pc, virtio, misc bugfixes
 2014-09-26  9:19 UTC  (6+ messages)
` [Qemu-devel] [PULL v3 14/15] virtio-pci: fix migration for pci bus master

"command -p" does not correctly limit search to a safe PATH
 2014-09-26  9:19 UTC  (4+ messages)

[Xenomai] Interrupt channel
 2014-09-26  9:18 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] ARM: sheevaplug: refresh for 201410
 2014-09-26  9:17 UTC  (6+ messages)

[Qemu-devel] [PATCH v2] pc-dimm: Don't check dimm->node when there is non-NUMA config
 2014-09-26  9:16 UTC 

[GIT PULL 00/14] perf tools polling fixes
 2014-09-26  9:15 UTC  (2+ messages)

[PATCH v6 0/8] add a new interface to show the memory usage of 1st kernel
 2014-09-26  9:14 UTC  (8+ messages)
` Add "--mem-usage" support for s390x

[PATCH v3 0/2] Add PWM and backlight support for Colibri VF61 modules
 2014-09-26  8:54 UTC  (4+ messages)
` [PATCH v3 1/2] ARM: dts: vf610-colibri: Add PWM support

[PATCH v5] mfd: syscon: Decouple syscon interface from platform devices
 2014-09-26  9:14 UTC  (5+ messages)

[Xenomai] Problems triggering a nested interrupt to a user space process
 2014-09-26  9:13 UTC  (3+ messages)

DPDK doesn't work with iommu=pt
 2014-09-26  9:13 UTC 

ios and sectors should be incremented on completion
 2014-09-26  9:12 UTC 

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

[PATCH][linux 2.6.18] pvusb: mark request as consumed after finished using it
 2014-09-26  9:10 UTC 

[Qemu-devel] [RFC PATCH v0 0/2] target-ppc: Fix an invalid free
 2014-09-26  9:07 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH v0 1/2] target-ppc: Use macros in opcodes table handling code
` [Qemu-devel] [RFC PATCH v0 2/2] target-ppc: Fix an invalid free in opcode "

[PATCH] gpio: pca953x: Fix warning when HW interrupts are rescheduled by the softirq tasklet
 2014-09-26  9:07 UTC  (8+ messages)

[PATCH v2 00/22] Use MSI chip framework to configure MSI/MSI-X in all platforms
 2014-09-26  9:05 UTC  (14+ messages)

[PATCH v4] xen/arm: Deliver interrupts to vcpu specified in IROUTER
 2014-09-26  9:03 UTC 

Wildcard in RDEPENDS when exporting perl modules to SDK
 2014-09-26  9:02 UTC  (2+ messages)

[Bug 85151] New: pm80xx + 7805H + HP SAS port expander = mpi_smp_completion 2604:smp IO status 0x2 and sas: expander ... discovery failed(0xffffffa6)
 2014-09-26  9:03 UTC  (2+ messages)
` [Bug 85151] "

Updates of meta-fsl-ppc master branch in 2014-09-26
 2014-09-26  9:02 UTC 

[Buildroot] Raspaudio : how to use buildroot as a git submodule
 2014-09-26  9:00 UTC  (3+ messages)

linux-next: manual merge of the akpm-current tree with the pci tree
 2014-09-26  9:00 UTC  (4+ messages)

[PATCH] md: avoid potential long delay under pers_lock
 2014-09-26  8:59 UTC  (3+ messages)

[PATCH v3 0/8] phy: miphy28lp: Introduce support for MiPHY28lp
 2014-09-26  8:54 UTC  (3+ messages)
` [PATCH v3 2/8] phy: miphy28lp: Add MiPHY28lp header file for DT x Driver defines
` [PATCH v3 7/8] phy: miphy28lp: Tune tx impedance across Soc cuts


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.