All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-11-29 16:41:02 to 2017-11-29 17:15:37 UTC [more...]

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2017-11-29 17:15 UTC 

[PATCH v2 0/8] Remove use of "gpio-reset" from DT
 2017-11-29 17:13 UTC  (16+ messages)
` [PATCH v2 1/8] ASoC: tlv320aic31xx: Fix typo in DT binding documentation
  ` [PATCH v2 2/8] ASoC: tlv320aic3x: "
` [PATCH v2 3/8] ASoC: tlv320aic31xx: Fix the reset GPIO OF name
` [PATCH v2 4/8] ASoC: tlv320aic3x: "
` [PATCH v2 5/8] ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin
` [PATCH v2 6/8] ARM: dts: imx6: RDU2: "
` [PATCH v2 7/8] ARM: dts: imx: "
` [PATCH v2 8/8] ARM: dts: omap3-n900: "

[RFC PATCH 0/7] RFC:EventDev OPDL PMD
 2017-11-29 17:15 UTC  (5+ messages)

[Qemu-devel] [PATCH] i386: turn off l3-cache property by default
 2017-11-29 17:15 UTC  (10+ messages)

[Bug 103972] GL_ARB_gpu_shader_int64. Compute shader. Shared storage
 2017-11-29 17:15 UTC 

[PATCH v2 00/16] Move vcpu_load and vcpu_put calls to arch code
 2017-11-29 17:17 UTC  (47+ messages)
` [PATCH v2 01/16] KVM: Take vcpu->mutex outside vcpu_load
` [PATCH v2 02/16] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH v2 03/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH v2 04/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH v2 05/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH v2 06/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH v2 07/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH v2 08/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH v2 09/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH v2 10/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH v2 11/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH v2 12/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH v2 13/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH v2 14/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
` [PATCH v2 15/16] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v2 16/16] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init

[RFC PATCH] KVM: x86: Allow Qemu/KVM to use PVH entry point
 2017-11-29 17:14 UTC  (4+ messages)

[PATCH] crypto/aesni_mb: add AES-CCM support
 2017-11-29 17:12 UTC  (2+ messages)
` [PATCH v2] "

Tx/Rx count not increasing OVS-DPDK
 2017-11-29 17:13 UTC 

imap-send with gmail: curl_easy_perform() failed: URL using bad/illegal format or missing URL
 2017-11-29 17:13 UTC 

[PATCH] kvm: arm: don't treat unavailable HYP mode as an error
 2017-11-29 17:12 UTC  (3+ messages)

[PATCH net v2 00/10] bpf: offload: check netdev pointer in the drivers and namespace trouble
 2017-11-29 17:12 UTC  (5+ messages)

[PATCH v2 0/4] Add OV5640 parallel interface and RGB565/YUYV support
 2017-11-29 17:11 UTC  (5+ messages)
` [PATCH v2 1/4] media: ov5640: switch to gpiod_set_value_cansleep()
` [PATCH v2 2/4] media: ov5640: check chip id
` [PATCH v2 3/4] media: ov5640: add support of DVP parallel interface
` [PATCH v2 4/4] media: ov5640: add support of RGB565 and YUYV formats

[Intel-wired-lan] [jkirsher/next-queue PATCH 00/16] ixgbe/fm10k: macvlan fixes
 2017-11-29 17:11 UTC  (29+ messages)
