All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-03 08:39:00 to 2018-05-03 09:26:27 UTC [more...]

Potential problem with 31e77c93e432dec7 ("sched/fair: Update blocked load when newly idle")
 2018-05-03  9:25 UTC  (2+ messages)
` [tip:sched/urgent] sched/fair: Fix the update of blocked load when newly idle

[Qemu-devel] release retrospective, next release timing, numbering
 2018-05-03  9:26 UTC  (9+ messages)

[PATCH][V2] scsi: lpfc: fix spelling mistakes: "mabilbox" and "maibox"
 2018-05-03  9:26 UTC  (2+ messages)

[PATCH] clk: divider: Use round off divisor instead of round up
 2018-05-03  9:25 UTC  (2+ messages)

cpu stopper threads and load balancing leads to deadlock
 2018-05-03  9:24 UTC  (2+ messages)
` [tip:sched/urgent] stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlock

[PATCH 00/11] KVM: PPC: reconstruct mmio emulation with analyse_instr()
 2018-05-03  9:25 UTC  (24+ messages)
` [PATCH 04/11] KVM: PPC: fix incorrect element_size for stxsiwx in analyse_instr
` [PATCH 05/11] KVM: PPC: add GPR RA update skeleton for MMIO emulation
` [PATCH 07/11] KVM: PPC: reconstruct non-SIMD LOAD/STORE instruction mmio emulation with analyse_intr() input
      ` [PATCH 07/11] KVM: PPC: reconstruct non-SIMD LOAD/STORE instruction mmio emulation with analyse_
` [PATCH 08/11] KVM: PPC: add giveup_ext() hook for PPC KVM ops
` [PATCH 09/11] KVM: PPC: reconstruct LOAD_FP/STORE_FP instruction mmio emulation with analyse_intr() input
      ` [PATCH 09/11] KVM: PPC: reconstruct LOAD_FP/STORE_FP instruction mmio emulation with analyse_int

[PATCH] drm/atomic: Handling the case when setting old crtc for plane
 2018-05-03  9:24 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] arm: Add nRF51 SoC and micro:bit machine
 2018-05-03  9:24 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/2] arm: Add Nordic Semiconductor nRF51 SoC
` [Qemu-devel] [PATCH 2/2] arm: Add BBC micro:bit machine

[PATCH] ethdev: convert Tx offloads to Tx queue config
 2018-05-03  9:24 UTC  (2+ messages)

[PATCH] scsi: lpfc: fix spelling mistake: "mabilbox" -> "mailbox"
 2018-05-03  9:23 UTC  (4+ messages)
` NAK: "

[PATCH] common: add support for the "local" file system type
 2018-05-03  9:22 UTC  (2+ messages)

[PATCH 0/2] arm64 SMMUv3 PMU driver with IORT support
 2018-05-03  9:22 UTC  (8+ messages)
` [PATCH 2/2] perf: add arm64 smmuv3 pmu driver

[Qemu-devel] [PATCH 08/10] intel-iommu: maintain per-device iova ranges
 2018-05-03  9:22 UTC  (12+ messages)

[PATCH] net/mlx5: fix: flow validation
 2018-05-03  9:23 UTC  (3+ messages)
