All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-09 12:08:54 to 2015-07-09 13:00:42 UTC [more...]

[Qemu-devel] [PATCH 0/3] mirror: Fix guest responsiveness during bitmap scan
 2015-07-09 13:00 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/3] blockjob: Introduce block_job_relax_cpu
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 3/3] mirror: Speed up bitmap initial scanning

mm: shmem_zero_setup skip security check and lockdep conflict with XFS
 2015-07-09 12:59 UTC  (7+ messages)

kernel crash on btrfs device delete missing
 2015-07-09 12:59 UTC  (5+ messages)

[PATCH v4 1/3] x86/monitor: add get_capabilities to monitor_op domctl
 2015-07-09 13:00 UTC  (10+ messages)
` [PATCH v4 3/3] x86/monitor: don't use hvm_funcs directly

[RFC net-next 1/1] : sctp: denoise deprecation log on SCTP_EVENTS
 2015-07-09 12:59 UTC  (3+ messages)

[PATCH v2] Caps in not always shift
 2015-07-09 12:59 UTC  (3+ messages)

[PATCH v2 00/10] Port tag.c to use ref-filter APIs
 2015-07-09 12:58 UTC  (9+ messages)
` [PATCH v2 01/10] ref-filter: add %(refname:shortalign=X) option
  ` [PATCH v2 06/10] Documentation/tag: remove double occurance of "<pattern>"
  ` [PATCH v2 08/10] tag.c: use 'ref-filter' APIs

[PATCH] 9p/trans_virtio: reset virtio device on remove
 2015-07-09 12:58 UTC 

[PATCH] 9p/trans_virtio: reset virtio device on remove
 2015-07-09 12:58 UTC 

Network slowing down by masquerade
 2015-07-09 12:58 UTC 

btrfs subvolume clone or fork (btrfs-progs feature request)
 2015-07-09 12:58 UTC  (6+ messages)

[PATCH 2/7] drm/i915: PSR: Flush means invalidate + flush
 2015-07-09 12:58 UTC  (3+ messages)
` [PATCH] "

[PATCH] net: inet_diag: always export IPV6_V6ONLY sockopt
 2015-07-09 12:57 UTC  (2+ messages)

[PULL] virtio/vhost: cross endian support
 2015-07-09 12:57 UTC  (12+ messages)
` [PATCH] KVM: Add Kconfig option to signal cross-endian guests

[PATCH] Revert: audit: Fix check of return value of strnlen_user()
 2015-07-09 12:54 UTC  (2+ messages)

[PATCH v3 00/11] KVM: arm: debug infrastructure support
 2015-07-09 12:54 UTC  (11+ messages)
` [PATCH v3 08/11] KVM: arm: implement dirty bit mechanism for debug registers

[Qemu-devel] [PATCH v5] vhost-user: add multi queue support
 2015-07-09 12:54 UTC  (8+ messages)

[PATCH 0/6] mfd: 88pm800: Add 88pm860 device support
 2015-07-09 12:53 UTC  (7+ messages)

[v3 14/15] Update Posted-Interrupts Descriptor during vCPU scheduling
 2015-07-09 12:53 UTC  (9+ messages)
  ` Fwd: "

post-receive: pub/scm/linux/kernel/git/ralf/linux
 2015-07-09 12:52 UTC 

[Qemu-devel] [PULL v3 00/28] Migration pull request
 2015-07-09 12:51 UTC  (8+ messages)
` [Qemu-devel] [PULL 27/28] migration: protect migration_bitmap

[PATCH] drm/i915: storm detection documentation update
 2015-07-09 12:52 UTC  (5+ messages)

[Buildroot] [PATCH 0/7] Set of patches to add MariaDB galera cluster
 2015-07-09 12:51 UTC  (7+ messages)
` [Buildroot] [PATCH 1/7] Add package check: unit test library
` [Buildroot] [PATCH 5/7] Add fancy options to busybox sleep, like float arguments

Apply With Us Now
 2015-07-09 11:28 UTC 

Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20
 2015-07-09 12:51 UTC  (6+ messages)

[Qemu-devel] [PATCH] target-i386: Sanity check host processor physical address width
 2015-07-09 12:51 UTC  (3+ messages)

imx6q: Startup script output not shown on serial console
 2015-07-09 12:51 UTC  (6+ messages)

[PATCH] kvm: x86: fix load xsave feature warning
 2015-07-09 12:50 UTC  (2+ messages)

[PATCH v6 00/16] x86/hvm: I/O emulation cleanup and fix
 2015-07-09 12:50 UTC  (6+ messages)
` [PATCH v6 09/16] x86/hvm: limit reps to avoid the need to handle retry

