All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-21 13:17:24 to 2020-02-21 13:51:46 UTC [more...]

[PULL 0/6] virtiofs queue
 2020-02-21 13:25 UTC  (6+ messages)
` [PULL 1/6] virtiofsd: Help message fix for 'seconds'
` [PULL 2/6] tools/virtiofsd/passthrough_ll: Remove unneeded variable assignment
` [PULL 3/6] "
` [PULL 4/6] tools/virtiofsd/fuse_lowlevel: Fix fuse_out_header::error value
` [PULL 5/6] virtiofsd: Remove fuse.h and struct fuse_module

[PATCH v4 00/27] tracing vs world
 2020-02-21 13:34 UTC  (23+ messages)
` [PATCH v4 01/27] lockdep: Teach lockdep about "USED" <- "IN-NMI" inversions
` [PATCH v4 02/27] hardirq/nmi: Allow nested nmi_enter()
` [PATCH v4 03/27] x86/entry: Flip _TIF_SIGPENDING and _TIF_NOTIFY_RESUME handling
` [PATCH v4 05/27] x86: Replace ist_enter() with nmi_enter()
` [PATCH v4 06/27] x86/doublefault: Remove memmove() call
` [PATCH v4 07/27] rcu: Make RCU IRQ enter/exit functions rely on in_nmi()
` [PATCH v4 08/27] rcu/kprobes: Comment why rcu_nmi_enter() is marked NOKPROBE
` [PATCH v4 09/27] rcu: Rename rcu_irq_{enter,exit}_irqson()
` [PATCH v4 10/27] rcu: Mark rcu_dynticks_curr_cpu_in_eqs() inline
` [PATCH v4 11/27] rcu,tracing: Create trace_rcu_{enter,exit}()
` [PATCH v4 12/27] sched,rcu,tracing: Avoid tracing before in_nmi() is correct
` [PATCH v4 13/27] x86,tracing: Add comments to do_nmi()
` [PATCH v4 17/27] perf,tracing: Allow function tracing when !RCU
` [PATCH v4 18/27] x86/int3: Ensure that poke_int3_handler() is not traced
` [PATCH v4 19/27] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH v4 20/27] asm-generic/atomic: Use __always_inline for pure wrappers
` [PATCH v4 21/27] asm-generic/atomic: Use __always_inline for fallback wrappers
` [PATCH v4 23/27] locking/atomics: Flip fallbacks and instrumentation
` [PATCH v4 24/27] x86/int3: Avoid atomic instrumentation
` [PATCH v4 25/27] lib/bsearch: Provide __always_inline variant
` [PATCH v4 26/27] x86/int3: Inline bsearch()
` [PATCH v4 27/27] x86/int3: Ensure that poke_int3_handler() is not sanitized

Race condition in overlayed qcow2?
 2020-02-21 13:23 UTC  (9+ messages)

[PATCH 1/1] Dockerfile: add imagemagick
 2020-02-21 13:51 UTC  (2+ messages)

[Bug 1863601] [NEW] unable to type "|" character in french keyboard
 2020-02-21 13:10 UTC  (2+ messages)
` [Bug 1863601] "

❌ FAIL: Test report for kernel 5.4.22-rc1-bae6e9b.cki (stable)
 2020-02-21 13:50 UTC  (2+ messages)
` [LTP] "

[RFC PATCH v2 0/5] Support ROHM BD99954 charger IC
 2020-02-21 13:50 UTC  (5+ messages)
` [RFC PATCH v2 3/5] power: Add linear_range helper
` [RFC PATCH v2 4/5] power: supply: add battery parameters

[PATCH 0/2] virtio: decouple protected guest RAM form VIRTIO_F_IOMMU_PLATFORM
 2020-02-21 13:49 UTC  (15+ messages)
