All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-03 10:19:45 to 2017-05-03 10:54:33 UTC [more...]

[PATCH 0/7] KVM: MMU: fast write protect
 2017-05-03 10:52 UTC  (15+ messages)
` [Qemu-devel] "
` [PATCH 1/7] KVM: MMU: correct the behavior of mmu_spte_update_no_track
  ` [Qemu-devel] "
` [PATCH 2/7] KVM: MMU: introduce possible_writable_spte_bitmap
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 3/7] KVM: MMU: introduce kvm_mmu_write_protect_all_pages
` [PATCH 4/7] KVM: MMU: enable KVM_WRITE_PROTECT_ALL_MEM
  ` [Qemu-devel] "
` [PATCH 5/7] KVM: MMU: allow dirty log without write protect
  ` [Qemu-devel] "
` [PATCH 6/7] KVM: MMU: clarify fast_pf_fix_direct_spte
  ` [Qemu-devel] "
` [PATCH 7/7] KVM: MMU: stop using mmu_spte_get_lockless under mmu-lock
  ` [Qemu-devel] "

[PATCH] fstests: attr: add support for cephfs
 2017-05-03 10:54 UTC 

[PATCH 0/4] usb: musb: tusb6010_omap: Convert to DMAengine
 2017-05-03 10:54 UTC 

[PATCH] arm64: Fix multiple 'asm-operand-widths' warnings
 2017-05-03 10:51 UTC  (5+ messages)

[RFC/RFT PATCH 00/18] PCI: ARM/ARM64: remove pci_fixup_irqs() usage
 2017-05-03 10:51 UTC  (12+ messages)
` [RFC/RFT PATCH 05/18] ARM: PCI: dove: Convert PCI scan API to pci_scan_root_bus_bridge()
` [RFC/RFT PATCH 18/18] ARM/ARM64: PCI: Drop pci_fixup_irqs() usage for DT based host controllers

[Qemu-devel] [PATCH] jazz_led: fix bad snprintf
 2017-05-03 10:51 UTC  (2+ messages)
` [Qemu-devel] [Qemu-trivial] "

[PATCH] Allow overriding environment specific SPDX variables
 2017-05-03 10:39 UTC 

[PATCH V2 0/2] Fix vm_event resume path race condition
 2017-05-03 10:48 UTC  (8+ messages)
` [PATCH V2 1/2] x86/vm_event: added hvm/vm_event.{h,c}
  ` [PATCH V2 1/2] x86/vm_event: added hvm/vm_event.{h, c}
` [PATCH V2 2/2] x86/vm_event: fix race between __context_switch() and vm_event_resume()

[PATCH 00/10 v2] pl011 emulation support in Xen
 2017-05-03 10:47 UTC  (11+ messages)
` [PATCH 03/10 v2] xen/arm: vpl011: Enable pl011 emulation for a guest domain "
` [PATCH 04/10 v2] xen/arm: vpl011: Add support for vuart in libxl
` [PATCH 09/10 v2] xen/arm: vpl011: Add a pl011 uart DT node in the guest device tree

[PATCH] staging : rtl8188eu : remove void function return
 2017-05-03 10:46 UTC  (2+ messages)

[CI 1/2] drm/i915/guc: Enable send function only after successful init
 2017-05-03 10:47 UTC  (2+ messages)

[wic patch 0/5] Add option to wic and use argparse
 2017-05-03 10:32 UTC  (5+ messages)
` [wic patch 1/5] wic: Catch errors during image files clean-up

[PATCH 00/31] arm64: KVM: Mediate access to GICv3 sysregs at EL2
 2017-05-03 10:46 UTC  (64+ messages)
` [PATCH 01/31] arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
` [PATCH 02/31] arm64: KVM: Do not use stack-protector to compile EL2 code
` [PATCH 03/31] arm: KVM: Do not use stack-protector to compile HYP code
` [PATCH 04/31] KVM: arm/arm64: vgic-v2: Do not use Active+Pending state for a HW interrupt
` [PATCH 05/31] KVM: arm/arm64: vgic-v3: "
` [PATCH 06/31] KVM: arm/arm64: vgic-v3: Use PREbits to infer the number of ICH_APxRn_EL2 registers
` [PATCH 07/31] KVM: arm/arm64: vgic-v3: Add accessors for the "
` [PATCH 08/31] arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
` [PATCH 09/31] KVM: arm64: Make kvm_condition_valid32() accessible from EL2
` [PATCH 10/31] KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
` [PATCH 11/31] KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
` [PATCH 12/31] KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
` [PATCH 13/31] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
` [PATCH 14/31] KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
` [PATCH 15/31] KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
` [PATCH 16/31] KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
` [PATCH 17/31] KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
` [PATCH 18/31] KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
` [PATCH 19/31] KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
` [PATCH 20/31] KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
` [PATCH 21/31] KVM: arm64: vgic-v3: Add misc Group-0 handlers
` [PATCH 22/31] KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
` [PATCH 23/31] KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
` [PATCH 24/31] arm64: Add MIDR values for Cavium cn83XX SoCs
` [PATCH 25/31] arm64: Add workaround for Cavium Thunder erratum 30115
` [PATCH 26/31] KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
` [PATCH 27/31] KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
` [PATCH 28/31] KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
` [PATCH 29/31] KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
` [PATCH 30/31] KVM: arm64: Enable GICv3 common sysreg trapping via command-line
` [PATCH 31/31] KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped

[PATCH 1/2] ASoC: Intel: Skylake: Move i915 registration to worker thread
 2017-05-03 10:46 UTC  (4+ messages)
` [PATCH 2/2] ASoC: Intel: Skylake: Fix typo for token d0i3 caps

