All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-19 16:18:02 to 2018-10-19 17:10:02 UTC [more...]

[PATCH v7 0/8] arm64: untag user pointers passed to the kernel
 2018-10-19  9:04 UTC  (6+ messages)

[PATCH 00/11] DPU cleanups
 2018-10-19 17:09 UTC  (4+ messages)
` [PATCH 10/11] drm/msm/dpu: Further cleanups for static inline functions

[PATCH 1/2] perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake
 2018-10-19 17:04 UTC  (2+ messages)
` [PATCH 2/2] perf/x86/intel/uncore: Support CoffeeLake 8th CBOX

issue: strange `git diff --numstat` behavior
 2018-10-19 17:04 UTC  (7+ messages)
  ` [PATCH] diff: don't attempt to strip prefix from absolute Windows paths
        ` [PATCH v2] "

[net-next PATCH] net: sched: cls_flower: Classify packets using port ranges
 2018-10-19  8:52 UTC  (4+ messages)

[PATCH 00/11 v3] x86: load FPU registers on return to userland
 2018-10-19 17:01 UTC  (11+ messages)
` [PATCH 05/11] x86/fpu: set PKRU state for kernel threads

[GIT PULL] USB driver fixes for 4.19-final
 2018-10-19 17:00 UTC 

[linux-lvm] Why doesn't the lvmcache support the discard (trim) command?
 2018-10-19 17:00 UTC  (7+ messages)

[PATCH DRM] drm: msm: adreno: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) +PTR_ERR
 2018-10-19 16:57 UTC  (5+ messages)
` [Outreachy kernel] "

[Qemu-devel] [PULL 00/45] target-arm queue
 2018-10-19 16:57 UTC  (46+ messages)
