All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-11 05:56:26 to 2019-09-11 07:08:24 UTC [more...]

[Qemu-devel] [PATCH v6 00/42] block: Deal with filters
 2019-09-11  6:55 UTC  (8+ messages)
` [Qemu-devel] [PATCH v6 22/42] block: Fix bdrv_get_allocated_file_size's fallback
` [Qemu-devel] [PATCH v6 23/42] blockdev: Use CAF in external_snapshot_prepare()

[Qemu-devel] [PULL v2 00/15] Linux user for 4.2 patches
 2019-09-11  6:49 UTC  (14+ messages)
` [Qemu-devel] [PULL v2 01/15] linux-user: remove useless variable
` [Qemu-devel] [PULL v2 02/15] linux-user: Add AT_HWCAP2 for aarch64-linux-user
` [Qemu-devel] [PULL v2 03/15] linux-user: erroneous fd_trans_unregister call
` [Qemu-devel] [PULL v2 04/15] linux-user: fail and report on bad dfilter specs
` [Qemu-devel] [PULL v2 05/15] linux-user: add memfd_create
` [Qemu-devel] [PULL v2 06/15] linux-user: Pass CPUState to MAX_RESERVED_VA
` [Qemu-devel] [PULL v2 07/15] linux-user/arm: Adjust MAX_RESERVED_VA for M-profile
` [Qemu-devel] [PULL v2 09/15] target/xtensa: linux-user: add call0 ABI support
` [Qemu-devel] [PULL v2 10/15] linux-user: drop redundant handling of environment variables
` [Qemu-devel] [PULL v2 11/15] linux-user: Add support for RNDRESEEDCRNG ioctl
` [Qemu-devel] [PULL v2 12/15] linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls
` [Qemu-devel] [PULL v2 13/15] linux-user: Add support for FDFLUSH ioctl
` [Qemu-devel] [PULL v2 15/15] linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls

[RFC] buildtar: add case for riscv architecture
 2019-09-11  7:07 UTC  (2+ messages)

[U-Boot] [PATCH] arm64: zynqmp: Enable gpio hog support for zcu102
 2019-09-11  7:06 UTC 

[PATCH] Fix reading support of the 1-4-4-DTR read-mode from the wrong bit of the SFDP table which is part of the linux-imx fork located in the following repo: https://source.codeaurora.org/external/imx/linux-imx/?h=imx_4.14.98_2.1.0
 2019-09-11  6:54 UTC  (2+ messages)

[PATCH] clk: at91: allow 24 Mhz clock as input for PLL
 2019-09-11  7:03 UTC  (4+ messages)

[PATCH] bus: imx-weim: remove __init from 2 functions
 2019-09-11  7:03 UTC  (3+ messages)

Mount/df/PAM login hangs during rsync to btrfs subvolume, or maybe doing btrfs subvolume snapshot
 2019-09-11  7:03 UTC  (3+ messages)

[U-Boot] [PATCH 0/2] xilinx: Add some example scripts for bootmodes
 2019-09-11  7:03 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] xilinx: Add qspi boot command script for reference
` [U-Boot] [PATCH 2/2] xilinx: Add sd "

[Qemu-devel] [PATCH v2 00/17] RISC-V: support vector extension
 2019-09-11  7:00 UTC  (37+ messages)
` [Qemu-riscv] "
` [Qemu-devel] [PATCH v2 01/17] RISC-V: add vfp field in CPURISCVState
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v2 02/17] RISC-V: turn on vector extension from command line by cfg.ext_v Property
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v2 03/17] RISC-V: support vector extension csr
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v2 04/17] RISC-V: add vector extension configure instruction
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v2 05/17] RISC-V: add vector extension load and store instructions
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v2 06/17] RISC-V: add vector extension fault-only-first implementation
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v2 07/17] RISC-V: add vector extension atomic instructions
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v2 08/17] RISC-V: add vector extension integer instructions part1, add/sub/adc/sbc
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v2 09/17] RISC-V: add vector extension integer instructions part2, bit/shift
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v2 10/17] RISC-V: add vector extension integer instructions part3, cmp/min/max
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v2 11/17] RISC-V: add vector extension integer instructions part4, mul/div/merge
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v2 12/17] RISC-V: add vector extension fixed point instructions
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v2 13/17] RISC-V: add vector extension float instruction part1, add/sub/mul/div
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v2 14/17] RISC-V: add vector extension float instructions part2, sqrt/cmp/cvt/others
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v2 15/17] RISC-V: add vector extension reduction instructions
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v2 16/17] RISC-V: add vector extension mask instructions
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v2 17/17] RISC-V: add vector extension premutation instructions
  ` [Qemu-riscv] "
` [Qemu-riscv] [Qemu-devel] [PATCH v2 00/17] RISC-V: support vector extension

