All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-18 21:12:20 to 2015-02-18 22:04:11 UTC [more...]

[Qemu-devel] [PULL 00/96] pci, pc, virtio fixes and cleanups
 2015-02-18 22:03 UTC  (99+ messages)
` [Qemu-devel] [PULL 01/96] acpi-build: fix memory leak with bridge hp off
` [Qemu-devel] [PULL 02/96] bios linker: validate pointer within table
` [Qemu-devel] [PULL 03/96] acpi: move generic aml building helpers into dedictated file
` [Qemu-devel] [PULL 04/96] acpi: add build_append_namestring() helper
` [Qemu-devel] [PULL 05/96] acpi: drop min-bytes in build_package()
` [Qemu-devel] [PULL 06/96] pci: Convert core to realize
` [Qemu-devel] [PULL 07/96] pci: Permit incremental conversion of device models "
` [Qemu-devel] [PULL 08/96] pci: Trivial device model conversions "
` [Qemu-devel] [PULL 09/96] pcnet: pcnet_common_init() always returns 0, change to void
` [Qemu-devel] [PULL 10/96] pcnet: Convert to realize
` [Qemu-devel] [PULL 11/96] serial-pci: "
` [Qemu-devel] [PULL 12/96] ide/ich: "
` [Qemu-devel] [PULL 13/96] cirrus-vga: "
` [Qemu-devel] [PULL 14/96] qxl: "
` [Qemu-devel] [PULL 15/96] pci-assign: "
` [Qemu-devel] [PULL 16/96] qdev: Don't exit when running into bad -global
` [Qemu-devel] [PULL 17/96] acpi, pc: Add hotunplug request cb for pc machine
` [Qemu-devel] [PULL 18/96] acpi, ich9: Add hotunplug request cb for ich9
` [Qemu-devel] [PULL 19/96] acpi, pc: Add unplug cb for pc machine
` [Qemu-devel] [PULL 20/96] acpi, ich9: Add unplug cb for ich9
` [Qemu-devel] [PULL 21/96] acpi, piix4: Add unplug cb for piix4
` [Qemu-devel] [PULL 22/96] vl.c: Fix error messages when parsing maxmem parameters
` [Qemu-devel] [PULL 23/96] pc: memory: Validate alignment of maxram_size to page size
` [Qemu-devel] [PULL 24/96] acpi: update RSDP on guest access
` [Qemu-devel] [PULL 25/96] pc: acpi-build: update linker "
` [Qemu-devel] [PULL 26/96] pc: acpi-build: migrate RSDP table
` [Qemu-devel] [PULL 27/96] exec: round up size on MR resize
` [Qemu-devel] [PULL 28/96] acpi-build: fix ACPI RAM management
` [Qemu-devel] [PULL 29/96] acpi: has_immutable_rsdp->!rsdp_in_ram
` [Qemu-devel] [PULL 30/96] acpi-build: simplify rsdp management for legacy
` [Qemu-devel] [PULL 31/96] scripts/update-linux-headers.sh: pull virtio hdrs
` [Qemu-devel] [PULL 32/96] include: import virtio headers from linux 4.0
` [Qemu-devel] [PULL 33/96] virtio: use standard virtio_ring.h
` [Qemu-devel] [PULL 34/96] virtio: use standard-headers
` [Qemu-devel] [PULL 35/96] virtio-balloon: use standard headers
` [Qemu-devel] [PULL 36/96] virtio-9p: "
` [Qemu-devel] [PULL 37/96] virtio-blk: switch to standard-headers
` [Qemu-devel] [PULL 38/96] virtio-net,tap: use standard-headers
` [Qemu-devel] [PULL 39/96] virtio-rng: "
` [Qemu-devel] [PULL 40/96] virtio-scsi: "
` [Qemu-devel] [PULL 41/96] virtio-serial: switch to standard-headers
` [Qemu-devel] [PULL 42/96] update-linux-headers: use standard-headers
` [Qemu-devel] [PULL 43/96] linux-headers: "
` [Qemu-devel] [PULL 44/96] virtio-pci: use standard headers
` [Qemu-devel] [PULL 45/96] scripts: add arch specific standard-headers
` [Qemu-devel] [PULL 46/96] standard-headers: add s390 virtio headers
` [Qemu-devel] [PULL 47/96] s390: use standard headers
` [Qemu-devel] [PULL 48/96] virtio: cull virtio_bus_set_vdev_features
` [Qemu-devel] [PULL 49/96] virtio: feature bit manipulation helpers
` [Qemu-devel] [PULL 50/96] virtio: add feature checking helpers
` [Qemu-devel] [PULL 51/96] acpi-build: skip hotplugged bridges
` [Qemu-devel] [PULL 52/96] pc: acpi: use local var for accessing ACPI tables blob in acpi_build()
` [Qemu-devel] [PULL 53/96] update-linux-headers.sh: s/__inline__/inline/
` [Qemu-devel] [PULL 54/96] virtio-serial-bus.c: drop virtio_ids.h
` [Qemu-devel] [PULL 55/96] standard-headers: include stdint.h
` [Qemu-devel] [PULL 56/96] virtio_ring.h: s/__inline__/inline/
` [Qemu-devel] [PULL 57/96] acpi: introduce AML composer aml_append()
` [Qemu-devel] [PULL 58/96] acpi: add aml_scope() term
` [Qemu-devel] [PULL 59/96] pc: acpi-build: use aml_scope() for \_SB scope
` [Qemu-devel] [PULL 60/96] acpi: add aml_device() term
` [Qemu-devel] [PULL 61/96] acpi: add aml_method() term
` [Qemu-devel] [PULL 62/96] acpi: add aml_if() term
` [Qemu-devel] [PULL 63/96] acpi: add aml_name() & aml_name_decl() term
` [Qemu-devel] [PULL 64/96] acpi: add aml_int() term
` [Qemu-devel] [PULL 65/96] acpi: add aml_return() term
` [Qemu-devel] [PULL 66/96] acpi: add aml_arg() term
` [Qemu-devel] [PULL 67/96] acpi: add aml_store() term
` [Qemu-devel] [PULL 68/96] acpi: add aml_and() term
` [Qemu-devel] [PULL 69/96] acpi: add aml_notify() term
` [Qemu-devel] [PULL 70/96] acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpers
` [Qemu-devel] [PULL 71/96] acpi: add aml_package() term
` [Qemu-devel] [PULL 72/96] pc: acpi-build: generate _S[345] packages dynamically
` [Qemu-devel] [PULL 73/96] acpi: add aml_buffer() term
` [Qemu-devel] [PULL 74/96] acpi: add aml_resource_template() helper
` [Qemu-devel] [PULL 75/96] acpi: add aml_io() helper
` [Qemu-devel] [PULL 76/96] acpi: include PkgLength size only when requested
` [Qemu-devel] [PULL 77/96] acpi: add aml_operation_region() term
` [Qemu-devel] [PULL 78/96] acpi: add aml_field() & aml_named_field() terms
` [Qemu-devel] [PULL 79/96] acpi: add aml_local() term
` [Qemu-devel] [PULL 80/96] acpi: add aml_string() term
` [Qemu-devel] [PULL 81/96] pc: acpi-build: generate pvpanic device description dynamically
` [Qemu-devel] [PULL 82/96] acpi: add aml_varpackage() term
` [Qemu-devel] [PULL 83/96] acpi: add aml_equal() term
` [Qemu-devel] [PULL 84/96] acpi: add aml_processor() term
` [Qemu-devel] [PULL 85/96] acpi: add aml_eisaid() term
` [Qemu-devel] [PULL 86/96] pc: acpi-build: drop template patching and CPU hotplug objects dynamically
` [Qemu-devel] [PULL 87/96] pc: acpi-build: create CPU hotplug IO region dynamically
` [Qemu-devel] [PULL 88/96] acpi: add aml_reserved_field() term
` [Qemu-devel] [PULL 89/96] pc: acpi-build: drop template patching and memory hotplug objects dynamically
` [Qemu-devel] [PULL 90/96] pc: acpi-build: create memory hotplug IO region dynamically
` [Qemu-devel] [PULL 91/96] acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword_memory() terms
` [Qemu-devel] [PULL 92/96] pc: pcihp: expose MMIO base and len as properties
` [Qemu-devel] [PULL 93/96] pc: acpi-build: reserve PCIHP MMIO resources
` [Qemu-devel] [PULL 94/96] acpi: update generated hex files
` [Qemu-devel] [PULL 95/96] acpi: drop unused generated files
` [Qemu-devel] [PULL 96/96] acpi-test: update expected files