Apply With Us Now
 2015-07-09 11:29 UTC 

[PATCH v4 0/5] generic TEE subsystem
 2015-07-09 12:49 UTC  (5+ messages)
` [PATCH v4 3/5] tee: "

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2015-07-09 12:48 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2015-07-09 12:48 UTC 

[GIT PULL 00/39] perf tools: filtering events using eBPF programs
 2015-07-09 12:35 UTC  (40+ messages)
` [PATCH 01/39] bpf tools: Collect symbol table from SHT_SYMTAB section
` [PATCH 02/39] bpf tools: Collect eBPF programs from their own sections
` [PATCH 03/39] bpf tools: Collect relocation sections from SHT_REL sections
` [PATCH 04/39] bpf tools: Record map accessing instructions for each program
` [PATCH 05/39] bpf tools: Add bpf.c/h for common bpf operations
` [PATCH 06/39] bpf tools: Create eBPF maps defined in an object file
` [PATCH 07/39] bpf tools: Relocate eBPF programs
` [PATCH 08/39] bpf tools: Introduce bpf_load_program() to bpf.c
` [PATCH 09/39] bpf tools: Load eBPF programs in object files into kernel
` [PATCH 10/39] bpf tools: Introduce accessors for struct bpf_program
` [PATCH 11/39] bpf tools: Link all bpf objects onto a list
` [PATCH 12/39] perf tools: Introduce llvm config options
` [PATCH 13/39] perf tools: Call clang to compile C source to object code
` [PATCH 14/39] perf tools: Auto detecting kernel build directory
` [PATCH 15/39] perf tools: Auto detecting kernel include options
` [PATCH 16/39] perf tests: Add LLVM test for eBPF on-the-fly compiling
` [PATCH 17/39] perf tools: Make perf depend on libbpf
` [PATCH 18/39] perf record: Enable passing bpf object file to --event
` [PATCH 19/39] perf record: Compile scriptlets if pass '.c' "
` [PATCH 20/39] perf tools: Parse probe points of eBPF programs during preparation
` [PATCH 21/39] perf probe: Attach trace_probe_event with perf_probe_event
` [PATCH 22/39] perf record: Probe at kprobe points
` [PATCH 23/39] perf record: Load all eBPF object into kernel
` [PATCH 24/39] perf tools: Add bpf_fd field to evsel and config it
` [PATCH 25/39] perf tools: Attach eBPF program to perf event
` [PATCH 26/39] perf tools: Suppress probing messages when probing by BPF loading
` [PATCH 27/39] perf record: Add clang options for compiling BPF scripts
` [PATCH 28/39] bpf tools: Load a program with different instances using preprocessor
` [PATCH 29/39] perf tools: Fix probe-event.h include
` [PATCH 30/39] perf probe: Reset args and nargs for probe_trace_event when failure
` [PATCH 31/39] perf tools: Move linux/filter.h to tools/include
` [PATCH 32/39] perf tools: Add BPF_PROLOGUE config options for further patches
` [PATCH 33/39] perf tools: Introduce arch_get_reg_info() for x86
` [PATCH 34/39] perf tools: Add prologue for BPF programs for fetching arguments
` [PATCH 35/39] perf tools: Generate prologue for BPF programs
` [PATCH 36/39] perf tools: Use same BPF program if arguments are identical
` [PATCH 37/39] perf record: Support custom vmlinux path
` [PATCH 38/39] perf probe: Init symbol as kprobe if any event is kprobe
` [PATCH 39/39] perf tools: Support attach BPF program on uprobe events

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2015-07-09 12:48 UTC 

[PATCH 1/2] power: reset: at91: add sama5d3 reset function
 2015-07-09 12:46 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2015-07-09 12:48 UTC 

