All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-18 17:48:52 to 2018-06-18 18:50:34 UTC [more...]

[PATCH v5 0/2] NVMF/RDMA 16K Inline Support
 2018-06-19 19:09 UTC  (3+ messages)
` [PATCH v5 1/2] nvme-rdma: support up to 4 segments of inline data
` [PATCH v5 2/2] nvmet-rdma: support max(16KB, PAGE_SIZE) "

[Qemu-devel] [PULL 00/35] Block layer patches
 2018-06-18 18:50 UTC  (2+ messages)

[PATCH v2 00/27] Add support for R40 HDMI pipeline
 2018-06-18 18:49 UTC  (6+ messages)
` [linux-sunxi] "

[Buildroot] [PATCH 1/1] jpeg-turbo: bump to version 1.5.3
 2018-06-18 18:49 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] json-for-modern-cpp: bump to version 3.1.2
 2018-06-18 18:49 UTC  (2+ messages)

[Buildroot] [git commit] jpeg-turbo: bump to version 1.5.3
 2018-06-18 18:48 UTC 

[Buildroot] [git commit] json-for-modern-cpp: bump to version 3.1.2
 2018-06-18 18:48 UTC 

[GSoC] GSoC with git, week 7
 2018-06-18 18:48 UTC  (2+ messages)

[PATCH 00/23] Multi-pack-index (MIDX)
 2018-06-18 18:48 UTC  (4+ messages)
` [PATCH 01/23] midx: add design document

[PATCH 0/4] ARM: Provide workaround setup bits for CVE-2017-5715 (A8/A15)
 2018-06-18 18:48 UTC  (3+ messages)
` [U-Boot] "

[meta-xfce][PATCH] xfce4-panel: fix QA issue 'installed-vs-shipped'
 2018-06-18 18:47 UTC  (10+ messages)

[PATCH v3] bpf: attach type BPF_LIRC_MODE2 should not depend on CONFIG_CGROUP_BPF
 2018-06-18 18:46 UTC  (2+ messages)

[PATCH 4.4 00/37] 4.4.136-stable review
 2018-06-18 18:46 UTC  (3+ messages)
` [PATCH 4.4 16/37] i2c: rcar: rework hw init

[PATCH] x86/CPU/AMD: Fix LLC ID bit-shift calculation
 2018-06-18 18:46 UTC  (5+ messages)

[PATCH] Revert "net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends"
 2018-06-18 18:45 UTC  (10+ messages)

[Qemu-devel] [PULL] qemu-openbios queue 20180618
 2018-06-18 18:44 UTC 

[PATCH 1/2] sched/fair: Fix bandwidth timer clock drift condition
 2018-06-18 18:44 UTC  (2+ messages)

[Buildroot] Rust test too long
 2018-06-18 18:44 UTC  (3+ messages)

[meta-oe][PATCH V3 1/1] syslog-ng: fix build without json
 2018-06-18 18:42 UTC  (2+ messages)

[PATCH v6 kvmtool 00/13] Add vfio-pci support
 2018-06-18 18:42 UTC  (14+ messages)
