All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-19 09:49:17 to 2018-11-19 10:33:59 UTC [more...]

[thud][PATCH] ppce500v2: remove spe *The PowerPC SPE support is split off to a separate powerpcspe port
 2018-11-19 10:23 UTC  (6+ messages)

[PATCH 0/6] x86emul: fixes, improvements, and beginnings of AVX512 support
 2018-11-19 10:33 UTC  (37+ messages)
` [PATCH v5 00/47] x86emul: fair parts "
  ` [PATCH v5 01/47] x86emul: introduce IMPOSSIBLE()
  ` [PATCH v5 02/47] x86emul: support basic AVX512 moves
  ` [PATCH v5 03/47] x86emul: test for correct EVEX Disp8 scaling
  ` [PATCH v5 04/47] x86emul: also allow running the 32-bit harness on a 64-bit distro
  ` [PATCH v5 05/47] x86emul: use AVX512 logic for emulating V{, P}MASKMOV*
  ` [PATCH v5 06/47] x86emul: support AVX512F legacy-equivalent arithmetic FP insns
  ` [PATCH v5 07/47] x86emul: support AVX512DQ logic "
  ` [PATCH v5 08/47] x86emul: support basic AVX512F FP compare insns
  ` [PATCH v5 09/47] x86emul: support AVX512F misc legacy-equivalent FP insns
  ` [PATCH v5 10/47] x86emul: support AVX512F fused-multiply-add insns
  ` [PATCH v5 11/47] x86emul: support AVX512F legacy-equivalent logic insns
  ` [PATCH v5 12/47] x86emul: support AVX512{F, DQ} FP broadcast insns
  ` [PATCH v5 13/47] x86emul: support AVX512F v{, u}comis{d, s} insns
  ` [PATCH v5 14/47] x86emul: support AVX512{F, BW} packed integer compare insns
  ` [PATCH v5 15/47] x86emul: support AVX512{F, BW} packed integer arithmetic insns
  ` [PATCH v5 16/47] x86emul: use simd_128 also for legacy vector shift insns
  ` [PATCH v5 17/47] x86emul: support AVX512{F, BW} shift/rotate insns
  ` [PATCH v5 18/47] x86emul: support AVX512{F, BW, DQ} extract insns
  ` [PATCH v5 19/47] x86emul: support AVX512{F, BW, DQ} insert insns
  ` [PATCH v5 20/47] x86emul: basic AVX512F testing
  ` [PATCH v5 21/47] x86emul: support AVX512{F, BW, DQ} integer broadcast insns
  ` [PATCH v5 22/47] x86emul: basic AVX512VL testing
  ` [PATCH v5 23/47] x86emul: support AVX512{F, BW} zero- and sign-extending moves
  ` [PATCH v5 24/47] x86emul: support AVX512{F, BW} down conversion moves
  ` [PATCH v5 25/47] x86emul: support AVX512{F, BW} integer unpack insns
  ` [PATCH v5 26/47] x86emul: support AVX512{F, BW, _VBMI} full permute insns
  ` [PATCH v5 27/47] x86emul: support AVX512{F, BW} integer shuffle insns
  ` [PATCH v5 28/47] x86emul: support AVX512{BW, DQ} mask move insns
  ` [PATCH v5 29/47] x86emul: basic AVX512BW testing
  ` [PATCH v5 30/47] x86emul: basic AVX512DQ testing
  ` [PATCH v5 31/47] x86emul: support AVX512F move high/low insns
  ` [PATCH v5 32/47] x86emul: support AVX512F move duplicate insns
  ` [PATCH v5 33/47] x86emul: support AVX512{F, BW, VBMI} permute insns
  ` [PATCH v5 34/47] x86emul: support AVX512BW pack insns
  ` [PATCH v5 35/47] x86emul: support AVX512F floating-point conversion insns

[PATCH v1 0/2] proc: allow signaling processes via file descriptors
 2018-11-19 10:32 UTC  (4+ messages)
