All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-26 14:17:00 to 2015-06-26 14:51:42 UTC [more...]

[Qemu-devel] [PATCH 00/39] ivshmem server/client, cleanups & test
 2015-06-26 14:49 UTC  (38+ 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

[Buildroot] [PATCH v6 00/16] OpenCV bump
 2015-06-26 14:51 UTC  (3+ messages)
` [Buildroot] [PATCH v6 02/16] package/opencv: bump to version 3.0

[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 3/4] staging: wilc1000: remove whitespaces before quoted newlines
 2015-06-26 14:49 UTC  (2+ messages)

[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

[Qemu-devel] [RFC PATCH V6 00/18] Multithread TCG
 2015-06-26 14:47 UTC  (19+ messages)
` [Qemu-devel] [RFC PATCH V6 01/18] cpu: make cpu_thread_is_idle public
` [Qemu-devel] [RFC PATCH V6 02/18] replace spinlock by QemuMutex
` [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 09/18] cpu: add a tcg_executing flag
` [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

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

[lm-sensors] [PATCH] hwmon: (nct7802) fix visibility of temp3
 2015-06-26 14:47 UTC 

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

[PATCH v4 00/35] libxl ao abort request (cancellation)
 2015-06-26 14:47 UTC  (7+ messages)
` [PATCH 15/35] libxl: spawn: Preserve rc in error path
` [PATCH 19/35] libxl: ao: Provide manip_refcnt
` [PATCH 20/35] libxl: ao abort: Provide public ao abort request API

[PATCH v3 0/7] Expose IXGBE extended stats to DPDK apps
 2015-06-26 14:47 UTC  (6+ messages)
` [PATCH v3 4/7] ethdev: remove HW specific stats in stats structs

[meta-raspberrypi][PATCH] firmware.inc: Fetch a zip instead of cloning a git repo
 2015-06-26 14:46 UTC  (6+ messages)

[PATCH 0/2] btrfs device remove alias
 2015-06-26 14:46 UTC  (5+ messages)
` [PATCH 1/2] btrfs-progs: replace struct cmd_group->hidden with flags
` [PATCH 2/2] btrfs-progs: alias btrfs device delete to btrfs device remove

[PATCH v2 01/18] drm/i915/lrc: Update PDPx registers with lri commands
 2015-06-26 14:45 UTC  (3+ messages)
` [PATCH v3] "

Xen 4.6 Development Update (2 WEEKS TO FREEZE, important information in preamble)
 2015-06-26 14:45 UTC  (4+ messages)
` gnttab scalability and ticket locks status

[B.A.T.M.A.N.] Missing list checks for *list_add*
 2015-06-26 14:45 UTC 

[Qemu-devel] [PATCH] build-sys: keep current config.log on --help
 2015-06-26 14:44 UTC  (3+ messages)

[xen-4.2-testing test] 58584: regressions - trouble: blocked/broken/fail/pass
 2015-06-26 14:44 UTC  (17+ 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 v2] xen: arm: Log a warning message when a deprecated hypercall is used
 2015-06-26 14:43 UTC  (2+ messages)

[PATCH 0/4] staging: wilc1000: cover letter
 2015-06-26 14:43 UTC  (2+ messages)

[PATCH RFC 0/9] libxl error reporting
 2015-06-26 14:42 UTC  (14+ messages)
` [PATCH RFC 1/9] libxl idl: add comments to error enum
` [PATCH RFC 2/9] libxl idl: allow implicit enum values
` [PATCH RFC 3/9] libxl: introduce specific xenstore error codes

[PATCH v5 3/5] eal: Fix memory leaks and needless increment of pci_map_addr
 2015-06-26 14:42 UTC  (12+ messages)
` [PATCH v6 0/5] Clean up pci uio implementations
  ` [PATCH v6 1/5] eal: Fix coding style of eal_pci.c and eal_pci_uio.c
  ` [PATCH v6 2/5] eal: Close file descriptor of uio configuration
  ` [PATCH v6 3/5] eal: Fix memory leaks and needless increment of pci_map_addr
  ` [PATCH v6 4/5] eal/bsdapp: Change names of pci related data structure
  ` [PATCH v6 5/5] eal: Fix uio mapping differences between linuxapp and bsdapp

[PATCH 4/4] staging: wilc1000: fix typos in PRINT_ERR()
 2015-06-26 14:47 UTC 

[Cocci] [PATCH v5] Added tables (i2c/platform)_device_id for checking. Extend checking on tables containing structures which are initialized without specifying member name
 2015-06-26 14:39 UTC  (3+ messages)
` [PATCH v6] coccinelle: Improve checking for missing NULL terminators
  ` [Cocci] "

[PATCH 4/4] staging: wilc1000: fix typos in PRINT_ERR()
 2015-06-26 14:46 UTC 

[PATCH 2/4] staging: wilc1000: add blank lines after declarations
 2015-06-26 14:45 UTC 

[PATCH 1/4] staging: wilc1000: remove unnecessary braces
 2015-06-26 14:44 UTC 

[PATCH] xen: Install unstripped version -syms version into /usr/lib/debug
 2015-06-26 14:36 UTC  (7+ messages)

[PATCH 0/2] kni: fix build with kernel 4.1
 2015-06-26 14:36 UTC  (3+ messages)

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

[PATCH 0/3] net: dsa: mv88e6xxx: dump hardware VLANs
 2015-06-26 14:36 UTC  (7+ messages)
` [PATCH 2/3] net: dsa: mv88e6xxx: add support to dump VLANs
` [PATCH 3/3] net: dsa: mv88e6352: add support for port_vlan_dump

[PATCH OSSTEST v4 00/21] Initial support for ARM64
 2015-06-26 14:35 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] Implement YIELD to yield in ARM and Thumb translators
 2015-06-26 14:35 UTC  (5+ messages)

