All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-20 11:11:22 to 2017-10-20 11:55:43 UTC [more...]

[PATCH v1 0/3] Virtio-balloon Improvement
 2017-10-20 11:54 UTC  (4+ messages)
` [PATCH v1 1/3] virtio-balloon: replace the coarse-grained balloon_lock
` [PATCH v1 2/3] virtio-balloon: deflate up to oom_pages on OOM
` [PATCH v1 3/3] virtio-balloon: stop inflating when OOM occurs

[Qemu-devel] [PULL 00/46] more s390x patches for 2.11
 2017-10-20 11:53 UTC  (26+ messages)
` [Qemu-devel] [PULL 01/46] S390: use g_new() family of functions
` [Qemu-devel] [PULL 02/46] s390x/css: be more consistent if broken beyond repair
` [Qemu-devel] [PULL 03/46] s390x/tcg: turn INTERRUPT_EXT into a mask
` [Qemu-devel] [PULL 04/46] s390x/tcg: cleanup service interrupt injection
` [Qemu-devel] [PULL 05/46] s390x/tcg: injection of emergency signals and external calls
` [Qemu-devel] [PULL 06/46] s390x/tcg: rework checking for deliverable interrupts
` [Qemu-devel] [PULL 07/46] s390x/tcg: take care of external interrupt subclasses
` [Qemu-devel] [PULL 08/46] s390x/tcg: STOPPED cpus can never wake up
` [Qemu-devel] [PULL 09/46] s390x/tcg: a CPU cannot switch state due to an interrupt
` [Qemu-devel] [PULL 10/46] target/s390x: factor out handling of WAIT PSW into s390_handle_wait()
` [Qemu-devel] [PULL 11/46] s390x/tcg: handle WAIT PSWs during interrupt injection
` [Qemu-devel] [PULL 12/46] target/s390x: interpret PSW_MASK_WAIT only for TCG
` [Qemu-devel] [PULL 13/46] s390x/kvm: pass ipb directly into handle_sigp()
` [Qemu-devel] [PULL 14/46] s390x/kvm: generalize SIGP stop and restart interrupt injection
` [Qemu-devel] [PULL 15/46] s390x/kvm: factor out storing of CPU status
` [Qemu-devel] [PULL 16/46] s390x/kvm: factor out storing of adtl "
` [Qemu-devel] [PULL 17/46] s390x/kvm: drop two debug prints
` [Qemu-devel] [PULL 18/46] s390x/kvm: factor out SIGP code into sigp.c
` [Qemu-devel] [PULL 19/46] s390x/kvm: factor out actual handling of STOP interrupts
` [Qemu-devel] [PULL 20/46] s390x/tcg: implement SIGP SENSE RUNNING STATUS
` [Qemu-devel] [PULL 21/46] s390x/tcg: implement SIGP SENSE
` [Qemu-devel] [PULL 22/46] s390x/tcg: implement SIGP EXTERNAL CALL
` [Qemu-devel] [PULL 23/46] s390x/tcg: implement SIGP EMERGENCY SIGNAL
` [Qemu-devel] [PULL 24/46] s390x/tcg: implement SIGP CONDITIONAL "
` [Qemu-devel] [PULL 25/46] s390x/tcg: implement STOP and RESET interrupts for TCG

[patch v9 0/4] JTAG driver introduction
 2017-10-20 11:55 UTC  (5+ messages)
