All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-24 19:38:50 to 2017-07-24 20:28:23 UTC [more...]

[Qemu-devel] [PATCH v15 00/32] Generic translation framework
 2017-07-24 20:27 UTC  (13+ messages)
` [Qemu-devel] [PATCH v15 01/32] tcg: Add generic DISAS_NORETURN
` [Qemu-devel] [PATCH v15 02/32] target/i386: Use generic DISAS_* enumerators
` [Qemu-devel] [PATCH v15 03/32] target/arm: Use DISAS_NORETURN
` [Qemu-devel] [PATCH v15 04/32] target: [tcg] Use a generic enum for DISAS_ values
` [Qemu-devel] [PATCH v15 05/32] target/arm: Delay check for magic kernel page
` [Qemu-devel] [PATCH v15 06/32] tcg: Add generic translation framework
` [Qemu-devel] [PATCH v15 07/32] target/i386: [tcg] Port to DisasContextBase
` [Qemu-devel] [PATCH v15 08/32] target/i386: [tcg] Port to init_disas_context
` [Qemu-devel] [PATCH v15 09/32] target/i386: [tcg] Port to insn_start
` [Qemu-devel] [PATCH v15 10/32] target/i386: [tcg] Port to breakpoint_check
` [Qemu-devel] [PATCH v15 11/32] target/i386: [tcg] Port to translate_insn
` [Qemu-devel] [PATCH v15 13/32] target/i386: [tcg] Port to disas_log

[PATCH 0/3] add support of SCPSYS power domain for MediaTek MT7622
 2017-07-24 20:27 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: soc: update the binding document for SCPSYS on MediaTek MT7622 SoC

[PATCH 0/5] PCI: MediaTek: Add support for new generation host controller
 2017-07-24 20:26 UTC  (6+ messages)
` [PATCH 5/5] dt-bindings: PCI: add support for new generation controller

[Buildroot] [PATCH v2 01/10] gstreamer1: bump version to 1.12.2
 2017-07-24 20:26 UTC  (10+ messages)
` [Buildroot] [PATCH v2 02/10] gst1-plugins-base: "
` [Buildroot] [PATCH v2 03/10] gst1-plugins-good: "
` [Buildroot] [PATCH v2 04/10] gst1-plugins-bad: "
` [Buildroot] [PATCH v2 05/10] gst1-plugins-ugly: "
` [Buildroot] [PATCH v2 06/10] gst1-validate: "
` [Buildroot] [PATCH v2 07/10] gst1-libav: "
` [Buildroot] [PATCH v2 08/10] gst1-vaapi: "
` [Buildroot] [PATCH v2 09/10] gst1-rtsp-server: "
` [Buildroot] [PATCH v2 10/10] gst-omx: "

[PATCH] tracing: Fix trace_pipe_raw read panic
 2017-07-24 20:24 UTC  (2+ messages)

write corruption due to bio cloning on raid5/6
 2017-07-24 20:22 UTC 

Wrong array assembly on boot?
 2017-07-24 20:20 UTC  (6+ messages)

master - vgchange: separate change locktype and allow recovery
 2017-07-24 20:19 UTC 

[PATCH 0/3] ARM: bcm283x: Raspberry Pi Zero W support
 2017-07-24 20:18 UTC  (4+ messages)
` [PATCH 2/3] dt-bindings: bcm: Add Raspberry Pi Zero W

[patch v2] Documentation: dt-bindings: aspeed-pwm-tacho cooling device
 2017-07-24 20:18 UTC  (3+ messages)

[PATCH v1 00/13] introduce the Xen PV Calls frontend
 2017-07-24 20:17 UTC  (32+ messages)
` [PATCH v1 01/13] xen/pvcalls: introduce the pvcalls xenbus frontend
  ` [PATCH v1 04/13] xen/pvcalls: implement connect command
  ` [PATCH v1 05/13] xen/pvcalls: implement bind command
  ` [PATCH v1 06/13] xen/pvcalls: implement listen command
  ` [PATCH v1 07/13] xen/pvcalls: implement accept command
  ` [PATCH v1 08/13] xen/pvcalls: implement sendmsg
  ` [PATCH v1 09/13] xen/pvcalls: implement recvmsg
  ` [PATCH v1 10/13] xen/pvcalls: implement poll command
  ` [PATCH v1 11/13] xen/pvcalls: implement release command
  ` [PATCH v1 12/13] xen/pvcalls: implement frontend disconnect
  ` [PATCH v1 13/13] xen: introduce a Kconfig option to enable the pvcalls frontend

Duplicated drivers for Epson RX8025 RTC support
 2017-07-24 20:15 UTC  (3+ messages)

