All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-02 14:15:09 to 2019-05-02 14:50:39 UTC [more...]

[Qemu-devel] [PATCH v3 00/13] tests: acpi: add UEFI (ARM) testing support
 2019-05-02 14:42 UTC  (18+ messages)
` [Qemu-devel] [PATCH v3 11/13] tests: acpi: add simple arm/virt testcase

Xen GCC coverage ARM64 testing - Unexpected Trap: Data Abort
 2019-05-02 14:50 UTC  (4+ messages)
` [Xen-devel] "

[Qemu-devel] [PATCH] linux-user: fix GPROF build failure
 2019-05-02 14:50 UTC  (3+ messages)

[PATCH] drm/i915: add single combo phy init/unit functions
 2019-05-02 14:52 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] xfs: change some error-less functions to void types
 2019-05-02 14:50 UTC  (5+ messages)
` [PATCH V2] "
` [PATCH V3] "

[Qemu-devel] [PATCH RFC v8 00/12] Add RX archtecture support
 2019-05-02 14:34 UTC  (21+ messages)
` [Qemu-devel] [PATCH RFC v8 01/12] target/rx: TCG translation
` [Qemu-devel] [PATCH RFC v8 02/12] target/rx: TCG helper
` [Qemu-devel] [PATCH RFC v8 03/12] target/rx: CPU definition
` [Qemu-devel] [PATCH RFC v8 04/12] target/rx: RX disassembler
` [Qemu-devel] [PATCH RFC v8 05/12] target/rx: Miscellaneous files
` [Qemu-devel] [PATCH RFC v8 06/12] hw/intc: RX62N interrupt controller (ICUa)
` [Qemu-devel] [PATCH RFC v8 07/12] hw/timer: RX62N internal timer modules
` [Qemu-devel] [PATCH RFC v8 08/12] hw/char: RX62N serical communication interface (SCI)
` [Qemu-devel] [PATCH RFC v8 09/12] hw/rx: RX Target hardware definition
` [Qemu-devel] [PATCH RFC v8 10/12] Add rx-softmmu
` [Qemu-devel] [PATCH RFC v8 11/12] MAINTAINERS: Add RX
` [Qemu-devel] [PATCH RFC v8 12/12] hw/registerfields.h: Add 8bit and 16bit register macros

[PATCH][next] KVM: PPC: Book3S HV: XIVE: fix spelling mistake "acessing" -> "accessing"
 2019-05-02 14:49 UTC  (3+ messages)

[GSoC][PATCH v5 0/7] clone: dir-iterator refactoring with tests
 2019-05-02 14:48 UTC  (12+ messages)
