All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-26 14:48:02 to 2015-06-26 15:29:44 UTC [more...]

[PATCH v2 0/7] dynamic memzone
 2015-06-26 15:29 UTC  (10+ messages)
` [PATCH v6 0/9] Dynamic memzones
  ` [PATCH v6 2/9] eal: memzone allocated by malloc
  ` [PATCH v6 3/9] app/test: update malloc/memzone unit tests
  ` [PATCH v6 4/9] config: remove CONFIG_RTE_MALLOC_MEMZONE_SIZE
  ` [PATCH v6 5/9] eal: remove free_memseg and references to it
  ` [PATCH v6 6/9] eal: new rte_memzone_free
  ` [PATCH v6 7/9] app/test: rte_memzone_free unit test
  ` [PATCH v6 8/9] doc: announce ABI change of librte_malloc
  ` [PATCH v6 9/9] doc: update malloc documentation

[Qemu-devel] [RFC PATCH V6 00/18] Multithread TCG
 2015-06-26 15:29 UTC  (25+ messages)
` [Qemu-devel] [RFC PATCH V6 03/18] remove unused spinlock
` [Qemu-devel] [RFC PATCH V6 04/18] add support for spin lock on POSIX systems exclusively
` [Qemu-devel] [RFC PATCH V6 05/18] protect TBContext with tb_lock
` [Qemu-devel] [RFC PATCH V6 06/18] tcg: remove tcg_halt_cond global variable
` [Qemu-devel] [RFC PATCH V6 07/18] Drop global lock during TCG code execution
` [Qemu-devel] [RFC PATCH V6 08/18] cpu: remove exit_request global
` [Qemu-devel] [RFC PATCH V6 10/18] tcg: switch on multithread
` [Qemu-devel] [RFC PATCH V6 11/18] cpus: make qemu_cpu_kick_thread public
` [Qemu-devel] [RFC PATCH V6 12/18] Use atomic cmpxchg to atomically check the exclusive value in a STREX
` [Qemu-devel] [RFC PATCH V6 13/18] cpu: introduce async_run_safe_work_on_cpu
` [Qemu-devel] [RFC PATCH V6 14/18] add a callback when tb_invalidate is called
` [Qemu-devel] [RFC PATCH V6 15/18] cpu: introduce tlb_flush*_all
` [Qemu-devel] [RFC PATCH V6 16/18] arm: use tlb_flush*_all
` [Qemu-devel] [RFC PATCH V6 17/18] translate-all: introduces tb_flush_safe
` [Qemu-devel] [RFC PATCH V6 18/18] translate-all: (wip) use tb_flush_safe when we can't alloc more tb

Yocto Project Status WW26
 2015-06-26 15:28 UTC 

Adding custom bugzilla fields
 2015-06-26 15:28 UTC 

[PATCH] bisect: revise manpage
 2015-06-26 15:28 UTC  (8+ messages)

[Buildroot] [PATCH v6 00/16] OpenCV bump
 2015-06-26 15:27 UTC  (8+ messages)