[PATCH OSSTEST v7 1/2] cr-publish-flight-logs: support publishing files from $HOME/public_html
 2015-07-09 12:48 UTC  (2+ messages)

[PATCH] brcmfmac: set wiphy's addr_mask to force using valid MACs
 2015-07-09 12:46 UTC 

[RFC PATCH 0/2] spi: add dual parallel & stacked mode support in Zynq MPSoC GQSPI controller
 2015-07-09 12:44 UTC  (7+ messages)
` [RFC PATCH 1/2] spi: zynqmp: gqspi: add support for dual parallel mode configuration
` [RFC PATCH 2/2] spi: zynqmp: gqspi: add support for stacked "

[PATCH] Staging: sm750fb: ddk750_dvi.h: Fix brace coding style issue
 2015-07-09 12:45 UTC  (2+ messages)

[PATCH 0/3] regulator: 88pm800: Add 88pm860 regulator support
 2015-07-09 12:41 UTC  (8+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] regulator: 88pm800: fix LDO vsel_mask value
` [PATCH 3/3] regulator: 88pm800: Add dev_info to show probe success status

Advertising api, bluez sends empty scan response
 2015-07-09 12:45 UTC  (2+ messages)

[LTP] [PATCH] syslog/syslog-lib.sh: support systemd journal
 2015-07-09 12:45 UTC  (4+ messages)

[RFC PATCH] perf: Provide status of known PMUs
 2015-07-09 12:42 UTC  (6+ messages)

Association race when acting as AP?
 2015-07-09 12:42 UTC  (2+ messages)

[PATCH 0/1] Add support for esdhc0 on Vybrid
 2015-07-09 12:40 UTC  (6+ messages)

[Qemu-devel] [PATCH for-2.4] s390x: diag288 reset fix
 2015-07-09 12:41 UTC  (8+ messages)
` [Qemu-devel] [PATCH for-2.4] watchdog/diag288: correctly register for system reset requests

[PATCH] KVM: x86: Add host physical address width capability
 2015-07-09 12:41 UTC  (5+ messages)
      ` [Qemu-devel] "

[PATCH BlueZ] audio: Fix possible crash when removing device
 2015-07-09 12:40 UTC 

[PATCH 0/2] Allow to use KVM without in-kernel irqchip
 2015-07-09 12:50 UTC  (4+ messages)
` [PATCH 2/2] Detect vGIC presence at runtime

[PATCH v25 00/15] x86/PMU: Xen PMU PV(H) support
 2015-07-09 12:38 UTC  (5+ messages)
` [PATCH v25 12/15] x86/VPMU: Handle PMU interrupts for PV(H) guests
` [PATCH v25 14/15] x86/VPMU: Add privileged PMU mode

[PATCH 00/13] wil6210 patches
 2015-07-09 12:36 UTC  (5+ messages)