` [Qemu-devel] [PULL 01/45] ssi-sd: Make devices picking up backends unavailable with -device
` [Qemu-devel] [PULL 02/45] target/arm: Add support for VCPU event states
` [Qemu-devel] [PULL 03/45] target/arm: Move some system registers into a substructure
` [Qemu-devel] [PULL 04/45] target/arm: V8M should not imply V7VE
` [Qemu-devel] [PULL 05/45] target/arm: Convert v8 extensions from feature bits to isar tests
` [Qemu-devel] [PULL 06/45] target/arm: Convert division from feature bits to isar0 tests
` [Qemu-devel] [PULL 07/45] target/arm: Convert jazelle from feature bit to isar1 test
` [Qemu-devel] [PULL 08/45] target/arm: Convert t32ee from feature bit to isar3 test
` [Qemu-devel] [PULL 09/45] target/arm: Convert sve from feature bit to aa64pfr0 test
` [Qemu-devel] [PULL 10/45] target/arm: Convert v8.2-fp16 "
` [Qemu-devel] [PULL 11/45] target/arm: Improve debug logging of AArch32 exception return
` [Qemu-devel] [PULL 12/45] target/arm: Make switch_mode() file-local
` [Qemu-devel] [PULL 13/45] target/arm: Implement HCR.FB
` [Qemu-devel] [PULL 14/45] target/arm: Implement HCR.DC
` [Qemu-devel] [PULL 15/45] target/arm: ISR_EL1 bits track virtual interrupts if IMO/FMO set
` [Qemu-devel] [PULL 16/45] target/arm: Implement HCR.VI and VF
` [Qemu-devel] [PULL 17/45] target/arm: Implement HCR.PTW
` [Qemu-devel] [PULL 18/45] target/arm: New utility function to extract EC from syndrome
` [Qemu-devel] [PULL 19/45] target/arm: Get IL bit correct for v7 syndrome values
` [Qemu-devel] [PULL 20/45] target/arm: Report correct syndrome for FP/SIMD traps to Hyp mode
` [Qemu-devel] [PULL 21/45] hw/arm/boot: Increase compliance with kernel arm64 boot protocol
` [Qemu-devel] [PULL 22/45] target/arm: Hoist address increment for vector memory ops
` [Qemu-devel] [PULL 23/45] target/arm: Don't call tcg_clear_temp_count
` [Qemu-devel] [PULL 24/45] target/arm: Use tcg_gen_gvec_dup_i64 for LD[1-4]R
` [Qemu-devel] [PULL 25/45] target/arm: Promote consecutive memory ops for aa64
` [Qemu-devel] [PULL 26/45] target/arm: Mark some arrays const
` [Qemu-devel] [PULL 27/45] target/arm: Use gvec for NEON VDUP
` [Qemu-devel] [PULL 28/45] target/arm: Use gvec for NEON VMOV, VMVN, VBIC & VORR (immediate)
` [Qemu-devel] [PULL 29/45] target/arm: Use gvec for NEON_3R_LOGIC insns
` [Qemu-devel] [PULL 30/45] target/arm: Use gvec for NEON_3R_VADD_VSUB insns
` [Qemu-devel] [PULL 31/45] target/arm: Use gvec for NEON_2RM_VMN, NEON_2RM_VNEG
` [Qemu-devel] [PULL 32/45] target/arm: Use gvec for NEON_3R_VMUL
` [Qemu-devel] [PULL 33/45] target/arm: Use gvec for VSHR, VSHL
` [Qemu-devel] [PULL 34/45] target/arm: Use gvec for VSRA
` [Qemu-devel] [PULL 35/45] target/arm: Use gvec for VSRI, VSLI
` [Qemu-devel] [PULL 36/45] target/arm: Use gvec for NEON_3R_VML
` [Qemu-devel] [PULL 37/45] target/arm: Use gvec for NEON_3R_VTST_VCEQ, NEON_3R_VCGT, NEON_3R_VCGE
` [Qemu-devel] [PULL 38/45] target/arm: Use gvec for NEON VLD all lanes
` [Qemu-devel] [PULL 39/45] target/arm: Reorg NEON VLD/VST all elements
` [Qemu-devel] [PULL 40/45] target/arm: Promote consecutive memory ops for aa32
` [Qemu-devel] [PULL 41/45] target/arm: Reorg NEON VLD/VST single element to one lane
` [Qemu-devel] [PULL 42/45] net: cadence_gem: Announce availability of priority queues
` [Qemu-devel] [PULL 43/45] net: cadence_gem: Announce 64bit addressing support
` [Qemu-devel] [PULL 44/45] target/arm: Remove writefn from TTBR0_EL3
` [Qemu-devel] [PULL 45/45] target/arm: Only flush tlb if ASID changes

[Bug 108487] Wayland compositors are unable to use hardware acceleration on i915
 2018-10-19 17:00 UTC  (2+ messages)
` [Bug 108487] Wayland compositors are unable to use hardware acceleration on i915: missing EGL_ANDROID_native_fence_sync extension

[Qemu-devel] [PULL 00/45] Machine queue, 2018-10-18
 2018-10-19 17:00 UTC  (3+ messages)

[PATCH] sched/fair : modify comment of fbq_type description
 2018-10-19 16:44 UTC 

[Bug 108500] New: Crash when creating a depth buffer on GeForce 320M
 2018-10-19 16:59 UTC 

[RFC 0/8] re-organize a bit gen10 and gen11
 2018-10-19 16:59 UTC  (11+ messages)
` [RFC 2/8] drm/i915: Use the ddi_ports info to kill ugly CNL_WITH_PORT_F
` [RFC 4/8] drm/i915: Group gen 10 display

[PATCH v2 00/10] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project
 2018-10-19 16:55 UTC  (10+ messages)