` [Buildroot] [PATCH v6 02/16] package/opencv: bump to version 3.0
` [Buildroot] [PATCH v6 04/16] package/opencv: define modules inter-dependencies
` [Buildroot] [PATCH v6 05/16] package/opencv: reword modules' prompt and help text

[Qemu-devel] [PATCH 00/39] ivshmem server/client, cleanups & test
 2015-06-26 15:27 UTC  (42+ messages)
` [Qemu-devel] [PATCH 01/39] char: add qemu_chr_free()
` [Qemu-devel] [PATCH 02/39] msix: add VMSTATE_MSIX_TEST
` [Qemu-devel] [PATCH 03/39] ivhsmem: read do not accept more than sizeof(long)
` [Qemu-devel] [PATCH 04/39] ivshmem: fix number of bytes to push to fifo
` [Qemu-devel] [PATCH 05/39] ivshmem: factor out the incoming fifo handling
` [Qemu-devel] [PATCH 06/39] ivshmem: remove unnecessary dup()
` [Qemu-devel] [PATCH 07/39] ivshmem: remove superflous ivshmem_attr field
` [Qemu-devel] [PATCH 08/39] ivshmem: remove useless doorbell field
` [Qemu-devel] [PATCH 09/39] ivshmem: more qdev conversion
` [Qemu-devel] [PATCH 10/39] ivshmem: remove last exit(1)
` [Qemu-devel] [PATCH 11/39] ivshmem: increase_dynamic_storage() improvements
` [Qemu-devel] [PATCH 12/39] ivshmem: remove useless ivshmem_update_irq() val argument
` [Qemu-devel] [PATCH 13/39] ivshmem: initialize max_peer to -1
` [Qemu-devel] [PATCH 14/39] ivshmem: remove max_peer field
` [Qemu-devel] [PATCH 15/39] ivshmem: improve debug messages
` [Qemu-devel] [PATCH 16/39] ivshmem: improve error
` [Qemu-devel] [PATCH 17/39] ivshmem: print error on invalid peer id
` [Qemu-devel] [PATCH 18/39] ivshmem: add a warning if eventfd value is 0
` [Qemu-devel] [PATCH 19/39] ivshmem: beautify a bit the code
` [Qemu-devel] [PATCH 20/39] ivshmem: use common return
` [Qemu-devel] [PATCH 21/39] ivshmem: use common is_power_of_2()
` [Qemu-devel] [PATCH 22/39] ivshmem: migrate with VMStateDescription
` [Qemu-devel] [PATCH 23/39] ivshmem: shmfd can be 0
` [Qemu-devel] [PATCH 24/39] ivshmem: check shm isn't already initialized
` [Qemu-devel] [PATCH 25/39] ivshmem: add device description
` [Qemu-devel] [PATCH 26/39] ivshmem: fix pci_ivshmem_exit()
` [Qemu-devel] [PATCH 27/39] ivshmem: replace 'guest' for 'peer' appropriately
` [Qemu-devel] [PATCH 28/39] ivshmem: error on too many eventfd received
` [Qemu-devel] [PATCH 29/39] ivshmem: reset mask on device reset
` [Qemu-devel] [PATCH 30/39] contrib: add ivshmem client and server
` [Qemu-devel] [PATCH 31/39] ivshmem-client: check the number of vectors
` [Qemu-devel] [PATCH 32/39] ivshmem-server: use a uint16 for client ID
` [Qemu-devel] [PATCH 33/39] ivshmem-server: include necessary headers
` [Qemu-devel] [PATCH 34/39] docs: update ivshmem device spec
` [Qemu-devel] [PATCH 35/39] ivshmem: add check on protocol version in QEMU
` [Qemu-devel] [PATCH 36/39] contrib: remove unnecessary strdup()
` [Qemu-devel] [PATCH 37/39] msix: implement read-only pba write
` [Qemu-devel] [PATCH 38/39] qtest: add qtest_add_abrt_handler()
` [Qemu-devel] [PATCH 39/39] tests: Add ivshmem qtest

[PATCH v2 00/17] libnvdimm: ->rw_bytes(), BLK, BTT, PMEM api, and unit tests
 2015-06-26 15:26 UTC  (5+ messages)
