All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-31 17:08:29 to 2017-07-31 17:27:36 UTC [more...]

[PATCH v3 00/59] irqchip: KVM: Add support for GICv4
 2017-07-31 17:26 UTC  (126+ messages)
` [PATCH v3 01/59] genirq: Let irq_set_vcpu_affinity() iterate over hierarchy
` [PATCH v3 02/59] irqchip/gic-v3: Add redistributor iterator
` [PATCH v3 03/59] irqchip/gic-v3: Add VLPI/DirectLPI discovery
` [PATCH v3 04/59] irqchip/gic-v3-its: Move LPI definitions around
` [PATCH v3 05/59] irqchip/gic-v3-its: Add probing for VLPI properties
` [PATCH v3 06/59] irqchip/gic-v3-its: Macro-ize its_send_single_command
` [PATCH v3 07/59] irqchip/gic-v3-its: Implement irq_set_irqchip_state for pending state
` [PATCH v3 08/59] irqchip/gic-v3-its: Split out property table allocation
` [PATCH v3 09/59] irqchip/gic-v3-its: Allow use of indirect VCPU tables
` [PATCH v3 10/59] irqchip/gic-v3-its: Split out pending table allocation
` [PATCH v3 11/59] irqchip/gic-v3-its: Rework LPI freeing
` [PATCH v3 12/59] irqchip/gic-v3-its: Generalize device table allocation
` [PATCH v3 13/59] irqchip/gic-v3-its: Generalize LPI configuration
` [PATCH v3 14/59] irqchip/gic-v4: Add management structure definitions
` [PATCH v3 15/59] irqchip/gic-v3-its: Add GICv4 ITS command definitions
` [PATCH v3 16/59] irqchip/gic-v3-its: Add VLPI configuration hook
` [PATCH v3 17/59] irqchip/gic-v3-its: Add VLPI map/unmap operations
` [PATCH v3 18/59] irqchip/gic-v3-its: Add VLPI configuration handling
` [PATCH v3 19/59] irqchip/gic-v3-its: Add VPE domain infrastructure
` [PATCH v3 20/59] irqchip/gic-v3-its: Add VPE irq domain allocation/teardown
` [PATCH v3 21/59] irqchip/gic-v3-its: Add VPE irq domain [de]activation
` [PATCH v3 22/59] irqchip/gic-v3-its: Add VPENDBASER/VPROPBASER accessors
` [PATCH v3 23/59] irqchip/gic-v3-its: Add VPE scheduling
` [PATCH v3 24/59] irqchip/gic-v3-its: Add VPE invalidation hook
` [PATCH v3 25/59] irqchip/gic-v3-its: Add VPE affinity changes
` [PATCH v3 26/59] irqchip/gic-v3-its: Add VPE interrupt masking
` [PATCH v3 27/59] irqchip/gic-v3-its: Support VPE doorbell invalidation even when !DirectLPI
` [PATCH v3 28/59] irqchip/gic-v3-its: Allow doorbell interrupts to be injected/cleared
` [PATCH v3 29/59] irqchip/gic-v3-its: Set implementation defined bit to enable VLPIs
` [PATCH v3 30/59] irqchip/gic-v4: Add per-VM VPE domain creation
` [PATCH v3 31/59] irqchip/gic-v4: Add VPE command interface
` [PATCH v3 32/59] irqchip/gic-v4: Add VLPI configuration interface
` [PATCH v3 33/59] irqchip/gic-v4: Add some basic documentation
` [PATCH v3 34/59] irqchip/gic-v4: Enable low-level GICv4 operations
` [PATCH v3 35/59] irqchip/gic-v3: Advertise GICv4 support to KVM
` [PATCH v3 36/59] KVM: arm: Select ARM_GIC_V3 and ARM_GIC_V3_ITS
` [PATCH v3 37/59] KVM: arm/arm64: vgic: Move kvm_vgic_destroy call around
` [PATCH v3 38/59] KVM: arm/arm64: vITS: Add MSI translation helpers
` [PATCH v3 39/59] KVM: arm/arm64: GICv4: Add property field and per-VM predicate
` [PATCH v3 40/59] KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain
` [PATCH v3 41/59] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
` [PATCH v3 42/59] KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI
` [PATCH v3 43/59] KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI
` [PATCH v3 44/59] KVM: arm/arm64: GICv4: Handle MOVI applied to a VLPI
` [PATCH v3 45/59] KVM: arm/arm64: GICv4: Handle CLEAR "
` [PATCH v3 46/59] KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE
` [PATCH v3 47/59] KVM: arm/arm64: GICv4: Propagate property updates to VLPIs
` [PATCH v3 48/59] KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE
` [PATCH v3 49/59] KVM: arm/arm64: GICv4: Propagate VLPI properties at map time
` [PATCH v3 50/59] KVM: arm/arm64: GICv4: Use pending_last as a scheduling hint
` [PATCH v3 51/59] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PATCH v3 52/59] KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source
` [PATCH v3 53/59] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PATCH v3 54/59] KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered
` [PATCH v3 55/59] KVM: arm/arm64: GICv4: Enable VLPI support
` [PATCH v3 56/59] KVM: arm/arm64: GICv4: Prevent heterogenous systems from using GICv4
` [PATCH v3 57/59] KVM: arm/arm64: GICv4: Theory of operations
` [PATCH v3 58/59] irqchip/gic-v3-its: Pass its_node pointer to each command bulder
` [PATCH v3 59/59] irqchip/gic-v3-its: Workaround Huawei D05 redistributor addressing

Please merge net into net-next
 2017-07-31 17:25 UTC 

[PATCH] fbcon: Use background color for margins
 2017-07-31 17:25 UTC  (6+ messages)

[PATCH] osq_lock: fix osq_lock queue corruption
 2017-07-31 17:24 UTC 

RDMA miniconf: Persistent device naming
 2017-07-31 17:24 UTC  (7+ messages)

[Buildroot] [PATCH 1/9] fix help text wrapping for configs e
 2017-07-31 17:24 UTC  (3+ messages)

[PATCH] Documentation: filesystems: update filesystem locking documentation
 2017-07-31 17:23 UTC  (2+ messages)

wake_wide mechanism clarification
 2017-07-31 17:23 UTC  (12+ messages)

[PATCH 1/3] powerpc/xmon: Dump ftrace buffers for the current CPU
 2017-07-31 17:22 UTC  (3+ messages)
` [PATCH 2/3] powerpc/xmon: Disable and enable tracing command
` [PATCH 3/3] powerpc/xmon: Disable tracing on xmon by default

[PATCH nft] man: Document nft monitor ruleset
 2017-07-31 17:21 UTC  (2+ messages)

[PATCH v1 0/6] uuid: Convert rest users to new API
 2017-07-31 17:20 UTC  (7+ messages)
` [PATCH v1 3/6] staging: unisys: Switch to use new generic UUID API