[Buildroot] [PATCH v1 1/2] orc: bump version to 0.4.27
 2017-07-24 20:14 UTC  (2+ messages)
` [Buildroot] [PATCH v1 2/2] orc: update project url

[PATCH 00/10] percpu: replace percpu area map allocator with bitmap allocator
 2017-07-24 20:13 UTC  (13+ messages)
` [PATCH 05/10] percpu: change reserved_size to end page aligned
` [PATCH 07/10] percpu: fix misnomer in schunk/dchunk variable names
` [PATCH 08/10] percpu: change the number of pages marked in the first_chunk bitmaps

[PATCH] ext4: backward compatibility support for Lustre ea_inode implementation
 2017-07-24 20:13 UTC 

[RFC Part2 PATCH v3 00/26] x86: Secure Encrypted Virtualization (AMD)
 2017-07-24 20:03 UTC  (27+ messages)
` [RFC Part2 PATCH v3 01/26] Documentation/virtual/kvm: Add AMD Secure Encrypted Virtualization (SEV)
` [RFC Part2 PATCH v3 02/26] crypto: ccp: Add Platform Security Processor (PSP) device support
` [RFC Part2 PATCH v3 03/26] crypto: ccp: Add Secure Encrypted Virtualization (SEV) "
` [RFC Part2 PATCH v3 04/26] KVM: SVM: Prepare to reserve asid for SEV guest
` [RFC Part2 PATCH v3 05/26] KVM: SVM: Reserve ASID range "
` [RFC Part2 PATCH v3 06/26] KVM: SVM: Prepare for new bit definition in nested_ctl
` [RFC Part2 PATCH v3 07/26] KVM: SVM: Add SEV feature definitions to KVM
` [RFC Part2 PATCH v3 08/26] KVM: X86: Extend CPUID range to include new leaf
` [RFC Part2 PATCH v3 09/26] KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctl
` [RFC Part2 PATCH v3 10/26] KVM: Introduce KVM_MEMORY_ENCRYPT_REGISTER/UNREGISTER_RAM ioctl
` [RFC Part2 PATCH v3 11/26] KVM: X86: Extend struct kvm_arch to include SEV information
` [RFC Part2 PATCH v3 12/26] KVM: Define SEV key management command id
` [RFC Part2 PATCH v3 13/26] KVM: SVM: Add KVM_SEV_INIT command
` [RFC Part2 PATCH v3 14/26] KVM: SVM: VMRUN should use assosiated ASID when SEV is enabled
` [RFC Part2 PATCH v3 15/26] KVM: SVM: Add support for SEV LAUNCH_START command
` [RFC Part2 PATCH v3 16/26] KVM: SVM: Add support for SEV LAUNCH_UPDATE_DATA command
` [RFC Part2 PATCH v3 17/26] KVM: SVM: Add support for SEV LAUNCH_MEASURE command
` [RFC Part2 PATCH v3 18/26] KVM: SVM: Add support for SEV LAUNCH_FINISH command
` [RFC Part2 PATCH v3 19/26] KVM: svm: Add support for SEV GUEST_STATUS command
` [RFC Part2 PATCH v3 20/26] KVM: SVM: Add support for SEV DEBUG_DECRYPT command
` [RFC Part2 PATCH v3 21/26] KVM: SVM: Add support for SEV DEBUG_ENCRYPT command
` [RFC Part2 PATCH v3 22/26] KVM: SVM: Pin guest memory when SEV is active
` [RFC Part2 PATCH v3 23/26] KVM: X86: Add memory encryption enabled ops
` [RFC Part2 PATCH v3 24/26] KVM: SVM: Clear C-bit from the page fault address
` [RFC Part2 PATCH v3 25/26] KVM: SVM: Do not install #UD intercept when SEV is enabled
` [RFC Part2 PATCH v3 26/26] KVM: X86: Restart the guest when insn_len is zero and "

master - commands: expand comment on configuring option vals
 2017-07-24 20:12 UTC 

master - man: remove hyphen escapes from source
 2017-07-24 20:12 UTC 

master - vgchange: split out code for systemid
 2017-07-24 20:12 UTC 

master - vgchange: split out code for lockstart and lockstop
 2017-07-24 20:12 UTC 

[PATCH 0/4] clk: renesas: Add R-Car D3 support
 2017-07-24 20:09 UTC  (4+ messages)
` [PATCH 4/4] clk: renesas: cpg-mssr: Add R8A77995 support

v4.13-rc2: usb mouse stopped working?
 2017-07-24 20:06 UTC  (2+ messages)

[PATCH 1/3] nbd: allow multiple disconnects to be sent
 2017-07-24 20:08 UTC  (2+ messages)
` [Nbd] "