` [dpdk-stable] "

[MODERATED] [PATCH SSBv11 0/3] seccomp 1
 2018-05-03  9:21 UTC  (3+ messages)
` [MODERATED] Re: [PATCH SSBv11 3/3] seccomp 0
  `  "

[Qemu-devel] [PATCH v1 00/29] target-microblaze: Add support for Extended Addressing
 2018-05-03  9:19 UTC  (29+ messages)
` [Qemu-devel] [PATCH v1 01/29] target-microblaze: dec_load: Use bool instead of unsigned int
` [Qemu-devel] [PATCH v1 02/29] target-microblaze: dec_store: "
` [Qemu-devel] [PATCH v1 03/29] target-microblaze: compute_ldst_addr: Use bool instead of int
` [Qemu-devel] [PATCH v1 04/29] target-microblaze: Fallback to our latest CPU version
` [Qemu-devel] [PATCH v1 05/29] target-microblaze: Correct special register array sizes
` [Qemu-devel] [PATCH v1 06/29] target-microblaze: Correct the PVR array size
` [Qemu-devel] [PATCH v1 07/29] target-microblaze: Tighten up TCGv_i32 vs TCGv type usage
` [Qemu-devel] [PATCH v1 08/29] target-microblaze: Remove USE_MMU PVR checks
` [Qemu-devel] [PATCH v1 09/29] target-microblaze: Conditionalize setting of PVR11_USE_MMU
` [Qemu-devel] [PATCH v1 10/29] target-microblaze: Bypass MMU with MMU_NOMMU_IDX
` [Qemu-devel] [PATCH v1 11/29] target-microblaze: Make compute_ldst_addr always use a temp
` [Qemu-devel] [PATCH v1 12/29] target-microblaze: Remove pointer indirection for ld/st addresses
` [Qemu-devel] [PATCH v1 13/29] target-microblaze: Use TCGv for load/store addresses
` [Qemu-devel] [PATCH v1 14/29] target-microblaze: Name special registers we support
` [Qemu-devel] [PATCH v1 15/29] target-microblaze: Break out trap_userspace()
` [Qemu-devel] [PATCH v1 16/29] target-microblaze: Break out trap_illegal()
` [Qemu-devel] [PATCH v1 17/29] target-microblaze: dec_msr: Use bool and extract32
` [Qemu-devel] [PATCH v1 18/29] target-microblaze: dec_msr: Reuse more code when reg-decoding
` [Qemu-devel] [PATCH v1 19/29] target-microblaze: dec_msr: Fix MTS to FSR
` [Qemu-devel] [PATCH v1 20/29] target-microblaze: Make special registers 64-bit
` [Qemu-devel] [PATCH v1 21/29] target-microblaze: Setup for 64bit addressing
` [Qemu-devel] [PATCH v1 23/29] target-microblaze: Implement MFSE EAR
` [Qemu-devel] [PATCH v1 24/29] target-microblaze: mmu: Add R_TBLX_MISS macros
` [Qemu-devel] [PATCH v1 25/29] target-microblaze: mmu: Remove unused register state
` [Qemu-devel] [PATCH v1 26/29] target-microblaze: mmu: Prepare for 64-bit addresses
` [Qemu-devel] [PATCH v1 27/29] target-microblaze: mmu: Add a configurable output address mask
` [Qemu-devel] [PATCH v1 28/29] target-microblaze: Add support for extended access to TLBLO
` [Qemu-devel] [PATCH v1 29/29] target-microblaze: Allow address sizes between 32 and 64 bits

[PATCH v6 0/5] KVM: Expose speculation control feature to guests
 2018-05-03  9:19 UTC  (4+ messages)
` [PATCH v6 2/5] KVM: x86: Add IBPB support

[LTP] [RFC PATCH v6 0/7] Rewriting network tests into new shell API
 2018-05-03  9:19 UTC  (3+ messages)
` [LTP] [RFC PATCH v6 1/7] tst_net.sh: Support both new and legacy APIs + rename

[PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER
 2018-05-03  9:18 UTC  (7+ messages)

Moving unmaintained filesystems to staging
 2018-05-03  9:18 UTC  (4+ messages)

[v5,01/14] dt-bindings: connector: add properties for typec
 2018-05-03  9:17 UTC  (2+ messages)
` [PATCH v5 01/14] "

[Qemu-devel] [PATCH 0/4] Support larger NBD_CMD_WRITE_ZEROES
 2018-05-03  9:17 UTC  (3+ messages)
` [Qemu-devel] [PATCH 3/4] nbd/client: Support requests of additional block sizing info

[PATCH] Input: atmel_mxt_ts - fix reset-gpio for level based irqs
 2018-05-03  9:15 UTC  (3+ messages)
` [PATCHv2] "

[PATCH V3 0/8] nvme: pci: fix & improve timeout handling
 2018-05-03  9:14 UTC  (4+ messages)
` [PATCH V3 7/8] nvme: pci: recover controller reliably

[PATCH 1/2] drm/i915: Lazily unbind vma on close
 2018-05-03  9:13 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "

[PATCH] net/mlx5e: fix spelling mistake: "loobpack" -> "loopback"
 2018-05-03  9:12 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/2] slirp: Add query-usernet QMP command
 2018-05-03  9:12 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 1/2] slirp: Add "query-usernet" "

[Bug 106225] Kernel panic after modesetting (not on every boot) on ryzen 5 2400g
 2018-05-03  9:11 UTC  (3+ messages)

[RFC] virtio: support VIRTIO_F_IO_BARRIER
 2018-05-03  9:09 UTC  (6+ messages)

[PATCH v1] clk: qcom: gdsc: Add support to poll CFG register to check GDSC state
 2018-05-03  9:09 UTC  (3+ messages)

[PATCH 00/13] drm/kms/mode: using helper func drm_display_mode_to/from_videomode for calculating timing parameters
 2018-05-03  9:09 UTC  (10+ messages)
  ` [PATCH 03/13] drm/kms/mode/exynos-dsi: using helper func drm_display_mode_to_videomode "
  ` [PATCH 04/13] drm/kms/mode/fsl-dcu: "
  ` [PATCH 05/13] drm/kms/mode/gma500-mdfld_dsi_dpi: using helper function "
  ` [PATCH 06/13] drm/kms/mode/hisilicon-kirin-dsi-ade: "
  ` [PATCH 07/13] drm/kms/mode/meson-encoder: "

