All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-13 13:36:22 to 2021-07-13 14:20:36 UTC [more...]

[PATCH v2 0/8] My AVIC patch queue
 2021-07-13 14:20 UTC 

[dpdk-dev] [PATCH] dmadev: introduce DMA device library
 2021-07-13 14:19 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2] "
` [dpdk-dev] [PATCH v3] "

[PATCH v2] meson: fix condition for io_uring stubs
 2021-07-13 13:54 UTC  (2+ messages)

[PULL 00/12] Linux user for 6.1 patches
 2021-07-13 13:41 UTC  (13+ messages)
` [PULL 01/12] linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)
` [PULL 02/12] linux-user/sparc: Rename target_errno.h -> target_errno_defs.h
` [PULL 03/12] linux-user: Extract target errno to 'target_errno_defs.h'
` [PULL 04/12] linux-user/alpha: Move errno definitions "
` [PULL 05/12] linux-user/hppa: "
` [PULL 06/12] linux-user/mips: "
` [PULL 07/12] linux-user: Simplify host <-> target errno conversion using macros
` [PULL 08/12] linux-user/syscall: Remove ERRNO_TABLE_SIZE check
` [PULL 09/12] fd-trans: Fix race condition on reallocation of the translation table
` [PULL 10/12] linux-user: update syscall_nr.h to Linux v5.13
` [PULL 11/12] linux-user, mips: update syscall-args-o32.c.inc "
` [PULL 12/12] linux-user: update syscall.tbl "

[PATCH] stubdom: foreignmemory: Fix build after 0dbb4be739c5
 2021-07-13 14:19 UTC  (12+ messages)

[LTP] [PATCH v4 0/5] controllers/memcg: fixes for newer kernels
 2021-07-13 14:17 UTC  (5+ messages)
` [LTP] [PATCH v4 4/5] controllers/memcg: increase memory limit in subgroup charge

[RFC PATCH v2 0/1] Relax restrictions on user.* xattr
 2021-07-13 14:17 UTC  (12+ messages)
` [PATCH v2 1/1] xattr: Allow user.* xattr on symlink and special files
                    ` [Virtio-fs] "

[PATCH qemu] ppc/vof: Fix Coverity issues
 2021-07-13 13:46 UTC 

[LTP] [PATCH v4 0/7] Run tests in CI
 2021-07-13 14:16 UTC  (5+ messages)
` [LTP] [PATCH v4 4/7] lib: Add script for running tests

[PATCHv3 bpf-next 0/7] bpf, x86: Add bpf_get_func_ip helper
 2021-07-13 14:15 UTC  (6+ messages)
` [PATCHv3 bpf-next 7/7] selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probe

[PULL 00/22] Crypto and more patches
 2021-07-13 13:45 UTC  (3+ messages)

[PATCHv2] configs: am65x_evm: Switch envboot out for distro_bootcmd
 2021-07-13 14:11 UTC 

[dpdk-dev] [PATCH 1/2] security: enforce semantics for Tx inline processing
 2021-07-13 14:08 UTC  (13+ messages)

[PATCH] Remove analogy support
 2021-07-13 14:08 UTC  (3+ messages)

[PATCH for-6.2 00/34] target/arm: Third slice of MVE implementation
 2021-07-13 13:37 UTC  (35+ messages)
