All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-10 16:08:00 to 2020-07-10 16:42:26 UTC [more...]

[PATCH 0/4] nfs-utils: nfs.conf features to enable use of machine-id as nfs4_unique_id
 2020-07-10 16:42 UTC  (4+ messages)
` [PATCH 1/4] nfs-utils: Factor out common structure cleanup calls
` [PATCH 2/4] nfs-utils: Enable the retrieval of raw config settings without expansion
` [PATCH 3/4] nfs-utils: Add support for further ${variable} expansions in nfs.conf

[PULL v2] Block layer patches
 2020-07-10 16:35 UTC  (3+ messages)
` [PATCH] fixup! qemu-img: Deprecate use of -b without -F

[PATCH v2] genpd: Fix up terminology with parent/child
 2020-07-10 16:41 UTC  (4+ messages)

[RFC PATCH v2 0/5] mm: extend memfd with ability to create "secret" memory areas
 2020-07-10 16:40 UTC  (4+ messages)
` [RFC PATCH v2 1/5] mm: make HPAGE_PxD_{SHIFT,MASK,SIZE} always available

user_access_{save,restore}() semantics
 2020-07-10 16:40 UTC  (2+ messages)

[RFC 00/65] target/riscv: support vector extension v0.9
 2020-07-10 16:27 UTC  (16+ messages)
` [RFC 01/65] target/riscv: fix rsub gvec tcg_assert_listed_vecop assertion
` [RFC 02/65] target/riscv: correct the gvec IR called in gen_vec_rsub16_i64()
` [RFC 03/65] target/riscv: fix return value of do_opivx_widen()
` [RFC 04/65] target/riscv: fix vill bit index in vtype register
` [RFC 05/65] target/riscv: remove vsll.vi, vsrl.vi, vsra.vi insns from using gvec

[PATCH 0/2] iotests: More _filter_img_create fixes
 2020-07-10 16:39 UTC  (4+ messages)
` [PATCH 1/2] iotests: Drop readarray from _do_filter_img_create
` [PATCH 2/2] iotests: Set LC_ALL=C for sort

[PATCH 0/3] Mediatek pinctrl patch on mt8192
 2020-07-10 16:39 UTC  (5+ messages)
` [PATCH 2/3] dt-bindings: pinctrl: mt8192: add binding document

[PATCH] MAINTAIERS: Add John Ogness as printk reviewer
 2020-07-10 16:40 UTC  (2+ messages)

[PULL 0/1] 9p fixes for 5.1 2020-07-10
 2020-07-10 16:35 UTC 

[PATCH v1 0/1] dt-bindings: net: dsa: Add DSA yaml binding
 2020-07-10 16:39 UTC  (3+ messages)
` [PATCH v1 1/1] "

[GIT PULL] Kselftest fixes update for Linux 5.8-rc5
 2020-07-10 16:39 UTC 

[PATCH v8 4/4] kasan: update documentation for generic kasan
 2020-07-10 16:27 UTC  (3+ messages)

[RFC 0/3] x86: fix cpu hotplug with secure boot
 2020-07-10 16:17 UTC  (4+ messages)
` [RFC 1/3] x86: lpc9: let firmware negotiate CPU hotplug SMI feature
` [RFC 2/3] x86: cphp: prevent guest crash on CPU hotplug when broadcast SMI is in use
` [RFC 3/3] x68: acpi: trigger SMI before scanning for hotplugged CPUs

[PATCH v4 00/40] testing/next (vm, gitlab, fixes)
 2020-07-10 16:26 UTC  (6+ messages)
` [PATCH v4 36/40] gitlab: split build-disabled into two phases

[PATCH] gtk-icon-cache.bbclass: update RDEPENDS
 2020-07-10 16:37 UTC  (4+ messages)