[PATCH] power: supply: bq27xxx: make bq27xxx_battery_settings static
 2017-05-03 10:45 UTC  (2+ messages)

[Qemu-devel] [PATCH] MAINTAINERS: Update paths for AioContext implementation
 2017-05-03 10:45 UTC  (2+ messages)
` [Qemu-devel] [Qemu-trivial] "

[xen-unstable test] 108139: regressions - FAIL
 2017-05-03 10:45 UTC 

[Qemu-devel] [PATCH 0/5] MAINTAINERS/get_maintainers: add support for reviewers
 2017-05-03 10:45 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/5] get_maintainer: Teach get_maintainer.pl about the new "R:" tag

null domains after xl destroy
 2017-05-03 10:45 UTC  (14+ messages)

[PATCH V2] xen/hvm: fix hypervisor crash with hvm_save_one()
 2017-05-03 10:44 UTC  (8+ messages)

[Qemu-devel] [PATCH] block migration: Allow compile time disable
 2017-05-03 10:42 UTC 

[Qemu-devel] [PATCH V3 00/10] Add COLO-proxy virtio-net support
 2017-05-03 10:42 UTC  (9+ messages)
` [Qemu-devel] [PATCH V3 04/10] net/filter-mirror.c: Add filter-mirror and filter-redirector vnet support
` [Qemu-devel] [PATCH V3 05/10] net/net.c: Add vnet header length to SocketReadState

[PATCH V2 0/9] nl80211: add support for PTK/GTK handshake offload
 2017-05-03 10:42 UTC  (10+ messages)
` [PATCH V2 1/9] cfg80211: support 4-way handshake offloading for WPA/WPA2-PSK
` [PATCH V2 2/9] cfg80211: support 4-way handshake offloading for 802.1X
` [PATCH V2 3/9] nl80211: add authorized flag to CONNECT event
` [PATCH V2 4/9] nl80211: add authorized flag to ROAM event
` [PATCH V2 5/9] nl80211: remove desciption about request from NL80211_CMD_ROAM
` [PATCH V2 6/9] brcmfmac: support 4-way handshake offloading for WPA/WPA2-PSK
` [PATCH V2 7/9] brcmfmac: support 4-way handshake offloading for 802.1X
` [PATCH V2 8/9] brcmfmac: switch to using cfg80211_connect_done()
` [PATCH V2 9/9] brcmfmac: provide port authorized state in CONNECT event

.nf_ct_iterate_cleanup panic
 2017-05-03 10:40 UTC 

Designware UART bug
 2017-05-03 10:40 UTC  (2+ messages)
` [linux-sunxi] "

PPTP passthrough
 2017-05-03 10:38 UTC  (2+ messages)

[RFC PATCHSET] sched/fair: fix load balancer behavior when cgroup is in use
 2017-05-03 10:37 UTC  (11+ messages)
` [PATCH 2/2] sched/fair: Always propagate runnable_load_avg

1.1.4 release?
 2017-05-03 10:36 UTC 

[PATCH v2 0/6] Automatic affinity settings for nvme over rdma
 2017-05-03 10:34 UTC  (5+ messages)