` [PATCH v1 1/2] proc: get process file descriptor from /proc/<pid>
` [PATCH v1 2/2] signal: add procfd_signal() syscall
` [PATCH] procfd_signal.2: document procfd_signal syscall

[PATCH v1 0/2]: Documentation/admin-guide: introduce perf-security.rst file and extend perf_event_paranoid documentation
 2018-11-19 10:33 UTC  (5+ messages)
` [PATCH v1 1/2]: Documentation/admin-guide: update admin-guide index.rst
` [PATCH v1 2/2]: Documentation/admin-guide: introduce perf-security.rst file

[PATCH] devbind: don't display non-existent device categories
 2018-11-19 10:33 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/4] bus: fsl-mc: enhance Management Complex userspace support
 2018-11-19 10:33 UTC  (4+ messages)
` [PATCH v2 2/4] bus: fsl-mc: add fsl-mc "

[PATCH v3 1/3] compiler_types.h: make __builtin_types_compatible_p() noop for Sparse
 2018-11-19 10:31 UTC  (3+ messages)
` [PATCH v3 2/3] build_bug.h: remove negative-array fallback for BUILD_BUG_ON()
` [PATCH v3 3/3] build_bug.h: remove most of dummy BUILD_BUG_ON stubs for sparse

[PATCH] arm64: dts: renesas: r8a7796: Add CMT device nodes
 2018-11-19 10:32 UTC  (3+ messages)

[PATCH] tee: optee: avoid possible double list_del()
 2018-11-19 10:32 UTC  (3+ messages)

[Buildroot] [PATCH next 0/2] Adjust Luarocks support to per-package folder
 2018-11-19 10:32 UTC  (3+ messages)
` [Buildroot] [PATCH next 1/2] package/pkg-luarocks: drop flock at installation time
` [Buildroot] [PATCH next 2/2] package/luarocks: rework configuration file for per-package folders

[U-Boot] [PATCH 0/4] at91: SPL size check for at91 boards
 2018-11-19 10:29 UTC  (3+ messages)
` [U-Boot] [PATCH 3/4] configs: wb45n_defconfig: Remove SPL

[U-Boot] [PATCH] x86: make X86IRQ per Kconfig switchable
 2018-11-19 10:28 UTC  (10+ messages)

[PATCH 0/2 v6] add reserved e820 ranges to the kdump kernel e820 table
 2018-11-19 10:28 UTC  (9+ messages)
` [PATCH 1/2 v6] x86/kexec_file: add e820 entry in case e820 type string matches to io resource name

[PATCH] doc: fix mismatch descriptorion
 2018-11-19 10:28 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/6] Misc fixes to NBD
 2018-11-19 10:27 UTC  (16+ messages)
` [Qemu-devel] [PATCH 2/6 for-3.1] nbd: stop waiting for a NBD response with NBD_CMD_DISC
` [Qemu-devel] [PATCH 3/6] tests: pull qemu-nbd iotest helpers into common.nbd file
` [Qemu-devel] [PATCH 4/6] tests: check if qemu-nbd is still alive before waiting
` [Qemu-devel] [PATCH 5/6] tests: add iotests helpers for dealing with TLS certificates

[PATCH v2] x86: fix efi.lds dependency generation
 2018-11-19 10:25 UTC 

[PATCH] drm/sun4i: hdmi: Improve compatibility with non-hotplug capable connectors
 2018-11-19 10:26 UTC  (4+ messages)

[Qemu-devel] [RFC PATCH 0/2] docker: Add gentoo-mipsr5900el-cross image
 2018-11-19 10:25 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH 1/2] "

[PATCH v2 1/4] mfd: stmpe: Move ADC related defines to header of mfd
 2018-11-19 10:25 UTC  (8+ messages)
` [PATCH v2 2/4] iio: adc: add STMPE ADC driver using IIO framework
` [PATCH v2 3/4] iio: adc: add STMPE ADC devicetree bindings
` [PATCH v2 4/4] ARM: dts: Add stmpe-adc driver to relevant devicetrees

[Bug 201699] New: kmemleak in memcg_create_kmem_cache
 2018-11-19 10:24 UTC  (5+ messages)
    `  "
      `  "

[Qemu-devel] [PULL] RISC-V Patches for 3.1-rc2
 2018-11-19 10:23 UTC  (3+ messages)
` [Qemu-riscv] "