[Xenomai] interrupt service
 2015-02-18 22:03 UTC 

H_CLEAR_REF and H_CLEAR_MOD
 2015-02-18 22:00 UTC  (4+ messages)

+ ext4-add-dax-functionality.patch added to -mm tree
 2015-02-18 21:59 UTC  (10+ messages)

+ memory-hotplug-use-macro-to-switch-between-section-and-pfn.patch added to -mm tree
 2015-02-18 21:58 UTC 

[PATCH v2 0/7] Kernel huge I/O mapping support
 2015-02-18 21:57 UTC  (11+ messages)
` [PATCH v2 6/7] x86, mm: Support huge I/O mappings on x86

+ mm-memcontrol-use-max-instead-of-infinity-in-control-knobs.patch added to -mm tree
 2015-02-18 21:56 UTC 

[PATCH RESEND v2 0/7] powerpc/powernv: Unified PCI slot reset and hotplug
 2015-02-18 21:03 UTC  (8+ messages)
` [PATCH RESEND v2 7/7] PCI/hotplug: PowerPC PowerNV PCI hotplug driver

+ mm-memcontrol-update-copyright-notice.patch added to -mm tree
 2015-02-18 21:55 UTC 

[RFC v1 0/8] xen: kconfig changes
 2015-02-18 21:54 UTC  (13+ messages)