` [PATCH v2 16/17] libnvdimm: Add sysfs numa_node to NVDIMM devices

[PATCH OSSTEST v4 00/21] Initial support for ARM64
 2015-06-26 15:25 UTC  (4+ messages)

[PATCH net-next] test_bpf: extend tests for 32-bit endianness conversion
 2015-06-26 15:25 UTC 

[PATCH v3 0/6] UHS-I support for sh_mobile_sdhi
 2015-06-26 15:25 UTC  (16+ messages)
` [PATCH v3 1/6] mmc: tmio: Add UHS-I mode support
` [PATCH v3 2/6] pinctrl: sh-pfc: Implement pinconf power-source param for voltage switching
` [PATCH v3 3/6] pinctrl: sh-pfc: r8a7790: Implement voltage switching for SDHI
` [PATCH v3 4/6] mmc: sh_mobile_sdhi: Add UHS-I mode support
` [PATCH v3 5/6] ARM: shmobile: lager: Set clock rates for SDHI
` [PATCH v3 6/6] ARM: shmobile: lager: Enable UHS-I SDR-50

[Xenomai] Heads up: some race condition fixes for Xenomai 3
 2015-06-26 15:24 UTC  (3+ messages)

[PATCH v2] OSSTest: stop testing SEDF, start testing RTDS
 2015-06-26 15:24 UTC  (4+ messages)
  ` Stop testing SEDF almost at all (at least until Xen 4.2) [was: Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS]

[PATCH] Add PTP cross-timestamp to the PTP driver interface
 2015-06-26 15:24 UTC  (3+ messages)

[meta-fsl-arm] Weston/Wayland?
 2015-06-26 15:24 UTC 

[U-Boot] x86: ACPI support suggestion
 2015-06-26 15:24 UTC  (10+ messages)

[PATCH][v2] asus-rbtn: new driver for asus radio button for Windows 8
 2015-06-26 15:24 UTC  (4+ messages)

[GIT PULL] Cgroup writeback support for 4.2
 2015-06-26 15:23 UTC  (7+ messages)

Xen 4.6 Development Update (2 WEEKS TO FREEZE, important information in preamble)
 2015-06-26 15:23 UTC  (2+ messages)
` Status of VM event patches (Was: Re: Xen 4.6 Development Update (2 WEEKS TO FREEZE, important information in preamble))

Xen-unstable: pci-passthrough of device using MSI-X interrupts not working after commit x86/MSI: track host and guest masking separately
 2015-06-26 15:22 UTC  (12+ messages)

deleting objects from a pool
 2015-06-26 15:21 UTC  (7+ messages)

[GIT PULL] Core block IO bits for 4.2
 2015-06-26 15:20 UTC  (5+ messages)
      ` [git pull] device mapper fixes for 4.2-rc1

[PATCH 0/4] Wayland 1.8 upgrade
 2015-06-26 15:19 UTC  (6+ messages)
` [PATCH 1/4] wayland/weston/libinput: Upgrade to 1.6.0 -> 1.8.0

[PATCH] wpa-supplicant: Fix CVE-2015-4142
 2015-06-26 15:19 UTC  (2+ messages)

[PATCH] perf tools: don't adjust symbols in vDSO
 2015-06-26 15:18 UTC  (6+ messages)

[PATCH RFC] RDMA/core: add rdma_get_dma_mr()
 2015-06-26 15:18 UTC  (4+ messages)

[PATCH] mm: Add error check after call to rmap_walk in the function page_referenced
 2015-06-26 15:18 UTC  (5+ messages)

[PATCH] mtd-utils: 1) extend nativesdk support
 2015-06-26 15:18 UTC  (2+ messages)

[PATCH] hwmon: (nct7802) fix visibility of temp3
 2015-06-26 15:17 UTC  (3+ messages)
  ` [lm-sensors] "

[PATCH 1/1] report-error.bbclass: Added file syncronization
 2015-06-26 15:17 UTC  (2+ messages)

[PATCH v3] x86/arm/mm: use gfn instead of pfn in p2m_get_mem_access/p2m_set_mem_access
 2015-06-26 15:17 UTC 

[GIT PULL] tracing: Updates for 4.2
 2015-06-26 15:16 UTC 

[Qemu-devel] [PATCH] refresh filename after the node is replaced
 2015-06-26 15:16 UTC  (4+ messages)