[PATCH] flex: update to 2.6.4
 2018-05-03  9:09 UTC  (2+ messages)
` [PATCH] btrfs-tools: Update to 4.16

[PATCH] cpupower: fix spelling mistake: "logilename" -> "logfilename"
 2018-05-03  9:09 UTC  (2+ messages)

[PATCH v6 00/17] Rockchip ISP1 Driver
 2018-05-03  9:09 UTC  (4+ messages)
` [PATCH v6 05/17] media: rkisp1: add Rockchip ISP1 subdev driver

[PATCH V2] net/netlink: optimize seq_puts and seq_printf in af_netlink.c
 2018-05-03  9:09 UTC  (2+ messages)

[PATCH] drm/i915/psr: vbt change for psr
 2018-05-03  9:08 UTC 

[Skiboot] [PATCH 1/2] SLW: Remove stop1_lite and stop0 stop states
 2018-05-03  9:06 UTC  (2+ messages)

[PATCH 0/3] drm: fix some bridge api misunderstandings
 2018-05-03  9:06 UTC  (5+ messages)
` [PATCH 1/3] drm/sti: do not remove the drm_bridge that was never added

Silently dropped UDP packets on kernel 4.14
 2018-05-03  9:06 UTC  (7+ messages)

Motorola Droid 4 progress, power consumption
 2018-05-03  9:06 UTC  (4+ messages)

[PATCH] drm/i915: Silence debugging DRM_ERROR for failing to suspend vlv powerwells
 2018-05-03  9:06 UTC  (5+ messages)

[PATCH v4 00/14] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-05-03  9:05 UTC  (7+ messages)

[PATCH 4.9.y, 4.14.y] crypto: talitos - fix IPsec cipher in length
 2018-05-03  9:05 UTC 

[PATCH v3 00/11] R-Car DU Interlaced support through VSP1
 2018-05-03  9:04 UTC  (26+ messages)
` [PATCH v3 01/11] media: vsp1: drm: Fix minor grammar error
` [PATCH v3 02/11] media: vsp1: Remove packed attributes from aligned structures
` [PATCH v3 03/11] media: vsp1: Rename dl_child to dl_next
` [PATCH v3 04/11] media: vsp1: Remove unused display list structure field
` [PATCH v3 05/11] media: vsp1: Clean up DLM objects on error
` [PATCH v3 06/11] media: vsp1: Provide VSP1 feature helper macro
` [PATCH v3 07/11] media: vsp1: Use header display lists for all WPF outputs linked to the DU
` [PATCH v3 08/11] media: vsp1: Add support for extended display list headers
` [PATCH v3 09/11] media: vsp1: Provide support for extended command pools
` [PATCH v3 10/11] media: vsp1: Support Interlaced display pipelines
` [PATCH v3 11/11] drm: rcar-du: Support interlaced video output through vsp1

[xen-4.10-testing test] 122560: regressions - FAIL
 2018-05-03  9:03 UTC 

[v2,0/6] eventdev: cover letter - crypto adapter
 2018-05-03  9:02 UTC  (5+ messages)
` [v2,1/6] eventdev: introduce event "

[PATCH 00/10] vfio: ccw: Refactoring the VFIO CCW state machine
 2018-05-03  9:02 UTC  (6+ messages)
` [PATCH 09/10] vfio: ccw: Suppressing the BOXED state

Revert "dmaengine: pl330: add DMA_PAUSE feature"
 2018-05-03  9:01 UTC  (2+ messages)
` [PATCH] "

[PATCH 1/2] dt-bindings: gpio-xilinx: Update no-init property
 2018-05-03  9:05 UTC  (2+ messages)
` [PATCH 2/2] gpio: xilinx: Add support for no initialisation at probe

[PATCH] memzone: fix race condition on alloc failure
 2018-05-03  8:59 UTC 