` [OE-core] "

[PATCH v7 0/5] remoteproc: qcom: PIL info support
 2020-07-10 16:35 UTC  (7+ messages)
` [PATCH v7 1/5] dt-bindings: remoteproc: Add Qualcomm PIL info binding
` [PATCH v7 2/5] remoteproc: qcom: Introduce helper to store pil info in IMEM
` [PATCH v7 3/5] remoteproc: qcom: Update PIL relocation info on load

[dpdk-dev] [PATCH] net/enic: support burst mode info
 2020-07-10 16:35 UTC  (2+ messages)

[PATCH bpf v2] xsk: fix memory leak and packet loss in Tx skb path
 2020-07-10 16:34 UTC  (2+ messages)

[PATCH v11 00/34] Add subcluster allocation to qcow2
 2020-07-10 16:13 UTC  (35+ messages)
` [PATCH v11 01/34] qcow2: Make Qcow2AioTask store the full host offset
` [PATCH v11 02/34] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()
` [PATCH v11 03/34] qcow2: Add calculate_l2_meta()
` [PATCH v11 04/34] qcow2: Split cluster_needs_cow() out of count_cow_clusters()
` [PATCH v11 05/34] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
` [PATCH v11 06/34] qcow2: Add get_l2_entry() and set_l2_entry()
` [PATCH v11 07/34] qcow2: Document the Extended L2 Entries feature
` [PATCH v11 08/34] qcow2: Add dummy has_subclusters() function
` [PATCH v11 09/34] qcow2: Add subcluster-related fields to BDRVQcow2State
` [PATCH v11 10/34] qcow2: Add offset_to_sc_index()
` [PATCH v11 11/34] qcow2: Add offset_into_subcluster() and size_to_subclusters()
` [PATCH v11 12/34] qcow2: Add l2_entry_size()
` [PATCH v11 13/34] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [PATCH v11 14/34] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
` [PATCH v11 15/34] qcow2: Add qcow2_get_subcluster_range_type()
` [PATCH v11 16/34] qcow2: Add qcow2_cluster_is_allocated()
` [PATCH v11 17/34] qcow2: Add cluster type parameter to qcow2_get_host_offset()
` [PATCH v11 18/34] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
` [PATCH v11 19/34] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
` [PATCH v11 20/34] qcow2: Add subcluster support to calculate_l2_meta()
` [PATCH v11 21/34] qcow2: Add subcluster support to qcow2_get_host_offset()
` [PATCH v11 22/34] qcow2: Add subcluster support to zero_in_l2_slice()
` [PATCH v11 23/34] qcow2: Add subcluster support to discard_in_l2_slice()
` [PATCH v11 24/34] qcow2: Add subcluster support to check_refcounts_l2()
` [PATCH v11 25/34] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [PATCH v11 26/34] qcow2: Clear the L2 bitmap when allocating a compressed cluster
` [PATCH v11 27/34] qcow2: Add subcluster support to handle_alloc_space()
` [PATCH v11 28/34] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
` [PATCH v11 29/34] qcow2: Add subcluster support to qcow2_measure()
` [PATCH v11 30/34] qcow2: Add prealloc field to QCowL2Meta
` [PATCH v11 31/34] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
` [PATCH v11 32/34] qcow2: Allow preallocation and backing files if extended_l2 is set
` [PATCH v11 33/34] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters
` [PATCH v11 34/34] iotests: Add tests for qcow2 images with extended L2 entries

[PATCH] doc: driver-model: Update SPI migration status
 2020-07-10 16:32 UTC 

[PATCH RFC 0/3] IB CM tracepoints
 2020-07-10 16:32 UTC  (3+ messages)

[net-next PATCH v5 0/6] ACPI support for dpaa2 MAC driver
 2020-07-10 16:31 UTC  (7+ messages)
` [net-next PATCH v5 1/6] Documentation: ACPI: DSD: Document MDIO PHY
` [net-next PATCH v5 2/6] net: phy: introduce device_mdiobus_register()
` [net-next PATCH v5 3/6] net/fsl: use device_mdiobus_register()
` [net-next PATCH v5 4/6] net: phy: introduce phy_find_by_mdio_handle()
` [net-next PATCH v5 5/6] phylink: introduce phylink_fwnode_phy_connect()
` [net-next PATCH v5 6/6] net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver

"git rm" could be safer and have a better help msg
 2020-07-10 16:31 UTC  (5+ messages)

[PATCH v5 0/2] shtc1: add support for device tree bindings
 2020-07-10 16:31 UTC  (3+ messages)
` [PATCH v5 2/2] devicetree: hwmon: shtc1: Add sensirion,shtc1.yaml

[PATCH 1/1] tty: serial: owl: Initialize lock before registering port
 2020-07-10 16:30 UTC  (7+ messages)

[PATCH v2 0/6] interconnect: qcom: Misc bcm-voter changes and fixes
 2020-07-10 16:31 UTC  (3+ messages)
` [PATCH v2 2/6] dt-bindings: interconnect: Add property to set BCM TCS wait behavior

[RFC PATCH] irqchip/gic: Implement irq_chip->irq_retrigger()
 2020-07-10 16:29 UTC  (3+ messages)

[PATCH v3 0/9] KVM: Support guest MAXPHYADDR < host MAXPHYADDR
 2020-07-10 16:30 UTC  (6+ messages)
` [PATCH v3 4/9] KVM: x86: rename update_bp_intercept to update_exception_bitmap
` [PATCH v3 5/9] KVM: x86: update exception bitmap on CPUID changes

[PATCH v2 0/6] devres: provide and use devm_krealloc()
 2020-07-10 16:30 UTC  (7+ messages)
` [PATCH v2 4/6] devres: handle zero size in devm_kmalloc()

[Intel-gfx] [PATCH] drm/i915/gt: Be defensive in the face of false CS events
 2020-07-10 16:29 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/gt: Be defensive in the face of false CS events (rev5)

[igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Add igt_assert when the failing of PSR2 enabling
 2020-07-10 16:29 UTC  (2+ messages)

[PATCH v12 00/11] Guest Last Branch Recording Enabling
 2020-07-10 16:28 UTC  (7+ messages)
` [PATCH v12 07/11] KVM: vmx/pmu: Unmask LBR fields in the MSR_IA32_DEBUGCTLMSR emualtion

[PATCH] scsi: target: tcmu: add compat mode for 32bit userspace on 64bit kernel
 2020-07-10 16:26 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/9] net/dpaa2: remove Rx timestamp enable PMD API
 2020-07-10 16:21 UTC  (9+ messages)
` [dpdk-dev] [PATCH 2/9] net/dpaa2: support per port Rx mbuf timestamp
` [dpdk-dev] [PATCH 3/9] net/dpaa: add Tx/Rx burst mode info
` [dpdk-dev] [PATCH 4/9] net/dpaa2: "
` [dpdk-dev] [PATCH 5/9] net/dpaa: report error on using deferred start
` [dpdk-dev] [PATCH 6/9] net/dpaa2: report error on queue "
` [dpdk-dev] [PATCH 7/9] net/dpaa2: add support to use Tx Queue desc size
` [dpdk-dev] [PATCH 8/9] net/dpaa2: support Rxq and Txq info routines
` [dpdk-dev] [PATCH 9/9] net/dpaa: "

[PATCH 0/6] Add support for ipq8064 tsens
 2020-07-10 16:26 UTC  (4+ messages)
` [PATCH 3/6] dt-bindings: thermal: tsens: document ipq8064 bindings

[PATCH v8 3/4] kasan: add tests for call_rcu stack recording
 2020-07-10 16:25 UTC  (3+ messages)

[PATCH v8 2/4] kasan: record and print the free track
 2020-07-10 16:24 UTC  (3+ messages)

[PATCH v8 1/4] rcu: kasan: record and print call_rcu() call stack
 2020-07-10 16:24 UTC  (3+ messages)

[PATCH v3 00/17] efi_loader: add capsule update support
 2020-07-10 16:25 UTC  (7+ messages)
` [PATCH v3 04/17] common: update: add a generic interface for FIT image
` [PATCH v3 05/17] dfu: export dfu_list
` [PATCH v3 06/17] efi_loader: add option to initialise EFI subsystem early