[U-Boot] [PATCH 0/9] ARM: Exynos: Add TM2 board support
 2018-11-19 10:23 UTC  (7+ messages)
  ` [U-Boot] [PATCH 4/9] dfu: mmc: add support for in-partition offset
  ` [U-Boot] [PATCH 8/9] ARM: Exynos: Add minimal support for ARM 64bit based Exynos5433 SoC
  ` [U-Boot] [PATCH 9/9] ARM: Exynos: Add Exynos5433 based TM2 board support

[PATCH 16/16] x86/microcode/AMD: Update copyright
 2018-11-19 10:21 UTC  (2+ messages)
` [tip:x86/microcode] "

[U-Boot] [PATCH] imx: hab: extend hab_auth_img to calculate ivt_offset
 2018-11-19 10:21 UTC  (3+ messages)

[PATCH v3 0/8] i915 pvmmio to improve GVTg performance
 2018-11-19 10:21 UTC  (3+ messages)
` [PATCH v3 7/8] drm/i915/gvt: GVTg support context submission pvmmio optimization

[PATCH v3 00/10] Add RISC-V support
 2018-11-19 10:11 UTC  (3+ messages)
` [PATCH v3 10/10] fdt: Add device tree file type

[Qemu-devel] [PATCH for-3.1? v2 0/3] block: Fix two minor reopen issues
 2018-11-19 10:10 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-3.1? v2 2/3] file-posix: Fix shared locks on reopen commit
` [Qemu-devel] [PATCH for-3.1? v2 3/3] iotests: Test file-posix locking and reopen

[Qemu-devel] [PATCH v6 00/16] gdbstub: support for the multiprocess extension
 2018-11-19 10:12 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 07/16] gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo

[PATCH 15/16] x86/microcode/AMD: Check the equivalence table size when scanning it
 2018-11-19 10:20 UTC  (2+ messages)
` [tip:x86/microcode] "

[PATCH V2 0/2] blk-mq: fix kobject lifetime issue
 2018-11-19 10:20 UTC  (12+ messages)
` [PATCH V2 for-4.21 1/2] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
` [PATCH V2 for-4.21 2/2] blk-mq: alloc q->queue_ctx as normal array

[Qemu-devel] [PATCH for-next? 0/2] qemu-img: Minor fixes to an amend error path
 2018-11-19 10:19 UTC  (3+ messages)
` [Qemu-devel] [PATCH for-next? 1/2] qemu-img: Fix typo
` [Qemu-devel] [PATCH for-next? 2/2] qemu-img: Fix leak

[PATCH 14/16] x86/microcode/AMD: Convert CPU equivalence table variable into a struct
 2018-11-19 10:20 UTC  (2+ messages)
` [tip:x86/microcode] "

[PATCH] mm, page_alloc: fix calculation of pgdat->nr_zones
 2018-11-19 10:20 UTC  (3+ messages)

[Buildroot] Making the Luarocks integration compatible with per-package folders
 2018-11-19 10:20 UTC  (3+ messages)

[PATCH 13/16] x86/microcode/AMD: Check microcode container data in the late loader
 2018-11-19 10:19 UTC  (2+ messages)
` [tip:x86/microcode] "

[PATCH 12/16] x86/microcode/AMD: Fix container size's type
 2018-11-19 10:19 UTC  (2+ messages)
` [tip:x86/microcode] "

[PATCH v1 0/8] mm/kdump: allow to exclude pages that are logically offline
 2018-11-19 10:18 UTC  (31+ messages)
` [PATCH v1 1/8] mm: balloon: update comment about isolation/migration/compaction
` [PATCH v1 2/8] mm: convert PG_balloon to PG_offline
` [PATCH v1 3/8] kexec: export PG_offline to VMCOREINFO
` [PATCH v1 4/8] xen/balloon: mark inflated pages PG_offline
` [PATCH v1 5/8] hv_balloon: "
` [PATCH v1 6/8] vmw_balloon: "
` [PATCH v1 7/8] PM / Hibernate: use pfn_to_online_page()
` [PATCH v1 8/8] PM / Hibernate: exclude all PageOffline() pages
` [PATCH v1] makedumpfile: exclude pages that are logically offline