[PATCH 00/15] HMM (Heterogeneous Memory Management) v24
 2017-07-31 17:21 UTC  (5+ messages)
` [PATCH 09/15] mm/hmm/devmem: device memory hotplug using ZONE_DEVICE v6

[XTF PATCH] build: append -fno-pic to CFLAGS
 2017-07-31 17:20 UTC 

[Qemu-devel] How to make ELF headers/symbol sections available for multiboot?
 2017-07-31 17:21 UTC  (3+ messages)

[PATCH nft] src: nft monitor ruleset
 2017-07-31 17:20 UTC  (2+ messages)

[PATCH v2] staging: unisys: Switch to use new generic UUID API
 2017-07-31 17:18 UTC 

[RFC net-next] net ipv6: convert fib6_table rwlock to a percpu lock
 2017-07-31 17:18 UTC 

[PATCH 0/4] clk: sunxi-ng: Fix issues with fractional mode
 2017-07-31 17:18 UTC  (5+ messages)
` [PATCH 4/4] clk: sunxi-ng: Wait for lock when using "

[Buildroot] [git commit] libsysfs: fix Config.in help text indentation
 2017-07-31 17:18 UTC 

[PATCH] cryptodev: fix NULL pointer dereference
 2017-07-31  9:18 UTC  (2+ messages)
` [PATCH v2] "

[nf-next PATCH v3 0/6] netfilter: nf_tables: Kill name length restrictions
 2017-07-31 17:17 UTC  (2+ messages)

[PATCH 0/5] Initial support for Adaptrum Anarion SOC
 2017-07-31 17:17 UTC  (6+ messages)
` [PATCH 4/5] mtd: spi-nor: Add driver for Adaptrum Anarion QSPI controller

[PATCH] net/virtio: fix fail to configure rxq interrupt
 2017-07-31 17:17 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/5] ARM64: disable irq between breakpoint and step exception
 2017-07-31 17:15 UTC  (3+ messages)

[PATCH 0/2] Update armv8 tune file
 2017-07-31 17:16 UTC  (3+ messages)
` [PATCH 1/2] armv8: update to use armv8-a tune
` [PATCH 2/2] new tune: add base cortexa53 support

[PATCH] static_key: fix concurrent static_key_slow_inc
 2017-07-31 17:15 UTC  (6+ messages)
` [tip:locking/urgent] locking/static_key: Fix concurrent static_key_slow_inc()

[maintainer-tools PATCH] dim: Add apply and push shorthands for current branch
 2017-07-31 17:15 UTC  (3+ messages)
` [maintainer-tools PATCH v2 1/2] "
  ` [maintainer-tools PATCH 2/2] dim: Simplify test "

[pull request][rdma-rc 00/14] RDMA fixes for-4.13
 2017-07-31 17:15 UTC  (10+ messages)
` [rdma-rc 13/14] RDMA/mthca: Make explicit conversion to 64bit value