[PATCH 3/4] staging: wilc1000: remove whitespaces before quoted newlines
 2015-06-26 15:16 UTC  (4+ messages)

[RFC PATCH v3 00/18] Add ITS support
 2015-06-26 15:15 UTC  (7+ messages)
` [RFC PATCH v3 07/18] xen/arm: ITS: implement hw_irq_controller for LPIs

[PATCH] xen-netfront: Remove the meaningless code
 2015-06-26 23:17 UTC  (3+ messages)

[PATCH v4 00/35] libxl ao abort request (cancellation)
 2015-06-26 15:13 UTC  (16+ messages)
` [PATCH 19/35] libxl: ao: Provide manip_refcnt
` [PATCH 20/35] libxl: ao abort: Provide public ao abort request API
` [PATCH 32/35] libxl: Fix libxl__get_domid error reporting
` [PATCH 33/35] libxl: spawn: Always debug log middle child process death
` [PATCH 34/35] libxl: libxl__ev_child pass actual pid to callback
` [PATCH 35/35] libxl: When save/restore helper dies, do not overwrite rc

Automatic Upgrade Helper Announcement
 2015-06-26 15:13 UTC  (3+ messages)
  ` [poky] "

[PATCH] xl: Change output from xl -N create to be more useful
 2015-06-26 15:10 UTC  (2+ messages)

[PATCH net] dsa: fix promiscuity leak on slave dev open error
 2015-06-26 15:04 UTC  (2+ messages)

[PATCH] scripts/kernel-doc: Adding cross-reference links to html documentation
 2015-06-26 15:08 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V6 08/17] perf tools: Add Intel PT support
 2015-06-26 15:08 UTC  (11+ messages)

[PATCH 1/3] Added 'testcase' decorator to oe-selftest test cases missing this feature
 2015-06-26 15:07 UTC  (3+ messages)
` [PATCH 2/3] Added methods for manipulating bblayer.conf file in the same manner as local.conf file: - write_bblayers_config - append_bblayers_config - remove_bblayers_config
` [PATCH 3/3] Automated 5 oe-selftest testcase: - 1107: Check if non root user can connect via ssh without password - 1115: Check if all users can connect via ssh without password - 1114: Check rpm version 4 support on image - 1101: Check if efi/gummiboot images can be buit - 1103: Check that wic command can create efi/gummiboot installation images

[PATCHv5 00/22] perf stat: Introduce --per-thread option
 2015-06-26 15:06 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] board: add support for Warpboard
 2015-06-26 15:06 UTC  (7+ messages)

[PATCH 0/3] net: dsa: mv88e6xxx: dump hardware VLANs
 2015-06-26 15:04 UTC  (4+ messages)
` [PATCH 1/3] net: dsa: mv88e6xxx: add debugfs interface for VTU

[PATCH V2] libselinux: Fix if file_contexts not '\n' terminated
 2015-06-26 15:03 UTC 

[PATCH v2 0/2] drm: bridge/dw_hdmi: add I2C bus adapter support
 2015-06-26 15:02 UTC  (6+ messages)
` [PATCH 1/2] drm: bridge/dw_hdmi: fix register I2CM_ADDRESS register name

I Am Mr. Hari A. Kunda
 2015-06-26 15:02 UTC 

[PATCH 0/3] [GIT PULL] tracing: some more fixes before my 4.2 pull request
 2015-06-26 15:00 UTC  (4+ messages)