[PATCH v8 0/4] kasan: memorize and print call_rcu stack
 2020-07-10 16:21 UTC  (3+ messages)

[PATCH 3/5] vfio/pci: add qat devices to blocklist
 2020-07-10 16:22 UTC  (4+ messages)

[PATCH v1] regmap: Switch to use fwnode instead of OF one
 2020-07-10 16:22 UTC  (9+ messages)

[PATCH net-next 00/13] mlxsw: Add support for buffer drops mirroring
 2020-07-10 16:22 UTC  (6+ messages)
` [PATCH net-next 01/13] net: sched: Pass qdisc reference in struct flow_block_offload

[dpdk-dev] [PATCH v2] mempool/ring: add support for new ring sync modes
 2020-07-10 16:21 UTC  (2+ messages)
` [dpdk-dev] [PATCH v3] "

[MPTCP] Re: [RFC PATCH 5/5] subflow: do not create child subflow for fallback MP_JOIN
 2020-07-10 16:21 UTC 

ANN: SELinux userspace release 2020-07-10 / 3.1
 2020-07-10 16:20 UTC 

[PATCH v3 1/2] riscv: Add STACKPROTECTOR supported
 2020-07-10 16:19 UTC  (4+ messages)
` [PATCH v3 2/2] riscv: Enable per-task stack canaries

[PATCH RFC 0/3] io_uring: add restrictions to support untrusted applications and guests
 2020-07-10 16:20 UTC  (3+ messages)

[Intel-gfx] [RFC 00/60] DG1 LMEM enabling
 2020-07-10 16:20 UTC  (3+ messages)
` [Intel-gfx] [RFC 35/60] drm/i915/query: Expose memory regions through the query uAPI

[PATCH 0/2] mm/migrate: optimize migrate_vma_setup() for holes
 2020-07-10 16:19 UTC  (5+ messages)
` [PATCH 1/2] "

[Bug 208513] New: Radeon RX480 graphics freeze with RIP: 0010:amdgpu_dm_atomic_commit_tail+0x273/0x1100 [amdgpu]
 2020-07-10 16:19 UTC  (2+ messages)
` [Bug 208513] "

[meta-python][PATCHv2] python3-pybind11: Use cmake to build and add -native version
 2020-07-10 16:19 UTC 

[dunfel 00/32] Patch review
 2020-07-10 16:18 UTC  (8+ messages)
` [dunfel 03/32] jsoncpp: upgrade 1.9.2 -> 1.9.3
  ` [oe] "

[dpdk-dev] [PATCH] doc: mark internal symbols in ethdev
 2020-07-10 16:17 UTC  (4+ messages)

[PATCH] Update the cil docs to match the current behaviour
 2020-07-10 16:17 UTC  (3+ messages)
` [PATCH v2] "

[dpdk-dev] [PATCH] pci: keep API compatibility with mmap values
 2020-07-10 16:17 UTC  (3+ messages)

[PATCH v3 0/3] devres: provide and use devm_krealloc()
 2020-07-10 16:15 UTC  (8+ messages)
` [PATCH v3 1/3] devres: provide devm_krealloc()
` [PATCH v3 2/3] hwmon: pmbus: use more devres helpers
` [PATCH v3 3/3] iio: adc: xilinx-xadc: use devm_krealloc()

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD REGRESSION 82d86fc0d11e1bf0c840b4769fd7715dd3f68829
 2020-07-10 16:16 UTC 

[PATCH v5 0/6] PCI: uniphier: Add features for UniPhier PCIe host controller
 2020-07-10 16:14 UTC  (8+ messages)
` [PATCH v5 2/6] PCI: uniphier: Add misc interrupt handler to invoke PME and AER

ptrace: seccomp: Return value when the call was already invalid
 2020-07-10 16:14 UTC  (9+ messages)

[PATCH RESEND v7 00/11] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-07-10 16:14 UTC  (6+ messages)
` [PATCH v7 04/11] dmaengine: Introduce max SG list entries capability