` [PATCH v6 kvmtool 01/13] pci: add config operations callbacks on the PCI header
` [PATCH v6 kvmtool 02/13] pci: allow to specify IRQ type for PCI devices
` [PATCH v6 kvmtool 03/13] irq: add irqfd helpers
` [PATCH v6 kvmtool 04/13] Extend memory bank API with memory types
` [PATCH v6 kvmtool 05/13] pci: add capability helpers
` [PATCH v6 kvmtool 06/13] Import VFIO headers
` [PATCH v6 kvmtool 07/13] Add fls_long and roundup_pow_of_two helpers
` [PATCH v6 kvmtool 08/13] Add PCI device passthrough using VFIO
` [PATCH v6 kvmtool 09/13] vfio-pci: add MSI-X support
` [PATCH v6 kvmtool 10/13] vfio-pci: add MSI support
` [PATCH v6 kvmtool 11/13] vfio: Support non-mmappable regions
` [PATCH v6 kvmtool 12/13] Introduce reserved memory regions
` [PATCH v6 kvmtool 13/13] vfio: check reserved regions before mapping DMA

[Qemu-devel] [PATCH v2 00/22] target/openrisc improvements
 2018-06-18 18:40 UTC  (23+ messages)
` [Qemu-devel] [PATCH v2 01/22] target/openrisc: Remove DISAS_JUMP & DISAS_TB_JUMP
` [Qemu-devel] [PATCH v2 02/22] target/openrisc: Use exit_tb instead of CPU_INTERRUPT_EXITTB
` [Qemu-devel] [PATCH v2 03/22] target/openrisc: Fix singlestep_enabled
` [Qemu-devel] [PATCH v2 04/22] target/openrisc: Link more translation blocks
` [Qemu-devel] [PATCH v2 05/22] target/openrisc: Split out is_user
` [Qemu-devel] [PATCH v2 06/22] target/openrisc: Exit the TB after l.mtspr
` [Qemu-devel] [PATCH v2 07/22] target/openrisc: Form the spr index from tcg
` [Qemu-devel] [PATCH v2 08/22] target/openrisc: Merge tlb allocation into CPUOpenRISCState
` [Qemu-devel] [PATCH v2 09/22] target/openrisc: Remove indirect function calls for mmu
` [Qemu-devel] [PATCH v2 10/22] target/openrisc: Merge mmu_helper.c into mmu.c
` [Qemu-devel] [PATCH v2 11/22] target/openrisc: Reduce tlb to a single dimension
` [Qemu-devel] [PATCH v2 12/22] target/openrisc: Fix tlb flushing in mtspr
` [Qemu-devel] [PATCH v2 13/22] target/openrisc: Fix cpu_mmu_index
` [Qemu-devel] [PATCH v2 14/22] target/openrisc: Use identical sizes for ITLB and DTLB
` [Qemu-devel] [PATCH v2 15/22] target/openrisc: Stub out handle_mmu_fault for softmmu
` [Qemu-devel] [PATCH v2 16/22] target/openrisc: Log interrupts
` [Qemu-devel] [PATCH v2 17/22] target/openrisc: Increase the TLB size
` [Qemu-devel] [PATCH v2 18/22] target/openrisc: Reorg tlb lookup
` [Qemu-devel] [PATCH v2 19/22] target/openrisc: Add print_insn_or1k
` [Qemu-devel] [PATCH v2 20/22] target/openrisc: Add support in scripts/qemu-binfmt-conf.sh
` [Qemu-devel] [PATCH v2 21/22] linux-user: Implement signals for openrisc
` [Qemu-devel] [PATCH v2 22/22] linux-user: Fix struct sigaltstack "

[PATCH 00/15] Kill the_index part 1, expose it
 2018-06-18 18:41 UTC  (4+ messages)

[PATCH] infiniband: fix a subtle race condition
 2018-06-18 18:40 UTC  (12+ messages)

v4.18-rc1 client deadlock
 2018-06-18 18:39 UTC 

[meta-xfce][PATCH] thunar: fix QA issue 'installed-vs-shipped'
 2018-06-18 18:39 UTC  (4+ messages)

[RFC PATCH ghak10 1/3] audit: Add AUDIT_TIME_ADJUSTED record type
 2018-06-18 18:39 UTC  (3+ messages)
` [RFC PATCH ghak10 2/3] audit: Add the audit_adjtime() function

[PATCH v2] ASoC: Intel: Boards: Add GLK Realtek Maxim I2S machine driver
 2018-06-18 18:38 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: exynos: Remove leading 0x from unit addresses in Exynos5433
 2018-06-18 18:37 UTC  (6+ messages)