` [Intel-wired-lan] [jkirsher/next-queue PATCH 02/16] ixgbe: Perform reinit any time number of VFs change
` [Intel-wired-lan] [jkirsher/next-queue PATCH 03/16] ixgbe: Add support for macvlan offload RSS on X550 and clean-up pool handling
` [Intel-wired-lan] [jkirsher/next-queue PATCH 04/16] ixgbe: There is no need to update num_rx_pools in L2 fwd offload
` [Intel-wired-lan] [jkirsher/next-queue PATCH 05/16] ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devices
` [Intel-wired-lan] [jkirsher/next-queue PATCH 06/16] ixgbe: Use ring values to test for Tx pending
` [Intel-wired-lan] [jkirsher/next-queue PATCH 07/16] ixgbe: Drop l2_accel_priv data pointer from ring struct
` [Intel-wired-lan] [jkirsher/next-queue PATCH 08/16] ixgbe: Assume provided MAC filter has been verified by macvlan
` [Intel-wired-lan] [jkirsher/next-queue PATCH 09/16] ixgbe: Default to 1 pool always being allocated
` [Intel-wired-lan] [jkirsher/next-queue PATCH 10/16] ixgbe: Don't assume dev->num_tc is equal to hardware TC config
` [Intel-wired-lan] [jkirsher/next-queue PATCH 11/16] ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded rings
` [Intel-wired-lan] [jkirsher/next-queue PATCH 12/16] ixgbe: Do not manipulate macvlan Tx queues when performing macvlan offload
` [Intel-wired-lan] [jkirsher/next-queue PATCH 13/16] ixgbe: avoid bringing rings up/down as macvlans are added/removed
` [Intel-wired-lan] [jkirsher/next-queue PATCH 14/16] ixgbe: Fix handling of macvlan Tx offload
` [Intel-wired-lan] [jkirsher/next-queue PATCH 15/16] net: Cap number of queues even with accel_priv

[PATCH v3 1/3] virt: Add vboxguest driver for Virtual Box Guest integration UAPI
 2017-11-29 17:10 UTC  (3+ messages)
` [PATCH v3 3/3] virt: Add vboxguest driver for Virtual Box Guest integration

[Buildroot] [PATCH 1/1] support/dependencies: add check for c++ multilib
 2017-11-29 17:10 UTC 

[PATCH V3 00/29] PCI: deprecate pci_get_bus_and_slot()
 2017-11-29 17:09 UTC  (4+ messages)

[PATCH v3 0/5] Update ROCKCHIP DSI driver that uses dw-mipi-dsi bridge
 2017-11-29 17:09 UTC  (6+ messages)
` [PATCH v3 4/5] drm/rockchip: Add ROCKCHIP DW MIPI DSI controller driver

[ndctl PATCH v2] rpmbuild: check for rpmbuild working directories
 2017-11-29 17:13 UTC  (2+ messages)

[PATCHv2 0/4] x86: 5-level related changes into decompression code
 2017-11-29 17:08 UTC  (6+ messages)

[PATCH] arm64/xen: Add missing #address-cells and #size-cells properties
 2017-11-29 17:08 UTC 

[PATCH] arm64/xen: Add missing #address-cells and #size-cells properties
 2017-11-29 17:08 UTC 

[PATCH v2 1/2] can: mcba_usb: fix typo
 2017-11-29 17:07 UTC  (7+ messages)
    ` CAN-USB adapter unplug (was: Re: [PATCH v2 1/2] can: mcba_usb: fix typo)
      ` CAN-USB adapter unplug

[PATCH] clk: stm32-h7: fix copyright
 2017-11-29 17:06 UTC  (3+ messages)

[PATCH v3] scripts/package: snap-pkg target
 2017-11-29 17:05 UTC  (7+ messages)

[PATCH v2 00/11] Metadata specific accouting and dirty writeout
 2017-11-29 17:05 UTC  (13+ messages)
` [PATCH v2 02/11] writeback: convert WB_WRITTEN/WB_DIRITED counters to bytes
` [PATCH v2 03/11] lib: make the fprop batch size a multiple of PAGE_SIZE
` [PATCH v2 04/11] lib: add a __fprop_add_percpu_max
` [PATCH v2 05/11] writeback: convert the flexible prop stuff to bytes

[RFC 5/6] dbus: Add support for setting properties on D-Bus proxy interface
 2017-11-29 17:05 UTC  (2+ messages)

[PATCHSET v2] cgroup, writeback, btrfs: make sure btrfs issues metadata IOs from the root cgroup
 2017-11-29 17:05 UTC  (4+ messages)

[PATCH] clk: fix compile testing of scpi clk driver
 2017-11-29 17:04 UTC  (3+ messages)

[PATCH v9 00/15] overlayfs: Delayed copy up of data
 2017-11-29 17:04 UTC  (3+ messages)