` [PATCH v2 3/6] RDMA/core: expose affinity mappings per completion vector

[PATCH 1/3] drm: Plumb modifiers through plane init
 2017-05-03 10:34 UTC  (2+ messages)

[PATCH] power: supply: twl4030-charger: make twl4030_bci_property_is_writeable static
 2017-05-03 10:33 UTC  (2+ messages)

[PATCH v3 0/2] Expose task pid_ns_for_children to userspace
 2017-05-03 10:32 UTC  (6+ messages)
` [PATCH v3 1/2] ns: Allow ns_entries to have custom symlink content
` [PATCH v3 2/2] pidns: Expose task pid_ns_for_children to userspace

[PATCH 0/3] Cavium ThunderX2 SMMUv3 errata workarounds
 2017-05-03 10:32 UTC  (9+ messages)
` [PATCH 2/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #74

[PATCH] drivers/of_iommu: ignore SMMU DT nodes with status 'disabled'
 2017-05-03 10:32 UTC  (7+ messages)

[Qemu-devel] crash in vhost-user-bridge on migration
 2017-05-03 10:31 UTC  (2+ messages)

v2_02_171 annotated tag has been created
 2017-05-03 10:31 UTC 

Several sepolicy fixes from Fedora
 2017-05-03 10:30 UTC  (20+ messages)
` [PATCH 01/19] policycoreutils/sepolicy: Add documentation for MCS separated domains
` [PATCH 02/19] sepolicy: Fix spelling mistakes in commands in generated manpages
` [PATCH 03/19] sepolicy: Add manpages for typealiased types
` [PATCH 04/19] sepolicy: Move svirt man page out of libvirt into its own
` [PATCH 05/19] policycoreutils/sepolicy: boolean.png is in help/
` [PATCH 06/19] Fix up generation of application policy
` [PATCH 07/19] sepolicy: ptrace should be a part of deny_ptrace boolean in TEMPLATETYPE_admin
` [PATCH 08/19] sepolicy: We should be creating _exec interfaces when we create the domtrans interface
` [PATCH 09/19] Fix typo in executable.py template
` [PATCH 10/19] sepolicy: Adapt to new the semodule list output
` [PATCH 11/19] sepolicy: Don't return filter(), use [ ] notation instead
` [PATCH 12/19] sepolicy: Simplify policy types detection
` [PATCH 13/19] sepolicy/generate.py: Fix string formatting
` [PATCH 14/19] policycoreutils/sepolicy: Define our own cmp()
` [PATCH 15/19] dbus: Use text streams in selinux_server.py
` [PATCH 16/19] sepolicy: setools.*Query wants a list in ruletype
` [PATCH 17/19] sepolicy: Fix several issues in 'sepolicy manpage -a'
` [PATCH 18/19] sepolicy: info() should provide attributes for a TYPE
` [PATCH 19/19] sepolicy/gui: Update text strings to use better gettext templates

[PATCH v9 12/15] drm/i915/perf: Add OA unit support for Gen 8+
 2017-05-03 10:31 UTC  (3+ messages)
` [PATCH v10 "

master - post-release
 2017-05-03 10:31 UTC 

[Qemu-devel] [Bug 1687653] [NEW] QEMU-KVM / detect_zeroes causes KVM to start unlimited number of threads on Guest-Sided High-IO with big Blocksize
 2017-05-03 10:23 UTC  (2+ messages)
` [Qemu-devel] [Bug 1687653] "

master - pre-release
 2017-05-03 10:30 UTC 

master - man: generate
 2017-05-03 10:30 UTC 

master - command: avoid compiler warning
 2017-05-03 10:30 UTC 

[Buildroot] [autobuild.buildroot.net] Your build results for 2017-04-29
 2017-05-03 10:29 UTC 

[PATCH 0/5] Start of a journey: drop NO_THE_INDEX_COMPATIBILITY_MACROS
 2017-05-03 10:27 UTC  (3+ messages)

[BUG] xl devd segmentation fault on xl block-detach
 2017-05-03 10:27 UTC  (2+ messages)

RFA: untracked cache vs git reset --hard
 2017-05-03 10:27 UTC 

[PATCH -next] soc/qbman: fix implicit header dependency now causing build fails
 2017-05-03 10:26 UTC  (4+ messages)

[RFC][PATCH] powerpc/64s: Leave IRQs hard enabled over context switch
 2017-05-03 10:26 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/5] rockchip: Add a read-only efuse driver for the RK3399 (and derive serial# from fuses on the RK3399-Q7)
 2017-05-03 10:25 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/5] rockchip: efuse: add (misc) driver for RK3399 non-secure efuse block

[PATCH V8 00/11] IOMMU probe deferral support
 2017-05-03 10:24 UTC  (8+ messages)
` [PATCH V8 07/11] iommu: of: Handle IOMMU lookup failure with deferred probing or error

[PATCH v3 1/1] of: Move OF property and graph API from base.c to property.c
 2017-05-03 10:21 UTC 

[PATCH v5 00/22] vITS save/restore
 2017-05-03 10:22 UTC  (7+ messages)
` [PATCH v5 16/22] KVM: arm64: vgic-its: Add infrastructure for table lookup

CYGWIN git cannot install python packages with pip
 2017-05-03 10:21 UTC  (3+ messages)

[PATCH 0/4] mitigate the per-pCPU blocking list may be too long
 2017-05-03 10:21 UTC  (5+ messages)

[PATCH 0/2] nsfs: Introduce ioctl to set vector of ns_last_pid's on pid ns hierarhy
 2017-05-03 10:20 UTC  (13+ messages)
` [PATCH 2/2] pid_ns: Introduce ioctl to set vector of ns_last_pid's on "

[PATCH 00/15] Handle fopen() errors
 2017-05-03 10:17 UTC  (7+ messages)
` [PATCH v2 00/21]
  ` [PATCH v2 16/21] sequencer.c: report error on failure to fopen()
  ` [PATCH v2 18/21] wt-status.c: "
  ` [PATCH v2 19/21] xdiff-interface.c: report errno on failure to stat() or fopen()
  ` [PATCH v2 20/21] config.c: handle error on failing to fopen()
  ` [PATCH v2 21/21] t1308: add a test case on open a config directory


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.