All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-07-04 14:45:29 to 2013-07-04 16:00:16 UTC [more...]

Boot hang regression 3.10.0-rc4 -> 3.10.0
 2013-07-04 16:00 UTC  (5+ messages)

[Qemu-devel] [PULL 00/66] Memory API changes for 1.6: ownership, I/O ports, RCU preparation
 2013-07-04 15:59 UTC  (69+ messages)
` [Qemu-devel] [PATCH 01/66] int128: optimize and add test cases
` [Qemu-devel] [PATCH 02/66] scsi: keep device alive while it has requests
` [Qemu-devel] [PATCH 03/66] dma: keep a device alive while it has SGLists
` [Qemu-devel] [PATCH 04/66] adlib: replace register_ioport*
` [Qemu-devel] [PATCH 05/66] applesmc: "
` [Qemu-devel] [PATCH 06/66] wdt_ib700: "
` [Qemu-devel] [PATCH 07/66] i82374: "
` [Qemu-devel] [PATCH 08/66] prep: "
` [Qemu-devel] [PATCH 09/66] vt82c686: "
` [Qemu-devel] [PATCH 10/66] Privatize register_ioport_read/write
` [Qemu-devel] [PATCH 11/66] isa: implement isa_is_ioport_assigned via memory_region_find
` [Qemu-devel] [PATCH 12/66] vmware-vga: Accept unaligned I/O accesses
` [Qemu-devel] [PATCH 13/66] xen: Mark fixed platform I/O as unaligned
` [Qemu-devel] [PATCH 14/66] ioport: Switch dispatching to memory core layer
` [Qemu-devel] [PATCH 15/66] ioport: Remove unused old dispatching services
` [Qemu-devel] [PATCH 16/66] vmport: Disentangle read handler type from portio
` [Qemu-devel] [PATCH 17/66] ioport: Move portio types to ioport.h
` [Qemu-devel] [PATCH 19/66] memory: destroy phys_sections one by one
` [Qemu-devel] [PATCH 20/66] exec: simplify destruction of the phys map
` [Qemu-devel] [PATCH 21/66] memory: add getter for owner
` [Qemu-devel] [PATCH 22/66] memory: add ref/unref
` [Qemu-devel] [PATCH 23/66] memory: introduce memory_region_present
` [Qemu-devel] [PATCH 24/66] memory: add ref/unref calls
` [Qemu-devel] [PATCH 25/66] exec: check MRU in qemu_ram_addr_from_host
` [Qemu-devel] [PATCH 26/66] exec: move qemu_ram_addr_from_host_nofail to cputlb.c
` [Qemu-devel] [PATCH 27/66] memory: return MemoryRegion from qemu_ram_addr_from_host
` [Qemu-devel] [PATCH 28/66] exec: reorganize address_space_map
` [Qemu-devel] [PATCH 29/66] memory: ref/unref memory across address_space_map/unmap
` [Qemu-devel] [PATCH 30/66] escc: rename struct to ESCCState
` [Qemu-devel] [PATCH 31/66] vga: pass owner to vga_init
` [Qemu-devel] [PATCH 32/66] vga: pass owner to vga_common_init
` [Qemu-devel] [PATCH 33/66] vga: pass owner to cirrus_init_common
` [Qemu-devel] [PATCH 34/66] vga: pass owner to vga_init_vbe
` [Qemu-devel] [PATCH 35/66] vga: pass owner to vga_init_io
` [Qemu-devel] [PATCH 36/66] vga: set owner in vga_update_memory_access
` [Qemu-devel] [PATCH 37/66] ne2000: pass device to ne2000_setup_io, use it as owner
` [Qemu-devel] [PATCH 38/66] vfio: pass device to vfio_mmap_bar and use it to set owner
` [Qemu-devel] [PATCH 39/66] spapr_iommu: pass device to spapr_tce_new_table "
` [Qemu-devel] [PATCH 40/66] pam: pass device to init_pam "
` [Qemu-devel] [PATCH 41/66] piolist: add owner argument to initialization functions and pass devices
` [Qemu-devel] [PATCH 42/66] hw/a*: pass owner to memory_region_init* functions
` [Qemu-devel] [PATCH 43/66] hw/block: "
` [Qemu-devel] [PATCH 44/66] hw/c*: "
` [Qemu-devel] [PATCH 45/66] hw/d*: "
` [Qemu-devel] [PATCH 46/66] hw/gpio: "
` [Qemu-devel] [PATCH 47/66] hw/i*: "
` [Qemu-devel] [PATCH 48/66] hw/m*: "
` [Qemu-devel] [PATCH 49/66] hw/n*: "
` [Qemu-devel] [PATCH 50/66] hw/p*: "
` [Qemu-devel] [PATCH 51/66] hw/s*: "
` [Qemu-devel] [PATCH 52/66] hw/t*: "
` [Qemu-devel] [PATCH 53/66] hw/[u-x]*: "
` [Qemu-devel] [PATCH 54/66] add a header file for atomic operations
` [Qemu-devel] [PATCH 55/66] memory: access FlatView from a local variable
` [Qemu-devel] [PATCH 56/66] memory: use a new FlatView pointer on every topology update
` [Qemu-devel] [PATCH 57/66] memory: add reference counting to FlatView
` [Qemu-devel] [PATCH 58/66] qom: Use atomics for object refcounting
` [Qemu-devel] [PATCH 59/66] exec: change well-known physical sections to macros
` [Qemu-devel] [PATCH 60/66] exec: separate current memory map from the one being built
` [Qemu-devel] [PATCH 61/66] memory: move MemoryListener declaration earlier
` [Qemu-devel] [PATCH 62/66] exec: move listener from AddressSpaceDispatch to AddressSpace
` [Qemu-devel] [PATCH 63/66] exec: separate current radix tree from the one being built
` [Qemu-devel] [PATCH 64/66] exec: put memory map in AddressSpaceDispatch
` [Qemu-devel] [PATCH 65/66] exec: remove cur_map
` [Qemu-devel] [PATCH 66/66] exec: change some APIs to take AddressSpaceDispatch

[Buildroot] [PATCH] classpath: fix build errors with gmp support
 2013-07-04 15:59 UTC 

[Qemu-devel] [PATCH 0/7] Fixes around -machine
 2013-07-04 15:58 UTC  (16+ messages)
` [Qemu-devel] [PATCH 2/7] qemu-option: Fix qemu_opts_set_defaults() for corner cases
` [Qemu-devel] [PATCH 3/7] vl: New qemu_get_machine_opts()
` [Qemu-devel] [PATCH 4/7] Fix -machine options accel, kernel_irqchip, kvm_shadow_mem
` [Qemu-devel] [PATCH 7/7] vl: Tighten parsing of -machine option phandle_start

[PATCH] serial/mxs-auart: increase time to wait for transmitter to become idle
 2013-07-04 15:58 UTC  (3+ messages)

[PATCH] gitweb: allow extra breadcrumbs to prefix the trail
 2013-07-04 15:56 UTC  (8+ messages)

[PATCH v2 0/5] Allow xuser to shutdown
 2013-07-04 15:56 UTC  (6+ messages)
` [PATCH v2 5/5] shutdown-desktop: give entire path in Exec field