[PATCH 1/1] net namespace: dynamically configure new net namespace inherit net config
 2015-06-26 14:34 UTC  (2+ messages)

[U-Boot] [PATCH] drivers: usb: fsl: Remove LS102XA immap inclusion
 2015-06-26 14:34 UTC  (2+ messages)

[net 00/10][pull request] Intel Wired LAN Driver Updates 2015-06-26
 2015-06-26 14:30 UTC  (3+ messages)
` [net 06/10] e1000e: i219 - increase IPG for speed 10/100 full duplex

4.1+ use after free in netlink_broadcast_filtered
 2015-06-26 14:33 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/16] ahci: ncq cleanup, part 2
 2015-06-26 14:32 UTC  (3+ messages)
` [Qemu-devel] [PATCH 01/16] ide: add limit to .prepare_buf()

ubifs_scan: corrupt empty space
 2015-06-26 14:31 UTC 

[RFC PATCH v9 00/50] perf tools: filtering events using eBPF programs
 2015-06-26 14:15 UTC  (46+ messages)
` [RFC PATCH v9 01/50] tracing, perf: Implement BPF programs attached to uprobes
` [RFC PATCH v9 02/50] tools build: Add feature check for eBPF API
` [RFC PATCH v9 03/50] bpf tools: Introduce 'bpf' library to tools
` [RFC PATCH v9 04/50] bpf tools: Allow caller to set printing function
` [RFC PATCH v9 06/50] bpf tools: Read eBPF object from buffer
` [RFC PATCH v9 07/50] bpf tools: Check endianness and make libbpf fail early
` [RFC PATCH v9 09/50] bpf tools: Collect version and license from ELF sections
` [RFC PATCH v9 10/50] bpf tools: Collect map definitions from 'maps' section
` [RFC PATCH v9 11/50] bpf tools: Collect symbol table from SHT_SYMTAB section
` [RFC PATCH v9 12/50] bpf tools: Collect eBPF programs from their own sections
` [RFC PATCH v9 13/50] bpf tools: Collect relocation sections from SHT_REL sections
` [RFC PATCH v9 14/50] bpf tools: Record map accessing instructions for each program
` [RFC PATCH v9 15/50] bpf tools: Add bpf.c/h for common bpf operations
` [RFC PATCH v9 16/50] bpf tools: Create eBPF maps defined in an object file
` [RFC PATCH v9 17/50] bpf tools: Relocate eBPF programs
` [RFC PATCH v9 18/50] bpf tools: Introduce bpf_load_program() to bpf.c
` [RFC PATCH v9 19/50] bpf tools: Load eBPF programs in object files into kernel
` [RFC PATCH v9 23/50] perf tools: Make perf depend on libbpf
` [RFC PATCH v9 24/50] perf tools: Introduce llvm config options
` [RFC PATCH v9 25/50] perf tools: Call clang to compile C source to object code
` [RFC PATCH v9 26/50] perf tests: Add LLVM test for eBPF on-the-fly compiling
` [RFC PATCH v9 27/50] perf tools: Auto detecting kernel build directory
` [RFC PATCH v9 28/50] perf tools: Auto detecting kernel include options
` [RFC PATCH v9 29/50] perf record: Enable passing bpf object file to --event
` [RFC PATCH v9 30/50] perf record: Compile scriptlets if pass '.c' "
` [RFC PATCH v9 31/50] perf tools: Parse probe points of eBPF programs during preparation
` [RFC PATCH v9 32/50] perf probe: Attach trace_probe_event with perf_probe_event
` [RFC PATCH v9 33/50] perf record: Probe at kprobe points
` [RFC PATCH v9 34/50] perf record: Load all eBPF object into kernel
` [RFC PATCH v9 35/50] perf tools: Add bpf_fd field to evsel and config it
` [RFC PATCH v9 36/50] perf tools: Attach eBPF program to perf event
` [RFC PATCH v9 37/50] perf tools: Suppress probing messages when probing by BPF loading
` [RFC PATCH v9 38/50] perf record: Add clang options for compiling BPF scripts
` [RFC PATCH v9 39/50] bpf tools: Load a program with different instance using preprocessor
` [RFC PATCH v9 40/50] perf tools: Fix probe-event.h include
` [RFC PATCH v9 41/50] perf probe: Reset tev->args and tev->nargs when failure
` [RFC PATCH v9 42/50] perf tools: Move linux/filter.h to tools/include
` [RFC PATCH v9 43/50] perf tools: Add BPF_PROLOGUE config options for further patches
` [RFC PATCH v9 44/50] perf tools: Introduce arch_get_reg_info() for x86
` [RFC PATCH v9 45/50] perf tools: Add prologue for BPF programs for fetching arguments
` [RFC PATCH v9 46/50] perf tools: Generate prologue for BPF programs
` [RFC PATCH v9 47/50] perf tools: Use same BPF program if arguments are identical
` [RFC PATCH v9 48/50] perf record: Support custom vmlinux path
` [RFC PATCH v9 49/50] perf probe: Init symbol as kprobe if any event is kprobe
` [RFC PATCH v9 50/50] perf tools: Support attach BPF program on uprobe events

[PATCH] xen: arm: Fixup stray hard tabs
 2015-06-26 14:30 UTC  (2+ messages)

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

[PATCH 0/1][fido][dizzy] dbus: Fix CVE-2015-0245
 2015-06-26 14:30 UTC  (3+ messages)
` [PATCH 1/1] dbus: CVE-2015-0245: prevent forged ActivationFailure