[Qemu-devel] [PATCH for 2.10 00/35] fix bugs reported by Clang Static Analyzer
 2017-07-24 20:08 UTC  (9+ messages)
` [Qemu-devel] [PATCH for 2.10 28/35] syscall: check dup/dup2/dup3() errors, return EBADFD/EINVAL if required
` [Qemu-devel] [PATCH for 2.10 29/35] syscall: fix out-of-bound memory access
` [Qemu-devel] [PATCH for 2.10 30/35] syscall: fix use of uninitialized values
` [Qemu-devel] [RFC PATCH for 2.10 33/35] configure: clang does not support -Wexpansion-to-defined

bcache with existing ext4 filesystem
 2017-07-24 20:04 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/kismet: bump version to 2016-07-R1
 2017-07-24 20:06 UTC 

[PATCH 0/4] soc: renesas: Add R-Car D3 support
 2017-07-24 20:06 UTC  (9+ messages)
` [PATCH 3/4] soc: renesas: rcar-sysc: Add support for R-Car D3 power areas
` [PATCH 4/4] soc: renesas: rcar-rst: Add support for R-Car D3

[PATCH v8 00/22] xfs: online scrub support
 2017-07-24 20:05 UTC  (7+ messages)
` [PATCH 13/22] xfs: scrub inodes
` [PATCH 14/22] xfs: scrub inode block mappings

Change keyboard layout
 2017-07-24 19:48 UTC 

[Qemu-devel] [PATCH] hw/core/loader: do not check for regions overlap
 2017-07-24 20:03 UTC  (4+ messages)

Regression: Black screen after resume from powersave
 2017-07-24 20:02 UTC  (3+ messages)

[PATCH v14.4 00/15] Btrfs In-band De-duplication
 2017-07-24 20:00 UTC  (3+ messages)
` [PATCH v14.4 01/15] btrfs: improve inode's outstanding_extents computation

[PATCH rdma-core 00/21] Fixes for packaging
 2017-07-24 20:00 UTC  (22+ messages)
  ` [PATCH rdma-core 01/21] srp: Fix redhat packaging
  ` [PATCH rdma-core 02/21] cbuild: Switch to Fedora Core 26
  ` [PATCH rdma-core 03/21] cbuild: Add debian stretch
  ` [PATCH rdma-core 04/21] cbuild: Use opensuse leap 42.2
  ` [PATCH rdma-core 05/21] Make 'cbuild travis pkg' run sparse like real travis
  ` [PATCH rdma-core 06/21] Tidy travis sparse check
  ` [PATCH rdma-core 07/21] redhat: Fix redhat packaging of /etc/rdma/ibacm_opts.cfg
  ` [PATCH rdma-core 08/21] redhat: Fix duplicated udev rules in redhat packaging
  ` [PATCH rdma-core 09/21] redhat: Fix duplicated libmlx*.so "
  ` [PATCH rdma-core 10/21] debian: Set the run directory path to /run/
  ` [PATCH rdma-core 11/21] debian: Remove infiniband-diags Depends from iwpmd
  ` [PATCH rdma-core 12/21] debian: Move truescale setup into rdma-core
  ` [PATCH rdma-core 13/21] Prefix udev rules with a number
  ` [PATCH rdma-core 14/21] Revise the umad SYSTEMD_ALIAS fake path
  ` [PATCH rdma-core 15/21] umad: Match only umad kernel devices in the udev rule
  ` [PATCH rdma-core 16/21] srp_daemon: Do not use LOG_PERROR
  ` [PATCH rdma-core 17/21] srp_deamon: Using v formatters directly for pr_err
  ` [PATCH rdma-core 18/21] srp_daemon: Call systemctl properly from udev
  ` [PATCH rdma-core 19/21] iwpmd: Fix install path for iwpmd
  ` [PATCH rdma-core 20/21] Move rxe_cfg to the rdma-core package
  ` [PATCH rdma-core 21/21] Make /etc/modprobe.d/mlx4.conf common

[PATCH] kthread: Fix documentation build warning
 2017-07-24 19:59 UTC 

[PATCH 0/3] arm64: renesas: Base R-Car D3 support
 2017-07-24 19:58 UTC  (7+ messages)
` [PATCH 1/3] ARM: shmobile: Document R-Car D3 SoC DT bindings
` [PATCH 2/3] ARM: shmobile: Document Renesas Draak board "

[PATCH] sched/wait: Clean up some documentation warnings
 2017-07-24 19:58 UTC 

[PATCH net] ipv6: no need to return rt->dst.error if it is not null entry
 2017-07-24 19:57 UTC  (6+ messages)

[PATCH 1/4] ARM: mediatek: dts: Cleanup bindings documentation
 2017-07-24 19:57 UTC  (8+ messages)
