All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-31 17:17:02 to 2017-07-31 17:32:19 UTC [more...]

[PATCH 0/3] fs, xfs: block map immutable files for dax, dma-to-storage, and swap
 2017-07-31 17:32 UTC  (5+ messages)
` [PATCH 1/3] fs, xfs: introduce S_IOMAP_IMMUTABLE

[PATCH v3 00/59] irqchip: KVM: Add support for GICv4
 2017-07-31 17:26 UTC  (161+ 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

[PATCH 0/2] Update armv8 tune file
 2017-07-31 17:31 UTC  (4+ messages)
` [PATCH 1/2] armv8: update to use armv8-a tune
` ✗ patchtest: failure for Update armv8 tune file

[PATCH V2] hyperv: netvsc: Neaten netvsc_send_pkt by using a temporary
 2017-07-31 17:30 UTC 

[Qemu-devel] [RFC] block-insert-node and block-job-delete
 2017-07-31 17:30 UTC  (6+ messages)

[PATCH 2/2] net/bnxt: fix arguments to _rte_eth_dev_callback_process
 2017-07-31 17:29 UTC  (3+ messages)
` [PATCH v2] "

Devicetree at Linux Plumbers Conference 2017
 2017-07-31 17:29 UTC 

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

[Buildroot] [git commit] squashfs: fix build with gcc 7
 2017-07-31 17:28 UTC 

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] "


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.