` [patch v9 1/4] drivers: jtag: Add JTAG core driver

[iptables PATCH] libxt_recent: Remove ineffective checks for info->name
 2017-10-20 11:54 UTC  (2+ messages)

[PATCH net] sctp: add the missing sock_owned_by_user check in sctp_icmp_redirect
 2017-10-20 11:54 UTC  (3+ messages)

[PATCH] mtd: nand: omap2: Fix subpage write
 2017-10-20 11:54 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v1 0/3] Virtio-balloon Improvement
 2017-10-20 11:54 UTC 

Is it safe to use btrfs on top of different types of devices?
 2017-10-20 11:53 UTC  (14+ messages)

[U-Boot] [PATCH v2] imx: Fix regression with CONFIG_DM_MMC=y
 2017-10-20 11:51 UTC  (2+ messages)

[PATCH v2] doc: add virtio lsc note
 2017-10-20 11:50 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v4 00/20] KVM: arm/arm64: Optimize arch timer register handling
 2017-10-20 11:49 UTC  (42+ messages)
` [PATCH v4 01/20] irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interface
` [PATCH v4 02/20] arm64: Implement arch_counter_get_cntpct to read the physical counter
` [PATCH v4 03/20] arm64: Use physical counter for in-kernel reads when booted in EL2
` [PATCH v4 04/20] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized
` [PATCH v4 05/20] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
` [PATCH v4 06/20] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [PATCH v4 07/20] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [PATCH v4 08/20] KVM: arm/arm64: Rename soft timer to bg_timer
` [PATCH v4 09/20] KVM: arm/arm64: Move timer/vgic flush/sync under disabled irq
` [PATCH v4 10/20] KVM: arm/arm64: Use separate timer for phys timer emulation
` [PATCH v4 11/20] KVM: arm/arm64: Move timer save/restore out of the hyp code
` [PATCH v4 12/20] genirq: Document vcpu_info usage for percpu_devid interrupts
` [PATCH v4 13/20] KVM: arm/arm64: Set VCPU affinity for virt timer irq
` [PATCH v4 14/20] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
` [PATCH v4 15/20] KVM: arm/arm64: Support EL1 phys timer register access in set/get reg
` [PATCH v4 16/20] KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps
` [PATCH v4 17/20] KVM: arm/arm64: Move phys_timer_emulate function
` [PATCH v4 18/20] KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exit
` [PATCH v4 19/20] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
` [PATCH v4 20/20] KVM: arm/arm64: Rework kvm_timer_should_fire

[PATCH] btrfs: clean up btrfs_dev_stat_inc() usage
 2017-10-20 11:48 UTC  (2+ messages)

[PATCH 2/2] drm/i915: Filter out spurious execlists context-switch interrupts
 2017-10-20 11:48 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/2] x86: don't include asm/x86_init.h in asm/setup.h
 2017-10-20 11:48 UTC  (6+ messages)
` [tip:x86/timers] x86: Don't "

[PATCH v2] clockevents/drivers/cs5535: improve resilience to spurious interrupts
 2017-10-20 11:45 UTC  (2+ messages)
` [tip:timers/urgent] clockevents/drivers/cs5535: Improve "

[PATCH 1/4] powerpc/tm: Add commandline option to disable hardware transactional memory
 2017-10-20 11:45 UTC  (2+ messages)

[U-Boot] [PATCH] drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro
 2017-10-20 11:45 UTC  (3+ messages)
  ` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] drivers: mmc: Avoid memory leak in case of failure
 2017-10-20 11:45 UTC  (3+ messages)
  ` [U-Boot] [PATCH v2] "

[Qemu-devel] [PATCH] throttle: fix a qemu crash problem when calling blk_delete
 2017-10-20 11:43 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[PATCH v3] drm/i915: Add Guc/HuC firmware details to error state
 2017-10-20 11:44 UTC  (3+ messages)

[PATCH i-g-t v2 14/14] tests/kms_atomic: Convert/rewrite tests to use igt_kms framework
 2017-10-20 11:43 UTC  (6+ messages)
` [PATCH i-g-t v2] tests/kms_atomic: Convert/rewrite tests to use igt_kms framework, v2

[PATCH i-g-t] tests/kms_concurrent: Fix testcase fails
 2017-10-20 11:43 UTC  (3+ messages)

[PATCH] ovl: handle ENOENT on index lookup
 2017-10-20 11:42 UTC  (3+ messages)

[PATCH v3 for 4.10] x86/vpt: guarantee the return value of pt_update_irq() set in vIRR or PIR
 2017-10-20 11:42 UTC  (2+ messages)

[U-Boot] fsl_esdhc driver is broken with DM
 2017-10-20 11:41 UTC  (19+ messages)

[linux-lvm] cache on SSD makes system unresponsive
 2017-10-20 11:41 UTC  (5+ messages)

[PATCH v8] usb: dwc3: of-simple: Add support to get resets for the device
 2017-10-20 11:40 UTC  (2+ messages)

[PATCH] ARM: multi_v7_defconfig: Enable HugePages
 2017-10-20 11:40 UTC  (4+ messages)

[xen-4.8-testing baseline-only test] 72333: regressions - trouble: blocked/broken/fail/pass
 2017-10-20 11:39 UTC 

[PATCH v2] clk: tegra: Use readl_relaxed_poll_timeout_atomic in tegra210_clock_init
 2017-10-20 11:38 UTC  (3+ messages)

[PATCH v6 0/6] generate full callchain cursor entries for inlined frames
 2017-10-20 11:38 UTC  (4+ messages)