[tpm2] Re: Loading certificate inside TPM
 2020-07-10 16:14 UTC 

[PATCH net-next] ptp: add debugfs support for IDT family of timing devices
 2020-07-10 15:41 UTC 

WARNING in fat12_ent_blocknr
 2020-07-10 16:14 UTC 

[PATCH] virtio_balloon: clear modern features under legacy
 2020-07-10 16:13 UTC  (2+ messages)

[Ksummit-discuss] [PATCH v2] CodingStyle: Inclusive Terminology
 2020-07-10 16:13 UTC  (5+ messages)
    ` [Tech-board-discuss] "
    `  "

[PATCH v3 0/7] arm64: Fix single-step handling and syscall tracing
 2020-07-10 16:11 UTC  (4+ messages)
` [PATCH v3 6/7] arm64: ptrace: Use NO_SYSCALL instead of -1 in syscall_trace_enter()

[PATCH 0/5] vfio/pci: add blocklist and disable qat
 2020-07-10 16:13 UTC  (4+ messages)

[PATCH for-5.1] file-posix: Mitigate file fragmentation with extent size hints
 2020-07-10 16:12 UTC  (3+ messages)

[tpm2] Re: NV index counter rollback
 2020-07-10 16:12 UTC 

[PATCH] MAINTAINERS: XDP: restrict N: and K:
 2020-07-10 16:12 UTC  (6+ messages)

[PATCH] pinctrl: qcom: Handle broken PDC dual edge case on sc7180
 2020-07-10 16:11 UTC  (5+ messages)

[Linux-kernel-mentees] [PATCH v2] net/bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()
 2020-07-10 16:09 UTC  (3+ messages)
` [Linux-kernel-mentees] [PATCH v3] "

[PATCH for-next/seccomp 0/3] Check ENOSYS under tracing
 2020-07-10 16:11 UTC  (3+ messages)

[PATCH 0/5] Continue xfs kmem cleanup - V2
 2020-07-10 16:11 UTC  (11+ messages)
` [PATCH V2 1/5] xfs: Remove kmem_zone_alloc() usage
` [PATCH V2 2/5] xfs: Remove kmem_zone_zalloc() usage
` [PATCH V3 3/5] xfs: Modify xlog_ticket_alloc() to use kernel's MM API
` [PATCH 4/5] xfs: remove xfs_zone_{alloc,zalloc} helpers
` [PATCH 5/5] xfs: Remove xfs_da_state_alloc() helper

[PATCH v4 1/2] scan: refactor to use wiphy radio work queue
 2020-07-10 16:10 UTC  (2+ messages)
` [PATCH v4 2/2] netdev: use wiphy radio work queue for connections

[dpdk-dev] [PATCH] app/procinfo: enhance port and mempool info
 2020-07-10 16:06 UTC 

Linux kernel in-tree Rust support
 2020-07-10 16:10 UTC  (4+ messages)

[PATCH v3] PCI: aardvark: Don't touch PCIe registers if no card connected
 2020-07-10 16:08 UTC  (3+ messages)

[PATCH v5 00/16] md/raid5: set STRIPE_SIZE as a configurable value
 2020-07-10 16:09 UTC  (6+ messages)

[PATCH] cdc-acm: acm_init: Set initial BAUD to B0
 2020-07-10 16:08 UTC  (6+ messages)

[Bug 208357] snd-usb-audio broken for 06f8:b000 since 4.9.189
 2020-07-10 16:08 UTC 

[PATCH] ALSA: usb-audio: Fix race against the error recovery URB submission
 2020-07-10 16:06 UTC 

[PATCH v2 0/8] additional "ima-measurement" support
 2020-07-10 16:00 UTC  (2+ messages)
` [PATCH v2 7/8] ima-evm-utils: optionally verify the template data file signature


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.