` [PATCH for-6.2 01/34] target/arm: Note that we handle VMOVL as a special case of VSHLL
` [PATCH for-6.2 02/34] target/arm: Print MVE VPR in CPU dumps
` [PATCH for-6.2 03/34] target/arm: Fix MVE VSLI by 0 and VSRI by <dt>
` [PATCH for-6.2 04/34] target/arm: Fix signed VADDV
` [PATCH for-6.2 05/34] target/arm: Fix mask handling for MVE narrowing operations
` [PATCH for-6.2 06/34] target/arm: Fix 48-bit saturating shifts
` [PATCH for-6.2 07/34] target/arm: Fix calculation of LTP mask when LR is 0
` [PATCH for-6.2 08/34] target/arm: Fix VPT advance when ECI is non-zero
` [PATCH for-6.2 09/34] target/arm: Factor out mve_eci_mask()
` [PATCH for-6.2 10/34] target/arm: Fix VLDRB/H/W for predicated elements
` [PATCH for-6.2 11/34] target/arm: Implement MVE VMULL (polynomial)
` [PATCH for-6.2 12/34] target/arm: Implement MVE incrementing/decrementing dup insns
` [PATCH for-6.2 13/34] target/arm: Factor out gen_vpst()
` [PATCH for-6.2 14/34] target/arm: Implement MVE integer vector comparisons
` [PATCH for-6.2 15/34] target/arm: Implement MVE integer vector-vs-scalar comparisons
` [PATCH for-6.2 16/34] target/arm: Implement MVE VPSEL
` [PATCH for-6.2 17/34] target/arm: Implement MVE VMLAS
` [PATCH for-6.2 18/34] target/arm: Implement MVE shift-by-scalar
` [PATCH for-6.2 19/34] target/arm: Move 'x' and 'a' bit definitions into vmlaldav formats
` [PATCH for-6.2 20/34] target/arm: Implement MVE integer min/max across vector
` [PATCH for-6.2 21/34] target/arm: Implement MVE VABAV
` [PATCH for-6.2 22/34] target/arm: Implement MVE narrowing moves
` [PATCH for-6.2 23/34] target/arm: Rename MVEGenDualAccOpFn to MVEGenLongDualAccOpFn
` [PATCH for-6.2 24/34] target/arm: Implement MVE VMLADAV and VMLSLDAV
` [PATCH for-6.2 25/34] target/arm: Implement MVE VMLA
` [PATCH for-6.2 26/34] target/arm: Implement MVE saturating doubling multiply accumulates
` [PATCH for-6.2 27/34] target/arm: Implement MVE VQABS, VQNEG
` [PATCH for-6.2 28/34] target/arm: Implement MVE VMAXA, VMINA
` [PATCH for-6.2 29/34] target/arm: Implement MVE VMOV to/from 2 general-purpose registers
` [PATCH for-6.2 30/34] target/arm: Implement MVE VPNOT
` [PATCH for-6.2 31/34] target/arm: Implement MVE VCTP
` [PATCH for-6.2 32/34] target/arm: Implement MVE scatter-gather insns
` [PATCH for-6.2 33/34] target/arm: Implement MVE scatter-gather immediate forms
` [PATCH for-6.2 34/34] target/arm: Implement MVE interleaving loads/stores

[dpdk-dev] [PATCH 1/4] ethdev: fix max Rx packet length
 2021-07-13 14:07 UTC  (7+ messages)
` [dpdk-dev] [PATCH 2/4] ethdev: move jumbo frame offload check to library
` [dpdk-dev] [PATCH 3/4] ethdev: move check to library for MTU set
` [dpdk-dev] [PATCH 4/4] ethdev: remove jumbo offload flag

[PATCH v2 0/4] drm/amd/display: Base changes for isolating FPU operation in a single place
 2021-07-13 14:06 UTC  (10+ messages)
` [PATCH v2 1/4] drm/amd/display: Introduce FPU directory inside DC
` [PATCH v2 2/4] drm/amd/display: Add FPU event trace
` [PATCH v2 3/4] drm/amd/display: Add control mechanism for FPU utilization
` [PATCH v2 4/4] drm/amd/display: Add DC_FP helper to check FPU state

[mm/vmalloc] 5c1f4e690e: BUG:sleeping_function_called_from_invalid_context_at_mm/page_alloc.c
 2021-07-13 14:24 UTC 

[LTP] [PATCH] [COMMITTED] lib/tst_bool_expr: Clear priv pointer on token insertion
 2021-07-13 14:06 UTC 

UML kernel panic on initialization
 2021-07-13 14:03 UTC  (6+ messages)

[PATCH] ASoC: codecs: wcd938x: make sdw dependency explicit in Kconfig
 2021-07-13 14:04 UTC  (2+ messages)

[PATCH v2] gpu: ipu-v3: use swap()
 2021-07-13 14:05 UTC 

[PATCH] configs: am65x_evm: Switch envboot out for distro_bootcmd
 2021-07-13 14:04 UTC  (3+ messages)

[PATCH] ieee802154: hwsim: fix memory leak in __pskb_copy_fclone
 2021-07-13 14:03 UTC  (3+ messages)

[PATCH 0/5] virtio: Parse virtio-device nodes from DT
 2021-07-13 14:03 UTC  (7+ messages)
` [PATCH 3/5] dt-bindings: i2c: Add bindings for i2c-virtio
` [PATCH 5/5] dt-bindings: gpio: Add bindings for gpio-virtio

[PATCHv6 0/3] GE Healthcare PPD firmware upgrade driver for ACHC
 2021-07-13 14:03 UTC  (3+ messages)
` [PATCHv6 1/3] dt-bindings: misc: ge-achc: Convert to DT schema format

[RFC PATCH 3/3 v0.2] sched/umcg: RFC: implement UMCG syscalls
 2021-07-13 14:02 UTC  (4+ messages)

[PATCH] ARM: configs: Update Vexpress defconfig
 2021-07-13 14:00 UTC  (6+ messages)

