All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-25 14:37:59 to 2018-10-25 15:11:19 UTC [more...]

[PATCH 0/5] app/testpmd: improve attach/detach support
 2018-10-25 15:11 UTC  (2+ messages)
` [PATCH v2 "

[Qemu-devel] [RFC v4 01/71] cpu: convert queued work to a QSIMPLEQ
 2018-10-25 15:11 UTC  (72+ messages)
` [Qemu-devel] [RFC v4 02/71] cpu: rename cpu->work_mutex to cpu->lock
` [Qemu-devel] [RFC v4 03/71] cpu: introduce cpu_mutex_lock/unlock
` [Qemu-devel] [RFC v4 04/71] cpu: make qemu_work_cond per-cpu
` [Qemu-devel] [RFC v4 05/71] cpu: move run_on_cpu to cpus-common
` [Qemu-devel] [RFC v4 06/71] cpu: introduce process_queued_cpu_work_locked
` [Qemu-devel] [RFC v4 07/71] tcg-runtime: define helper_cpu_halted_set
` [Qemu-devel] [RFC v4 08/71] ppc: convert to helper_cpu_halted_set
` [Qemu-devel] [RFC v4 09/71] cris: "
` [Qemu-devel] [RFC v4 10/71] hppa: "
` [Qemu-devel] [RFC v4 11/71] m68k: "
` [Qemu-devel] [RFC v4 12/71] alpha: "
` [Qemu-devel] [RFC v4 13/71] microblaze: "
` [Qemu-devel] [RFC v4 14/71] cpu: define cpu_halted helpers
` [Qemu-devel] [RFC v4 15/71] tcg-runtime: convert to cpu_halted_set
` [Qemu-devel] [RFC v4 16/71] arm: convert to cpu_halted
` [Qemu-devel] [RFC v4 17/71] ppc: "
` [Qemu-devel] [RFC v4 18/71] sh4: "
` [Qemu-devel] [RFC v4 19/71] i386: "
` [Qemu-devel] [RFC v4 20/71] lm32: "
` [Qemu-devel] [RFC v4 21/71] m68k: "
` [Qemu-devel] [RFC v4 22/71] mips: "
` [Qemu-devel] [RFC v4 23/71] riscv: "
` [Qemu-devel] [RFC v4 24/71] s390x: "
` [Qemu-devel] [RFC v4 25/71] sparc: "
` [Qemu-devel] [RFC v4 26/71] xtensa: "
` [Qemu-devel] [RFC v4 27/71] gdbstub: "
` [Qemu-devel] [RFC v4 28/71] openrisc: "
` [Qemu-devel] [RFC v4 29/71] cpu-exec: "
` [Qemu-devel] [RFC v4 30/71] cpu: define cpu_interrupt_request helpers
` [Qemu-devel] [RFC v4 31/71] ppc: use cpu_reset_interrupt
` [Qemu-devel] [RFC v4 32/71] exec: "
` [Qemu-devel] [RFC v4 33/71] i386: "
` [Qemu-devel] [RFC v4 34/71] s390x: "
` [Qemu-devel] [RFC v4 35/71] openrisc: "
` [Qemu-devel] [RFC v4 36/71] arm: convert to cpu_interrupt_request
` [Qemu-devel] [RFC v4 37/71] i386: "
` [Qemu-devel] [RFC v4 38/71] i386/kvm: "
` [Qemu-devel] [RFC v4 39/71] i386/hax-all: "
` [Qemu-devel] [RFC v4 40/71] i386/whpx-all: "
` [Qemu-devel] [RFC v4 41/71] i386/hvf: convert to cpu_request_interrupt
` [Qemu-devel] [RFC v4 42/71] ppc: convert to cpu_interrupt_request
` [Qemu-devel] [RFC v4 43/71] sh4: "
` [Qemu-devel] [RFC v4 44/71] cris: "
` [Qemu-devel] [RFC v4 45/71] hppa: "
` [Qemu-devel] [RFC v4 46/71] lm32: "
` [Qemu-devel] [RFC v4 47/71] m68k: "
` [Qemu-devel] [RFC v4 48/71] mips: "
` [Qemu-devel] [RFC v4 49/71] nios: "
` [Qemu-devel] [RFC v4 50/71] s390x: "
` [Qemu-devel] [RFC v4 51/71] alpha: "
` [Qemu-devel] [RFC v4 52/71] moxie: "
` [Qemu-devel] [RFC v4 53/71] sparc: "
` [Qemu-devel] [RFC v4 54/71] openrisc: "
` [Qemu-devel] [RFC v4 55/71] unicore32: "
` [Qemu-devel] [RFC v4 56/71] microblaze: "
` [Qemu-devel] [RFC v4 57/71] accel/tcg: "
` [Qemu-devel] [RFC v4 58/71] cpu: call .cpu_has_work with the CPU lock held
` [Qemu-devel] [RFC v4 59/71] cpu: introduce cpu_has_work_with_iothread_lock
` [Qemu-devel] [RFC v4 60/71] ppc: convert to cpu_has_work_with_iothread_lock
` [Qemu-devel] [RFC v4 61/71] mips: "
` [Qemu-devel] [RFC v4 62/71] s390x: "
` [Qemu-devel] [RFC v4 63/71] riscv: "
` [Qemu-devel] [RFC v4 64/71] sparc: "
` [Qemu-devel] [RFC v4 65/71] xtensa: "
` [Qemu-devel] [RFC v4 66/71] cpu: protect most CPU state with cpu->lock
` [Qemu-devel] [RFC v4 67/71] cpus-common: release BQL earlier in run_on_cpu
` [Qemu-devel] [RFC v4 68/71] cpu: add async_run_on_cpu_no_bql
` [Qemu-devel] [RFC v4 69/71] cputlb: queue async flush jobs without the BQL
` [Qemu-devel] [RFC v4 70/71] cpus-common: move exclusive_idle higher in the file
` [Qemu-devel] [RFC v4 71/71] cpus-common: wait on the CPU lock for exclusive work completion
` [Qemu-devel] [RFC v4 00/71] per-CPU locks