` [PATCH 2/2] arm64: dts: exynos: Remove unneeded DSI and DECON address/size cells "

[PATCH v2] drivers: qcom: rpmh-rsc: Check cmd_db_ready() to help children
 2018-06-18 18:36 UTC 

[rocko/master][PATCH] ti-pdk-build: New DEV.PDK_BUILD.01.00.00.08F
 2018-06-18 18:36 UTC  (3+ messages)
` [EXTERNAL] "

[PATCH] audit: fix use-after-free in audit_add_watch
 2018-06-18 18:35 UTC  (2+ messages)

[PATCH v11 00/10] drivers/qcom: add RPMH communication support
 2018-06-18 18:33 UTC  (4+ messages)
` [PATCH v11 04/10] drivers: qcom: rpmh: add RPMH helper functions

[PATCH 4.14 000/189] 4.14.51-stable review
 2018-06-18 18:32 UTC  (4+ messages)
` [PATCH 4.14 102/189] scsi: vmw-pvscsi: return DID_BUS_BUSY for adapter-initated aborts

[Cluster-devel] [GFS2 PATCH] gfs2: Don't reject a supposedly full bitmap if we have blocks reserved
 2018-06-18 18:32 UTC 

[PATCH -next] ata: ahci_mvebu: ahci_mvebu_stop_engine() can be static
 2018-06-18 18:31 UTC  (2+ messages)

[PATCH 0/3] Some checkpatch fixes for i915_reg.h
 2018-06-18 18:31 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Some checkpatch fixes for i915_reg.h (rev2)
` ✗ Fi.CI.BAT: failure "

[PATCH 0/2] Fix protocol v2 tag following with CLI refspec
 2018-06-18 18:30 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] t5702: test fetch with multiple refspecs at a time

[PATCH 4.16 000/279] 4.16.17-stable review
 2018-06-18 18:30 UTC  (2+ messages)

BUG: drivers/pinctrl/core: races in pinctrl_groups and deferred probing
 2018-06-18 18:30 UTC  (13+ messages)
  ` [Letux-kernel] "

[PATCH v6 0/8] x86/microcode/AMD: Check microcode file sanity before loading it
 2018-06-18 18:30 UTC  (7+ messages)
` [PATCH v6 8/8] x86/microcode/AMD: Don't scan past the CPU equivalence table data

[Qemu-devel] [PATCH] MAINTAINERS: update target-mips maintainers
 2018-06-18 18:29 UTC 

[PATCH 0/8] ASoC: Intel: common ACPI tables - take2
 2018-06-18 18:29 UTC  (9+ messages)
` [PATCH 1/8] ASoC: Intel: broxton: reduce machine name for bxt_da7219_max98357a
` [PATCH 2/8] ASoC: Intel: Skylake: cleanup before moving ACPI tables
` [PATCH 3/8] ASoC: Intel: move SKL+ codec ACPI tables to common directory
` [PATCH 4/8] ASoC: Intel: common: Add Geminilake Dialog+Maxim machine driver entry
` [PATCH 5/8] ASoC: Intel: common: add firmware/topology information for SOF
` [PATCH 6/8] ASoC: Intel: common: add Geminilake Realtek+Maxim machine driver entry
` [PATCH 7/8] ASoC: Intel: common: add entries for SOF-based machine drivers
` [PATCH 8/8] ASoC: Intel: common: fix copy/paste issue with SOF/broadwell topology file

[PATCH] leds: ledtrig-activity: use ktime_get_boot_ns()
 2018-06-18 18:29 UTC  (5+ messages)

[PATCH] arm: ensure symbol is a thumb symbol in new binutils
 2018-06-18 18:29 UTC  (11+ messages)
  ` Fwd: "
              ` [Buildroot] "

[PATCH 00/14] drm: Try to fix encoder possible_clones/crtcs
 2018-06-18 18:27 UTC  (3+ messages)
` [PATCH 12/14] drm/i915: Clean up encoder->crtc_mask setup

[PATCH bpf-net] bpf: Change bpf_fib_lookup to return lookup status
 2018-06-18 18:27 UTC  (3+ messages)

