All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-11-25 19:16:16 to 2017-11-25 21:00:36 UTC [more...]

[PATCH 00/15] Move vcpu_load and vcpu_put calls to arch code
 2017-11-25 20:57 UTC  (55+ messages)
` [PATCH 01/15] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH 02/15] KVM: Factor out vcpu->pid adjustment for KVM_RUN
` [PATCH 03/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH 04/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH 05/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH 06/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH 07/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH 08/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH 09/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH 10/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH 11/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH 12/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH 13/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH 14/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
` [PATCH 15/15] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN

[BUG] drm: vc4: refcount_t: increment on 0; use-after-free
 2017-11-25 20:57 UTC  (6+ messages)

[Qemu-devel] [Bug 1734474] [NEW] Maemo does not boot on emulated N800
 2017-11-25 20:48 UTC  (2+ messages)
` [Qemu-devel] [Bug 1734474] "

[PATCH] address kernel commit 0a833c29d89656025443cb9f0ebff7052dd95ce0
 2017-11-25 20:59 UTC 

si2168: NULL pointer dereference at unplug
 2017-11-25 20:52 UTC 

[U-Boot] u-boot Licensing exception with OpenSSL
 2017-11-25 20:50 UTC 

[PATCH 0/5] video-SMSC UFX: Adjustments for five function implementations
 2017-11-25 20:50 UTC  (16+ messages)
` [PATCH 1/5] video: smscufx: Delete an error message for a failed memory allocation in two functions
` [PATCH 2/5] video: smscufx: Less checks in ufx_usb_probe() after error detection
` [PATCH 3/5] video: smscufx: Return an error code only as a constant in ufx_realloc_framebuffer()
` [PATCH 4/5] video: smscufx: Improve a size determination in two functions
` [PATCH 5/5] video: smscufx: Adjust three checks for null pointers

[PATCH 0/2] Make calibration register value fixed for ina2xx drivers
 2017-11-25 20:49 UTC  (4+ messages)
` [PATCH 2/2] hwmon: (ina2xx) Make calibration register value fixed

[PATCH] Makefile: check that tcl/tk is installed
 2017-11-25 20:46 UTC  (2+ messages)

[Buildroot] [RPC] package/libtirpc: fix compilation error
 2017-11-25 20:42 UTC  (3+ messages)

[PATCH] lib: memmove: Use optimised memcpy if possible
 2017-11-25 20:40 UTC  (3+ messages)

[PATCH v4 0/4] make git worktree add dwim more
 2017-11-25 20:39 UTC  (7+ messages)
  ` [PATCH v4 4/4] worktree: make add <path> dwim

[PATCH for-4.15] brcmfmac: change driver unbind order of the sdio function devices
 2017-11-25 20:39 UTC 

git-p4: cloning with a change number does not import all files
 2017-11-25 20:35 UTC 

[Buildroot] [PATCH v5 1/1] sunxi-mali-driver-mainline: new package
 2017-11-25 20:33 UTC  (3+ messages)

[Xenomai] [RFC] RTnet, Analogy and the elephant in the room
 2017-11-25 20:32 UTC  (3+ messages)

[patch V2 01/11] Documentation: Add license-rules.rst to describe how to properly identify file licenses
 2017-11-25 20:30 UTC  (14+ messages)
` [patch V4 "

[libvirt test] 116520: tolerable all pass - PUSHED
 2017-11-25 20:28 UTC 

[PATCH] hwmon: (pmbus) Use 64bit math for DIRECT format values
 2017-11-25 20:28 UTC  (2+ messages)

[Xenomai] Cannot initialize TLSF memory manager
 2017-11-25 20:27 UTC  (18+ messages)
              ` [Xenomai] Testing 3.0.6 (Was Re: Cannot initialize TLSF memory manager)

[PATCH] drm/i915/fbdev: Serialise early hotplug events with async fbdev config
 2017-11-25 20:21 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v6 00/11] Intel SGX Driver
 2017-11-25 20:19 UTC  (16+ messages)
` [PATCH v6 01/11] intel_sgx: updated MAINTAINERS
` [PATCH v6 02/11] x86: add SGX definition to cpufeature
` [PATCH v6 03/11] x86: define IA32_FEATURE_CONTROL.SGX_ENABLE
` [PATCH v6 04/11] x86: define IA32_FEATUE_CONTROL.SGX_LC
` [PATCH v6 05/11] x86: add SGX MSRs to msr-index.h
` [PATCH v6 06/11] intel_sgx: driver for Intel Software Guard Extensions
` [PATCH v6 07/11] intel_sgx: ptrace() support
` [PATCH v6 08/11] intel_sgx: in-kernel launch enclave
` [PATCH v6 09/11] fs/pipe.c: export create_pipe_files() and replace_fd()
` [PATCH v6 10/11] intel_sgx: glue code for in-kernel LE
` [PATCH v6 11/11] intel_sgx: driver documentation

[PATCH v4] drm: bridge: synopsys/dw-hdmi: Enable cec clock
 2017-11-25 20:18 UTC  (2+ messages)

[Buildroot] [PATCH] dbus: bump to version 1.12.2
 2017-11-25 20:12 UTC 

[PATCH 00/43] x86 entry-stack and Kaiser series, 2017/11/24, v2 version
 2017-11-25 20:06 UTC  (15+ messages)
` [PATCH 42/43] x86/mm/kaiser: Allow KAISER to be enabled/disabled at runtime
` [crash] PANIC: double fault, error_code: 0x0
              ` [PATCH] x86/mm/kaiser: Fix IRQ entries text section mapping

[PATCH v7 0/7] drm/fbdev: Panel orientation connector property support
 2017-11-25 20:03 UTC  (17+ messages)
` [PATCH v7 1/7] fbcon: Add fbcon_rotate_hint to struct fb_info
` [PATCH v7 2/7] drm: Add panel orientation quirks, v6
` [PATCH v7 3/7] drm: Add support for a panel-orientation connector property, v6
` [PATCH v7 4/7] drm/fb-helper: Apply panel orientation connector prop to the primary plane, v6
` [PATCH v7 5/7] drm/i915: Add "panel orientation" property to the panel connector, v6
` [PATCH v7 6/7] efifb: Set info->fbcon_rotate_hint based on drm_get_panel_orientation_quirk
` [PATCH v7 7/7] fbcon: Remove dmi quirk table
` ✓ Fi.CI.BAT: success for drm/fbdev: Panel orientation connector property support (rev6)

[Buildroot] [RFCv1 0/4] Per-package SDK and target directories
 2017-11-25 20:01 UTC  (6+ messages)
` [Buildroot] [RFCv1 4/4] core: implement per-package SDK and target

[PATCH V3 00/12] Enable Tegra root port features and apply SW fixups
 2017-11-25 19:59 UTC  (3+ messages)

[rocko][PATCH] weston: add patch to set pitch correctly for subsampled textures
 2017-11-25 19:59 UTC  (4+ messages)

[virtio-dev] [PATCH RFC] packed ring layout spec v4
 2017-11-25 19:55 UTC  (2+ messages)
` [virtio-dev] [PATCH RFC] packed ring layout spec v5

[PATCH] submodule--helper.c: i18n: add a missing space in message
 2017-11-25 19:55 UTC 

[Buildroot] [RFCv2 0/7] Per-package SDK and target directories
 2017-11-25 19:54 UTC  (4+ messages)
` [Buildroot] [RFCv2 3/7] Makefile, skeleton: move the host skeleton logic to host-skeleton package

[PATCH] submodule--helper.c: i18n: add a missing space in message
 2017-11-25 19:51 UTC 

[pyro][PATCH] weston: add patch to set pitch correctly for subsampled textures
 2017-11-25 19:47 UTC 

[PATCH 00/10] Add loadable kernel module and power management support
 2017-11-25 19:46 UTC  (11+ messages)
` [PATCH 01/10] genirq: Export irq_set_msi_desc()
` [PATCH 03/10] PM / QoS: Fix device resume latency for non PM QoS devices

[U-Boot] [PATCH] mx6_common: remove dead code
 2017-11-25 19:41 UTC  (2+ messages)

[PATCH libdrm v2] tests: fix MAKE_RGBA macro for 10bpp modes
 2017-11-25 19:39 UTC 

[Buildroot] [PATCH 1/1] python-cython: new package
 2017-11-25 19:37 UTC  (4+ messages)

[Buildroot] [PATCH v2 1/1] freerdp: fix wayland client dependency chain failure
 2017-11-25 19:33 UTC 

[PATCH V2 0/9] Add loadable kernel module and power management support
 2017-11-25 19:32 UTC  (20+ messages)
` [PATCH V2 3/9] ARM: tegra: Export tegra_cpuidle_pcie_irqs_in_use()
  ` [PATCH V2 1/9] genirq: Export irq_set_msi_desc()
  ` [PATCH V2 2/9] of: Export of_pci_range_to_resource()
  ` [PATCH V2 4/9] PCI: Export pci_find_host_bridge()
  ` [PATCH V2 5/9] PCI: Export pci_flags
  ` [PATCH V2 6/9] PCI: tegra: free resources on probe failure
` [PATCH V2 7/9] PCI: tegra: Add loadable kernel module support
` [PATCH V2 8/9] PCI: tegra: Broadcast PME_turn_Off message before link goes to L2
` [PATCH V2 9/9] PCI: tegra: Add power management support

[PATCH V2] staging: rtl8188eu: Fix incorrect response to SIOCGIWESSID
 2017-11-25 19:32 UTC 

[PATCH] drm: Fix modifiers_property kernel-doc comment
 2017-11-25 19:30 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

lib/zstd/decompress.c:416:2: warning: argument 1 null where non-null expected
 2017-11-25 19:29 UTC 

[PATCH] uapi: add SPDX identifier to vm_sockets_diag.h
 2017-11-25 19:25 UTC  (3+ messages)

[PATCH net] net: dsa: fix 'increment on 0' warning
 2017-11-25 19:24 UTC  (3+ messages)

[PATCH v2] VSOCK: Don't call vsock_stream_has_data in atomic context
 2017-11-25 19:22 UTC  (3+ messages)

[PATCH v6 0/7] drm/fbdev: Panel orientation connector property support
 2017-11-25 19:20 UTC  (16+ messages)
` [PATCH v6 1/7] fbcon: Add fbcon_rotate_hint to struct fb_info
` [PATCH v6 2/7] drm: Add panel orientation quirks, v6
` [PATCH v6 3/7] drm: Add support for a panel-orientation connector property, v6
` [PATCH v6 4/7] drm/fb-helper: Apply panel orientation connector prop to the primary plane, v6
` [PATCH v6 5/7] drm/i915: Add "panel orientation" property to the panel connector, v6
` [PATCH v6 6/7] efifb: Set info->fbcon_rotate_hint based on drm_get_panel_orientation_quirk
` [PATCH v6 7/7] fbcon: Remove dmi quirk table
` ✗ Fi.CI.BAT: failure for drm/fbdev: Panel orientation connector property support (rev5)


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.