[PATCH] yocto-uninative: Upgrade to verson 2.3 which includes glibc 2.28
 2018-10-25 15:10 UTC 

[PATCH 00/20] drm/cma-helper drivers: Use drm_fbdev_generic_setup()
 2018-10-25 15:10 UTC  (7+ messages)
` [PATCH 05/20] drm/meson: "
` [PATCH 14/20] drm/stm: "

[PATCH v1 0/4] ARM: dts: ccimx6ulsbcpro: Add 10" AUO/Goodix LVDS panel accessory kit
 2018-10-25 15:09 UTC  (15+ messages)
` [PATCH v1 1/4] drm/panel: simple: Add AUO G101EVN010 panel support
` [PATCH v1 2/4] ARM: dts: ccimx6ulsbcpro: Enable AUO G101EVN010 lcdif panel
` [PATCH v1 3/4] ARM: imx_v6_v7_defconfig: Select TOUCHSCREEN_GOODIX
` [PATCH v1 4/4] ARM: dts: ccimx6ulsbcpro: Add support for Goodix touch controller

[PATCH 0/3] Add Tegra194 Dual ARM SMMU driver
 2018-10-25 15:09 UTC  (5+ messages)
` [PATCH 3/3] iommu/tegra194_smmu: Add Tegra194 "

[PATCH] x86: deal with firmware setting bogus TSC_ADJUST values
 2018-10-25 15:09 UTC  (3+ messages)

Fix VGA logdirty related display freezes with altp2m
 2018-10-25 15:08 UTC  (18+ messages)

[PATCH net] net: sched: Remove TCA_OPTIONS from policy
 2018-10-25  6:31 UTC  (2+ messages)

[PATCH] drm/syncobj: Avoid kmalloc(GFP_KERNEL) under spinlock
 2018-10-25 15:08 UTC 

[SPDK] spdk_blob_io_unmap() usage
 2018-10-25 15:08 UTC 

[PATCH] drm/amdgpu: fix VM leaf walking
 2018-10-25 15:07 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 01/65] KEYS: put keyring if install_session_keyring_to_cred() fails
 2018-10-25 15:07 UTC  (3+ messages)
` [PATCH AUTOSEL 4.4 08/65] btrfs: cleaner_kthread() doesn't need explicit freeze

[PATCH] nfs-utils: Allow setting of commented out values in nfs.conf
 2018-10-25 15:07 UTC 

[PATCH v2] arm64: defconfig: Enable MFD_AXP20X_I2C
 2018-10-25 15:06 UTC  (2+ messages)

[Bug 108521] RX 580 as eGPU amdgpu: gpu post error!
 2018-10-25 15:07 UTC  (5+ messages)

[PATCH 0/3] Suppress false positives triggered by workqueue lockdep annotations
 2018-10-25 15:05 UTC  (4+ messages)
` [PATCH 1/3] kernel/workqueue: Remove lockdep annotation from __flush_work()
` [PATCH 2/3] kernel/workqueue: Surround work execution with shared lock annotations
` [PATCH 3/3] kernel/workqueue: Suppress a false positive lockdep complaint

[PATCH] leds: gpio: Fix gpiod for DT based devices
 2018-10-25 15:06 UTC 

VHUB didn't work on AST2500
 2018-10-25 14:54 UTC  (7+ messages)

[Bug 201505] New: Resume from suspend does not power up the display
 2018-10-25 15:04 UTC  (2+ messages)
` [Bug 201505] "