` [PATCH v6 1/6] perf report: properly handle branch count in match_chain

[PATCH 0/12] PM / sleep: Driver flags for system suspend/resume
 2017-10-20 11:35 UTC  (6+ messages)
` [Update][PATCH v2 01/12] PM / core: Add NEVER_SKIP and SMART_PREPARE driver flags

[PATCH 1/2] drm/i915: Bump wait-times for the final CS interrupt before parking
 2017-10-20 11:38 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "

[Qemu-devel] [PATCH] s390-ccw: print carriage return with new lines
 2017-10-20 11:37 UTC  (9+ messages)

[OSSTEST PATCH 00/16] Upgrade to Stretch
 2017-10-20 11:37 UTC  (17+ messages)
` [OSSTEST PATCH 01/16] XXX add a stretch config based on production-config
` [OSSTEST PATCH 03/16] ts-xen-build-prep: don't install w3c-dtd-xhtml for Stretch onward
` [OSSTEST PATCH 10/16] ts-debian-fixup: remove extra= before appending our own
` [OSSTEST PATCH 11/16] ts-debian-fixup: use correct resume device
` [OSSTEST PATCH 16/16] ts-guests-nbd-mirror: make it work with stretch

[Qemu-devel] [libvirt] Question about the host-model CPU mode
 2017-10-20 11:37 UTC  (2+ messages)

[PATCH 0/4] fix fanotify issues with the series in v4.12
 2017-10-20 11:37 UTC  (3+ messages)
` [PATCH 1/4] fsnotify: fix pinning of marks and groups

[PATCH] PM / QoS: Fix device resume latency PM QoS
 2017-10-20 11:27 UTC 

[PATCH V3 00/29]
 2017-10-20 11:36 UTC  (6+ messages)
` [PATCH V3 28/29] x86/vvtd: Add queued invalidation (QI) support
` [PATCH V3 29/29] x86/vvtd: save and restore emulated VT-d

[PATCH] iommu: dmar: make include of x86_init.h conditional
 2017-10-20 11:35 UTC  (2+ messages)

[PATCH v2 0/2] mm, thp: introduce dedicated transparent huge page allocation interfaces
 2017-10-20 11:35 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH v15 24/32] v4l: fwnode: Add a helper function to obtain device / integer references
 2017-10-20 11:35 UTC  (5+ messages)
` [PATCH v15.1 "

[PATCH net-next v12] openvswitch: enable NSH support
 2017-10-20 11:34 UTC  (9+ messages)

[RESEND PATCH 0/2] arm/arm64: kvm: Disable branch profiling in HYP code
 2017-10-20 11:34 UTC  (7+ messages)
` [RESEND PATCH 1/2] arm/arm64: kvm: Move initialization completion message
` [RESEND PATCH 2/2] arm/arm64: kvm: Disable branch profiling in HYP code

[PATCH i-g-t 0/8] tools/intel_vbt_decode: refactoring and cleanups
 2017-10-20 11:33 UTC  (5+ messages)
` [PATCH i-g-t 5/8] tools/intel_vbt_decode: unify child device printing across versions

[Qemu-devel] [PULL v1 00/21] Merge tpm 2017/10/19
 2017-10-20 11:33 UTC  (2+ messages)

[PATCH] HAX drm/i915: Disable CSR (DMC) for Kabylake
 2017-10-20 11:33 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH net-next v2] geneve: Get rid of is_all_zero(), streamline is_tnl_info_zero()
 2017-10-20 11:31 UTC 

[U-Boot] [PATCH v2 00/26] mmc: Add support for HS200 and UHS modes
 2017-10-20 11:31 UTC  (2+ messages)

swap_info_get: Bad swap offset entry 0200f8a7
 2017-10-20 11:31 UTC  (2+ messages)

[PATCH v4 04/12] intel-ipu3: Add user space ABI definitions
 2017-10-20 11:29 UTC  (3+ messages)