[PATCH] ptp: replace getnstimeofday64() with ktime_get_real_ts64()
 2018-06-18 18:26 UTC  (2+ messages)

[Qemu-devel] [RFC 0/1] ide: attempt at fixing the bug #1777315
 2018-06-18 18:24 UTC  (5+ messages)
` [Qemu-devel] [RFC 1/1] ide: bug #1777315: io_buffer_size and sg.size can represent partial sector sizes

[PATCH] tpm: add support for nonblocking operation
 2018-06-18 18:26 UTC  (6+ messages)

[meta-oe][PATCH] image_types.bbclass: add optional size to ubi vols
 2018-06-18 18:25 UTC  (2+ messages)

dynamic reservation and allocation of physically contiguous memory using CMA
 2018-06-18 18:23 UTC 

[Buildroot] [PATCH 1/1] DEVELOPERS: add myself to some packages
 2018-06-18 18:21 UTC  (2+ messages)

[Buildroot] [git commit] DEVELOPERS: add myself to some packages
 2018-06-18 18:21 UTC 

[PATCH 0/3]: hwrng: Add support for qcpm v2 hwrng
 2018-06-18 18:21 UTC  (3+ messages)
` [PATCH 3/3] hwrng: msm - Add support for prng v2

[Buildroot] [PATCH] lvm2: add license hashes
 2018-06-18 18:21 UTC  (2+ messages)

[Buildroot] [PATCH] python-decorator: add license file and hash
 2018-06-18 18:21 UTC  (2+ messages)

[Qemu-devel] [Bug 1775555] [NEW] guest migration 100% cpu freeze bug
 2018-06-18 18:06 UTC  (2+ messages)
` [Qemu-devel] [Bug 1775555] "

[Qemu-devel] [Bug 1777315] [NEW] Denial of service
 2018-06-18 18:10 UTC  (2+ messages)
` [Qemu-devel] [Bug 1777315] "

[Buildroot] [git commit] lvm2: add license hashes
 2018-06-18 18:20 UTC 

[Buildroot] [git commit] python-decorator: add license file and hash
 2018-06-18 18:20 UTC 

how to submit patches
 2018-06-18 18:19 UTC  (3+ messages)

[Buildroot] [git commit] docs/website: update for 2018.02.3
 2018-06-18 18:19 UTC 

6/11 Meeting Notes for OpenBMC Security Working Group
 2018-06-18 18:18 UTC 

[PATCH v4 03/10] PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signatures
 2018-06-18 18:17 UTC  (2+ messages)

[Cluster-devel] [GFS2 PATCH] gfs2: use reservation rgd, not inode rgd for allocating blocks
 2018-06-18 18:17 UTC 

[Buildroot] Buildroot 2018.02.3 released
 2018-06-18 18:17 UTC 

[RFC PATCH] x86/arch_prctl: Add ARCH_SET_XCR0 to mask XCR0 per-thread
 2018-06-18 18:16 UTC  (9+ messages)

[PATCH 0/2] mm: gup: don't unmap or drop filesystem buffers
 2018-06-18 18:14 UTC  (12+ messages)
` [PATCH 2/2] mm: set PG_dma_pinned on get_user_pages*()

[PATCH V5] Add support for BTRFS raid5/6 to GRUB
 2018-06-18 18:12 UTC  (5+ messages)
` [PATCH 7/9] btrfs: Add support for recovery for a RAID 5 btrfs profiles

Adding nested repository with slash adds files instead of gitlink
 2018-06-18 18:12 UTC  (3+ messages)

Ceph Mimic on Debian 9 Stretch
 2018-06-18 18:12 UTC  (3+ messages)

[PATCH] ARC: Add PCIe support for ARC HSDK platform
 2018-06-18 18:10 UTC  (4+ messages)

[Cocci] Something like --exclude?
 2018-06-18 18:11 UTC  (2+ messages)