[RFH] GSoC 2015 application
 2015-02-18 21:54 UTC  (2+ messages)

No subject
 2015-02-18 21:54 UTC  (7+ messages)
` [PATCH v2 4/4] clk: dt: Introduce always-on clock domain documentation

+ rtc-pcf8563-simplify-return-from-function.patch added to -mm tree
 2015-02-18 21:54 UTC 

Tracepoint not compiling with many string event fields
 2015-02-18 21:53 UTC 

Linux audit performance impact
 2015-02-18 21:49 UTC  (8+ messages)

[PATCH] HID: hid-lg4ff: Fix "undefined reference" build issue with CONFIG_USB disabled
 2015-02-18 21:49 UTC 

eMobileCode is LIVE (Early Bird Access)
 2015-02-18 21:48 UTC 

[PATCH 1/2] monitor: Factor out channel selection to separate function
 2015-02-18 21:46 UTC  (2+ messages)
` [PATCH 2/2] monitor: Fix selecting PSM for L2CAP frame

[Q] should "color.*.<slot> = normal" emit nothing?
 2015-02-18 21:44 UTC  (2+ messages)
` [PATCH] log --decorate: do not leak "commit" color into the next item

[Cocci] remove typedefs from struct
 2015-02-18 21:44 UTC  (12+ messages)

[Outreachy kernel] [PATCH] Staging: rts5208: Remove braces around single if-statement
 2015-02-18 20:35 UTC  (2+ messages)
`  "

[RFT] upcoming glibc 2.21 and gcc 4.9 upgrade
 2015-02-18 21:41 UTC  (21+ messages)
` [yocto] "
                                  ` [OE-core] "
                                    ` [yocto] "

[PATCH v3 0/4] perf: add support for profiling jitted code
 2015-02-18 21:40 UTC  (5+ messages)
` [PATCH v3 1/4] perf tools: add Java demangling support
` [PATCH v3 2/4] perf inject: add jitdump mmap injection support
` [PATCH v3 3/4] perf tools: add JVMTI agent library
` [PATCH v3 4/4] perf: Use monotonic clock as a source for timestamps

[Xenomai] Remote debugging problems
 2015-02-18 21:39 UTC  (7+ messages)

[PATCH] Fix a SEGV due to uninitialised mask
 2015-02-18 21:39 UTC  (2+ messages)

Get a git diff without taking index into account
 2015-02-18 21:38 UTC  (8+ messages)

[PATCH 0/1] RFC: Use /dev/md/X as default name
 2015-02-18 21:37 UTC  (3+ messages)

v3.19: Nokia N900 (qemu) - omap_aes error
 2015-02-18 21:36 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVE
 2015-02-18 21:36 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] arm: socfpga: Enable DM for Cadence and DW SPI

[Buildroot] [PATCH v6] wine: New package
 2015-02-18 21:35 UTC 

[U-Boot] [PULL] u-boot-socfpga/master
 2015-02-18 21:34 UTC  (3+ messages)

[Buildroot] [PATCH try 5] wine: New package
 2015-02-18 21:34 UTC  (4+ messages)

[GIT PULL] kconfig changes for v3.20-rc1
 2015-02-18 21:33 UTC 

Potential Bug in "echo 0 > /dev/md0"
 2015-02-18 21:32 UTC  (2+ messages)

How to handle TIF_MEMDIE stalls?
 2015-02-18 21:31 UTC  (12+ messages)

[PATCH 0/3] Add e6500 perf events to sysfs and update perf doc
 2015-02-18 21:31 UTC  (11+ messages)
` [PATCH 1/3] perf/e6500: Make event translations available in sysfs