[PATCH v6 00/10] mtd: add datasheet's ECC information to nand_chip{}
 2013-07-05  4:00 UTC  (2+ messages)

WARNING: at net/core/dst.c:274 dst_release+0x2d/0x56()
 2013-07-04 15:56 UTC  (6+ messages)

[PATCH] Btrfs-progs: fix check in btrfs_lookup_extent_info()
 2013-07-04 15:55 UTC  (3+ messages)
` [PATCH] Btrfs-progs: fix optimization in btrfs_lookup_extent_info

[B.A.T.M.A.N.] [PATCH] batman-adv: fix vlan compat code
 2013-07-04 15:54 UTC 

[PATCH 0/9] Graphics SDK cleanup
 2013-07-04 15:53 UTC  (7+ messages)

PHC device sharing between PCI functions
 2013-07-04 15:53 UTC  (8+ messages)

[PATCH] ASoC: wm8962: fix NULL pdata pointer
 2013-07-04 15:50 UTC  (4+ messages)

SPI: DUAL/QUAD support
 2013-07-04 15:49 UTC  (8+ messages)

imx25: How to get frame buffer device in a system using device tree
 2013-07-04 15:49 UTC  (4+ messages)

system administrator
 2013-07-04 12:27 UTC 

[Powertop] Bug under Fedora 19 x86_64: Requesting Unregistered Parameters 63 and 58
 2013-07-04 15:46 UTC 

[PATCH v2 0/6] ARM: rockchip: add smp functionality
 2013-07-04 15:41 UTC  (7+ messages)
` [PATCH v2 1/6] misc: sram: fix error path in sram_probe