` [PATCH v9 01/15] ovl: Do not look for OVL_XATTR_NLINK if index is not there

post-receive: pub/scm/linux/kernel/git/jkirsher/net-queue
 2017-11-29 17:04 UTC 

post-receive: pub/scm/linux/kernel/git/jkirsher/net-queue
 2017-11-29 17:04 UTC 

[PATCH v3] arch: arm: mach-stm32: Fix copyright
 2017-11-29 17:02 UTC  (3+ messages)

[PATCH] omapfb: dss: Do not duplicate features data
 2017-11-29 17:03 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/kdave/linux
 2017-11-29 17:03 UTC 

[PATCH v2 0/2] pinctrl: Allow indicating loss of state across suspend/resume
 2017-11-29 17:02 UTC  (7+ messages)
` [PATCH v2 1/2] pinctrl: Allow a device to indicate when to force a state
` [PATCH v2 2/2] pinctrl: Allow indicating loss of pin states during low-power

[PATCH V2 0/9] Add loadable kernel module and power management support
 2017-11-29 17:02 UTC  (8+ messages)
` [PATCH V2 5/9] PCI: Export pci_flags
` [PATCH V2 6/9] PCI: tegra: free resources on probe failure
` [PATCH V2 8/9] PCI: tegra: Broadcast PME_turn_Off message before link goes to L2

[PATCH 1/2] arm64: dts: renesas: r8a77970: use CPG core clock macros
 2017-11-29 17:00 UTC  (5+ messages)

[PATCH v7 0/4] Add the ability to do BPF directed error injection
 2017-11-29 16:59 UTC  (5+ messages)
` [PATCH v7 1/5] add infrastructure for tagging functions as error injectable

[PATCH] drm/radeon: remove init of CIK VMIDs 8-16 for amdkfd
 2017-11-29 16:59 UTC  (3+ messages)

[RFC 4/6] dbus: Add support for proxy interface
 2017-11-29 16:59 UTC  (2+ messages)

[PATCH linux dev-4.10 v2 1/2] ARM: dts: aspeed: Rename aspeed-bmc-opp-flash-layout.dtsi
 2017-11-29 16:59 UTC  (4+ messages)
` [PATCH linux dev-4.10 v2 2/2] ARM: dts: Add Wfp BMC Machine

[PATCH 0/3] KVM: Tie MWAIT/HLT/PAUSE interception to initially disabled capabilities
 2017-11-29 16:58 UTC  (5+ messages)
` [PATCH 1/3] KVM: Don't enable MWAIT in guest by default

post-receive: pub/scm/linux/kernel/git/mcgrof/linux
 2017-11-29 16:57 UTC 

post-receive: pub/scm/linux/kernel/git/mcgrof/linux-next
 2017-11-29 16:57 UTC 

Kernel panic hosting 5Ghz AP
 2017-11-29 16:56 UTC  (5+ messages)

[PATCH 1/2] kernel-yocto: ensure sccs variable is set when using KBUILD_DEFCONFIG
 2017-11-29 16:56 UTC  (4+ messages)

[PATCH v2] KVM: VMX: Cache IA32_DEBUGCTL in memory
 2017-11-29 16:55 UTC  (2+ messages)

[ANNOUNCE] 4.4.97-rt111
 2017-11-29 16:52 UTC 

[PATCH] coresight: Use PTR_ERR_OR_ZERO()
 2017-11-29 16:52 UTC  (3+ messages)

[ANNOUNCE] 4.9.61-rt52
 2017-11-29 16:52 UTC 

New setup: partitions or raw devices
 2017-11-29 16:52 UTC  (3+ messages)

[Xenomai] Linking shared library which relies on bootstrap.o fails
 2017-11-29 16:52 UTC  (4+ messages)
` [Xenomai] Library cannot be dlopen()ed

[PATCH 1/1] drm/amdgpu: Pin to gtt before cpu accesses dma buf
 2017-11-29 16:52 UTC  (7+ messages)

Suspend-to-ram/resume regression with commit ca37e57bbe0c
 2017-11-29 16:51 UTC  (8+ messages)