[RFC PATCH 0/6] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-07-13 14:01 UTC  (10+ messages)
` [RFC PATCH 2/6] i386/sev: extend sev-guest property to include SEV-SNP

[PATCH 0/3] kvm-arm64: Fix PMU reset values (and more)
 2021-07-13 13:59 UTC  (12+ messages)
` [PATCH 1/3] KVM: arm64: Narrow PMU sysreg reset values to architectural requirements
` [PATCH 2/3] KVM: arm64: Drop unnecessary masking of PMU registers
` [PATCH 3/3] KVM: arm64: Disabling disabled PMU counters wastes a lot of time

[V2] venus: venc: add support for V4L2_CID_MPEG_VIDEO_H264_8X8_TRANSFORM control
 2021-07-13 13:59 UTC 

zynqmpbif - sample
 2021-07-13 14:00 UTC  (7+ messages)

[PATCH blktests 0/2] zbd: Support dm-crypt
 2021-07-13 13:59 UTC  (3+ messages)
` [PATCH blktests 1/2] zbd/rc: "

[PATCH 00/24] btrfs: support idmapped mounts
 2021-07-13 13:59 UTC  (8+ messages)
` [PATCH 01/24] namei: handle mappings in lookup_one_len()
` [PATCH 02/24] namei: handle mappings in lookup_one_len_unlocked()

[Intel-gfx] [PATCH] drm/fb-helper: Try to protect cleanup against delayed setup
 2021-07-13 13:59 UTC  (2+ messages)
`  "

[PATCH] btrfs: Use next_leaf instead of next_item when slots > nritems
 2021-07-13 13:58 UTC 

[PATCH v1 1/3] kernel.h: Don't pollute header with single user macros
 2021-07-13 13:58 UTC  (8+ messages)
` [PATCH v1 3/3] kernel.h: Split out container_of() and typeof_memeber() macros

[PATCH 0/2] Add "BACKGROUND_COLOR" drm property
 2021-07-13 13:54 UTC  (10+ messages)
` [PATCH 1/2] drm: add crtc background color property

[PATCH 0/4] 5.14-rc1 mm/page_alloc.c stray patches
 2021-07-13 13:56 UTC  (5+ messages)
` [PATCH 1/4] mm/page_alloc: Avoid page allocator recursion with pagesets.lock held
` [PATCH 2/4] mm/page_alloc: correct return value when failing at preparing
` [PATCH 3/4] mm/page_alloc: Further fix __alloc_pages_bulk() return value
` [PATCH 4/4] Revert "mm/page_alloc: make should_fail_alloc_page() static"

[PATCH] drm/i915/gtt: drop the page table optimisation
 2021-07-13 13:55 UTC  (5+ messages)