` [GSoC][PATCH v6 00/10] "
  ` [GSoC][PATCH v6 01/10] clone: test for our behavior on odd objects/* content
  ` [GSoC][PATCH v6 02/10] clone: better handle symlinked files at .git/objects/
  ` [GSoC][PATCH v6 03/10] dir-iterator: add tests for dir-iterator API
  ` [GSoC][PATCH v6 04/10] dir-iterator: use warning_errno when possible
  ` [GSoC][PATCH v6 05/10] dir-iterator: refactor state machine model
  ` [GSoC][PATCH v6 06/10] dir-iterator: add flags parameter to dir_iterator_begin
  ` [GSoC][PATCH v6 07/10] clone: copy hidden paths at local clone
  ` [GSoC][PATCH v6 08/10] clone: extract function from copy_or_link_directory
  ` [GSoC][PATCH v6 09/10] clone: use dir-iterator to avoid explicit dir traversal
  ` [GSoC][PATCH v6 10/10] clone: replace strcmp by fspathcmp

[Qemu-devel] [PATCH v3 00/40] s390x/tcg: Vector Instruction Support Part 2
 2019-05-02 14:10 UTC  (75+ messages)
` [Qemu-devel] [PATCH v3 02/40] s390x/tcg: Implement VECTOR ADD COMPUTE CARRY
` [Qemu-devel] [PATCH v3 03/40] s390x/tcg: Implement VECTOR ADD WITH CARRY
` [Qemu-devel] [PATCH v3 05/40] s390x/tcg: Implement VECTOR AND (WITH COMPLEMENT)
` [Qemu-devel] [PATCH v3 06/40] s390x/tcg: Implement VECTOR AVERAGE
` [Qemu-devel] [PATCH v3 08/40] s390x/tcg: Implement VECTOR CHECKSUM
` [Qemu-devel] [PATCH v3 09/40] s390x/tcg: Implement VECTOR ELEMENT COMPARE *
` [Qemu-devel] [PATCH v3 10/40] s390x/tcg: Implement VECTOR "
` [Qemu-devel] [PATCH v3 11/40] s390x/tcg: Implement VECTOR COUNT LEADING ZEROS
` [Qemu-devel] [PATCH v3 12/40] s390x/tcg: Implement VECTOR COUNT TRAILING ZEROS
` [Qemu-devel] [PATCH v3 13/40] s390x/tcg: Implement VECTOR EXCLUSIVE OR
` [Qemu-devel] [PATCH v3 14/40] s390x/tcg: Implement VECTOR GALOIS FIELD MULTIPLY SUM (AND ACCUMULATE)
` [Qemu-devel] [PATCH v3 15/40] s390x/tcg: Implement VECTOR LOAD COMPLEMENT
` [Qemu-devel] [PATCH v3 16/40] s390x/tcg: Implement VECTOR LOAD POSITIVE
` [Qemu-devel] [PATCH v3 17/40] s390x/tcg: Implement VECTOR (MAXIMUM|MINIMUM) (LOGICAL)
` [Qemu-devel] [PATCH v3 18/40] s390x/tcg: Implement VECTOR MULTIPLY AND ADD *
` [Qemu-devel] [PATCH v3 19/40] s390x/tcg: Implement VECTOR MULTIPLY *
` [Qemu-devel] [PATCH v3 20/40] s390x/tcg: Implement VECTOR NAND
` [Qemu-devel] [PATCH v3 21/40] s390x/tcg: Implement VECTOR NOR
` [Qemu-devel] [PATCH v3 22/40] s390x/tcg: Implement VECTOR NOT EXCLUSIVE OR
` [Qemu-devel] [PATCH v3 23/40] s390x/tcg: Implement VECTOR OR
` [Qemu-devel] [PATCH v3 24/40] s390x/tcg: Implement VECTOR OR WITH COMPLEMENT
` [Qemu-devel] [PATCH v3 25/40] s390x/tcg: Implement VECTOR POPULATION COUNT
` [Qemu-devel] [PATCH v3 26/40] s390x/tcg: Implement VECTOR ELEMENT ROTATE LEFT LOGICAL
` [Qemu-devel] [PATCH v3 27/40] s390x/tcg: Implement VECTOR ELEMENT ROTATE AND INSERT UNDER MASK
` [Qemu-devel] [PATCH v3 28/40] s390x/tcg: Implement VECTOR ELEMENT SHIFT
` [Qemu-devel] [PATCH v3 29/40] s390x/tcg: Implement VECTOR SHIFT LEFT (BY BYTE)
` [Qemu-devel] [PATCH v3 30/40] s390x/tcg: Implement VECTOR SHIFT LEFT DOUBLE BY BYTE
` [Qemu-devel] [PATCH v3 31/40] s390x/tcg: Implement VECTOR SHIFT RIGHT ARITHMETIC
` [Qemu-devel] [PATCH v3 32/40] s390x/tcg: Implement VECTOR SHIFT RIGHT LOGICAL *
` [Qemu-devel] [PATCH v3 33/40] s390x/tcg: Implement VECTOR SUBTRACT
` [Qemu-devel] [PATCH v3 34/40] s390x/tcg: Implement VECTOR SUBTRACT COMPUTE BORROW INDICATION
` [Qemu-devel] [PATCH v3 35/40] s390x/tcg: Implement VECTOR SUBTRACT WITH "
` [Qemu-devel] [PATCH v3 36/40] s390x/tcg: Implement VECTOR SUBTRACT WITH BORROW COMPUTE "
` [Qemu-devel] [PATCH v3 37/40] s390x/tcg: Implement VECTOR SUM ACROSS DOUBLEWORD
` [Qemu-devel] [PATCH v3 38/40] s390x/tcg: Implement VECTOR SUM ACROSS QUADWORD
` [Qemu-devel] [PATCH v3 39/40] s390x/tcg: Implement VECTOR SUM ACROSS WORD
` [Qemu-devel] [PATCH v3 40/40] s390x/tcg: Implement VECTOR TEST UNDER MASK

[PATCH RFC] arm64: dts: allwinner: a64: teres-i: Enable audio
 2019-05-02 14:48 UTC  (12+ messages)

[PATCH] ARM: dts: dra76x: Update MMC2_HS200_MANUAL1 iodelay values
 2019-05-02 14:48 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/2] tests/uefi-test-tools: report the SMBIOS entry point structures
 2019-05-02 14:48 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] "

[dpdk-dev] [PATCH] mk: disable warning with gcc 9 on Fedora 30
 2019-05-02 14:48 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2] mk: report address of packed member as warning

[v2] USB: serial: io_edgeport: mark expected switch fall-throughs
 2019-05-02 14:48 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] x86/entry/64: randomize kernel stack offset upon syscall
 2019-05-02 14:47 UTC  (19+ messages)

[PATCH 0/6] Refactor to expand subslice mask
 2019-05-02 14:47 UTC  (4+ messages)
` [PATCH 6/6] drm/i915: Expand "

[net-next 00/12][pull request] 40GbE Intel Wired LAN Driver Updates 2019-04-29
 2019-05-02 14:47 UTC  (3+ messages)
` [net-next 01/12] i40e: replace switch-statement to speed-up retpoline-enabled builds

[PATCH v2] USB: serial: io_edgeport: mark expected switch fall-throughs
 2019-05-02 14:47 UTC  (10+ messages)
        ` [v2] "

[Qemu-devel] [PATCH 0/3] qemu-img: rebase: Improve/optimize rebase operation
 2019-05-02 14:38 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 "

[PATCH v3 1/3] x86/mm: Introduce altp2m_get_gfn_type_access
 2019-05-02 14:46 UTC  (8+ messages)
` [PATCH v3 2/3] x86/mm: Introduce altp2m_set_entry_by_page_order
  ` [Xen-devel] "
` [Xen-devel] [PATCH v3 1/3] x86/mm: Introduce altp2m_get_gfn_type_access

[Xenomai] called regular poll() rtdm-socket
 2019-05-02 14:45 UTC  (4+ messages)

[PATCH 0/9 RESEND 2] AFS patches resend 2
 2019-05-02 14:30 UTC  (10+ messages)
` [PATCH 1/9 RESEND 2] mtd: afs: Move AFS partition parser to parsers subdir
` [PATCH 2/9 RESEND 2] mtd: partitions: Add AFS partitions DT bindings
` [PATCH 3/9 RESEND 2] mtd: partitions: Add OF support to AFS partitions
` [PATCH 4/9 RESEND 2] mtd: afs: simplify partition parsing
` [PATCH 5/9 RESEND 2] mtd: afs: simplify partition detection
` [PATCH 6/9 RESEND 2] mtd: factor out v1 partition parsing
` [PATCH 7/9 RESEND 2] mtd: afs: factor footer parsing into the v1 part parsing
` [PATCH 8/9 RESEND 2] mtd: afs: factor the IIS read into partition parser
` [PATCH 9/9 RESEND 2] mtd: afs: add v2 partition parsing

[PATCH v2 1/2] drm/i915/icl: Factor out combo PHY lane power setup helper
 2019-05-02 14:45 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for series starting with [v2,1/2] "

Patch "x86/fpu: Don't export __kernel_fpu_{begin,end}()" has been added to the 4.19-stable tree
 2019-05-02 14:42 UTC 

[PATCH] x86/fpu: Remove the _GPL from the kernel_fpu_begin/end() export
 2019-05-02 14:42 UTC 

[RFC PATCH] network fs notification
 2019-05-02 14:39 UTC  (2+ messages)

[VOTE] tagging for operational messages sent to xen-devel@ (was Re: Xen 4.13 Development Update)
 2019-05-02 14:35 UTC  (7+ messages)
      ` [Xen-devel] "

[PATCH] ath11k: fix build issues on disabling ATH11K_DEBUG
 2019-05-02 14:38 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 00/29] tcg vector improvements
 2019-05-02 14:37 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 17/29] tcg: Add gvec expanders for vector shift by scalar

perf tools build broken after v5.1-rc1
 2019-05-02 14:36 UTC  (9+ messages)

RGW Beast frontend and ipv6 options
 2019-05-02 14:36 UTC  (3+ messages)

[Xen-devel] [PATCH v2] x86: suppress XPTI-related TLB flushes when possible
 2019-05-02 14:35 UTC  (3+ messages)
  `  "

[PATCH] ARM: dts: am57xx-idk: Remove support for voltage switching for SD card
 2019-05-02 14:35 UTC  (5+ messages)

[Buildroot] [Bug 11821] New: agetty: unrecognized characters after login (systemd)
 2019-05-02 14:35 UTC  (2+ messages)
` [Buildroot] [Bug 11821] "

[PATCH][RFC] parisc: Use per-pagetable spinlock (v2)
 2019-05-02 14:34 UTC  (7+ messages)

[PATCH 01/14] drm/i915/hangcheck: Track context changes
 2019-05-02 14:33 UTC  (25+ messages)
` [PATCH 03/14] drm/i915/execlists: Flush the tasklet on parking
` [PATCH 04/14] drm/i915: Leave engine parking to the engines
` [PATCH 05/14] drm/i915: Remove delay for idle_work
` [PATCH 06/14] drm/i915: Cancel retire_worker on parking
  ` [PATCH v2] "
` [PATCH 07/14] drm/i915: Stop spinning for DROP_IDLE (debugfs/i915_drop_caches)

[Buildroot] [Bug 11766] New: Console (getty) issues with systemd
 2019-05-02 14:33 UTC  (3+ messages)
` [Buildroot] [Bug 11766] "

[PATCH] drm/i915/GLK: Properly handle plane CSC for BT2020 framebuffers
 2019-05-02 14:32 UTC  (5+ messages)

[V2] btrfs: drop inode reference count on error path
 2019-05-02 14:32 UTC  (2+ messages)

Linux 5.1-rc5
 2019-05-02 14:31 UTC  (8+ messages)

[PATCH] x86/HVM: p2m_ram_ro is incompatible with device pass-through
 2019-05-02 14:25 UTC  (14+ messages)
        ` [Xen-devel] "

[PATCH] binfmt_elf: Extract .note.gnu.property from an ELF file
 2019-05-02 14:29 UTC  (4+ messages)

[PATCH] overlayfs: ignore empty NFSv4 ACLs in ext4 upperdir
 2019-05-02 14:28 UTC  (16+ messages)

[PATCH v2] iommu/arm-smmu: Break insecure users by disabling bypass by default
 2019-05-02 14:27 UTC  (9+ messages)

[PATCH 00/12] mips: Post-bootmem-memblock transition fixes
 2019-05-02 14:24 UTC  (6+ messages)
` [PATCH 04/12] mips: Reserve memory for the kernel image resources

ULIMIT: limiting user virtual address space (stack inluded)
 2019-05-02 14:24 UTC  (2+ messages)

[PATCH] EDAC, mpc85xx: Prevent building as a module
 2019-05-02 14:19 UTC  (2+ messages)

Newcomer bugs
 2019-05-02 14:23 UTC 

[PATCH] git-worktree.txt: update the per-worktree refs exceptions
 2019-05-02 14:23 UTC 

[PATCH v6 0/10] Exynos5 Dynamic Memory Controller driver
 2019-05-02 14:23 UTC  (4+ messages)
  ` [PATCH v6 03/10] clk: samsung: add BPLL rate table for Exynos 5422 SoC

[PATCH 1/2] regulator: ab3100: Constify regulator_ops and ab3100_regulator_desc
 2019-05-02 14:22 UTC  (2+ messages)
` [PATCH 2/2] regulator: ab3100: Set fixed_uV instead of min_uV for fixed regulators

[PATCH] drm/amd/amdgpu: Add MEM_LOAD to amdgpu_pm_info debugfs file
 2019-05-02 14:22 UTC 

[PATCH v2 00/10] RFC: NVME MDEV
 2019-05-02 14:20 UTC  (4+ messages)
` [PATCH v2 08/10] nvme/pci: implement the mdev external queue allocation interface

[PATCH v4.4,v4.9] vfio/type1: Limit DMA mappings per container
 2019-05-02 14:19 UTC  (2+ messages)

[PATCH v2 1/2] powerpc/mm/ptdump: Wrap seq_printf() to handle NULL pointers
 2019-05-02 14:17 UTC  (3+ messages)
` [PATCH v2 2/2] powerpc/mm: Warn if W+X pages found on boot

switch core SCSI code to SPDX tags
 2019-05-02 14:19 UTC  (5+ messages)
` [PATCH 24/24] osst: add a SPDX tag to osst.c

[PATCH v6 00/10] HDCP2.2 Phase II
 2019-05-02 14:17 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for HDCP2.2 Phase II (rev8)

[PATCH] drm/i915/execlists: Unshadow MI_USER_INTERRUPT
 2019-05-02 14:17 UTC  (2+ messages)
` [PATCH v2] drm/i915/execlists: Ensure arbitration is disabled for the breadcrumb

[v4 0/2] "Hotremove" persistent memory
 2019-05-02 14:16 UTC  (4+ messages)
` [v4 2/2] device-dax: "Hotremove" persistent memory that is used like normal RAM

[PATCH] RFC: console: hack up console_trylock more
 2019-05-02 14:16 UTC 

[PATCH v6 00/12] mm: Sub-section memory hotplug support
 2019-05-02 14:16 UTC  (6+ messages)
` [PATCH v6 01/12] mm/sparsemem: Introduce struct mem_section_usage

[PATCH v5 0/3] PCIe Host request to reserve IOVA
 2019-05-02 14:15 UTC  (8+ messages)
` [PATCH v5 2/3] iommu/dma: Reserve IOVA for PCIe inaccessible DMA address

[PATCH net-next v2 0/3] netlink: strict attribute checking follow-up
 2019-05-02 14:15 UTC  (4+ messages)
` [PATCH net-next v2 1/3] genetlink: do not validate dump requests if there is no policy
` [PATCH net-next v2 2/3] netlink: set bad attribute also on maxtype check
` [PATCH net-next v2 3/3] netlink: add validation of NLA_F_NESTED flag

[PATCH] mm/pgtable: Drop pgtable_t variable from pte_fn_t functions
 2019-05-02 14:14 UTC  (6+ messages)
  ` [Xen-devel] "

kTLS broken somewhere between 4.18 and 5.0
 2019-05-02 14:15 UTC  (4+ 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.