array bounds warning in xfrm_output_resume
 2018-06-18 18:10 UTC 

[PATCH] tpm: Allow tpm_tis drivers to set hwrng quality
 2018-06-18 18:09 UTC  (2+ messages)

[PATCH] arm64: dts: hikey960: Clean up MMC properties and move to proper file
 2018-06-18 18:10 UTC  (3+ messages)

[PATCH 1/3] drm/i915/i915_reg.h: fix the checkpatch SPACING issues
 2018-06-18 18:09 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] arm64: dts: hikey960: Remove deprecated MMC properties
 2018-06-18 18:08 UTC  (3+ messages)

[PATCH] tpm_tis_spi: Pass the SPI IRQ down to the driver
 2018-06-18 18:08 UTC  (2+ messages)

[GIT PULL] f2fs update for 4.16-rc1
 2018-06-18 18:05 UTC  (9+ messages)

Giving a hand to Nouveau
 2018-06-18 18:08 UTC  (3+ messages)

[PATCH] tpm: Add module parameter for hwrng quality
 2018-06-18 18:07 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] mosquitto: fix build with some glibc
 2018-06-18 18:06 UTC 

[PATCH v2] mkfs: add mkfs config version specifier for the config file
 2018-06-18 18:05 UTC 

[PATCH 0/8] ref-in-want
 2018-06-18 18:05 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] libahci: Fix possible Spectre-v1 pmp indexing in ahci_led_store()
 2018-06-18 18:04 UTC  (2+ messages)

[PATCH v6] tpm: separate cmd_ready/go_idle from runtime_pm
 2018-06-18 18:04 UTC  (3+ messages)

[PATCH] arm64/acpi: Add fixup for HPE m400 quirks
 2018-06-18 18:04 UTC  (6+ messages)

[Buildroot] [git commit] Update for 2018.02.3
 2018-06-18 18:03 UTC 

[Buildroot] [git commit] Update for 2018.02.2
 2018-06-18 18:03 UTC 

[PATCH] libnvdimm, pmem: Fix memcpy_mcsafe() return code handling in nsio_rw_bytes()
 2018-06-18 17:52 UTC  (2+ messages)

[rocko][PATCH] common-licenses: Add BSD-1-Clause
 2018-06-18 18:00 UTC  (9+ messages)

[Qemu-devel] [PATCH v4 0/2] Fix compilation with python-3 if en_US.UTF-8 is unavailable
 2018-06-18 17:59 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 1/2] qapi: Open files with encoding='utf-8'
` [Qemu-devel] [PATCH v4 2/2] Revert commit d4e5ec877ca

[PATCH] drm/amdgpu:All UVD instances share one idle_work handle
 2018-06-18 18:00 UTC 

[CI 1/2] drm/i915/icl: implement DVFS for ICL
 2018-06-18 17:58 UTC  (3+ messages)
` [CI 2/2] drm/i915/icl: update VBT's child_device_config flags2 field

[PATCH] Input elan_i2c_smbus - Fix more potential stack buffer overflows
 2018-06-18 17:56 UTC 

[RESEND PATCH] lightnvm: pblk: add asynchronous partial read
 2018-06-18 17:56 UTC 

[Qemu-devel] [PATCH v3 0/2] Fix compilation with python-3 if en_US.UTF-8 is unavailable
 2018-06-18 17:54 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/2] qapi: open files in binary mode and use explicit decoding/encoding in common.py

[PATCH v2 1/2] drm/i915/whl: Introducing Whiskey Lake platform
 2018-06-18 17:51 UTC  (3+ messages)

[PATCH] dm: writecache: Use 2-factor allocator arguments
 2018-06-18 17:50 UTC 

[PATCH] monitor: Add option to disable SCO packets
 2018-06-18 17:50 UTC  (2+ messages)

[RFC v2, net-next, PATCH 0/4] Add switchdev on TI-CPSW
 2018-06-18 17:49 UTC  (7+ 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.