[Xenomai] arm: Late delivery of pending Linux signals?
 2015-02-18 21:28 UTC  (12+ messages)

Nokia N900: omap aes is broken
 2015-02-18 21:27 UTC  (3+ messages)

[GIT PULL] kbuild misc changes for v3.20-rc1
 2015-02-18 21:27 UTC 

[PATCH] Staging: rtl8723au: Use put_unaligned_le16
 2015-02-18 21:27 UTC  (3+ messages)
` [Outreachy kernel] "

[RFC] test_bit before clear files_struct bits
 2015-02-18 21:27 UTC  (4+ messages)
` [RFC V2] "
  ` [RFC V3] test bit "

rtl8192cu beacon fix unreliable
 2015-02-18 21:27 UTC  (2+ messages)

re-add POLICY
 2015-02-18 21:25 UTC  (10+ messages)
      ` desktop disk's error recovery timouts (was: re-add POLICY)
        ` desktop disk's error recovery timouts
          ` What are mdadm maintainers to do? (was: desktop disk's error recovery timeouts)
              ` help with the little script (erc timout fix)

[PATCH v1 00/12] x86, alternatives: Instruction padding and more robust JMPs
 2015-02-18 21:23 UTC  (3+ messages)

[RFC PATCH] rtl8192cu: Fix beacon support in AP mode
 2015-02-18 21:24 UTC  (2+ messages)

[PATCH v2] kprobes/x86: Use 5-byte NOP when the code might be modified by ftrace
 2015-02-18 21:22 UTC  (4+ messages)

[PATCH v2 0/3] ARM: shmobile: r8a73a4: DT PM domain support
 2015-02-18 21:21 UTC  (3+ messages)

[PATCH v3 0/2] ARM: shmobile: sh73a0: Enable DT PM domain support
 2015-02-18 21:21 UTC  (3+ messages)

[PATCH v4 0/5] ARM: shmobile: sh73a0/kzm9g: Complete multiplatform support
 2015-02-18 21:21 UTC  (3+ messages)

[PATCH v4 0/6] ARM: shmobile: r8a73a4/ape6evm: Complete multiplatform support
 2015-02-18 21:20 UTC  (3+ messages)

[PATCH v3 00/15] r8a7778 CCF and multiplatform
 2015-02-18 21:20 UTC  (2+ messages)

[PATCH 0/2] ARM: shmobile: emev2 dts: Add pinmux support
 2015-02-18 21:20 UTC  (3+ messages)

SystemTap 2.7 release
 2015-02-18 21:19 UTC 

Why do we use RX queue mapping for TX?
 2015-02-18 21:18 UTC  (2+ messages)

[version 2] amba uarts - arm type uarts fifo size provided by device tree
 2015-02-18 21:17 UTC  (4+ messages)
` [PATCH 1/2] Documentation: bindings: add optional fifo size property to AMBA UARTs

test_mp_secondary??
 2015-02-18 21:17 UTC 

[PATCH] [media] soc-camera: Remove bogus devm_kfree() in soc_of_bind()
 2015-02-18 21:16 UTC  (4+ messages)

[PATCH 1/7] serial: imx: drop members from driver data that are only used during probe
 2015-02-18 21:16 UTC  (4+ messages)
` [PATCH 4/7] serial: imx: drop support for IRDA

[PATCH] pci-dma: Fix x86 dma_alloc_coherent to fully clear all pages returned
 2015-02-18 21:15 UTC  (2+ messages)

[PATCH 00/18] cpufreq: don't loose cpufreq history on CPU hotplug
 2015-02-18 21:15 UTC  (6+ messages)
` [PATCH 04/18] cpufreq: Manage fallback policies in a list

3.13-rc3 (commit 7ce93f3) breaks Nokia N900 DT boot
 2015-02-18 21:14 UTC  (5+ messages)
` runtime check for omap-aes bus access permission (was: Re: 3.13-rc3 (commit 7ce93f3) breaks Nokia N900 DT boot)

[Buildroot] [PATCH for buildroot-test 1/2] br-reproduce-build: support repository with non standard name
 2015-02-18 21:14 UTC  (2+ messages)
` [Buildroot] [PATCH for buildroot-test 2/2] br-reproduce-build: do a fetch instead of a pull


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.