` [PATCH 2/4] ARM: mediatek: dts: Add mt6796 binding

[PATCH] sched/core: Fix some documentation build warnings
 2017-07-24 19:56 UTC 

[PATCH v2 0/2] media: v4l: Add support for the Cadence MIPI-CSI2 RX
 2017-07-24 19:56 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: media: Add Cadence MIPI-CSI2 RX Device Tree bindings

[Qemu-devel] [PATCH for 2.10] ps2: fix sending of PAUSE/BREAK scancodes
 2017-07-24 19:55 UTC  (2+ messages)

[PATCH] mod_devicetable.h: Fix docs build warnings
 2017-07-24 19:54 UTC 

Problem with PHY state machine when using interrupts
 2017-07-24 19:53 UTC  (7+ messages)

[PATCH v5 0/7] drm/rockchip: add all full framework vop support
 2017-07-24 19:53 UTC  (5+ messages)
` [PATCH v5 6/7] dt-bindings: display: rockchip: fill Documents for vop series

[PATCH v3 0/2] ZII RAVE platform driver
 2017-07-24 19:53 UTC  (4+ messages)
` [PATCH v3 1/2] platform: Add driver for RAVE Supervisory Processor

[PATCH] Input: add support for HiDeep touchscreen
 2017-07-24 19:52 UTC  (3+ messages)

[Buildroot] [PATCH v2] package/qt5location: handle plugins being conditionally built
 2017-07-24 19:51 UTC  (3+ messages)

[PATCH 0/4] can: Add new binding to limit bit rate used
 2017-07-24 19:50 UTC  (4+ messages)
` [PATCH 3/4] can: m_can: Update documentation to mention new fixed transceiver binding

[RFC 0/5] Open source FPGA image header
 2017-07-24 19:49 UTC  (6+ messages)
` [RFC 1/5] doc: fpga: add document for the fdt FPGA header
` [RFC 2/5] doc: fpga: add sysfs document for fpga region
` [RFC 3/5] fpga: add dev to fpga_image_info
` [RFC 4/5] fpga-region: new function fpga_region_free
` [RFC 5/5] fpga-region support for fdt headers on fpga images

[PATCH] mm: Prevent racy access to tlb_flush_pending
 2017-07-24 19:50 UTC  (2+ messages)

[Buildroot] [PATCH v3] package/qt5location: handle plugins being conditionally built
 2017-07-24 19:50 UTC 

PATCH v3 brcmfmac driver cleanup
 2017-07-24 19:47 UTC  (2+ messages)

[PATCH] HID: rmi: Make sure the HID device is opened on resume
 2017-07-24 19:46 UTC  (5+ messages)

[Buildroot] [PATCH v1 01/10] gstreamer1: bump version to 1.12.2
 2017-07-24 19:46 UTC  (10+ messages)
` [Buildroot] [PATCH v1 02/10] gst1-plugins-base: "
` [Buildroot] [PATCH v1 03/10] gst1-plugins-good: "
` [Buildroot] [PATCH v1 04/10] gst1-plugins-bad: "
` [Buildroot] [PATCH v1 05/10] gst1-plugins-ugly: "
` [Buildroot] [PATCH v1 06/10] gst1-validate: "
` [Buildroot] [PATCH v1 07/10] gst1-libav: "
` [Buildroot] [PATCH v1 08/10] gst1-vaapi: "
` [Buildroot] [PATCH v1 09/10] gst1-rtsp-server: "
` [Buildroot] [PATCH v1 10/10] gst-omx: "

Potential race in TLB flush batching?
 2017-07-24 19:46 UTC  (12+ messages)

[PATCH 01/20] drm/i915: Report execlists irq bit in debugfs
 2017-07-24 19:44 UTC  (3+ messages)
` [PATCH 19/20] drm/i915: Squelch reset messages during selftests

Should I store large text files on Git LFS?
 2017-07-24 19:41 UTC  (5+ messages)

[RFC 0/7] drm: Add shmem GEM library
 2017-07-24 19:41 UTC  (8+ messages)
` [RFC 1/7] drm/gem: Add drm_gem_dumb_map_offset()

[PATCH 00/41] drm/dumb-buffers: Add defaults for .dumb_map_offset and .dumb_destroy
 2017-07-24 19:39 UTC  (2+ messages)

[xen-unstable test] 112260: tolerable FAIL - PUSHED
 2017-07-24 19:39 UTC 

[PATCH 0/6] Initial Tegra platform support
 2017-07-24 19:38 UTC  (7+ messages)
` [PATCH 4/6] xen/arm: platforms: Add Tegra platform to support basic IRQ routing


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.