All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-28 14:58:49 to 2017-06-28 15:12:44 UTC [more...]

[PATCH v2 0/8] x86: undwarf unwinder
 2017-06-28 15:11 UTC  (4+ messages)
` [PATCH v2 1/8] objtool: move checking code to check.c
` [PATCH v2 2/8] objtool, x86: add several functions and files to the objtool whitelist
` [PATCH v2 3/8] objtool: stack validation 2.0

[PATCH v3 00/10] Set 3 of changes related to updates of btcoexist
 2017-06-28 15:12 UTC  (6+ messages)
` [PATCH v3 02/10] rtlwifi: Add BT_MP_INFO to c2h handler
` [PATCH v3 03/10] rtlwifi: Add board type for 8723be and 8192ee
` [PATCH v3 04/10] rtlwifi: add amplifier type for 8812ae
` [PATCH v3 05/10] rtlwifi: Update 8723be new phy parameters and its parser
` [PATCH v3 08/10] rtlwifi: move IS_HARDWARE_TYPE_xxx checker to wifi.h

[PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread
 2017-06-28 15:11 UTC  (6+ messages)

[PATCH v5 00/12] bus: attach / detach API
 2017-06-28 15:11 UTC  (5+ messages)
` [PATCH v6 05/11] bus: introduce hotplug functionality

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

linux-next: build failure after merge of the block tree
 2017-06-28 15:11 UTC  (4+ messages)

[PATCHv2 0/3] ethtool: stmmac: Fix DMA register dump
 2017-06-28 15:13 UTC  (4+ messages)
` [PATCHv2 1/3] ethtool: stmmac: Fix Designware ethtool "
` [PATCHv2 2/3] ethtool: stmmac: Add macros for number of registers
` [PATCHv2 3/3] ethtool: stmmac: Add DMA HW Feature Register

arm64 lockdep splat
 2017-06-28 15:11 UTC  (2+ messages)

[PATCH 1/1] blk-mq: map all HWQ also in hyperthreaded system
 2017-06-28 15:09 UTC  (9+ messages)

[PATCH] xfs_db: improve argument naming in set_cur and set_iocur_type
 2017-06-28 15:09 UTC 

[PATCH v2 0/2] Add ASPEED watchdog device tree properties
 2017-06-28 15:08 UTC  (15+ messages)
` [PATCH v2 1/2] drivers/watchdog: Add optional ASPEED "
` [PATCH v2 2/2] drivers/watchdog: ASPEED reference dev tree properties for config

[PATCH] fbcon: Make fbcon a built-time depency for fbdev
 2017-06-28 15:08 UTC  (2+ messages)

[PATCH] clocksource: timer-u300: Unmap region and unprepare clk obtained by of_iomap/clk_prepare_enable
 2017-06-28 15:07 UTC  (3+ messages)

[PATCH] scsi: hisi_sas: optimise DMA slot memory
 2017-06-28 15:25 UTC  (2+ messages)

[PATCH 0/9] PM / ACPI / i2c: Fix system suspend and deploy runtime PM centric path for ACPI
 2017-06-28 15:06 UTC  (6+ messages)
` [PATCH 1/9] i2c: designware: Fix system suspend

[PATCH 00/28] SCSI EH argument reshuffle part I
 2017-06-28 15:05 UTC  (6+ messages)
` [PATCH 19/28] qedf: drop bus reset handler

[PATCH v11 0/6] Virtio-balloon Enhancement
 2017-06-28 15:04 UTC  (17+ messages)
` [PATCH v11 3/6] virtio-balloon: VIRTIO_BALLOON_F_PAGE_CHUNKS
    ` [virtio-dev] "
      ` [Qemu-devel] "
` [PATCH v11 6/6] virtio-balloon: VIRTIO_BALLOON_F_CMD_VQ
    `  "
      ` [virtio-dev] "
            ` [Qemu-devel] "

[bug report] lightnvm: pblk: sched. metadata on write thread
 2017-06-28 15:05 UTC  (4+ messages)

[PATCH] clk: scpi: error when clock fails to register
 2017-06-28 15:04 UTC  (3+ messages)

[PATCH] mac80211_hwsim: use dyndbg for debug messages
 2017-06-28 15:03 UTC  (4+ messages)

[Qemu-devel] [RFC PATCH 00/14] Implement network booting directly into the s390-ccw BIOS
 2017-06-28 15:02 UTC  (7+ messages)

[PATCH] staging: speakup: make function ser_to_dev static
 2017-06-28 15:02 UTC  (4+ messages)

[PATCH v2 1/3] hwmon: ltc2990: refactor value conversion
 2017-06-28 15:01 UTC  (5+ messages)
` [PATCH v2 3/3] hwmon: ltc2990: support all measurement modes

[PATCH] sysctl: don't read uninit memory in deprecated_sysctl_warning()
 2017-06-28 15:00 UTC 

[PATCH] selftests: ftrace: Use md5sum to take less time of checking logs
 2017-06-28 14:59 UTC  (4+ messages)

[PATCH] i915/gvt: Add MIPI DSI support
 2017-06-28 15:02 UTC  (2+ messages)

Moxa UPort 1150 and RS-422/485… what's the "proper" way to switch modes
 2017-06-28 14:59 UTC  (8+ messages)

LightNVM pblk: read/write of random kernel memory
 2017-06-28 14:58 UTC  (4+ messages)

[Qemu-devel] [PATCH v4 0/2] Rewrite 'live-block-ops.txt'; convert 'bitmaps.md' to rST
 2017-06-28 14:58 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 1/2] live-block-ops.txt: Rename, rewrite, and improve it
` [Qemu-devel] [PATCH v4 2/2] bitmaps.md: Convert to rST; move it into 'interop' dir


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.