` [PATCH 1/3] tracing/filter: Do not WARN on operand count going below zero
` [PATCH 2/3] tracing/filter: Do not allow infix to exceed end of string
` [PATCH 3/3] tracing: Fix typo from "static inlin" to "static inline"

[Buildroot] [PATCH 1/1] libarchive: add hash and enable lzma support
 2015-06-26 15:01 UTC 

[RFC] Enumeration of Media Interfaces
 2015-06-26 15:01 UTC  (2+ messages)

[PATCH libdrm] intel: Add EXEC_OBJECT_SUPPORTS_48BADDRESS flag
 2015-06-26 15:00 UTC  (2+ messages)

[PATCH] ext4: prevent ext4_quota_write() from failing due to ENOSPC
 2015-06-26 15:00 UTC  (4+ messages)

[Qemu-devel] [PATCHv2] build-sys: keep current config.log on --help
 2015-06-26 15:00 UTC 

[PATCH v2] xen: arm: Log a warning message when a deprecated hypercall is used
 2015-06-26 15:00 UTC  (4+ messages)

[PATCH 0/4] xen: sched / cpupool: fixes and improvements, mostly for when suspend/resume is involved
 2015-06-26 14:57 UTC  (4+ messages)
` [PATCH 4/4] xen: sched: get rid of cpupool_scheduler_cpumask()

XC5000C 0x14b4 status
 2015-06-26 14:59 UTC  (8+ messages)

about adding TBS 5980 driver to dw2102
 2015-06-26 14:59 UTC 

[PATCH] x86/nHVM: generic hook adjustments
 2015-06-26 14:58 UTC  (2+ messages)

[Qemu-devel] [PULL 0/7] target-arm queue
 2015-06-26 14:57 UTC  (2+ messages)

Support CONFIG_CMDLINE for arm64?
 2015-06-26 14:57 UTC  (4+ messages)

GFS2: Pull request (merge window)
 2015-06-26 14:56 UTC  (2+ messages)
  ` [Cluster-devel] "

Several SUSE bugfixes
 2015-06-26 14:55 UTC  (9+ messages)
  ` [PATCH 1/8] /etc/multipath.conf is not mandatory
  ` [PATCH 2/8] Fix nfs parsing when IPv4 address is used in /etc/fstab
  ` [PATCH 3/8] Reset IFS variable
  ` [PATCH 4/8] mkinitrd-suse.sh: Bail out with exit 1 if initrd cannot be generated
  ` [PATCH 5/8] Use the uncompressed kernel file on arm and aarch to detect kernel version
  ` [PATCH 6/8] Install /etc/sysconfig/console to see specific fonts
  ` [PATCH 7/8] ensure pre-mount (and resume) run before root fsck
  ` [PATCH 8/8] Use udev rules to create dmraid /dev/mapper/ devices

[PATCH v11 0/9] Xen VMware tools support
 2015-06-26 14:54 UTC  (4+ messages)
` [PATCH v11 6/9] xen: Add ring 3 vmware_port support

[PATCH 1/2] rte_compat.h : Clean up some typos
 2015-06-26 14:54 UTC  (5+ messages)
` [PATCHv3 1/3] "
  ` [PATCHv3 3/3] ABI: Add some documentation

[xen-4.2-testing test] 58584: regressions - trouble: blocked/broken/fail/pass
 2015-06-26 14:53 UTC  (19+ messages)
` stable trees (was: [xen-4.2-testing test] 58584: regressions)
              ` Problems with merlot* AMD Opteron 6376 systems (Was Re: stable trees (was: [xen-4.2-testing test] 58584: regressions))

[PATCH 1/2] btrfs-progs: Add nbytes output for print-tree and reformat inode output
 2015-06-26 14:52 UTC  (2+ messages)

[Buildroot] [PATCH v2] qt/qt5webchannel: new package
 2015-06-26 14:52 UTC 

[PATCH] sna: Correct misspelled cacheing->caching in comments
 2015-06-26 14:51 UTC  (3+ messages)

[PATCH] fsnotify: Fix oops in fsnotify_clear_marks_by_group_flags()
 2015-06-26 14:50 UTC 

[PATCH v6 0/4] Sending kernel pathrecord query to user cache server
 2015-06-26 14:49 UTC  (4+ messages)
` [PATCH v6 4/4] IB/sa: Route SA pathrecord query through netlink


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.