` [PATCH v2 02/10] mtd: cfi_cmdset_0002: Remove chip_ready() from do_write_buffer()
` [PATCH v2 03/10] mtd: cfi_cmdset_0002: Remove goto statement "
` [PATCH v2 04/10] mtd: cfi_cmdset_0002: Call xip_enable() once only in do_write_buffer()
` [PATCH v2 05/10] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function size
` [PATCH v2 06/10] mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statement
` [PATCH v2 07/10] mtd: cfi_cmdset_0002: Remove op_done goto statement from do_write_oneword()
` [PATCH v2 08/10] mtd: cfi_cmdset_0002: Remove retry "
` [PATCH v2 09/10] mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequence
` [PATCH v2 10/10] mtd: cfi_cmdset_0002: Split to wait write buffer to check if completed

[PATCH 00/21] Kill the_index part 4
 2018-10-19 16:57 UTC  (10+ messages)
` [PATCH v2 00/24] "
  ` [PATCH v2 19/24] submodule.c: remove implicit dependency on the_index

per-domain configuration and inappropriate use of globals
 2018-10-19 16:57 UTC 

[Qemu-devel] [PATCH] configure: set cross_cc_FOO from cc, not host_cc
 2018-10-19 16:56 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-sh/master
 2018-10-19 16:56 UTC  (2+ messages)

[Intel-wired-lan] [RFC PATCH] e1000e: allow non-monotonic SYSTIM readings
 2018-10-19 16:56 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] Add more CONFIG switches to make the build more modular
 2018-10-19 16:54 UTC  (11+ messages)
` [Qemu-devel] [PATCH 4/5] configs: Add a CONFIG_UNIMP switch for the "unimplemented-device"
` [Qemu-devel] [PATCH 5/5] configs: Add a CONFIG_SMC37C669 switch for the "smc37c669-superio" device

[PATCH 0/3] Add Bitstream configuration support for ZynqMP
 2018-10-20  8:48 UTC  (4+ messages)
` [PATCH 1/3] firmware: xilinx: Add fpga API's
` [PATCH 2/3] dt-bindings: fpga: Add bindings for ZynqMP fpga driver
` [PATCH 3/3] fpga manager: Adding FPGA Manager support for Xilinx zynqmp

[PATCH xf86-video-intel] sna: Switch back to hwcursor on the next cursor update
 2018-10-19 16:55 UTC 

[libvirt test] 128859: regressions - FAIL
 2018-10-19 16:54 UTC 

[PATCH] npm: change install directory to upstream default
 2018-10-19 16:53 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: serial: add documentation for the SiFive UART driver
 2018-10-19 16:51 UTC  (6+ messages)

[PATCH 1/3] drm/sched: Add callback to mark if sched is ready to work
 2018-10-19 16:50 UTC  (6+ messages)
` [PATCH 3/3] drm/amdgpu: Refresh rq selection for job after ASIC reset

[Qemu-devel] [PATCH v2 0/5] Various option help readability improvement suggestions
 2018-10-19 16:49 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/5] option: Make option help nicer to read
` [Qemu-devel] [PATCH v2 2/5] chardev: Indent list of chardevs
` [Qemu-devel] [PATCH v2 3/5] qdev-monitor: Make device options help nicer
` [Qemu-devel] [PATCH v2 4/5] object: Make option help nicer to read
` [Qemu-devel] [PATCH v2 5/5] fw_cfg: Drop newline in @file description

[PATCH 00/17] ARMv8.3 pointer authentication support
 2018-10-19 16:49 UTC  (7+ messages)
` [PATCH v5 07/17] arm64: add basic "

[PATCH bpf-next 0/2] sample: xdp1 improvements
 2018-10-19  8:42 UTC  (5+ messages)
` [PATCH bpf-next 1/2] samples: bpf: improve xdp1 example
  ` [PATCH bpf-next 2/2] samples: bpf: get ifindex from ifname

[PATCH v1 0/2] speed up git reset
 2018-10-19 16:46 UTC  (5+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 2/3] reset: add new reset.quiet config setting

[PATCH] x86/kvm/nVMX: tweak shadow fields
 2018-10-19 16:45 UTC  (2+ messages)

move swiotlb noncoherent dma support from arm64 to generic code V2
 2018-10-19 16:45 UTC  (4+ messages)