[PATCH] bus/vdev: fix device argument corrupt after bus scan
 2018-10-25 15:03 UTC  (4+ messages)

KASAN: slab-out-of-bounds Read in string (2)
 2018-10-25 15:02 UTC  (7+ messages)

Ongoing/future speculative mitigation work
 2018-10-25 15:02 UTC  (5+ messages)

[PATCH -V6 00/21] swap: Swapout/swapin THP in one piece
 2018-10-25 15:00 UTC  (5+ messages)
` [PATCH -V6 06/21] swap: Support PMD swap mapping when splitting huge PMD

[PATCH 0/2] Fix typo in RWH_WRITE_LIFE_NOT_SET constant name
 2018-10-25 15:00 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 0/7] qapi/range/memory-device: fixes and cleanups
 2018-10-25 14:45 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 1/7] qapi: use qemu_strtoi64() in parse_str
` [Qemu-devel] [PATCH v3 2/7] qapi: correctly parse uint64_t values from strings
` [Qemu-devel] [PATCH v3 3/7] range: pass const pointer where possible
` [Qemu-devel] [PATCH v3 5/7] memory-device: use QEMU_IS_ALIGNED
` [Qemu-devel] [PATCH v3 6/7] memory-device: avoid overflows on very huge devices

[PATCH v2] x86/mm/p2m: don't needlessly limit MMIO mapping order to 4k
 2018-10-25 14:57 UTC  (4+ messages)

[PATCH] ARM: debug: enable UART1 for socfpga Cyclone5
 2018-10-25 14:57 UTC  (8+ messages)

[igt-dev] [PATCH i-g-t] tests: Move drv_ tests to i915 directory
 2018-10-25 14:56 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v2] "

[U-Boot] [BUG] efi-x86_app_defconfig does not build with gcc 8.2
 2018-10-25 14:55 UTC  (6+ messages)

[PATCH] staging: iio: ad7780: update voltage on read
 2018-10-25 14:55 UTC  (4+ messages)

the opposite of .gitignore, whitelist
 2018-10-25 14:38 UTC  (3+ messages)

[PATCH] devtools: add git log checks for PHY
 2018-10-25 14:54 UTC  (2+ messages)

[U-Boot] [PATCH] cmd: remove CONFIG_SOURCE support in Makefile
 2018-10-25 14:54 UTC 

[PATCH 1/3] mm, slub: not retrieve cpu_slub again in new_slab_objects()
 2018-10-25 14:54 UTC  (6+ messages)
` [PATCH 2/3] mm, slub: unify access to s->cpu_slab by replacing raw_cpu_ptr() with this_cpu_ptr()

for your images 15
 2018-10-25  1:10 UTC 

for your images 15
 2018-10-25  1:10 UTC 

for your images 15
 2018-10-25  1:10 UTC 

for your images 15
 2018-10-25  1:10 UTC 

for your images 15
 2018-10-25  1:10 UTC 