` [PATCH 2/2] virtio: let virtio use DMA API when guest RAM is protected

[dpdk-dev] [PATCH] maintainers: resign from virtio and vhost
 2020-02-21 13:49 UTC  (3+ messages)

[RFC PATCH v3 00/27] Add subcluster allocation to qcow2
 2020-02-21 13:34 UTC  (8+ messages)
` [RFC PATCH v3 07/27] qcow2: Add subcluster-related fields to BDRVQcow2State
` [RFC PATCH v3 14/27] qcow2: Add subcluster support to calculate_l2_meta()

[Xen-devel] [PATCH v2] rwlock: allow recursive read locking when already locked in write mode
 2020-02-21 13:49 UTC  (6+ messages)

[PATCH 1/1] .dockerignore: remove .git/ from build context
 2020-02-21 13:49 UTC  (2+ messages)

[Xen-devel] [PATCH v8 0/5] VM forking
 2020-02-21 13:48 UTC  (5+ messages)
` [Xen-devel] [PATCH v8 1/5] x86/p2m: Allow p2m_get_page_from_gfn to return shared entries
` [Xen-devel] [PATCH v8 3/5] xen/mem_sharing: VM forking

[Xen-devel] [PATCH] x86/splitlock: CPUID and MSR details
 2020-02-21 13:48 UTC  (2+ messages)

[PATCH] util/async: make bh_aio_poll() O(1)
 2020-02-21 13:47 UTC  (5+ messages)

[PULL 00/52] target-arm queue
 2020-02-21 13:07 UTC  (38+ messages)
` [PULL 16/52] target/arm: Add isar_feature_any_fp16 and document naming/usage conventions
` [PULL 17/52] target/arm: Define and use any_predinv isar_feature test
` [PULL 18/52] target/arm: Factor out PMU register definitions
` [PULL 19/52] target/arm: Add and use FIELD definitions for ID_AA64DFR0_EL1
` [PULL 20/52] target/arm: Use FIELD macros for clearing ID_DFR0 PERFMON field
` [PULL 21/52] target/arm: Define an aa32_pmu_8_1 isar feature test function
` [PULL 22/52] target/arm: Add _aa64_ and _any_ versions of pmu_8_1 isar checks
` [PULL 23/52] target/arm: Stop assuming DBGDIDR always exists
` [PULL 24/52] target/arm: Move DBGDIDR into ARMISARegisters
` [PULL 25/52] target/arm: Read debug-related ID registers from KVM
` [PULL 26/52] target/arm: Implement ARMv8.1-PMU extension
` [PULL 27/52] target/arm: Implement ARMv8.4-PMU extension
` [PULL 28/52] target/arm: Provide ARMv8.4-PMU in '-cpu max'
` [PULL 29/52] target/arm: Correct definition of PMCRDP
` [PULL 30/52] target/arm: Correct handling of PMCR_EL0.LC bit
` [PULL 31/52] target/arm: Test correct register in aa32_pan and aa32_ats1e1 checks
` [PULL 32/52] target/arm: Use isar_feature function for testing AA32HPD feature
` [PULL 33/52] target/arm: Use FIELD_EX32 for testing 32-bit fields
` [PULL 34/52] target/arm: Correctly implement ACTLR2, HACTLR2
` [PULL 35/52] hw: usb: hcd-ohci: Move OHCISysBusState and TYPE_SYSBUS_OHCI to include file
` [PULL 36/52] hcd-ehci: Introduce "companion-enable" sysbus property
` [PULL 37/52] arm: allwinner: Wire up USB ports
` [PULL 38/52] target/arm: Vectorize USHL and SSHL
` [PULL 39/52] target/arm: Convert PMUL.8 to gvec
` [PULL 40/52] target/arm: Convert PMULL.64 "
` [PULL 41/52] target/arm: Convert PMULL.8 "
` [PULL 42/52] xilinx_spips: Correct the number of dummy cycles for the FAST_READ_4 cmd
` [PULL 43/52] sh4: Fix PCI ISA IO memory subregion
` [PULL 44/52] target/arm: Rename isar_feature_aa32_simd_r32
` [PULL 45/52] target/arm: Use isar_feature_aa32_simd_r32 more places
` [PULL 46/52] target/arm: Set MVFR0.FPSP for ARMv5 cpus
` [PULL 47/52] target/arm: Add isar_feature_aa32_simd_r16
` [PULL 48/52] target/arm: Rename isar_feature_aa32_fpdp_v2
` [PULL 49/52] target/arm: Add isar_feature_aa32_{fpsp_v2, fpsp_v3, fpdp_v3}
` [PULL 50/52] target/arm: Perform fpdp_v2 check first
` [PULL 51/52] target/arm: Replace ARM_FEATURE_VFP3 checks with fp{sp, dp}_v3
` [PULL 52/52] target/arm: Add missing checks for fpsp_v2