[PATCH][fido] classes/license.bbclass: Improve generic license copy validation
 2015-06-26 14:30 UTC  (2+ messages)

[PATCH][fido] python3-ctypes: Fix cross compilation for arm targets
 2015-06-26 14:30 UTC  (2+ messages)

[GIT PULL] Cgroup writeback support for 4.2
 2015-06-26 14:28 UTC  (5+ messages)

[Qemu-devel] [PULL 00/17] virtio, pci fixes, enhancements
 2015-06-26 14:28 UTC  (3+ messages)
` [Qemu-devel] [PULL 16/17] hw/pci-bridge: format special OFW unit address for PXB host

[4.1.0-07254-gc13c810] Regression: Bluetooth not working
 2015-06-26 14:28 UTC  (5+ messages)

What *is* the API for sched_getaffinity? Should sched_getaffinity always succeed when using cpu_set_t?
 2015-06-26 14:28 UTC 

[Qemu-devel] [PATCH] refresh filename after the node is replaced
 2015-06-26 14:27 UTC  (3+ messages)

[PATCH 0/2] User-space Ethtool
 2015-06-26 14:26 UTC  (7+ messages)
` [PATCH v8 0/5] "
  ` [PATCH v8 1/5] ethdev: add apis to support access device info
  ` [PATCH v8 2/5] ixgbe: add ops to support ethtool ops
  ` [PATCH v8 3/5] igb: "
  ` [PATCH v8 4/5] examples: new example: l2fwd-ethtool
  ` [PATCH v8 5/5] Changed register tables to const

[PATCH 1/1] pci: xgene: Enable huge outbound bar support
 2015-06-26 14:26 UTC  (3+ messages)

[PATCH] btrfs-progs: inspect: Fix out of bounds string termination
 2015-06-26 14:25 UTC  (2+ messages)

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

[-next] fib_dump_info() suspicious RCU usage
 2015-06-26 14:24 UTC  (2+ messages)

commit 4066c33d0308f8 breaks booting under KVM
 2015-06-26 14:23 UTC 

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

[PATCH] tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP set in periodic mode
 2015-06-26 14:23 UTC  (4+ messages)

[Cocci] Remove unnecessary null pointer checks?
 2015-06-26 14:21 UTC  (21+ messages)
                              ` [Cocci] [PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
                                ` [PATCH] keys: Delete an unnecessary check before the function call "key_put"
                                  ` [PATCH] fs-ext4 crypto: "

[GIT PULL] Btrfs
 2015-06-26 14:21 UTC  (5+ messages)

Notice of appearance in Court #000257503
 2015-06-26 14:21 UTC 

Audio Driver Works In Ubuntu but Crash in Debian After 2nd Run
 2015-06-26 14:20 UTC  (9+ messages)

[Xenomai] Heads up: some race condition fixes for Xenomai 3
 2015-06-26 14:20 UTC 

[Buildroot] [PATCH 1/1] libucl: new package
 2015-06-26 14:19 UTC 

[U-Boot] [PATCH] keystone2: config: update default mtd
 2015-06-26 14:17 UTC  (2+ messages)
` [U-Boot] [PATCH v2] "


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.