` [PATCH 11/13] wil6210: TSO implementation

[Cocci] Remove unnecessary null pointer checks?
 2015-07-09 12:34 UTC  (27+ messages)
                              ` [PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
                                ` [PATCH 1/1] HID: Wacom: Deletion of unnecessary checks before the function call "input_free_device"
                                  ` [PATCH v2] HID: Wacom: Delete "
                                ` [PATCH] ALSA: hda: Delete an unnecessary check before the function call "kobject_put"
                                ` [PATCH] i2c-HID: Delete unnecessary checks before the function call "gpiod_put"

[PATCH v4 0/8] UHS-I support for sh_mobile_sdhi
 2015-07-09 12:34 UTC  (6+ messages)
` [PATCH v4 2/8] pinctrl: sh-pfc: r8a7790: Implement voltage switching for SDHI

Toaster master breakages
 2015-07-09 12:32 UTC  (2+ messages)

[Qemu-devel] Virtualising qmp_query_cpus() arch specifics
 2015-07-09 12:31 UTC  (2+ messages)

[PATCH for-4.2] IB/mlx4: Fix and optimize SRIOV slave init
 2015-07-09 12:31 UTC  (3+ messages)

[PATCH 0/3] atomic_or() related changes
 2015-07-09 12:31 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/jikos/hid
 2015-07-09 12:29 UTC 

Xen 4.4.3-rc1 has been tagged
 2015-07-09 12:28 UTC 

[RFC v2 0/6] IRQ bypass manager and irqfd consumer
 2015-07-09 12:28 UTC  (4+ messages)

[PATCH 0/2] Add initial support for RPM clocks
 2015-07-09 12:27 UTC  (4+ messages)
` [PATCH 1/2] clk: qcom: Add support for RPM Clocks
` [PATCH 2/2] clk: qcom: Add MSM8916 RPM clock driver

post-receive: pub/scm/linux/kernel/git/jikos/hid
 2015-07-09 12:27 UTC 

[PATCH] HID: rmi: Disable scanning if the device is not a wake source
 2015-07-09 12:27 UTC  (2+ messages)

Anyone tried out btrbk yet?
 2015-07-09 12:26 UTC 

[PATCH v6 0/7] CPUFreq driver using CPPC methods
 2015-07-09 12:25 UTC  (11+ messages)
` [PATCH v6 2/7] ACPI: Make ACPI processor driver more extensible

[PATCH -tip v11 0/7] kprobes: NOKPROBE_SYMBOL for modules, and scalbility efforts
 2015-07-09 12:19 UTC  (2+ messages)

[RFC PATCH] KVM: arm/arm64: Don't let userspace update CNTVOFF once guest is running
 2015-07-09 12:24 UTC  (16+ messages)

[PATCH v1] HID: cp2112: support i2c write-read transfers in hid-cp2112
 2015-07-09 12:22 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/jikos/hid
 2015-07-09 12:22 UTC 

[PATCH 0/6] eal/linux: cleanup hugepage code
 2015-07-09 12:21 UTC  (3+ messages)
` [PATCH v2 "

[Bug 90728] dvd playback with vlc and vdpau causes segmentation fault
 2015-07-09 12:20 UTC 

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2015-07-09 12:20 UTC 

[PATCH v2] Improve hash unit tests - Cuckoo hash part 2
 2015-07-09 12:19 UTC  (3+ messages)
` [PATCH v3] "
  ` [PATCH v3] test/hash: improve hash unit tests

The (desired) state OS X support for xfsprogs
 2015-07-09 12:18 UTC 

[PATCH v3] HID: cp2112: support large i2c transfers in hid-cp2112
 2015-07-09 12:17 UTC  (2+ messages)

[Xenomai] usage of rtdm_task_sleep_abs
 2015-07-09 12:15 UTC 

[PATCH net-next 0/5] switchdev: avoid duplicate packet forwarding
 2015-07-09 12:15 UTC  (3+ messages)
` [PATCH net-next 2/5] net: add phys ID compare helper to test if two IDs are the same

post-receive: pub/scm/linux/kernel/git/vgupta/arc
 2015-07-09 12:15 UTC 

[PATCH 0/5] HDMI optimization series
 2015-07-09 12:04 UTC  (6+ messages)
` [PATCH 1/5] drm/i915: add attached connector to hdmi container
` [PATCH 2/5] drm/i915: Add HDMI probe function
` [PATCH 3/5] drm/i915: Read HDMI EDID only when required
` [PATCH 4/5] drm/i915: Check live status before reading edid
` [PATCH 5/5] drm/i915: Set edid from detect only if forced

[PATCH 0/10 v6] Helper to abstract vma handling in media layer
 2015-07-09 12:12 UTC  (4+ messages)

Not able to set env var from anon function
 2015-07-09 12:12 UTC 

[Buildroot] Buildroot Mono Compile fails on mscorlib
 2015-07-09 12:11 UTC  (8+ messages)

[PATCH v8 1/4] pci: add PCI_SBDF and PCI_SEG macros
 2015-07-09 12:10 UTC  (2+ messages)

[Buildroot] [PATCH v2] minidlna: fix static link
 2015-07-09 12:09 UTC  (2+ messages)

python facade pattern implementation in ceph and ceph-deploy is bad practice?
 2015-07-09 12:07 UTC  (4+ messages)

[PATCH v5 0/4] submodule config lookup API
 2015-07-09 12:09 UTC  (4+ messages)
` [PATCH v5 1/4] implement submodule config API for lookup of .gitmodules values


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.