[PATCH 0/2] doc: build HTML docs in CI
 2020-02-21 13:48 UTC  (5+ messages)
` [PATCH 1/2] doc/Makefile: turn warnings into errors
` [PATCH 2/2] travis: build HTML docs

[PATCH v2 00/20] linux-user: generate syscall_nr.sh
 2020-02-21 13:45 UTC  (2+ messages)

[PATCH v2] pinctrl: actions: Fix functions groups names
 2020-02-21 13:47 UTC  (4+ messages)
` [PATCH v3] pinctrl: actions: Fix functions groups names for S700 SoC

[PATCH v1] block/nvme: introduce PMR support from NVMe 1.4 spec
 2020-02-21 13:45 UTC  (2+ messages)

Patch "soc: fsl: qe: change return type of cpm_muram_alloc() to s32" has been added to the 5.5-stable tree
 2020-02-21 13:46 UTC  (2+ messages)

[PATCH v3 00/37] KVM: s390: Add support for protected VMs
 2020-02-21 13:45 UTC  (5+ messages)

[PATCH V3 0/7] gpio: zynq: Update on gpio-zynq driver
 2020-02-21 13:45 UTC  (3+ messages)

[MPTCP] [Weekly meetings] MoM - 20th of February 2020
 2020-02-21 13:45 UTC 

[trivial PATCH] cifs: Use #define in cifs_dbg
 2020-02-21 13:44 UTC  (2+ messages)

[PATCH 0/3] hw: More dma_memory_read/write() API cleanup
 2020-02-21 13:27 UTC  (5+ messages)
` [PATCH 1/3] hw/dma/sparc32_dma: Make espdma_memory_[read/write] static
` [PATCH 2/3] hw/scsi/esp: Let ESPDMAMemoryReadWriteFunc take void pointer and size_t
` [PATCH 3/3] hw/net/pcnet: Let phys_mem_read/write take void pointer and boolean

GSoC and Outreachy Summer 2020?
 2020-02-21 13:44 UTC  (6+ messages)

nativesdk recipe fails to find cmake config file from another recipe/dependency #sdk
 2020-02-21 13:44 UTC 

[PATCH] aio-posix: avoid reacquiring rcu_read_lock() when polling
 2020-02-21 13:34 UTC  (2+ messages)

[PATCH 00/10] KVM: x86: Clean up VMX's TLB flushing code
 2020-02-21 13:43 UTC  (12+ messages)
` [PATCH 01/10] KVM: VMX: Use vpid_sync_context() directly when possible
` [PATCH 02/10] KVM: VMX: Move vpid_sync_vcpu_addr() down a few lines
` [PATCH 03/10] KVM: VMX: Handle INVVPID fallback logic in vpid_sync_vcpu_addr()
` [PATCH 04/10] KVM: VMX: Fold vpid_sync_vcpu_{single,global}() into vpid_sync_context()
` [PATCH 05/10] KVM: nVMX: Use vpid_sync_vcpu_addr() to emulate INVVPID with address

[PATCH V2 0/3] fstests: fixes for 64k pages and dax
 2020-02-21 13:53 UTC  (3+ messages)
` [PATCH V2 2/3] t_mmap_collision: fix hard-coded page size

[PATCH v2 0/4] ARM: decompressor: use by-VA cache maintenance for v7 cores
 2020-02-21 13:42 UTC  (6+ messages)

[igt-dev] [PATCH i-g-t] tests/perf: reuse the new i915-perf library
 2020-02-21 13:41 UTC 

[PATCH 0/5] Enable pt_regs based syscalls for x86-32 native
 2020-02-21 13:41 UTC  (4+ messages)