[PATCH 11/16] x86/microcode/AMD: Convert early parser to the new verification routines
 2018-11-19 10:18 UTC  (2+ messages)
` [tip:x86/microcode] "

[PATCH 10/16] x86/microcode/AMD: Change verify_patch()'s return value
 2018-11-19 10:18 UTC  (2+ messages)
` [tip:x86/microcode] "

[ovmf test] 130491: regressions - FAIL
 2018-11-19 10:18 UTC 

omap5 fixing palmas IRQ_TYPE_NONE warning leads to gpadc timeouts
 2018-11-19 10:18 UTC  (6+ messages)

[PATCH 08/16] x86/microcode/AMD: Move patch family check to verify_patch()
 2018-11-19 10:16 UTC  (2+ messages)
` [tip:x86/microcode] "

[PATCH v1 0/8] mm/kdump: allow to exclude pages that are logically offline
 2018-11-19 10:16 UTC 

[PATCH 07/16] x86/microcode/AMD: Simplify patch family detection
 2018-11-19 10:16 UTC  (2+ messages)
` [tip:x86/microcode] "

[PATCH 06/16] x86/microcode/AMD: Concentrate patch verification
 2018-11-19 10:15 UTC  (2+ messages)
` [tip:x86/microcode] "

[PATCH] t5562: skip if NO_CURL is enabled
 2018-11-19 10:15 UTC 

[PATCH 05/16] x86/microcode/AMD: Cleanup verify_patch_size() more
 2018-11-19 10:15 UTC  (2+ messages)
` [tip:x86/microcode] "

[PATCH] doc: document all EAL parameters in one place
 2018-11-19 10:15 UTC  (2+ messages)

[PATCH 04/16] x86/microcode/AMD: Clean up per-family patch size checks
 2018-11-19 10:14 UTC  (2+ messages)
` [tip:x86/microcode] "

[PATCH/RFT] arm64: dts: renesas: r8a77990: Add I2C-DVFS device node
 2018-11-19 10:14 UTC  (9+ messages)

[PATCH 03/16] x86/microcode/AMD: Move verify_patch_size() up in the file
 2018-11-19 10:14 UTC  (2+ messages)
` [tip:x86/microcode] "

[PATCH v7 2/9] x86/microcode/AMD: Add microcode container data checking functions
 2018-11-19 10:13 UTC  (2+ messages)
` [tip:x86/microcode] x86/microcode/AMD: Add microcode container verification

[PATCH v7 1/9] x86/microcode/AMD: Subtract SECTION_HDR_SIZE from file leftover length
 2018-11-19 10:12 UTC  (2+ messages)
` [tip:x86/microcode] "

[PATCH 0/2] lib/cryptodev: change qp conf and sym session
 2018-11-19 10:12 UTC  (7+ messages)
` [PATCH 1/2] cryptodev: change queue pair configure structure
` [PATCH 2/2] cryptodev: change symmetric session structure

[U-Boot] [PATCH] ARM: vexpress_*: Enable CMD_UBI support
 2018-11-19 10:10 UTC  (2+ messages)

[PATCH] MIPS: defconfigs: Remove obsolete ATH_CARDS
 2018-11-19 10:08 UTC 

[PATCH] arm64: dts: renesas: r8a77990: ebisu: Add and enable CAN, FD device nodes
 2018-11-18 23:45 UTC  (3+ messages)