[PATCH] Fix Xorg abort on exit in RHEL 7.7+
 2019-09-11  7:00 UTC  (2+ messages)

[PATCH v2 0/5] Poll mode for NXP DSPI driver
 2019-09-11  7:00 UTC  (10+ messages)
` [PATCH v2 5/5] ARM: dts: ls1021a-tsn: Use the DSPI controller in poll mode

[dpdk-dev] [PATCH 0/2] add lock-free mode for l3fwd
 2019-09-11  6:58 UTC  (11+ messages)

[Cocci] Adjusting SmPL script “tests/nest3.cocci”?
 2019-09-11  6:51 UTC 

[U-Boot] [PATCH] arm64: versal: Remove SPL_DM_SEQ_ALIAS for platforms which have no SPL
 2019-09-11  6:58 UTC 

[PATCH] fat: fix corruption in fat_alloc_new_dir()
 2019-09-11  6:55 UTC  (6+ messages)
        ` [PATCH] fat: Workaround the race with userspace's read via blockdev while mounting

[meta-oe][PATCH] safec: Define _GNU_SOURCE
 2019-09-11  6:55 UTC 

[PATCH] drm/amdgpu: Fix mutex lock from atomic context
 2019-09-11  6:54 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix build error without CONFIG_HSA_AMD
 2019-09-11  6:54 UTC  (4+ messages)

[U-Boot] [PATCH] arm64: zynqmp: Define default SPL_TEXT_BASE address in Kconfig
 2019-09-11  6:54 UTC 

[Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
 2019-09-11  6:45 UTC  (2+ messages)

[PATCH 0/7] add support for clocksource/clockevent DT selection
 2019-09-11  6:52 UTC  (6+ messages)

[PATCH 1/2] jbd2: add new tracepoint jbd2_sleep_on_shadow
 2019-09-11  6:52 UTC  (3+ messages)

[PATCH] drm/amdgpu: fix build error without CONFIG_HSA_AMD (V2)
 2019-09-11  6:52 UTC 

[Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
 2019-09-11  6:36 UTC  (2+ messages)

[tpm2] Creating a TPM EK Public object at the server
 2019-09-11  6:51 UTC 

[PATCH v4] git-gui: Add hotkeys to set widget focus
 2019-09-11  6:49 UTC  (4+ messages)
` [PATCH v5] "

[PATCH 0/2] HuC Updates
 2019-09-11  6:50 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for HuC Updates (rev2)

[U-Boot] Add support for imxrt
 2019-09-11  6:50 UTC  (2+ messages)

[PATCH 0/2] enable LIR and clear_on_read for st_lsm6dsx
 2019-09-11  6:50 UTC  (3+ messages)
` [PATCH 1/2] iio: imu: st_lsm6dsx: enable LIR for sensor events
` [PATCH 2/2] iio: imu: st_lsm6dsx: enable clear on read for latched interrupts

[Letux-kernel] [RFC PATCH 0/3] Enable 1GHz support on omap36xx
 2019-09-11  6:49 UTC  (18+ messages)

[PATCH] driver core: ensure a device has valid node id in device_add()
 2019-09-11  6:49 UTC  (12+ messages)

[U-Boot] [PATCH 1/5] ARM: MediaTek: Add support for MediaTek MT8518 SoC
 2019-09-11  6:48 UTC 

[PATCH 1/2] ARM: dts: imx7ulp: remove mipi pll clock node
 2019-09-11  6:45 UTC  (6+ messages)
` [PATCH 2/2] clk: imx7ulp: remove IMX7ULP_CLK_MIPI_PLL clock

[igt-dev] [PATCH i-g-t] tests/kms_chamelium: add test descriptions
 2019-09-11  6:45 UTC  (4+ messages)

[PATCH] mm: Add callback for defining compaction completion
 2019-09-11  6:45 UTC  (4+ messages)

[Bug 111642] New: NV43 GeForce 6600 Nouveau is not stable on legacy hardware
 2019-09-11  6:45 UTC  (2+ messages)
  ` [Bug 111642] "

[PATCH 0/3] USB: host: ohci-at91: tailor power consumption
 2019-09-11  6:41 UTC  (8+ messages)
` [PATCH 1/3] USB: host: ohci-at91: completely shutdown the controller in at91_stop_hc()
` [PATCH 2/3] USB: host: ohci-at91: suspend: delay needed before to stop clocks
` [PATCH 3/3] USB: host: ohci-at91: resume: balance the clock start call

[PATCH] printf: add support for printing symbolic error codes
 2019-09-11  6:43 UTC  (5+ messages)
` [PATCH v2] "

Feature requests: online backup - defrag - change RAID level
 2019-09-11  6:40 UTC  (14+ messages)

Zdravstvujte! Vas interesujut klientskie bazy dannyh?
 2019-09-10 21:54 UTC 

[U-Boot] [PATCH 1/2] efi_loader: device_path: add Device Logical Unit sub type
 2019-09-11  6:35 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] efi_loader: device_path: support Sandbox's "host" devices

[PATCH 00/10] Hwpoison soft-offline rework
 2019-09-11  6:35 UTC  (4+ messages)

SATA errors accessing hidden partitions
 2019-09-11  6:34 UTC  (7+ messages)

[PATCH v1] fixup null q->dev checking in both block and scsi layer
 2019-09-11  6:32 UTC  (9+ messages)
` [PATCH v1 1/2] block: bypass blk_set_runtime_active for uninitialized q->dev
` [PATCH v1 2/2] scsi: core: remove dummy q->dev check

[PATCH v4 0/8] cdclk consolidation and rework for BXT-TGL
 2019-09-11  6:32 UTC  (5+ messages)
` ✓ Fi.CI.IGT: success for cdclk consolidation and rework for BXT-TGL (rev6)

[PATCH 1/2] ASoC: fsl_mqs: add DT binding documentation
 2019-09-11 14:42 UTC  (3+ messages)
` [alsa-devel] "

[Qemu-devel] [PATCH v11 0/9] hw/m68k: add Apple Machintosh Quadra 800 machine
 2019-09-11  6:28 UTC  (2+ messages)

[dpdk-dev] [PATCH v3 0/2] virtio: one way barrier for packed vring flags
 2019-09-11  6:29 UTC  (8+ messages)
` [dpdk-dev] [PATCH v3 1/2] virtio: one way barrier for packed vring desc avail flags

[PATCH v7 0/5] kasan: support backing vmalloc space with real shadow memory
 2019-09-11  6:27 UTC  (2+ messages)

Why doesn't disk io occur to read file system metadata despite clearing dentry and inode with drop_cache command?
 2019-09-11  6:27 UTC 

[PATCH] dt-bindings: arm: samsung: Convert Samsung Exynos IOMMU H/W, System MMU to dt-schema
 2019-09-11  6:26 UTC  (4+ messages)
  ` [PATCH v2] "

[v2] ACPI: support for NXP i2c controller
 2019-09-11  6:25 UTC  (7+ messages)
  ` [EXT] "

[PATCH V4 1/4] dt-bindings: watchdog: Add i.MX7ULP bindings
 2019-09-11  6:24 UTC  (4+ messages)
` [PATCH V4 3/4] ARM: imx_v6_v7_defconfig: Enable CONFIG_IMX7ULP_WDT by default

[U-Boot] [PATCH] clk: sifive: Fix ethernet regression on HiFive Unleashed
 2019-09-11  6:24 UTC  (13+ messages)

lot of MemAvailable but falling cache and raising PSI
 2019-09-11  6:24 UTC  (12+ messages)

[PATCH] Staging: octeon: Avoid several usecases of strcpy
 2019-09-11  6:23 UTC  (2+ messages)

[Xen-devel] [RFC PATCH 0/5] Add hypervisor sysfs-like support
 2019-09-11  6:20 UTC  (6+ messages)
` [Xen-devel] [RFC PATCH 1/5] docs: add feature document for Xen "
` [Xen-devel] [RFC PATCH 2/5] xen: add basic hypervisor filesystem support
` [Xen-devel] [RFC PATCH 3/5] libs: add libxenfs
` [Xen-devel] [RFC PATCH 4/5] tools: add xenfs tool
` [Xen-devel] [RFC PATCH 5/5] xen: add /buildinfo/config entry to hypervisor filesystem

[PATCH v9 0/5] iommu: Bounce page for untrusted devices
 2019-09-11  6:16 UTC  (5+ messages)
` [PATCH v9 1/5] swiotlb: Split size parameter to map/unmap APIs

[patch net-next v2 0/3] net: devlink: move reload fail indication to devlink core and expose to user
 2019-09-11  6:17 UTC  (6+ messages)
` [patch net-next v2 3/3] "

[Buildroot] [autobuild.buildroot.net] Daily results for 2019-09-10
 2019-09-11  6:17 UTC 

[PATCH v4 1/2] PTP: introduce new versions of IOCTLs
 2019-09-11  6:16 UTC  (2+ messages)
` [PATCH v4 2/2] PTP: add support for one-shot output

[U-Boot] [PATCH] efi_loader: disk: install file system protocol to a whole disk
 2019-09-11  6:16 UTC  (5+ messages)

ixgbe: driver drops packets routed from an IPSec interface with a "bad sa_idx" error
 2019-09-11  6:15 UTC  (6+ messages)

git-send-email does not use conditional configuration
 2019-09-11  6:14 UTC 

[U-Boot] efi_loader: LoadOptions (bootargs)
 2019-09-11  6:14 UTC  (4+ messages)

[Qemu-devel] [PATCH v3] target-arm: Make the counter tick relative to cntfrq
 2019-09-11  6:10 UTC  (2+ messages)

[xlnx:xilinx_rebase_v4.19 1607/1649] htmldocs: drivers/usb/dwc3/core.h:1228: warning: Function parameter or member 'mask_phy_rst' not described in 'dwc3'
 2019-09-11  6:10 UTC 

[PATCH v3 1/2] PTP: introduce new versions of IOCTLs
 2019-09-11  6:08 UTC  (3+ messages)

[PATCH V2 0/8] x86/platform/UV: Update UV Hubless System Support
 2019-09-11  6:07 UTC  (5+ messages)
` [PATCH 4/8] x86/platform/uv: Setup UV functions for Hubless UV Systems
` [PATCH V2 5/8] x86/platform/uv: Add UV Hubbed/Hubless Proc FS Files

[PATCH] ARM: dts: vf610-zii-scu4-aib: Drop "rs485-rts-delay" property
 2019-09-11  6:05 UTC  (3+ messages)

[Qemu-devel] [PATCH v13 0/6] target-ppc/spapr: Add FWNMI support in QEMU for PowerKVM guests
 2019-09-11  6:03 UTC  (4+ messages)
` [Qemu-devel] [PATCH v13 5/6] ppc: spapr: Handle "ibm, nmi-register" and "ibm, nmi-interlock" RTAS calls

[PATCH] qemu: Security Advisory - qemu - CVE-2019-15890
 2019-09-11  6:02 UTC 

[Xen-devel] [PATCH] tools: fix linking hypervisor includes to tools include directory
 2019-09-11  6:02 UTC 

[U-Boot] [PATCH 0/3] Support distro boot in pico-imx7d BL33 case
 2019-09-11  6:02 UTC  (6+ messages)

[PATCH] bus: moxtet: Update proper type 'size_t' to 'ssize_t'
 2019-09-11  5:59 UTC 

[PATCH 0/2] Fix SEV user-space mapping of unencrypted coherent memory
 2019-09-11  5:59 UTC  (2+ messages)

[PATCH v5 0/2] mailbox: arm: introduce smc triggered mailbox
 2019-09-11  5:58 UTC  (6+ messages)
` [PATCH v5 2/2] mailbox: introduce ARM SMC based mailbox

[PATCH] video: fbdev: fsl-diu-fb: mark expected switch fall-throughs
 2019-09-11 11:36 UTC  (2+ messages)

[PATCH] drm/i915: Whitelist COMMON_SLICE_CHICKEN2
 2019-09-11  5:58 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

✅ PASS: Test report for kernel 5.2.15-rc1-d24ce91.cki (stable)
 2019-09-11  5:58 UTC 

[PATCH] Staging: exfat: Avoid use of strcpy
 2019-09-11  5:57 UTC  (2+ messages)

[PATCH v3 0/2] x86/kdump: Reserve extra memory when SME or SEV is active
 2019-09-11  5:56 UTC  (3+ messages)
` [PATCH v3 2/2] "


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.