[PATCH 0/3] fs, xfs: block map immutable files for dax, dma-to-storage, and swap
 2017-07-31 17:15 UTC  (6+ messages)
` [PATCH 2/3] fs, xfs: introduce FALLOC_FL_SEAL_BLOCK_MAP
` [PATCH 3/3] xfs: persist S_IOMAP_IMMUTABLE in di_flags2

[RFC] Introducing yamldt, a yaml to dtb compiler
 2017-07-31 17:15 UTC  (12+ messages)

[Qemu-devel] [PATCH v3] qemu-iotests: add a "how to" to ./README
 2017-07-31 17:14 UTC  (2+ messages)

strace-4.18 test suite oopses sparc64 4.12 and 4.13-rc kernels
 2017-07-31 17:14 UTC  (7+ messages)

[Buildroot] [PATCH 1/1] qt5declarative: backport 'Fix alignment issue on ARMv7' patch to 5.9.1
 2017-07-31 17:13 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD REGRESSION 15278d958d1b662a77605c8dc133fe1cacbea04e
 2017-07-31 17:13 UTC 

[U-Boot] [PATCH 2/2] MIPS: Stop building position independent code
 2017-07-31 17:13 UTC  (4+ messages)
` [U-Boot] [PATCH v3 "

[PATCH] acpi: apei: clear error status before acknowledging the error
 2017-07-31 17:11 UTC  (4+ messages)

[PATCH nf-next] netfilter: nf_hook_ops structs can be const
 2017-07-31 17:12 UTC  (2+ messages)

[Qemu-devel] [RFC 00/29] Migration: postcopy failure recovery
 2017-07-31 17:11 UTC  (3+ messages)
` [Qemu-devel] [RFC 04/29] bitmap: introduce bitmap_invert()

[PATCH 0/2] printk: allow different timestamps for printk.time
 2017-07-31 17:11 UTC  (4+ messages)
` [PATCH 1/2] printk: Make CONFIG_PRINTK_TIME an int

[PATCH] net/i40e: fix hierarchy commit check
 2017-07-31 17:11 UTC  (3+ messages)

[Qemu-devel] [PATCH for-2.10 0/3] qdev/vfio: defer DEVICE_DEL to avoid races with libvirt
 2017-07-31 17:11 UTC  (7+ messages)
` [Qemu-devel] [PATCH for-2.10 2/3] Revert "qdev: Free QemuOpts when the QOM path goes away"
` [Qemu-devel] [PATCH for-2.10 3/3] qdev: defer DEVICE_DEL event until instance_finalize()

[PATCH nf-next v2 0/4] netfilter: handle race w. module removal and nfqueue
 2017-07-31 17:10 UTC  (2+ messages)

[PATCH] efifb: allow user to disable write combined mapping
 2017-07-31 17:10 UTC  (5+ messages)

[Buildroot] [git commit] package/lib*: fix wrapping of Config.in help text
 2017-07-31 17:10 UTC 

[PATCH] tests: Add stacked overlay tests on fdtoverlay
 2017-07-31 17:10 UTC 

[Buildroot] [git commit] package/l*: fix wrapping of Config.in help text
 2017-07-31 17:09 UTC 

[PATCH] fdt: Allow stacked overlays phandle references
 2017-07-31 17:09 UTC 

[Buildroot] [git commit] package/k*: fix wrapping of Config.in help text
 2017-07-31 17:09 UTC 

[Buildroot] [git commit] package/j*: fix wrapping of Config.in help text
 2017-07-31 17:09 UTC 

[Buildroot] [git commit] package/i*: fix wrapping of Config.in help text
 2017-07-31 17:09 UTC 

[Buildroot] [git commit] package/h*: fix wrapping of Config.in help text
 2017-07-31 17:09 UTC 

[Buildroot] [git commit] package/g*: fix wrapping of Config.in help text
 2017-07-31 17:09 UTC 

[PATCH] net/mlx4: fix probe failure report
 2017-07-31 17:09 UTC  (2+ messages)
` [dpdk-stable] "

[Buildroot] [git commit] package/f*: fix wrapping of Config.in help text
 2017-07-31 17:09 UTC 

[Buildroot] [git commit] package/e*: fix wrapping of Config.in help text
 2017-07-31 17:08 UTC 

[PATCH net V3 1/2] net: remove unnecessary rotation
 2017-07-31 17:08 UTC  (2+ messages)
` [PATCH net V3 2/2] net: fix tcp reset packet flowlabel for ipv6


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.