` [PATCH 08/10] swiotlb: don't dip into swiotlb pool for coherent allocations

[PATCH] bus/pci: use device driver name instead of handler type
 2018-10-19 16:43 UTC 

omap4: support for manually updated display
 2018-10-19 16:44 UTC  (7+ messages)

[Patch v3 00/13] Provide process property based options to enable Spectre v2 userspace-userspace protection
 2018-10-19 16:43 UTC  (3+ messages)

[PATCH] doc: update i40e guide for PPPoE package release
 2018-10-19 16:43 UTC  (3+ messages)

I messed up disk replace of RAID5
 2018-10-19 16:41 UTC 

[Qemu-devel] [PATCH 0/7] vfio: some trivial fixes
 2018-10-19 16:41 UTC  (5+ messages)
` [Qemu-devel] [PATCH 4/7] vfio: paltform: fix a typo
` [Qemu-devel] [PATCH 7/7] vfio: platform: destory mutex in error path

[PATCH 1/5] drm/ttm: use a static ttm_mem_global instance
 2018-10-19 16:41 UTC  (5+ messages)
  ` [PATCH 2/5] drm/ttm: make the device list mutex static
  ` [PATCH 3/5] drm/ttm: use a static ttm_bo_global instance
  ` [PATCH 4/5] drm/ttm: initialize globals during device init
  ` [PATCH 5/5] drm: Remove drm_global.{c,h} v2

linux-next: Tree for Oct 19
 2018-10-19 16:41 UTC  (2+ messages)

[PATCH v4 0/2] media: platform: Add Aspeed Video Engine Driver
 2018-10-19 16:39 UTC  (6+ messages)
` [PATCH v4 2/2] media: platform: Add Aspeed Video Engine driver

[PATCH v2 00/18] xen: add pvh guest support
 2018-10-19 16:39 UTC  (5+ messages)
` [PATCH v2 12/18] xen: setup Xen specific data for PVH
  ` [Xen-devel] "

[PATCH] can: janz-ican3: fix a missing-check bug
 2018-10-19 16:38 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/3] target/arm: Reduce tlb_flush overhead
 2018-10-19 16:37 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 3/3] target/arm: Flush only the TLBs affected by TTBR*_EL1

[xen-unstable-smoke test] 128878: regressions - FAIL
 2018-10-19 16:35 UTC 

[Qemu-devel] [PATCH v5 00/14] Add limited MXU instruction support
 2018-10-19 16:33 UTC  (15+ messages)
` [Qemu-devel] [PATCH v5 01/14] target/mips: Introduce MXU registers
` [Qemu-devel] [PATCH v5 02/14] target/mips: Define a bit for MXU in insn_flags
` [Qemu-devel] [PATCH v5 03/14] target/mips: Add and integrate MXU decoding engine placeholder
` [Qemu-devel] [PATCH v5 04/14] target/mips: Add MXU decoding engine
` [Qemu-devel] [PATCH v5 05/14] target/mips: Add bit encoding for MXU add/subtract patterns 'aptn2'
` [Qemu-devel] [PATCH v5 06/14] target/mips: Add bit encoding for MXU operand getting patterns 'optn2'
` [Qemu-devel] [PATCH v5 07/14] target/mips: Add bit encoding for MXU operand getting patterns 'optn3'
` [Qemu-devel] [PATCH v5 08/14] target/mips: Add emulation of non-MXU MULL within MXU decoding engine
` [Qemu-devel] [PATCH v5 09/14] target/mips: Add emulation of MXU instructions S32I2M and S32M2I
` [Qemu-devel] [PATCH v5 10/14] target/mips: Add emulation of MXU instruction S8LDD
` [Qemu-devel] [PATCH v5 11/14] target/mips: Add emulation of MXU instruction D16MUL
` [Qemu-devel] [PATCH v5 12/14] target/mips: Add emulation of MXU instruction D16MAC
` [Qemu-devel] [PATCH v5 13/14] target/mips: Add emulation of MXU instructions Q8MUL and Q8MULSU
` [Qemu-devel] [PATCH v5 14/14] target/mips: Add emulation of MXU instructions S32LDD and S32LDDR