` [PATCH] x86/entry/64: Fix native_load_gs_index() SWAPGS handling with IRQ state tracing enabled

[PATCH] [RFC v2] packet: experimental support for 64-bit timestamps
 2017-11-29 16:51 UTC  (5+ messages)
` [PATCH] [RFC v3] "

[PATCH 3/3] autofs - fix AT_NO_AUTOMOUNT not being honored
 2017-11-29 16:51 UTC  (12+ messages)

linux-next: Signed-off-by missing for commit in the omap tree
 2017-11-29 16:50 UTC  (2+ messages)

kasan: false use-after-scope warnings with KCOV
 2017-11-29 16:54 UTC  (6+ messages)

[LTP] [PATCH v2 00/13] Collection of fixes
 2017-11-29 16:50 UTC  (4+ messages)
` [LTP] [PATCH v2 09/13] syscalls/mount03: Copy setuid_test to execute instead of 'TEST FILE'

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2017-11-29 16:50 UTC 

post-receive: pub/scm/linux/kernel/git/rt/linux-stable-rt
 2017-11-29 16:49 UTC 

[PATCH 0/7] retry write on error
 2017-11-29 16:47 UTC  (6+ messages)

[Buildroot] [PATCH v2] mtools: do not link to libbsd
 2017-11-29 16:48 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/6] Improve info migrate output on destination
 2017-11-29 16:48 UTC  (8+ messages)
` [Qemu-devel] [PATCH 5/6] migration: Now set the migration uri

[PATCH] scsi: fix race condition when removing target
 2017-11-29 16:47 UTC  (4+ messages)

[Buildroot] [git commit] mtools: do not link to libbsd
 2017-11-29 16:46 UTC 

post-receive: pub/scm/linux/kernel/git/rt/linux-stable-rt
 2017-11-29 16:46 UTC 

Assist me for a joint business
 2017-11-29 16:46 UTC 

[RFC V7 0/2] OPP: Allow OPP table to be used for power-domains
 2017-11-29 16:46 UTC  (4+ messages)
` [RFC V7 1/2] "

[lustre-devel] [PATCH v3] staging: lustre: Replace 'uint32_t' with 'u32' and 'uint64_t' with 'u64'
 2017-11-29 16:46 UTC 

[Qemu-devel] [Bug 645662] [NEW] Python 3.1.2 math errors with Qemu 0.12.5
 2017-11-29 16:33 UTC  (2+ messages)
` [Qemu-devel] [Bug 645662] Re: QEMU x87 emulation of trig and other complex ops is only at 64-bit precision, not 80-bit

[PATCH kernel] vfio/spapr: Add trace points for map/unmap
 2017-11-29 16:44 UTC  (10+ messages)

[PATCH 1/3] drm/i915: Disable DP audio for g4x
 2017-11-29 16:43 UTC  (3+ messages)
` [PATCH 2/3] drm/i915: Don't add the "force audio" property to DP connectors that don't support audio
` [PATCH 3/3] drm/i915: Fix has_audio readout for DDI A

[Buildroot] [autobuild.buildroot.net] Build results for 2017-11-28
 2017-11-29 16:42 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/rt/linux-stable-rt
 2017-11-29 16:42 UTC 

[PATCH] ntb_hw_switchtec: Force down the peer's link before initializing
 2017-11-29 16:41 UTC  (6+ messages)

[Qemu-devel] [PATCH 00/25] spapr: Guest exploitation of the XIVE interrupt controller (POWER9)
 2017-11-29 16:41 UTC  (6+ messages)
` [Qemu-devel] [PATCH 08/25] spapr: introduce a skeleton for the XIVE interrupt controller
  ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v4] thread: move detach_thread from creating thread to created thread
 2017-11-29 16:41 UTC  (5+ messages)

[PATCH] jsm_tty: Fix a possible null pointer dereference in two functions
 2017-11-29 16:40 UTC 

[PATCH for-next] IB/ipoib: Replace printk with pr_warn
 2017-11-29 16:41 UTC  (2+ 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.