[RFC PATCH 0/4] CONFIG_COMPILE_TEST: additional examples and checkpatch rule
 2013-07-04 15:41 UTC  (3+ messages)
` [PATCH 4/4] checkpatch: only allow COMPILE_TEST in Kconfig dependency lines

[RFC PATCH V2 0/8] regulator/OMAP: support VC/VP support in dts
 2013-07-04 15:41 UTC  (5+ messages)
` [RFC PATCH V2 1/8] regulator: Introduce OMAP regulator to control PMIC over VC/VP

[PATCH] pango: drop unexplainable elfutils dependency
 2013-07-04 15:36 UTC 

[PATCH v3] ARM: LPAE: don't reject mapping /dev/mem above 4GB
 2013-07-04 15:36 UTC 

[PATCH] Plumb through xen-platform device logging
 2013-07-04 15:33 UTC 

[RFC PATCH 0/1] ext4: Try to better reuse recently freed space
 2013-07-04 15:32 UTC  (4+ messages)
` [RFC PATCH 1/1] "

Upstart 1.9.1 released
 2013-07-04 15:31 UTC 

irqchip: sirfsoc: Question about SIRFSOC_NUM_IRQS setting
 2013-07-04 15:29 UTC  (2+ messages)

[PATCH v3] btrfs: clean snapshots one by one
 2013-07-04 15:29 UTC  (2+ messages)

[PATCH net-next] ipmr: change the prototype of ip_mr_forward()
 2013-07-04 18:24 UTC 

[PATCH] [v3] lighttpd: Enabling with systemd
 2013-07-04 15:20 UTC  (2+ messages)

[PATCH net-next v3 0/3] sh_eth: Add support for r8a7790 SoC
 2013-07-04 15:20 UTC  (5+ messages)
` [PATCH net-next v3 1/3] sh_eth: add support for gpio reset

[PATCH RFC 0/3] Per-process power consumption measurement facility
 2013-07-04 15:17 UTC  (4+ messages)
` [PATCH RFC 1/3] Add interface to receive current cpu power
` [PATCH RFC 2/3] Add power consumption counter in task_struct
` [PATCH RFC 3/3] Update current cpu power when cpu freq change for exynos

[PATCH 0/3] RPM enhancements for kbuild
 2013-07-04 15:15 UTC  (3+ messages)
` [PATCH 3/3] kbuild: add generation of kernel-devel

QtMultimedia on i.MX6
 2013-07-04 15:14 UTC  (2+ messages)

[PATCH] busybox.bbappend: Upgrade to v1.21.0
 2013-07-04 15:16 UTC  (2+ messages)

[PATCH v2 00/10] Package Upgrades
 2013-07-04 15:14 UTC  (11+ messages)
` [PATCH 01/10] iputils: Upgrade to v20121221
` [PATCH 02/10] busybox: Upgrade to v1.21.0
` [PATCH 03/10] elfutils: Upgrade to v0.155
` [PATCH 04/10] rxvt-unicode: Upgrade to v9.18
` [PATCH 05/10] ed: Upgrade to v1.8
` [PATCH 06/10] libdmx: Upgrade to v1.1.3
` [PATCH 07/10] apr: Upgrade to v1.4.8
` [PATCH 08/10] apr-util: Upgrade to v1.5.2
` [PATCH 09/10] diffutils: Upgrade to v3.3
` [PATCH 10/10] usbutils: Upgrade to v007

Best practice device tree design for display subsystems/DRM
 2013-07-04 15:11 UTC  (9+ messages)

[PATCH 00/11] HDSPM: RME AIO/RayDAT extensions and cleanups
 2013-07-04 15:10 UTC  (11+ messages)
