messages from 2016-02-19 11:25:39 to 2016-02-19 12:21:13 UTC [more...]
[Qemu-devel] [PULL 00/13] VFIO updates 2016-02-18
2016-02-19 12:20 UTC (3+ messages)
[Qemu-devel] [PULL 00/13] vhost, virtio, pci, pxe
2016-02-19 12:20 UTC (5+ messages)
` [Qemu-devel] [PULL 07/13] msix: fix msix_vector_masked
[Qemu-devel] [RFC v7 00/16] Slow-path for atomic instruction translation
2016-02-19 12:19 UTC (6+ messages)
` [Qemu-devel] [RFC v7 16/16] target-arm: aarch64: add atomic instructions
[LTP] [PATCH] mem/oom: do cleanup work for oom0{3,4,5}
2016-02-19 12:18 UTC (3+ messages)
[Qemu-devel] [PULL 00/15] QAPI patches for 2016-02-19
2016-02-19 12:18 UTC (16+ messages)
` [Qemu-devel] [PULL 01/15] qapi-visit: Honor prefix of discriminator enum
` [Qemu-devel] [PULL 02/15] qapi: Simplify excess input reporting in input visitors
` [Qemu-devel] [PULL 03/15] qapi: Forbid empty unions and useless alternates
` [Qemu-devel] [PULL 04/15] qapi: Forbid 'any' inside an alternate
` [Qemu-devel] [PULL 05/15] qapi: Add tests of complex objects within alternate
` [Qemu-devel] [PULL 06/15] qapi-visit: Simplify how we visit common union members
` [Qemu-devel] [PULL 07/15] qapi: Visit variants in visit_type_FOO_fields()
` [Qemu-devel] [PULL 08/15] qapi-visit: Unify struct and union visit
` [Qemu-devel] [PULL 09/15] qapi-visit: Less indirection in visit_type_Foo_fields()
` [Qemu-devel] [PULL 10/15] qapi: Adjust layout of FooList types
` [Qemu-devel] [PULL 11/15] qapi: Emit structs used as variants in topological order
` [Qemu-devel] [PULL 12/15] qapi-visit: Use common idiom in gen_visit_fields_decl()
` [Qemu-devel] [PULL 13/15] qapi: Don't box struct branch of alternate
` [Qemu-devel] [PULL 14/15] qapi: Don't box branches of flat unions
` [Qemu-devel] [PULL 15/15] qapi: Change visit_start_implicit_struct to visit_start_alternate
[RFC PATCH 02/20] KEYS: Add a system blacklist keyring [ver #2]
2016-02-19 12:16 UTC (15+ messages)
` [RFC PATCH 00/20] KEYS: Restrict additions to 'trusted' keyrings "
` [RFC PATCH 12/20] PKCS#7: Make the signature a pointer rather than embedding it "
` [RFC PATCH 18/20] IMA: Use the system blacklist keyring "
[PATCH][v2] toaster: create Build object earlier in bitbake processing
2016-02-19 12:17 UTC
[PATCH][v2] Create Build object earlier in bitbake processing (cover letter)
2016-02-19 12:16 UTC
[PATCH] ehea: Drop owner assignment from platform_driver
2016-02-19 12:15 UTC (4+ messages)
[RFC 0/12] introduce down_write_killable for rw_semaphore
2016-02-19 12:15 UTC (3+ messages)
[Generic GPIO patch 1/3] drm/i915/dsi: Added the generic gpio sequence support and gpio table
2016-02-19 12:14 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [Generic,GPIO,1/3] "
[PATCH kernel v2] powerpc/ioda: Set "read" permission when "write" is set
2016-02-19 12:13 UTC (2+ messages)
` [kernel, "
[PATCH V2 1/2] pinctrl: mediatek: Modify pinctrl bindings for mt7623
2016-02-19 12:12 UTC (6+ messages)
[PATCH 1/1] KVM: async_pf: do not warn on page allocation failures
2016-02-19 12:11 UTC
net/bluetooth: workqueue destruction WARNING in hci_unregister_dev
2016-02-19 12:10 UTC (6+ messages)
[PATCH 00/55] perf tools: Bugfix, BPF improvements and overwrite ring buffer support
2016-02-19 11:44 UTC (56+ messages)
` [PATCH 01/55] perf tools: Record text offset in dso to calculate objdump address
` [PATCH 02/55] perf tools: Adjust symbol for shared objects
` [PATCH 03/55] perf tools: Rename bpf_prog_priv__clear() to clear_prog_priv()
` [PATCH 04/55] perf tools: Fix checking asprintf return value
` [PATCH 05/55] perf tools: Add API to config maps in bpf object
` [PATCH 06/55] perf tools: Enable BPF object configure syntax
` [PATCH 07/55] perf record: Apply config to BPF objects before recording
` [PATCH 08/55] perf tools: Enable passing event to BPF object
` [PATCH 09/55] perf tools: Create config_term_names array
` [PATCH 10/55] perf stat: Forbid user passing improper config terms
` [PATCH 11/55] perf tools: Rename and move pmu_event_name to get_config_name
` [PATCH 12/55] perf tools: Enable config raw and numeric events
` [PATCH 13/55] perf tools: Enable config and setting names for legacy cache events
` [PATCH 14/55] perf tools: Support setting different slots in a BPF map separately
` [PATCH 15/55] perf tools: Enable indices setting syntax for BPF maps
` [PATCH 16/55] perf tools: Pass tracepoint options to BPF script
` [PATCH 17/55] perf tools: Introduce bpf-output event
` [PATCH 18/55] perf data: Support converting data from bpf_perf_event_output()
` [PATCH 19/55] perf data: Explicitly set byte order for integer types
` [PATCH 20/55] perf core: Introduce new ioctl options to pause and resume ring buffer
` [PATCH 21/55] perf core: Set event's default overflow_handler
` [PATCH 22/55] perf core: Prepare writing into ring buffer from end
` [PATCH 23/55] perf core: Add backward attribute to perf event
` [PATCH 24/55] perf core: Reduce perf event output overhead by new overflow handler
` [PATCH 25/55] perf tools: Only validate is_pos for tracking evsels
` [PATCH 26/55] perf tools: Print write_backward value in perf_event_attr__fprintf
` [PATCH 27/55] perf tools: Make ordered_events reusable
` [PATCH 28/55] perf record: Extract synthesize code to record__synthesize()
` [PATCH 29/55] perf tools: Add perf_data_file__switch() helper
` [PATCH 30/55] perf record: Turns auxtrace_snapshot_enable into 3 states
` [PATCH 31/55] perf record: Introduce record__finish_output() to finish a perf.data
` [PATCH 32/55] perf record: Add '--timestamp-filename' option to append timestamp to output filename
` [PATCH 33/55] perf record: Split output into multiple files via '--switch-output'
` [PATCH 34/55] perf record: Force enable --timestamp-filename when --switch-output is provided
` [PATCH 35/55] perf record: Disable buildid cache options by default in switch output mode
` [PATCH 36/55] perf record: Re-synthesize tracking events after output switching
` [PATCH 37/55] perf record: Generate tracking events for process forked by perf
` [PATCH 38/55] perf record: Ensure return non-zero rc when mmap fail
` [PATCH 39/55] perf record: Prevent reading invalid data in record__mmap_read
` [PATCH 40/55] perf tools: Add evlist channel helpers
` [PATCH 41/55] perf tools: Automatically add new channel according to evlist
` [PATCH 42/55] perf tools: Operate multiple channels
` [PATCH 43/55] perf tools: Squash overwrite setting into channel
` [PATCH 44/55] perf record: Don't read from and poll overwrite channel
` [PATCH 45/55] perf record: Don't poll on "
` [PATCH 46/55] perf tools: Detect avalibility of write_backward
` [PATCH 47/55] perf tools: Enable overwrite settings
` [PATCH 48/55] perf tools: Set write_backward attribut bit for overwrite events
` [PATCH 49/55] perf tools: Record fd into perf_mmap
` [PATCH 50/55] perf tools: Add API to pause a channel
` [PATCH 51/55] perf record: Toggle overwrite ring buffer for reading
` [PATCH 52/55] perf record: Rename variable to make code clear
` [PATCH 53/55] perf record: Read from backward ring buffer
` [PATCH 54/55] perf record: Allow generate tracking events at the end of output
` [PATCH 55/55] perf tools: Don't warn about out of order event if write_backward is used
[Qemu-devel] libvirt/qemu fallocate flags
2016-02-19 12:08 UTC
[PATCH] [media] vsp1_drm.h: add missing prototypes
2016-02-19 12:08 UTC
[PATCH 001/190] drm: Release driver references to handle before making it available again
2016-02-19 12:08 UTC (4+ messages)
` [PATCH 087/190] Revert "drm/i915: Clean up associated VMAs on context destruction"
` [PATCH 088/190] drm/i915: Move execlists interrupt based submission to a bottom-half
[PATCH V13 0/5] xen pvusb toolstack work
2016-02-19 12:07 UTC (6+ messages)
` [PATCH V13 5/5] xl: add pvusb commands
[Qemu-devel] %cpu used by qemu-kvm processes
2016-02-19 12:06 UTC (3+ messages)
[PATCH 00/33] Compile-time stack metadata validation
2016-02-19 12:05 UTC (10+ messages)
` [PATCH] sched/x86: Add stack frame dependency to __preempt_schedule[_notrace]
Silence compiler warning in arch/x86/kvm/emulate.c
2016-02-19 12:05 UTC (3+ messages)
[RFC] mac80211: add extap functionality
2016-02-19 12:05 UTC (5+ messages)
[PATCH v2] staging/android/ion : fix a race condition in the ion driver
2016-02-19 12:03 UTC
[Qemu-arm] [PATCH] tusb6010: move from hw/timer to hw/usb
2016-02-19 12:03 UTC (2+ messages)
` [Qemu-devel] "
[PATCHv13 0/7] Expose submodule parallelism to the user
2016-02-19 12:03 UTC (3+ messages)
` [PATCHv13 5/7] git submodule update: have a dedicated helper for cloning
[git:media_tree/fixes] [media] adv7604: fix tx 5v detect regression
2016-02-16 11:38 UTC
[PATCH] arm64: add architecture specified current_pt_regs
2016-02-19 12:01 UTC (6+ messages)
[PATCH v3 00/11] KVM: x86: track guest page access
2016-02-19 12:00 UTC (13+ messages)
` [PATCH v3 05/11] KVM: page track: introduce kvm_page_track_{add,remove}_page
` [PATCH v3 06/11] KVM: MMU: let page fault handler be aware tracked page
` [PATCH v3 07/11] KVM: page track: add notifier support
` [PATCH v3 10/11] KVM: MMU: clear write-flooding on the fast path of tracked page
` [PATCH v3 11/11] KVM: MMU: apply page track notifier
[PART1 RFC 0/9] KVM: x86: Introduce SVM AVIC support
2016-02-19 11:59 UTC (24+ messages)
` [PART1 RFC 5/9] svm: Add VMEXIT handlers for AVIC
` [PART1 RFC 6/9] svm: Add interrupt injection via AVIC
[PATCH/RFC v2] gpio: rcar: Add Runtime PM handling for interrupts
2016-02-19 11:59 UTC (3+ messages)
Test failures with GNU grep 2.23
2016-02-19 11:59 UTC (2+ messages)
Xen Project Infrastructure Maintenance: Feb 22nd from 8:00 AM UTC (to fix CVE-2015-7547)
2016-02-19 11:59 UTC
clearenv(3): implies that it's a security tool
2016-02-19 11:59 UTC (3+ messages)
[PATCH V5 0/3] add gpio/pinctrl/spi DTS for hi6220 and hikey
2016-02-19 11:58 UTC (8+ messages)
` [PATCH V5 1/3] arm64: dts: Add Hi6220 gpio configuration nodes
` [PATCH V5 2/3] arm64: dts: add Hi6220 pinctrl "
` [PATCH V5 3/3] arm64: dts: add Hi6220 spi "
[PATCH] gpio: pisosr: add missing unlock
2016-02-19 11:56 UTC (2+ messages)
[PATCH RESSEND FOR CI *AGAIN*] drm/i915/bxt: Remove DSP CLK_GATE programming for BXT
2016-02-19 11:54 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/bxt: Remove DSP CLK_GATE programming for BXT (rev2)
[PATCH v2] gpio: add userspace ABI for GPIO line information
2016-02-19 11:54 UTC (11+ messages)
[PATCH v2 0/6] arm64: Add support of KVM with ACPI
2016-02-19 11:54 UTC (9+ messages)
` [PATCH v2 1/6] KVM: arm/arm64: arch_timer: Gather KVM specific information in a structure
[PATCH 0/2] Adding support to show SoC revision in /proc/cpuinfo
2016-02-19 11:53 UTC (5+ messages)
` [PATCH 2/2] ARM: dts: meson: Adding hwrev syscon node
[PATCH v1] tty: serial: Use GFP_ATOMIC instead of GFP_KERNEL in serial8250_em485_init()
2016-02-19 11:53 UTC (4+ messages)
[GIT PULL FOR v4.6] VSP1 patches
2016-02-19 11:52 UTC (2+ messages)
[Qemu-devel] [PATCH v3 10/16] hw/timer: QOM'ify m48txx_sysbus (pass 2)
2016-02-19 11:49 UTC (8+ messages)
` [Qemu-devel] [PATCH v3 16/16] hw/timer: QOM'ify tusb6010
` [Qemu-arm] "
[Qemu-devel] [PATCH 0/9] Add full scatter-gather support for SCSI generic devices
2016-02-19 11:50 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/9] dma-helpers: Expose the sg mapping logic
[PATCH] MAINTAINERS: Drop myself as xen netback maintainer
2016-02-19 11:50 UTC (3+ messages)
A gic problem about eoi
2016-02-19 11:49 UTC (4+ messages)
Missed interrupt false positives mitigation
2016-02-19 11:49 UTC (4+ messages)
` [PATCH 4/5] drm/i915: Use simplest form for flushing the single cacheline in the HWS
dom0 USB failing with "ehci-pci: probe of 0000:00:1d.0 failed with error -110"
2016-02-19 11:47 UTC (2+ messages)
[PATCH net] r8169:fix "rtl_counters_cond == 1 (loop: 1000, delay: 10)" log spam
2016-02-19 11:46 UTC (3+ messages)
GSoC 2016: applications open, deadline = Fri, 19/2
2016-02-19 11:46 UTC (15+ messages)
` GSoC 2016: applications open, deadline = now => submission
` GSoC 2016: applications open, deadline = now => submitted
[PATCH] MAINTAINERS: Drop myself as xen netback maintainer
2016-02-19 11:44 UTC
[Qemu-devel] [PATCH 00/13] IOMMU: Enable interrupt remapping for Intel IOMMU
2016-02-19 11:43 UTC (11+ messages)
[PATCH v3] Requisite paches for xSplice v3 (not yet posted)
2016-02-19 11:42 UTC (8+ messages)
` [PATCH v3 5/5] mkelf32: Close those file descriptors in the error paths
[PATCH] include: ceph: Fix encode and decode type conversions
2016-02-19 11:42 UTC (5+ messages)
[PATCH RFT] gpio: mpc8xxx: Fixup setting gpio direction output
2016-02-19 11:08 UTC (2+ messages)
[meta-qt5][PATCH] qt5: use common PACKAGECONFIG to build examples
2016-02-19 11:39 UTC (4+ messages)
[PATCH] x86, microcode: Remove unnecessary paravirt_enabled check
2016-02-19 11:36 UTC (11+ messages)
[PATCH] arm64: kasan: clear stale stack poison
2016-02-19 11:35 UTC (6+ messages)
[PATCH 0/4] gen9 dmc state harderning
2016-02-19 11:35 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for gen9 dmc state harderning (rev3)
[GIT PULL] pin control fixes for v4.5
2016-02-19 11:34 UTC
Windows git bash - child processes see system PATH environment variable instead of user
2016-02-19 11:33 UTC (4+ messages)
overlayfs: DAC override capability for ovl_lookup_real(lowerdir)?
2016-02-19 11:26 UTC
[PATCH] powerpc/mm/hash: Clear the invalid slot information correctly
2016-02-19 11:30 UTC (2+ messages)
Fwd: [newstore (again)] how disable double write WAL
2016-02-19 11:28 UTC (11+ messages)
` Fwd: "
[PATCH 1/2] drm: Add few more wrapper functions for drm panel
2016-02-19 11:28 UTC (2+ messages)
` [PATCH 2/2] drm/i915: Add functions to execute the new sequences from VBT
[meta-python] Python Flask recipes + cve-searching during package creation
2016-02-19 11:29 UTC
[Qemu-devel] Spice File Drag + Drop from / to guest does not work
2016-02-19 11:28 UTC
[PATCH 05/33] x86, pkeys: Add Kconfig option
2016-02-19 11:27 UTC (3+ messages)
` [tip:mm/pkeys] x86/mm/pkeys: "
` [PATCH] x86/mm/pkeys: Do not enable them by default
[Qemu-devel] [PATCH] target-arm: Implement MDCR_EL3.TPM and MDCR_EL2.TPM traps
2016-02-19 11:26 UTC
[PATCH] mm: scale kswapd watermarks in proportion to memory
2016-02-19 11:25 UTC (3+ messages)
[PATCH v2 0/21] hardening allocations against integer overflow
2016-02-19 11:25 UTC (3+ messages)
` [PATCH 20/21] convert ewah/bitmap code to use xmalloc
` [PATCH 21/21] ewah: convert to REALLOC_ARRAY, etc
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.