[PATCH] block: setup bounce bio_sets properly
 2018-10-19 16:35 UTC  (3+ messages)

[PATCH V5 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-10-19 16:33 UTC  (13+ messages)
` [PATCH V5 4/4] kvm: add a check if pfn is from NVDIMM pmem

[PATCH 1/1] fast-import: checkpoint: only write out refs and tags if we changed them
 2018-10-19 16:31 UTC 

[Qemu-devel] [PATCH v4 00/11] block: Add auto-read-only option
 2018-10-19 16:30 UTC  (10+ messages)
` [Qemu-devel] [PATCH v4 01/11] block: Update flags in bdrv_set_read_only()
` [Qemu-devel] [PATCH v4 02/11] block: Add auto-read-only option
` [Qemu-devel] [PATCH v4 03/11] rbd: Close image in qemu_rbd_open() error path
` [Qemu-devel] [PATCH v4 04/11] block: Require auto-read-only for existing fallbacks
` [Qemu-devel] [PATCH v4 05/11] nbd: Support auto-read-only option
` [Qemu-devel] [PATCH v4 06/11] file-posix: "
` [Qemu-devel] [PATCH v4 07/11] curl: "
` [Qemu-devel] [PATCH v4 08/11] gluster: "
` [Qemu-devel] [PATCH v4 09/11] iscsi: "

[PATCH -next] KEYS: trusted: remove set but not used variable ''
 2018-10-19 16:30 UTC  (4+ messages)
` [PATCH v2 -next] KEYS: trusted: remove set but not used variable 'keyhndl'

[PATCH v2] drm/amdkfd: Add proper prefix to functions
 2018-10-19 16:29 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/9] x86_iommu/amd: add interrupt remap support
 2018-10-19 16:28 UTC  (3+ messages)

[PATCH] openssl: fix ptest
 2018-10-19 16:28 UTC 

[PATCH 0/2] boot to a mapped device
 2018-10-19 16:27 UTC  (7+ messages)
          ` [linux-lvm] "

Call for Papers - WorldCIST'19 - La Toja Island, Spain
 2018-10-19 16:27 UTC 

[Qemu-devel] [PATCH] linux-user: Remove dead error-checking code
 2018-10-19 16:26 UTC  (2+ messages)

Handling user regdom hints while having intersected world regdom
 2018-10-19 16:26 UTC  (2+ messages)

[PATCH] ARM: dts: imx6ul: ccimx6ulsom: Add support for wireless SOM variant
 2018-10-19 16:26 UTC  (5+ messages)

[LTP] [PATCH RFC v2] lib: new tst_test field to save and restore proc|sys
 2018-10-19 16:25 UTC 

Build DPDK for different target machine
 2018-10-19 16:24 UTC 

[PATCH v1] drm/i915/icl: Define MOCS table for Icelake
 2018-10-19 16:23 UTC  (3+ messages)

[PATCH RFC] nvmet-rdma: use a private workqueue for delete
 2018-10-19 16:23 UTC  (3+ messages)

dom0/pvh: Dom0 PVH with PCI passthrough support status
 2018-10-19 16:22 UTC  (2+ messages)

[QUESTION] multiple fsync() vs single sync()
 2018-10-19  8:16 UTC  (3+ messages)

[PATCH v2] ASoC: sun4i-i2s: move code from startup/shutdown hooks into pm_runtime hooks
 2018-10-19 16:18 UTC  (5+ messages)

Regression in handling power cuts since 3a1e819b4e80 ("ovl: store file handle of lower inode on copy up")
 2018-10-19 16:18 UTC  (4+ messages)

[PATCH v4 0/2] sched/fair: update scale invariance of PELT
 2018-10-19 16:17 UTC  (3+ messages)
` [PATCH 1/2] sched/fair: move rq_of helper function
` [PATCH v4 2/2] sched/fair: update scale invariance of PELT


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.