[PATCH 1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
 2018-10-25 14:53 UTC  (3+ messages)
` [1/2] "
` [PATCH 2/2] ARM: dts: r8a77470: Add USB-DMAC device nodes

for your images 15
 2018-10-25 11:27 UTC 

for your images 15
 2018-10-25 11:27 UTC 

Xen optimization
 2018-10-25 14:51 UTC  (18+ messages)

[PATCH] devtools: add exception for OCTEON TX
 2018-10-25 14:50 UTC  (2+ messages)

[GIT PULL] first round of SCSI updates for the 4.19+ merge window
 2018-10-25 14:49 UTC  (2+ messages)

[v2 0/2] Enable Plane Input CSC for ICL
 2018-10-25 14:48 UTC  (7+ messages)
` [v2 1/2] drm/i915/icl: Define Plane Input CSC Coefficient Registers
` [v2 2/2] drm/i915/icl: Enable Plane Input CSC for YUV to RGB Conversion

[[PATCH] 0/9] *** DMA support for UART in ASPEED's AST2500 ***
 2018-10-25 14:48 UTC  (4+ messages)

USB-C device hotplug issue
 2018-10-25 14:46 UTC  (3+ messages)

[Bug 108318] [Polaris] Glitches in New Super Mario Brothers U in Cemu on Polaris only (recent)
 2018-10-25 14:46 UTC  (2+ messages)
` [Bug 108318] [Polaris] Glitches in New Super Mario Brothers U in Cemu on Polaris and Tahiti (maybe more)

[PATCH AUTOSEL 4.14 01/46] iwlwifi: mvm: check for short GI only for OFDM
 2018-10-25 14:10 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 05/46] tools/testing/nvdimm: unit test clear-error commands
` [PATCH AUTOSEL 4.14 11/46] net/mlx5: Fix mlx5_get_vector_affinity function

ipxe: do_compile failing on rocko
 2018-10-25 14:44 UTC  (7+ messages)

[PATCH ghak90 (was ghak32) V4 00/10] audit: implement container identifier
 2018-10-25  6:13 UTC  (7+ messages)
` [PATCH ghak90 (was ghak32) V4 03/10] audit: log container info of syscalls

[PATCH] staging: axis-fifo: Fix line over 80 characters error
 2018-10-25 14:44 UTC  (4+ messages)

[PATCH AUTOSEL 4.9 01/98] perf symbols: Fix memory corruption because of zero length symbols
 2018-10-25 14:14 UTC  (18+ messages)
` [PATCH AUTOSEL 4.9 10/98] i2c: bcm2835: Avoid possible NULL ptr dereference
` [PATCH AUTOSEL 4.9 13/98] platform/x86: acer-wmi: setup accelerometer when ACPI device was found
` [PATCH AUTOSEL 4.9 19/98] net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well
` [PATCH AUTOSEL 4.9 24/98] ath10k: fix NAPI enable/disable symmetry for AHB interface
` [PATCH AUTOSEL 4.9 32/98] libata: fix error checking in in ata_parse_force_one()
` [PATCH AUTOSEL 4.9 38/98] gpu: ipu-v3: Fix CSI selection for VDIC
` [PATCH AUTOSEL 4.9 40/98] net: stmmac: ensure jumbo_frm error return is correctly checked for -ve value
` [PATCH AUTOSEL 4.9 44/98] ip6_tunnel: Correct tos value in collect_md mode
` [PATCH AUTOSEL 4.9 46/98] perf evsel: Fix probing of precise_ip level for default cycles event
` [PATCH AUTOSEL 4.9 53/98] ptr_ring: fix up after recent ptr_ring changes
` [PATCH AUTOSEL 4.9 57/98] qed: Warn PTT usage by wrong hw-function
` [PATCH AUTOSEL 4.9 60/98] sctp: use right member as the param of list_for_each_entry
` [PATCH AUTOSEL 4.9 63/98] ath10k: convert warning about non-existent OTP board id to debug message
` [PATCH AUTOSEL 4.9 66/98] IB/rxe: put the pool on allocation failure
` [PATCH AUTOSEL 4.9 72/98] i40e: avoid NVM acquire deadlock during NVM update
` [PATCH AUTOSEL 4.9 74/98] Btrfs: incremental send, fix invalid memory access
` [PATCH AUTOSEL 4.9 76/98] ARM: tegra: Fix ULPI regression on Tegra20

[PATCH V5 0/9] clk: imx: add imx8qxp clock support
 2018-10-25 14:43 UTC  (8+ messages)
` [PATCH V5 9/9] clk: imx: add imx8qxp clk driver

[PATCH] devtools: fix alignment of Marvell build options
 2018-10-25 14:43 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_rotation_crc: Add multi plane tests
 2018-10-25 14:42 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_rotation_crc: Add multi plane tests. (rev2)

HH DL585 warm boot fail (old)
 2018-10-25 14:40 UTC  (7+ messages)
      ` HP "

[PATCH v9 0/8] implement packed virtqueues
 2018-10-25 14:41 UTC  (7+ messages)
` [PATCH v9 2/8] net/virtio: add packed virtqueue defines
` [PATCH v9 3/8] net/virtio: add packed virtqueue helpers

[PATCH 1/2] arm64: tegra: Add PWM controllers on Tegra194
 2018-10-25 14:40 UTC  (3+ messages)

[PATCH 0/2] Add quirk for reading BD_ADDR from fwnode property
 2018-10-25 14:40 UTC  (3+ messages)
` [PATCH 2/2] Bluetooth: btqcomsmd: use HCI_QUIRK_USE_BDADDR_PROPERTY

[GIT PULL] cgroup changes for v4.20-rc1
 2018-10-25 14:40 UTC 

[PATCH v6 0/8] Tegra20 External Memory Controller driver
 2018-10-25 14:38 UTC  (3+ messages)
` [PATCH v6 8/8] memory: tegra: Introduce Tegra20 EMC driver

[PATCH 1/5] net/mlx5: add VXLAN encap/decap support for e-switch
 2018-10-25 14:37 UTC  (5+ messages)
` [PATCH v2 0/7] net/mlx5: e-switch VXLAN encap/decap hardware offload
  ` [PATCH v2 3/7] net/mlx5: e-switch VXLAN flow translation routine


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.