` [PATCH] arm64: dts: renesas: r8a77990: ebisu: Add and enable CAN,FD "

[PATCH 1/2] arm64: dts: renesas: r8a77965: Add CAN controller nodes
 2018-11-18 23:29 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: renesas: r8a77965: Add CAN FD controller node

"x86/mm: Introduce the 'no5lvl' kernel parameter" broke SETUP_DTB?
 2018-11-19 10:07 UTC  (2+ messages)

[PATCH] Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creation
 2018-11-19 10:07 UTC  (2+ messages)

[PATCH] vfio: fix build with Linux < 4.0
 2018-11-19 10:06 UTC  (2+ messages)

USB: host: ehci: allow tine of highspeed nak-count
 2018-11-19 10:06 UTC 

[PATCH v3] u-boot: Add mkenvimage tool
 2018-11-19 10:04 UTC  (2+ messages)

[RFC PATCH] ASoC: Intel: Skylake: fix Kconfigs, make HDaudio codec optional
 2018-11-19 10:03 UTC  (2+ messages)

[PATCH v2] vfio/pci: Parallelize device open and release
 2018-11-19 10:02 UTC  (2+ messages)

[PATCH 0/2] spi: Add Renesas R-Car D3 RPC SPI driver
 2018-11-19 10:01 UTC  (3+ messages)
` [PATCH 1/2] spi: Add Renesas R-Car RPC SPI controller driver
` [PATCH 2/2] dt-binding: spi: Document Renesas R-Car RPC controller bindings

[PATCH] drm/meson: Add implicit fencing support for primary and overlay planes
 2018-11-19 10:02 UTC 

[Qemu-devel] SeaBIOS booting time optimization
 2018-11-19 10:01 UTC  (3+ messages)

[PATCH] PCI: dwc: layerscape: constify driver data
 2018-11-19 10:00 UTC  (2+ messages)

[PATCH v2] clocksource/drivers/arc_timer: Utilize generic sched_clock
 2018-11-19  9:58 UTC  (10+ messages)

[PATCH] MMC: OMAP: fix broken MMC on OMAP15XX/OMAP5912/OMAP310
 2018-11-19  9:58 UTC  (3+ messages)

[PATCH] drm/amdgpu: add checking to avoid null pointer without enabling powerplay
 2018-11-19  9:58 UTC  (2+ messages)

[PATCH 1/7] node: Link memory nodes to their compute nodes
 2018-11-19  9:58 UTC  (3+ messages)
` [PATCH 6/7] acpi: Create subtable parsing infrastructure

Traffic on port 53 fails on LTE but works on WiFi
 2018-11-19  9:57 UTC  (2+ messages)
` Problem to load wireguard LKM in Archlinux

[PATCH] drm/amdgpu/psp: use define rather than magic number for mode1 reset
 2018-11-19  9:57 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/4] Stratix10 FPGA reconfiguration support
 2018-11-19  9:57 UTC  (3+ messages)
` [U-Boot] [PATCH v4 3/4] arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table

[PATCH v9 00/24] ILP32 for ARM64
 2018-11-19  9:57 UTC  (8+ messages)

[PATCH] Btrfs: fix access to available allocation bits when starting balance
 2018-11-19  9:55 UTC  (2+ messages)

[PATCH] testsuite/smokey: relax posix-clock time dependancy
 2018-11-19  9:52 UTC  (4+ messages)

[PATCH 5/9] drm/xen/xen_drm_front_gem.c: Convert to use vm_insert_range
 2018-11-19  9:52 UTC  (3+ messages)
` [Xen-devel] "

[PATCH v2 0/5] btrfs: fix compiler warning with make W=1
 2018-11-19  9:50 UTC  (5+ messages)
` [PATCH v2 4/5] btrfs: introduce EXPORT_FOR_TESTS macro
` [PATCH v2 5/5] btrfs: use EXPORT_FOR_TESTS for conditionally shared functions

[PATCH] usbnet: use tasklet_init() for usbnet_bh handler
 2018-11-19  9:41 UTC  (2+ messages)

[PATCH v3 00/25] drm/sun4i: Allwinner A64 MIPI-DSI support
 2018-11-19  9:49 UTC  (13+ messages)
  ` [PATCH v3 17/25] dt-bindings: panel: Add Bananapi S070WV20-CT16 ICN6211 MIPI-DSI to RGB bridge

[Ocfs2-devel] [PATCH 1/2] ocfs2: fix panic due to unrecovered local alloc
 2018-11-19  9:49 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.