` [Intel-gfx] "
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[patch V2 00/10] hrtimer: Reprogramming and clock_was_set() overhaul
 2021-07-13 13:39 UTC  (11+ messages)
` [patch V2 01/10] hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()
` [patch V2 02/10] hrtimer: Consolidate reprogramming code
` [patch V2 03/10] hrtimer: Ensure timerfd notification for HIGHRES=n
` [patch V2 04/10] hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y case
` [patch V2 05/10] timerfd: Provide timerfd_resume()
` [patch V2 06/10] timekeeping: Distangle resume and clock-was-set events
` [patch V2 07/10] time/timekeeping: Avoid invoking clock_was_set() twice
` [patch V2 08/10] hrtimer: Add bases argument to clock_was_set()
` [patch V2 09/10] hrtimer: Avoid unnecessary SMP function calls in clock_was_set()
` [patch V2 10/10] hrtimer: Avoid more "

[Buildroot] [PATCH] package/pango: bump to version 1.48.7
 2021-07-13 13:53 UTC 

[ovmf test] 163638: regressions - FAIL
 2021-07-13 13:53 UTC 

[Buildroot] [PATCH] package/nettle: bump to version 3.7.3
 2021-07-13 13:53 UTC 

[RFC net-next] net: extend netdev features
 2021-07-13 13:53 UTC  (3+ messages)

[Buildroot] [PATCH] package/harfbuzz: bump to version 2.8.2
 2021-07-13 13:53 UTC 

[PATCH v2] move_mount: allow to add a mount into an existing group
 2021-07-13 13:51 UTC 

[hardknott][PATCH v3] binutils: Fix CVE-2021-20197
 2021-07-13 13:49 UTC  (3+ messages)
` [hardknott][PATCH v4] "
  ` [OE-core] "

[PATCH] s390/vfio-ap: do not open code locks for VFIO_GROUP_NOTIFY_SET_KVM notification
 2021-07-13 13:48 UTC  (3+ messages)

[dpdk-dev] [PATCH 00/10] new features for ipsec and security libraries
 2021-07-13 13:35 UTC  (11+ messages)
` [dpdk-dev] [PATCH 01/10] security: add support for TSO on IPsec session
` [dpdk-dev] [PATCH 02/10] security: add UDP params for IPsec NAT-T
` [dpdk-dev] [PATCH 03/10] security: add ESN field to ipsec_xform
` [dpdk-dev] [PATCH 04/10] mbuf: add IPsec ESP tunnel type
` [dpdk-dev] [PATCH 05/10] ipsec: add support for AEAD algorithms
` [dpdk-dev] [PATCH 06/10] ipsec: add transmit segmentation offload support
` [dpdk-dev] [PATCH 07/10] ipsec: add support for NAT-T
` [dpdk-dev] [PATCH 08/10] ipsec: add support for SA telemetry
` [dpdk-dev] [PATCH 09/10] ipsec: add support for initial SQN value
` [dpdk-dev] [PATCH 10/10] ipsec: add ol_flags support

[PATCH] spl: Align device tree blob address at 8-byte boundary
 2021-07-13 13:47 UTC  (6+ messages)

[PATCH v3] kdb: Get rid of custom debug heap allocator
 2021-07-13 13:45 UTC  (4+ messages)

[PATCH 1/2] igc: don't rd/wr iomem when PCI is removed
 2021-07-13 13:45 UTC  (9+ messages)
` [PATCH 2/2] igc: wait for the MAC copy when enabled MAC passthrough
  ` [Intel-wired-lan] "

[dpdk-dev] [RFC 00/10] new features for ipsec and security libraries
 2021-07-13 13:32 UTC  (11+ messages)
` [dpdk-dev] [RFC 01/10] security: add support for TSO on IPsec session
` [dpdk-dev] [RFC 02/10] security: add UDP params for IPsec NAT-T
` [dpdk-dev] [RFC 03/10] security: add ESN field to ipsec_xform
` [dpdk-dev] [RFC 04/10] mbuf: add IPsec ESP tunnel type
` [dpdk-dev] [RFC 05/10] ipsec: add support for AEAD algorithms
` [dpdk-dev] [RFC 06/10] ipsec: add transmit segmentation offload support
` [dpdk-dev] [RFC 07/10] ipsec: add support for NAT-T
` [dpdk-dev] [RFC 08/10] ipsec: add support for SA telemetry
` [dpdk-dev] [RFC 09/10] ipsec: add support for initial SQN value
` [dpdk-dev] [RFC 10/10] ipsec: add ol_flags support

[PATCH] gpu: ipu-v3: use swap()
 2021-07-13 13:44 UTC  (3+ messages)

[PULL] drm-misc-fixes
 2021-07-13 13:44 UTC  (3+ messages)
  ` [Intel-gfx] "

[dpdk-dev] [PATCH v6 1/2] net/mlx5: support matching on the reserved field of VXLAN
 2021-07-13 13:44 UTC  (5+ messages)
` [dpdk-dev] [PATCH v7 0/2] support VXLAN header the last 8-bits matching
  ` [dpdk-dev] [PATCH v7 1/2] net/mlx5: support matching on the reserved field of VXLAN

[PATCH v3 2/4] drm/shmem-helper: Switch to vmf_insert_pfn
 2021-07-13 13:44 UTC  (4+ messages)
` [PATCH] "
    ` [Intel-gfx] "

[dpdk-dev] [PATCH] ethdev: avoid unregistering a non-allocated callback
 2021-07-13 13:42 UTC  (2+ messages)

[PATCH v2] drm/dp: Move panel DP AUX backlight support to drm_dp_helper
 2021-07-13 13:41 UTC  (3+ messages)

[PATCH v2 0/5] pin and gpio controller driver for Renesas RZ/G2L
 2021-07-13 13:37 UTC  (3+ messages)
` [PATCH v2 3/5] drivers: clk: renesas: r9a07g044-cpg: Add GPIO clock and reset entries

[dpdk-dev] [PATCH v7 1/7] event/cnxk: add Rx adapter support
 2021-07-13 13:36 UTC  (4+ messages)
` [dpdk-dev] [PATCH v8 "
  ` [dpdk-dev] [PATCH v8 7/7] event/cnxk: add Tx event vector fastpath

[GIT PULL] memory: tegra for v5.14, late fixes
 2021-07-13 13:36 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/1] lib/vhost: support async dequeue for split ring
 2021-07-13 13:36 UTC  (4+ messages)
` [dpdk-dev] [PATCH v5 0/4] "
  ` [dpdk-dev] [PATCH v5 2/4] examples/vhost: use a new API to query remaining ring space

[RFC PATCH 0/6] job: replace AioContext lock with job_mutex
 2021-07-13 13:32 UTC  (5+ messages)
` [RFC PATCH 2/6] job: _locked functions and public job_lock/unlock for next patch


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.