[xen-4.7-testing test] 122541: FAIL
 2018-05-03  8:58 UTC 

[PATCH v3 0/2] add uevent api for hot plug
 2018-05-03  8:57 UTC  (6+ messages)
` [PATCH V21 0/4] hot plug recovery mechanism
  ` [PATCH V21 1/4] bus/pci: handle device hot unplug
  ` [PATCH V21 2/4] eal: add failure handle mechanism for hot plug
  ` [PATCH V21 3/4] igb_uio: fix uio release issue when hot unplug
  ` [PATCH V21 4/4] app/testpmd: show example to handle "

[PATCH v5 0/6] Enable NV12 support
 2018-05-03  8:58 UTC  (6+ messages)

[RFC PATCH] Add /proc/<pid>/numa_vamaps for numa node information
 2018-05-03  8:57 UTC  (6+ messages)

[PATCH V1 0/5] Introduce Intel FPGA BUS
 2018-05-03  9:13 UTC  (6+ messages)
` [PATCH v6 "
  ` [PATCH v6 4/5] iFPGA: add meson build

[PATCH ipsec-next] xfrm: use a dedicated slab cache for struct xfrm_state
 2018-05-03  8:55 UTC 

[PATCH v2 0/3] perf/buildid-cache: Add --list and --purge-all options
 2018-05-03  8:54 UTC  (4+ messages)
` [PATCH v2 3/3] perf/buildid-cache: Support --purge-all option

[PATCH] ALSA: sparc: Use GFP_KERNEL for non-atomic allocation
 2018-05-03  8:53 UTC 

SWIOTLB buffer runs full
 2018-05-03  8:52 UTC 

[LTP] [PATCH] nfs/nfs_lib.sh: Fix wrong getopts parameter handling
 2018-05-03  8:52 UTC 

[PATCH 0/1] testsdk.bbclass: set PREMIRRORS for kernel to speed up test
 2018-05-03  8:52 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v5 00/14] mmc: sdhci-omap: Add UHS/HS200 mode support
 2018-05-03  8:51 UTC  (4+ messages)

[PATCH net] macmace: Set platform device coherent_dma_mask
 2018-05-03  8:51 UTC  (6+ messages)

[RFC PATCH for 4.18 00/14] Restartable Sequences
 2018-05-03  8:49 UTC  (7+ messages)

pciehp 0000:00:1c.0:pcie004: Timeout on hotplug command 0x1038 (issued 65284 msec ago)
 2018-05-03  8:49 UTC  (3+ messages)

[LTP] [PATCH] [RFC] syscalls/perf_event_open02: Fix failures
 2018-05-03  8:49 UTC  (2+ messages)

[PATCH 1/2] arm64/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
 2018-05-03  8:48 UTC  (3+ messages)

[PATCH] dmesg: link together with syslog(2) manual page
 2018-05-03  8:47 UTC  (2+ messages)

[PATCH 01/71] drm/i915/execlists: Drop preemption arbitrations points along the ring
 2018-05-03  8:47 UTC  (3+ messages)
` [PATCH 38/71] drm/i915: Enable render context support for Ironlake (gen5)

FYI...build "ok", thought some warnings, annoyances in 2.32
 2018-05-03  8:46 UTC  (2+ messages)

[LTP] [PATCH] cve-2017-16939: drop linux/xfrm.h include
 2018-05-03  8:45 UTC  (2+ messages)

[cip-dev] Result of Kernel Patch Review - 4.4.129
 2018-05-03  8:45 UTC 

[Qemu-devel] [PATCH v2 00/19] spapr: Guest exploitation of the XIVE interrupt controller (POWER9)
 2018-05-03  8:43 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 02/19] spapr: introduce a skeleton for the XIVE interrupt controller

patch 8466489ef5ba48272ba4fa4ea9f8f403306de4c7 breaks Renesas USB3 controller functionality
 2018-05-03  8:42 UTC 

[PATCH v8 00/13] Support PPTT for ARM64
 2018-05-03  8:41 UTC  (9+ messages)
` [PATCH v8 11/13] arm64: topology: enable ACPI/PPTT based CPU topology

[LTP] [PATCH] move_pages: fix integer overflow in memfree
 2018-05-03  8:41 UTC  (2+ messages)

Hashed pointer issues
 2018-05-03  8:41 UTC  (8+ messages)

[PATCH] x86/boot/compressed: Exclude 'top_pgtable' from relocation
 2018-05-03  8:38 UTC  (3+ messages)


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.