All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-18 09:42:43 to 2020-09-18 10:20:25 UTC [more...]

[PATCH v10 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-09-18 10:18 UTC  (26+ messages)
` [PATCH v10 01/13] mm: Define pasid in mm
` [PATCH v10 02/13] iommu/ioasid: Add ioasid references
` [PATCH v10 03/13] iommu/sva: Add PASID helpers
` [PATCH v10 04/13] arm64: mm: Pin down ASIDs for sharing mm with devices
` [PATCH v10 05/13] iommu/io-pgtable-arm: Move some definitions to a header
` [PATCH v10 06/13] arm64: cpufeature: Export symbol read_sanitised_ftr_reg()
` [PATCH v10 07/13] iommu/arm-smmu-v3: Move definitions to a header
` [PATCH v10 08/13] iommu/arm-smmu-v3: Share process page tables
` [PATCH v10 09/13] iommu/arm-smmu-v3: Seize private ASID
` [PATCH v10 10/13] iommu/arm-smmu-v3: Check for SVA features
` [PATCH v10 11/13] iommu/arm-smmu-v3: Add SVA device feature
` [PATCH v10 12/13] iommu/arm-smmu-v3: Implement iommu_sva_bind/unbind()
` [PATCH v10 13/13] iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops

[PATCH] spice: remove obsolete callback
 2020-09-18 10:19 UTC  (2+ messages)

[PATCH -next 0/9] rtlwifi: fix comparison to bool warnings
 2020-09-18 10:25 UTC  (10+ messages)
` [PATCH -next 1/9] rtlwifi: rtl8192ee: fix comparison to bool warning in hw.c
` [PATCH -next 2/9] rtlwifi: rtl8192c: fix comparison to bool warning in phy_common.c
` [PATCH -next 3/9] rtlwifi: rtl8192cu: fix comparison to bool warning in mac.c
` [PATCH -next 4/9] rtlwifi: rtl8821ae: fix comparison to bool warning in hw.c
` [PATCH -next 5/9] rtlwifi: rtl8821ae: fix comparison to bool warning in phy.c
` [PATCH -next 6/9] rtlwifi: rtl8192cu: fix comparison to bool warning in hw.c
` [PATCH -next 7/9] rtlwifi: rtl8192ce: "
` [PATCH -next 8/9] rtlwifi: rtl8192de: "
` [PATCH -next 9/9] rtlwifi: rtl8723be: "

[qemu-mainline test] 154127: regressions - trouble: blocked/fail/pass/preparing
 2020-09-18 10:17 UTC 

[PATCH] Add a comment in bios-tables-test.c to clarify the reason behind approach
 2020-09-18 10:14 UTC 

[PATCH V2 0/2] add QoS support for cpuidle system
 2020-09-18 18:17 UTC  (3+ messages)
` [PATCH V2 1/2] bindings: media: gpio-ir-receiver: add linux,autosuspend-period property
` [PATCH V2 2/2] media: rc: gpio-ir-recv: add QoS support for cpuidle system

[PATCH net-next 0/3] devlink show controller and external info
 2020-09-18 10:16 UTC  (6+ messages)
` [PATCH iproute2-next RESEND "
  ` [PATCH iproute2-next RESEND 1/3] devlink: Update kernel headers
  ` [PATCH iproute2-next RESEND 2/3] devlink: Show external port attribute
  ` [PATCH iproute2-next RESEND 3/3] devlink: Show controller number of a devlink port

[xen-unstable test] 154124: regressions - trouble: fail/pass/preparing/running
 2020-09-18 10:15 UTC 

[PATCH v10 0/7] vhost-user block device backend implementation
 2020-09-18 10:14 UTC  (5+ messages)
` [PATCH v10 1/7] libvhost-user: Allow vu_message_read to be replaced
` [PATCH v10 5/7] block/export: vhost-user block device backend server

[PATCH 0/9] barebox KASan support
 2020-09-18 10:15 UTC  (3+ messages)
` [PATCH 8/9] Add "

[PATCH] drm/amdgpu: Fix dead lock issue for vblank
 2020-09-18 10:15 UTC  (2+ messages)

[PATCH 0/3] fbdev: stop using compat_alloc_user_space
 2020-09-18 10:09 UTC  (12+ messages)
` [PATCH 1/3] fbdev: simplify fb_getput_cmap()
` [PATCH 2/3] fbdev: sbuslib: remove unused FBIOSCURSOR32 helper
` [PATCH 3/3] fbdev: sbuslib: remove compat_alloc_user_space usage

[PATCH -next v2] bcache: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-18 10:14 UTC  (2+ messages)

[PATCH] bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()
 2020-09-18 10:14 UTC  (2+ messages)

[RFC PATCH] locking/percpu-rwsem: use this_cpu_{inc|dec}() for read_count
 2020-09-18 10:12 UTC  (13+ messages)

[PATCH v32 00/12] /dev/random - a new approach with full SP800-90B compliance
 2020-09-18  9:53 UTC  (16+ messages)
` [PATCH v33 "
  ` [PATCH v35 00/13] /dev/random - a new approach
    ` [PATCH v35 01/13] Linux Random Number Generator
    ` [PATCH v35 02/13] LRNG - allocate one DRNG instance per NUMA node
    ` [PATCH v35 03/13] LRNG - sysctls and /proc interface
    ` [PATCH v35 04/13] LRNG - add switchable DRNG support
    ` [PATCH v35 05/13] LRNG - add common generic hash support
    ` [PATCH v35 06/13] crypto: DRBG - externalize DRBG functions for LRNG
    ` [PATCH v35 07/13] LRNG - add SP800-90A DRBG extension
    ` [PATCH v35 08/13] LRNG - add kernel crypto API PRNG extension
    ` [PATCH v35 09/13] crypto: provide access to a static Jitter RNG state
    ` [PATCH v35 10/13] LRNG - add Jitter RNG fast noise source
    ` [PATCH v35 11/13] LRNG - add SP800-90B compliant health tests
    ` [PATCH v35 12/13] LRNG - add interface for gathering of raw entropy
    ` [PATCH v35 13/13] LRNG - add power-on and runtime self-tests

[PATCH v4 00/14] mac80211 encapsulation offload / performance patches
 2020-09-18 10:11 UTC  (9+ messages)
` [PATCH v4 02/14] mac80211: check and refresh aggregation session in encap offload tx
` [PATCH v4 03/14] mac80211: skip encap offload for tx multicast/control packets
` [PATCH v4 05/14] mac80211: rework tx encapsulation offload API
` [PATCH v4 07/14] mac80211: remove tx status call to ieee80211_sta_register_airtime

[rcu:rcu/next] BUILD SUCCESS 4ad1536d5b19b769f326a2ef9f9572a0084ebefe
 2020-09-18 10:10 UTC 

[PATCH] bus: mhi: Remove auto-start option
 2020-09-18 10:16 UTC 

next/master build: 228 builds: 17 failed, 211 passed, 1465 errors, 635 warnings (next-20200918)
 2020-09-18 10:10 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD REGRESSION a1a5ff43a84f142f449aa78dbf2ab6acd2614e32
 2020-09-18 10:10 UTC 

[PATCH leds v2 00/50] Start moving parsing of `linux,default-trigger` to LED core (a cleanup of LED drivers)
 2020-09-18 10:10 UTC  (6+ messages)
` [PATCH leds v2 05/50] leds: various: guard of_match_table member value with of_match_ptr

[PATCH v3] ptp: mark symbols static where possible
 2020-09-18 10:09 UTC 

[PATCH v2] docs: simplify and clarify the platform support rules
 2020-09-18 10:06 UTC  (2+ messages)

Why QEMU translates one instruction to a TB?
 2020-09-18 10:04 UTC  (2+ messages)
    ` 回复: "

[dpdk-dev] [PATCH] test/event_crypto_adapter: fix conf issue
 2020-09-18 10:08 UTC  (2+ messages)

[Bug 1896096] [NEW] Git version: Build process is broken in block_curl.c.o
 2020-09-18  9:59 UTC  (3+ messages)
` [Bug 1896096] "

[Linux-kernel-mentees] checkpatch.pl investigation: NO_AUTHOR_SIGN_OFF issues
 2020-09-18 10:06 UTC 

[PATCH 0/1] Use memset_io to access I/O memory
 2020-09-18 10:05 UTC  (6+ messages)
` [PATCH] ASoC: "

[PATCH v16 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP
 2020-09-18 10:06 UTC  (3+ messages)

[PATCH printk 0/3] printk: move dictionaries to meta data
 2020-09-18 10:06 UTC  (4+ messages)
` [PATCH printk 1/3] printk: move printk_info into separate array

resolve_btfids breaks kernel cross-compilation
 2020-09-18 10:05 UTC  (6+ messages)

[V9fs-developer] [PATCH RFC 4/4] 9p: fix race issue in fid contention
 2020-09-18 10:05 UTC  (6+ messages)
`  "

[PATCH v3 0/5] Qemu SEV-ES guest support
 2020-09-18 10:00 UTC  (5+ messages)

[PATCH 0/3] hwmon: (lm75) Add regulator support
 2020-09-18 10:04 UTC  (7+ messages)
` [PATCH 3/3] "

[dpdk-dev] [PATCH] net/iavf: fix link status
 2020-09-18  9:47 UTC 

[PATCH 00/13] mm: clean up some lru related pieces
 2020-09-18 10:05 UTC  (4+ messages)
` [PATCH 01/13] mm: use add_page_to_lru_list()

[PATCH v3 0/4] vhost-vsock: force virtio version 1
 2020-09-18 10:01 UTC  (7+ messages)
` [PATCH v3 2/4] vhost-vsock-pci: "
` [PATCH v3 3/4] vhost-user-vsock-pci: "

[PATCH 1/4] imx/esdctl: reorder some function declarations to be sorted by SoC
 2020-09-18 10:03 UTC  (3+ messages)
` [PATCH 4/4] arm/boards: Add IMD_USED_OF for a few boards

[PATCH -next] i2c: efm32: Use devm_platform_get_and_ioremap_resource()
 2020-09-18 10:01 UTC  (3+ messages)

[PATCH v9 0/7] IOMMU user API enhancement
 2020-09-18 10:02 UTC  (6+ messages)
` [PATCH v9 3/7] iommu/uapi: Introduce enum type for PASID data format

QEMU 5.0 virtio-blk performance regression with high queue depths
 2020-09-18  9:59 UTC  (6+ messages)

[PATCH] ocxl: fix kconfig dependency warning for OCXL
 2020-09-18  9:41 UTC  (2+ messages)

BPF redirect API design issue for BPF-prog MTU feedback?
 2020-09-18 10:00 UTC  (4+ messages)

[PATCH v3 00/16] arm/arm64: Turning IPIs into normal interrupts
 2020-09-18  9:58 UTC  (4+ messages)
` [PATCH v3 08/16] irqchip/gic: Configure SGIs as standard interrupts

[PATCH v10 00/13] i440fx/acpi: addition of feature and bug fixes
 2020-09-18  9:55 UTC  (2+ messages)

[Intel-gfx] [PATCH v9 0/8] Asynchronous flip implementation for i915
 2020-09-18  9:58 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Asynchronous flip implementation for i915 (rev11)

[PATCH] ALSA: compat_ioctl: avoid compat_alloc_user_space
 2020-09-18  9:56 UTC  (2+ messages)

[PATCH 0/5] staging: vchiq: stop using compat_alloc_user_space
 2020-09-18  9:54 UTC  (12+ messages)
` [PATCH 1/5] staging: vchiq: rework compat handling
` [PATCH 2/5] staging: vchiq: convert compat create_service
` [PATCH 3/5] staging: vchiq: convert compat dequeue_message
` [PATCH 4/5] staging: vchiq: convert compat bulk transfer
` [PATCH 5/5] staging: vchiq: convert compat await_completion

[PATCH v5 0/2] Fix dead loop in ext4_mb_new_blocks
 2020-09-18  9:56 UTC  (4+ messages)
` [PATCH v5 1/2] ext4: Discard preallocations before releasing group lock

[v2, 0/2] ptp_qoriq: support FIPER3
 2020-09-18  9:48 UTC  (3+ messages)
` [v2, 1/2] dt-binding: ptp_qoriq: support fsl,tmr-fiper3 property
` [v2, 2/2] ptp_qoriq: support FIPER3

[dpdk-dev] [PATCH v3] net/virtio: fix wrong variable assignment in helper macro
 2020-09-18  9:55 UTC  (2+ messages)
` [dpdk-dev] [PATCH v5] "

[PATCH 0/2] ptp_qoriq: support FIPER3
 2020-09-18  9:54 UTC  (6+ messages)
` [PATCH 2/2] "

aplay: playing mono audio file alteres pulseaudio default Master left or right volume level
 2020-09-18  9:53 UTC 

[dpdk-dev] [PATCH] vhost: return ready when at least 1 vring is configured
 2020-09-18  9:53 UTC  (2+ messages)

[PATCH] bcache: allow allocator to invalidate bucket in gc
 2020-09-18  9:53 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] util: include the target address in socket connect failures
 2020-09-18  9:52 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/uc: tune down GuC communication enabled/disabled messages
 2020-09-18  9:53 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/uc: tune down GuC communication enabled/disabled messages (rev2)