` [PATCH v4 11/12] intel-ipu3: Add imgu v4l2 driver

[PATCH] doc: nft.8 simplify initial SYNOPSIS line
 2017-10-20 11:29 UTC 

[Ksummit-discuss] Draft Agenda for the Kernel Summit
 2017-10-20 11:19 UTC  (4+ messages)

[PATCH] drm/i915/cnl: Map VBT DDC Pin to BSpec DDC Pin
 2017-10-20 11:29 UTC  (5+ messages)

[PATCH v3] driver core: Move device_links_purge() after bus_remove_device()
 2017-10-20 11:17 UTC  (4+ messages)

[RESEND x2][PATCH 0/3] dwc2 fixes for edge cases on hikey
 2017-10-20 11:26 UTC  (11+ messages)

[PATCH 1/2] drm/i915: Introduce execlist_port_* accessors
 2017-10-20 11:26 UTC  (4+ messages)

[git pull] pinctrl: sh-pfc: Updates for v4.15 (take two)
 2017-10-20 11:25 UTC 

[git pull] clk: renesas: Updates for v4.15 (take two)
 2017-10-20 11:23 UTC 

[PATCH 1/3] db: increase metadump's default overly long extent discard threshold
 2017-10-20 11:23 UTC  (6+ messages)
` [PATCH 2/3] xfsprogs: explicitly cast troublesome types to match printf format specifiers
` [PATCH 3/3] xfs_io: add new error injection knobs to inject command

[Qemu-devel] Key signing party at KVM Forum 2017
 2017-10-20 11:22 UTC  (2+ messages)

[Qemu-devel] [PATCH] qemu-pr-helper: Do not use {0} for initialization
 2017-10-20 11:21 UTC 

[PATCH v2 0/5] rt5651: Enable jack detection
 2017-10-20 11:18 UTC  (6+ messages)
` [PATCH v2 1/5] ASoC: rt5651: Enable jack detection on JD* pins
` [PATCH v2 2/5] ASoC: intel: byt: Add headset jack
` [PATCH v2 3/5] ASoC: intel: byt: Enable IN2 map quirk for a KIANO laptop
` [PATCH v2 4/5] ASoC: rt5651: Rework quirk logic
` [PATCH v2 5/5] ASoC: rt5651: Enable JD1_1 quirk for KIANO laptopt

[Buildroot] [PATCH 1/1] Config.in: fix help comment for gcc optimization
 2017-10-20 11:19 UTC 

[RFC 00/12] Marvell NAND controller rework with ->exec_op()
 2017-10-20 11:18 UTC  (6+ messages)
` [RFC 02/12] mtd: nand: force drivers to explicitly send READ/PROG commands

[PATCH 0/4] mmc: sdhci-acpi: Fix voltage switch for some Intel host controllers
 2017-10-20 11:11 UTC  (4+ messages)
` [PATCH 4/4] "

[PATCH 0/8] drm/i915: CNL DVFS thing
 2017-10-20 11:18 UTC  (7+ messages)
` [PATCH 5/8] drm/i915: Use cdclk_state->voltage on SKL/KBL/CFL
` [PATCH 8/8] drm/i915: Adjust system agent voltage on CNL if required by DDI ports

[ANN] Agenda (v2) for the media mini-summit on Friday Oct 27 in Prague
 2017-10-20 11:17 UTC 

[PATCH 1/3] arm: dts: mt7623: update crypto node
 2017-10-20 11:17 UTC  (3+ messages)

[RFC PATCH 3/5] sctp: Add LSM hooks
 2017-10-20 11:16 UTC  (5+ messages)

[PATCH 0/5] xfs refcount conversions
 2017-10-20 11:07 UTC  (6+ messages)
` [PATCH 1/5] fs, xfs: convert xfs_bui_log_item.bui_refcount from atomic_t to refcount_t
` [PATCH 2/5] fs, xfs: convert xfs_efi_log_item.efi_refcount "
` [PATCH 3/5] fs, xfs: convert xlog_ticket.t_ref "
` [PATCH 4/5] fs, xfs: convert xfs_cui_log_item.cui_refcount "
` [PATCH 5/5] fs, xfs: convert xfs_rui_log_item.rui_refcount "

[PATCH v4 12/12] intel-ipu3: imgu top level pci device
 2017-10-20 11:15 UTC  (3+ messages)

v4.14-rc3/arm64 DABT exception in atomic_inc() / __skb_clone()
 2017-10-20 11:14 UTC  (3+ messages)

[PATCH] arm64: mediatek: cleanup message for platform selection
 2017-10-20 11:13 UTC  (3+ messages)

[PATCH 0/7] eventdev: remove event schedule API for SW driver
 2017-10-20 11:11 UTC  (4+ messages)
` [PATCH v2 1/7] eventdev: add API to get service id

[PATCH 0/2] Add POWER9 DD2.0 feature, remove idle workarounds in DD2.1
 2017-10-20 11:11 UTC  (3+ messages)
` [PATCH 2/2] powerpc/64s: idle skip POWER9 DD1 and DD2.0 specific workarounds on DD2.1


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.