` [PATCH 2/5] x86: Move 32-bit compat syscalls to common location

[PATCH 1/2] btrfs-progs: check: Detect file extent end overflow
 2020-02-21 13:40 UTC  (4+ messages)

[PATCH v3 0/7] nvmem/gpio: fix resource management
 2020-02-21 13:40 UTC  (3+ messages)
` [PATCH v3 2/7] gpiolib: use kref in gpio_desc

[PATCH v5] btrfs: Don't submit any btree write bio if the fs has error
 2020-02-21 13:40 UTC  (3+ messages)

[PATCH] media: v4l2: add VB2_DMABUF to all drivers
 2020-02-21 13:40 UTC  (3+ messages)

[PATCH v3 00/10] add ASoC components for AHUB
 2020-02-21 13:38 UTC  (8+ messages)
` [PATCH v3 04/10] ASoC: tegra: add Tegra210 based I2S driver
` [PATCH v3 05/10] ASoC: tegra: add Tegra210 based AHUB driver

[Buildroot] [PATCH] package/fswebcam: bump to latest git version
 2020-02-21 13:39 UTC 

[PATCH 0/3] Remove CONFIG_MMC_BROKEN_CD
 2020-02-21 13:38 UTC  (4+ messages)

[dpdk-dev] [PATCH] maintainers: update for virtio and vhost
 2020-02-21 13:35 UTC 

[PATCH] ARM: dts: r8a7745: Convert to new DU DT bindings
 2020-02-21 13:37 UTC  (4+ messages)

[Intel-gfx] [RFC PATCH i-g-t v2 0/2] tests/gem_userptr_blits: Exercise mmap-offset mapping to userptr
 2020-02-21 13:37 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[dpdk-dev] [RFC 00/12] introduce s390x architecture
 2020-02-21 13:33 UTC  (3+ messages)

[Intel-gfx] [PATCH 3/3] drm/i915/gem: Honour O_NONBLOCK before throttling execbuf submissions
 2020-02-21 13:36 UTC  (4+ messages)
` [Intel-gfx] [PATCH] drm/i915/gem: Only call eb_lookup_vma once during execbuf ioctl

[RFC PATCH 0/9] Drop VB2_USERPTR + dma-contig combo
 2020-02-21 13:34 UTC  (5+ messages)
` [RFC PATCH 8/9] exynos/s3c/s5p: drop VB2_USERPTR

[Intel-gfx] [PATCH i-g-t] tests/gem_userptr_blits: Refresh map-fixed-invalidate* subtests
 2020-02-21 13:34 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/gem_userptr_blits: Refresh map-fixed-invalidate* subtests (rev2)

[PATCH] clocksource: Fix arm_arch_timer clockmode when vDSO disabled
 2020-02-21 13:34 UTC  (3+ messages)

[PATCH] ASoC: meson: g12a: add tohdmitx reset
 2020-02-21 13:31 UTC  (4+ messages)
` Applied "ASoC: meson: g12a: add tohdmitx reset" to the asoc tree

[PATCH] alsa-utils: upgrade 1.2.1 -> 1.2.2
 2020-02-21 13:32 UTC  (2+ messages)
` ✗ patchtest: failure for alsa-utils: upgrade 1.2.1 -> 1.2.2 (rev2)

[igt-dev] [PATCH i-g-t] tests/kms_cursor_legacy: increase timeout for nonblocking flip wait
 2020-02-21 13:31 UTC  (6+ messages)

[master/zeus/thud][PATCH] ti-cgt-arm: skip file-rdeps as this package is precompiled
 2020-02-21 13:10 UTC 

[Xen-devel] [PATCH v2] x86/domain_page: implement pure per-vCPU mapping infrastructure
 2020-02-21 13:31 UTC  (4+ messages)

[PATCH net-next] net/mlx5: Fix header guard in rsc_dump.h
 2020-02-21 13:30 UTC  (2+ messages)

[PATCH v4 1/2] net: mdio: add ipq8064 mdio driver
 2020-02-21 13:28 UTC  (2+ messages)