[PATCH 1/3] drm/amdgpu: add helper function for indirect reg access (v3)
 2020-09-18  9:51 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu: switch to indirect reg access helper
` [PATCH 3/3] drm/amdgpu: support indirect access reg outside of mmio bar (v2)

[PATCHv3 0/1] Optimize ext4 file overwrites - perf improvement
 2020-09-18  9:52 UTC  (3+ messages)
` [PATCHv3 1/1] ext4: Optimize file overwrites

[RFC v2 0/7] kvm: arm64: emulate ID registers
 2020-09-18  9:51 UTC  (4+ messages)

[PATCH 1/2] meson: remove shell wrapper for meson
 2020-09-18  9:50 UTC  (2+ messages)
` [PATCH 2/2] meson: set correct cpu and cpu-family for multilib SDKs

[dpdk-dev] [PATCH 0/1] vhost: fix iotlb mempool single-consumer flag
 2020-09-18  9:49 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 0/1] vhost: Make iotlb mempool not single-consumer
  ` [dpdk-dev] [PATCH v2 1/1] vhost: fix iotlb mempool single-consumer flag

[PATCH V4 00/10] Bail out if transaction can cause extent count to overflow
 2020-09-18  9:47 UTC  (11+ messages)
` [PATCH V4 01/10] xfs: Add helper for checking per-inode extent count overflow
` [PATCH V4 02/10] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V4 03/10] xfs: Check for extent overflow when punching a hole
` [PATCH V4 04/10] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V4 05/10] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V4 06/10] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V4 07/10] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V4 08/10] xfs: Check for extent overflow when remapping an extent
` [PATCH V4 09/10] xfs: Check for extent overflow when swapping extents
` [PATCH V4 10/10] xfs: Introduce error injection to reduce maximum inode fork extent count

[PATCH v2 1/9] powerpc/eeh: Rework EEH initialisation
 2020-09-18  9:30 UTC  (4+ messages)
` [PATCH v2 7/9] powerpc/pseries/eeh: Rework device EEH PE determination
` [PATCH v2 8/9] powerpc/pseries/eeh: Allow zero to be a valid PE configuration address
` [PATCH v2 9/9] powerpc/eeh: Clean up PE addressing