` [PATCH 01/11] ALSA: hdspm - Add missing defines for RME AIO and RayDAT
  ` [PATCH 02/11] ALSA: hdspm - Introduce hdspm_is_raydat_or_aio()
    ` [PATCH 03/11] ALSA: hdspm - Augment HDSPM_TOGGLE_SETTING for AIO/RayDAT
      ` [PATCH 04/11] ALSA: hdspm - Drop duplicate code in hdspm_set_system_clock_mode()
        ` [PATCH 05/11] ALSA: hdspm - Add S/PDIF and WCK48 controls for RME RayDAT
          ` [PATCH 06/11] ALSA: hdspm - Add S/PDIF, XLR, WCK48 and ADAT-in controls for RME AIO cards
            ` [PATCH 07/11] ALSA: hdspm - Refactor ENUMERATED_CTL_INFO into function

[PATCH] glib-2.0: upgrade to 2.36.3
 2013-07-04 15:08 UTC 

[Ocfs2-devel] [PATCH] ocfs2: lighten up allocate transaction
 2013-07-04 15:05 UTC  (2+ messages)

[PATCH v3] ARM: shmobile: lager: Add DT reference
 2013-07-04 15:02 UTC  (3+ messages)

[PATCH] ARM: mm: ensure SMP alternates assemble to exactly 4 bytes with Thumb-2
 2013-07-04 15:02 UTC 

[Xen-users] kernel 3.9.2 - xen 4.2.2/4.3rc1 => BUG unable to handle kernel paging request netif_poll+0x49c/0xe8
 2013-07-04 15:01 UTC  (3+ messages)

[PATCH] xen/arm: Trap the ACTLR register
 2013-07-04 15:01 UTC 

[PATCH 00/11] Package Upgrades
 2013-07-04 14:59 UTC  (13+ messages)
` [PATCH 01/11] iputils: Upgrade to v20121221
` [PATCH 02/11] busybox: Upgrade to v1.21.0
` [PATCH 03/11] elfutils: Upgrade to v0.155
` [PATCH 04/11] rxvt-unicode: Upgrade to v9.18
` [PATCH 05/11] ed: Upgrade to v1.8
` [PATCH 06/11] atk: Upgrade to v2.9.3
` [PATCH 07/11] libdmx: Upgrade to v1.1.3
` [PATCH 08/11] apr: Upgrade to v1.4.8
` [PATCH 09/11] apr-util: Upgrade to v1.5.2
` [PATCH 10/11] diffutils: Upgrade to v3.3
` [PATCH 11/11] usbutils: Upgrade to v007

[PATCH -stable-3.9 01/15] netfilter: xt_TCPOPTSTRIP: fix possible mangling beyond packet boundary
 2013-07-04 14:59 UTC  (2+ messages)

[RFC] [patch 1/1] imx-sgtl5000: return E_PROBE_DEFER if ssi/codec not found
 2013-07-04 14:59 UTC  (2+ messages)

[PATCH RFC] iio: mxs-lradc: add scaling to enable divide_by_two operation
 2013-07-04 14:50 UTC  (5+ messages)

[Qemu-devel] [Qemu-ppc] Mac OS X on QEMU
 2013-07-04 14:58 UTC  (4+ messages)

[PATCH V2 0/9] Add Mellanox mlx5 driver for Connect-IB devices
 2013-07-04 14:55 UTC  (4+ messages)
` [PATCH V2 1/9] net/mlx5: Mellanox Connect-IB, core driver part 1/3

One USB mouse problem with runtime power management enabled
 2013-07-04 14:55 UTC  (2+ messages)

Test report for xen-unstable and qemu-xen
 2013-07-04 14:55 UTC  (4+ messages)

[U-Boot] [PATCH] cmd_bootm.c: Correct check/return for unsupported sub-command
 2013-07-04 14:54 UTC  (5+ messages)

[PATCH 0/4] Add DT support for s2mps11
 2013-07-04 14:51 UTC  (7+ messages)
` [PATCH 3/4] mfd: s2mps11: Add device tree support

[PATCH v4 04/12] auto-fs: rename d_count field of dentry to d_refcount
 2013-07-04 14:51 UTC  (5+ messages)

[Powertop] Bug under Fedora 19 x86_64: Requesting Unregistered Parameters 63 and 58
 2013-07-04 14:47 UTC 

RFC: vfio interface for platform devices (v2)
 2013-07-04 14:47 UTC  (5+ messages)

[PATCH v3 4/4] ARM: reinsert ARCH_MULTI_V4 Kconfig option
 2013-07-04 14:45 UTC  (2+ messages)

[PATCH 3/3] ARM: mach-moxart: add MOXA ART UART debug files
 2013-07-04 14:45 UTC  (4+ messages)
` [PATCH v3 3/4] "

krbd + format=2 ?
 2013-07-04 14:45 UTC  (6+ messages)

[PATCH 2/3] ARM: mach-moxart: add MOXA ART device tree files
 2013-07-04 14:45 UTC  (2+ messages)
` [PATCH v3 2/4] "


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.