` [PATCH v4 2/2] Documentation: devictree: Add ipq806x mdio bindings

[PATCH] hw/char/pl011: Output characters using best-effort mode
 2020-02-21 13:14 UTC  (9+ messages)

[PATCH v2 4/5] sched/pelt: Add a new runnable average signal
 2020-02-21 13:28 UTC  (9+ messages)
` [PATCH v3 "

[PATCH RFC] ext4: fix potential race between online resizing and write operations
 2020-02-21 13:28 UTC  (7+ messages)

[LTP] [PATCH] doc: Add very simple library API writing guidelines docs
 2020-02-21 13:28 UTC  (2+ messages)

[PATCH v4 0/5] remove runnable_load_avg and improve group_classify
 2020-02-21 13:27 UTC  (6+ messages)
` [PATCH v4 1/5] sched/fair: Reorder enqueue/dequeue_task_fair path
` [PATCH v4 2/5] sched/numa: Replace runnable_load_avg by load_avg
` [PATCH v4 3/5] sched/pelt: Remove unused runnable load average
` [PATCH v4 4/5] sched/pelt: Add a new runnable average signal
` [PATCH v4 5/5] sched/fair: Take into account runnable_avg to classify group

[PATCH 11/19] afs: Support fsinfo() [ver #16]
 2020-02-21 13:26 UTC  (6+ messages)
` [PATCH 00/19] VFS: Filesystem information and notifications "

[PATCH] drm/sun4i: tcon: Support LVDS on the A33
 2020-02-21 13:26 UTC  (3+ messages)

[RFC PATCH v2 00/13] SCMI Notifications Core Support
 2020-02-21 13:25 UTC  (4+ messages)
` [RFC PATCH v2 07/13] firmware: arm_scmi: Add notification dispatch and delivery

[PATCH v3 0/8] do not store GPU address in TTM
 2020-02-21 13:27 UTC  (4+ messages)
` [PATCH 2/8] drm/radeon: don't use ttm bo->offset

[PATCH -next] drm/amd/display: remove set but not used variable 'mc_vm_apt_default'
 2020-02-21 13:24 UTC 

[PATCH 0/3] Clean up supported flags for ioctls
 2020-02-21 13:24 UTC  (8+ messages)
` [PATCH 1/3] btrfs: define support masks for ioctl volume args v2
` [PATCH 2/3] btrfs: use ioctl args support mask for subvolume create/delete
` [PATCH 3/3] btrfs: use ioctl args support mask for device delete

[PATCH 1/3] regulator: max14577: Add proper dt-compatible strings
 2020-02-21 13:23 UTC  (5+ messages)

[PATCH 1/2] btrfs: Remove superflous lock acquisition in __del_reloc_root
 2020-02-21 13:23 UTC  (5+ messages)
` [PATCH 2/2] btrfs: Use list_for_each_entry_safe in free_reloc_roots
  ` [PATCH v2 "

[PATCH 0/3] KVM: arm64: Ask the compiler to __always_inline functions used by KVM at HYP
 2020-02-21 13:22 UTC  (5+ messages)
` [PATCH 3/3] "

[PATCH] ASoC: ti: Allocate dais dynamically for TDM and audio graph card
 2020-02-21 13:20 UTC  (13+ messages)

[perf/x86] 81ec3f3c4c: will-it-scale.per_process_ops -5.5% regression
 2020-02-21 13:20 UTC  (5+ messages)
  ` [LKP] "

[PATCH] spi: spidev: Fix CS polarity if GPIO descriptors are used
 2020-02-21 13:20 UTC  (4+ messages)

[PATCH] iommu/dmar: ignore devices with out-of-spec domain number
 2020-02-21 13:19 UTC  (2+ messages)

[PATCH 0/5] Support metric group constraint
 2020-02-21 13:18 UTC  (4+ messages)

[PATCH V2] selinux-testsuite: Allow nfs test script to close cleanly
 2020-02-21 13:18 UTC 

QA Cycle report for build (yocto-3.0.2.rc2)
 2020-02-21 13:18 UTC  (8+ messages)
    ` [yocto] "

[PATCH] iio: light: Simplify the current to lux LUT
 2020-02-21 13:17 UTC  (2+ messages)

[PATCH 1/1] net: usb: qmi_wwan: restore mtu min/max values after raw_ip switch
 2020-02-21 13:17 UTC 


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.