[PATCH v6 0/4] Add a vhost RPMsg API
 2020-09-18  9:47 UTC  (7+ messages)

Connection issue in OpenBMC image
 2020-09-18  9:47 UTC  (8+ messages)

[PATCH v2 00/37] kasan: add hardware tag-based mode for arm64
 2020-09-18  9:46 UTC  (7+ messages)
` [PATCH v2 20/37] kasan: rename tags.c to tags_sw.c

[PATCH 1/1] rng: stm32mp1: use log() instead of printf()
 2020-09-18  9:47 UTC  (3+ messages)

[PATCH] mtd: spi-nor: cadence: fix csqpi corruption in cqspi_set_protocol
 2020-09-18  9:46 UTC  (2+ messages)

[PATCH 1/4] mm: Trial do_wp_page() simplification
 2020-09-18  9:44 UTC  (11+ messages)

[PATCH] globalvar: allow running actions on set with globalvar_add_bool()
 2020-09-18  9:44 UTC  (2+ messages)

[PATCH v4] usb-serial:cp210x: add support to software flow control
 2020-09-18  9:42 UTC  (2+ messages)

[PATCH 0/1] bootm: Allow loading OP-TEE from FIT image
 2020-09-18  9:42 UTC  (3+ messages)
` [PATCH 1/1] "


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.