All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-19 16:11:14 to 2021-11-19 16:49:11 UTC [more...]

[PATCH v5 0/2] am: support --empty-commit=(die|skip|asis) option to am empty commits
 2021-11-19 16:49 UTC  (8+ messages)
` [PATCH v6 0/3] am: support --empty=(die|drop|keep) option to handle empty patches
  ` [PATCH v6 2/3] am: support --empty "

[PATCH 0/7] python: More fixes for 6.2
 2021-11-19 16:18 UTC  (5+ messages)
` [PATCH 5/7] python/machine: handle "fast" QEMU terminations
` [PATCH 7/7] python/aqmp: fix send_fd_scm for python 3.6.x

[PATCH] xen/pvh: add missing prototype to header
 2021-11-19 16:47 UTC  (2+ messages)

[RFC PATCH 0/4] namespacefs: Proof-of-Concept
 2021-11-19 16:47 UTC  (7+ messages)

[git:media_stage/master] media: dib0700: fix undefined behavior in tuner shutdown
 2021-11-19 16:22 UTC 

[PATCH v2 mptcp-next 0/7] mptcp: improve accept() and disconnect()
 2021-11-19 16:47 UTC  (2+ messages)

[PATCH v2] Bluetooth: btusb: Add support for queuing during polling interval
 2021-11-19 16:46 UTC  (2+ messages)

[PATCH 0/12] RISC-V: Clean up the defconfigs
 2021-11-19 16:44 UTC  (26+ messages)
` [PATCH 01/12] RISC-V: defconfigs: Set CONFIG_FB=y, for FB console
` [PATCH 02/12] RISC-V: MAXPHYSMEM_2GB doesn't depend on CMODEL_MEDLOW
` [PATCH 03/12] RISC-V: defconfigs: Sort CONFIG_BPF_SYSCALL
` [PATCH 04/12] RISC-V: defconfigs: Sort CONFIG_SYSFS_SYSCALL
` [PATCH 05/12] RISC-V: defconfigs: Sort CONFIG_SOC_POLARFIRE
` [PATCH 06/12] RISC-V: defconfigs: Sort CONFIG_PTP_1588_CLOCK
` [PATCH 07/12] RISC-V: defconfigs: Sort CONFIG_MMC
` [PATCH 08/12] RISC-V: defconfigs: Sort CONFIG_SURFACE_PLATFORMS
` [PATCH 09/12] RISC-V: defconfigs: Sort CONFIG_BLK_DEV_BSG
` [PATCH 10/12] RISC-V: defconfigs: Remove redundant CONFIG_POWER_RESET
` [PATCH 11/12] RISC-V: defconfigs: Remove redundant CONFIG_EFI=y
` [PATCH 12/12] RISC-V: defconfigs: Remove redundant K210 DT source

[linux-linus test] 166190: tolerable FAIL - PUSHED
 2021-11-19 16:44 UTC 

Query about secondary_bu_reset implementation
 2021-11-19 16:45 UTC  (5+ messages)

[PATCH] powerpc/signal32: Use struct_group() to zero spe regs
 2021-11-19 16:42 UTC  (8+ messages)

[RFC v2 PATCH 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-19 16:00 UTC  (5+ messages)
` [RFC v2 PATCH 01/13] mm/shmem: Introduce F_SEAL_GUEST

[PATCH 01/11] mt76: mt7915: add comments about rx descriptor parsing
 2021-11-19 16:41 UTC  (3+ messages)

DPDK Release Status Meeting 2021-11-18
 2021-11-19 16:41 UTC 

[PATCH v2] net/nfb: update links in documentation
 2021-11-19 16:41 UTC  (2+ messages)

[PATCH for-6.2] Revert "arm: tcg: Adhere to SMCCC 1.3 section 5.2"
 2021-11-19 16:34 UTC 

[PATCH v2 0/2] test-lib: improve missing prereq handling
 2021-11-19 16:37 UTC  (7+ messages)
` [PATCH v2 2/2] test-lib: introduce required prereq for test runs

[RFC PATCH for-7.0 00/35] target/ppc fpu fixes and cleanups
 2021-11-19 16:05 UTC  (31+ messages)
` [PATCH 02/35] softfloat: Add flag specific to Inf - Inf
` [PATCH 07/35] softfloat: Add flag specific to signaling nans
` [PATCH 08/35] target/ppc: Update float_invalid_op_addsub for new flags
` [PATCH 09/35] target/ppc: Update float_invalid_op_mul "
` [PATCH 10/35] target/ppc: Update float_invalid_op_div "
` [PATCH 11/35] target/ppc: Move float_check_status from FPU_FCTI to translate
` [PATCH 12/35] target/ppc: Update float_invalid_cvt for new flags
` [PATCH 13/35] target/ppc: Fix VXCVI return value
` [PATCH 14/35] target/ppc: Remove inline from do_fri
` [PATCH 15/35] target/ppc: Use FloatRoundMode in do_fri
` [PATCH 16/35] target/ppc: Tidy inexact handling "
` [PATCH 17/35] target/ppc: Clean up do_fri
` [PATCH 18/35] target/ppc: Update fmadd for new flags
` [PATCH 19/35] target/ppc: Split out do_fmadd
` [PATCH 20/35] target/ppc: Do not call do_float_check_status from do_fmadd
` [PATCH 21/35] target/ppc: Split out do_frsp
` [PATCH 22/35] target/ppc: Update do_frsp for new flags
` [PATCH 23/35] target/ppc: Use helper_todouble in do_frsp
` [PATCH 24/35] target/ppc: Update sqrt for new flags
` [PATCH 25/35] target/ppc: Update xsrqpi and xsrqpxp to "
` [PATCH 26/35] target/ppc: Update fre "
` [PATCH 27/35] softfloat: Add float64r32 arithmetic routines
` [PATCH 28/35] target/ppc: Add helpers for fmadds et al
` [PATCH 29/35] target/ppc: Add helper for fsqrts
` [PATCH 30/35] target/ppc: Add helpers for fadds, fsubs, fdivs
` [PATCH 31/35] target/ppc: Add helper for fmuls
` [PATCH 32/35] target/ppc: Add helper for frsqrtes
` [PATCH 33/35] target/ppc: Update fres to new flags and float64r32
` [PATCH 34/35] target/ppc: Use helper_todouble/tosingle in helper_xststdcsp
` [PATCH 35/35] test/tcg/ppc64le: Add float reference files

[PATCH net-next 0/2] bpf: do not WARN in bpf_warn_invalid_xdp_action()
 2021-11-19 16:39 UTC  (3+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] bpf: let bpf_warn_invalid_xdp_action() report more info

[PATCH v2 0/2] drm: Support input-boosted panel self-refresh exit
 2021-11-19 16:44 UTC  (13+ messages)
` [PATCH v2 1/2] drm/input_helper: Add new input-handling helper

[PATCH 00/17] Add memberof(), split some headers, and slightly simplify code
 2021-11-19 16:37 UTC  (31+ messages)
          ` [Intel-gfx] "

Stochastic bisection support
 2021-11-19 16:39 UTC  (5+ messages)
` [PATCH 01/27] bisect: Fixup test rev-list-bisect/02

[PATCH v6] mmc: dw_mmc: Allow lower TMOUT value than maximum
 2021-11-19 16:39 UTC  (2+ messages)

[ANNOUNCE] xfsprogs 5.14.0 released
 2021-11-19 16:39 UTC 

[kvm-unit-tests PATCH v4 0/3] GIC ITS tests
 2021-11-19 16:37 UTC  (12+ messages)
` [kvm-unit-tests PATCH v4 1/3] arm64: remove invalid check from its-trigger test
` [kvm-unit-tests PATCH v4 2/3] arm64: enable its-migration tests for TCG
` [kvm-unit-tests PATCH v4 3/3] arch-run: do not process ERRATA when running under TCG

[PATCH] tests/avocado: ppc: Add smoke tests for MPC7400 and MPC7450 families
 2021-11-19 16:26 UTC  (3+ messages)

[PATCH v3 0/5] i915: Additional DG2 workarounds
 2021-11-19 16:36 UTC  (4+ messages)
` [PATCH v3 5/5] drm/i915/dg2: extend Wa_1409120013 to DG2
    ` [Intel-gfx] "

Sparsely populated TTM bos
 2021-11-19 16:35 UTC  (3+ messages)
` [Intel-gfx] "

[REGRESSION] 5.16rc1: SA_IMMUTABLE breaks debuggers
 2021-11-19 16:35 UTC  (11+ messages)

[igt-dev] [PATCH i-g-t] tests/amdgpu: Add test for AMD DP DSC
 2021-11-19 16:34 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[meta-ti][dunfell][PATCH] wic: revert grub-efi patch
 2021-11-19 16:34 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 0/3] GIC ITS tests
 2021-11-19 16:30 UTC  (7+ messages)

split up filter.rst v2
 2021-11-19 16:32 UTC  (6+ messages)
` [PATCH 1/5] x86, bpf: cleanup the top of file header in bpf_jit_comp.c
` [PATCH 2/5] bpf: remove a redundant comment on bpf_prog_free
` [PATCH 3/5] bpf, docs: prune all references to "internal BPF"
` [PATCH 4/5] bpf, docs: move handling of maps to Documentation/bpf/maps.rst
` [PATCH 5/5] bpf, docs: split general purpose eBPF documentation out of filter.rst

[RFC 0/5] arm64: imx8mm: Enable Hantro VPUs
 2021-11-19 16:29 UTC  (11+ messages)

[PATCH 00/13] dmaengine: at_xdmac: Various fixes
 2021-11-19 16:27 UTC  (4+ messages)
` [PATCH 02/13] tty: serial: atmel: Check return code of dmaengine_submit()

[Buildroot] [PATCH 1/1] linux: add dependency on host-libyaml for v5.16+
 2021-11-19 16:30 UTC  (2+ messages)

[PATCH] dev-manual: remove warning about += and :append
 2021-11-19 16:28 UTC 

[PATCH] ALSA: hda: Remove redundant runtime PM calls
 2021-11-19 16:27 UTC 

[PATCH 1/4] drm/amdkfd: replace asic_name with amdgpu_asic_name
 2021-11-19 16:28 UTC  (4+ messages)
` [PATCH 2/4] drm/amdkfd: add kfd_device_info_init function
` [PATCH 3/4] drm/amdkfd: move to dynamic device_info creation
` [PATCH 4/4] drm/amdkfd: remove hardcoded device_info structs

[PATCH] media: isl6421: fix possible uninitialized-variable access in isl6421_set_voltage()
 2021-11-19 16:28 UTC  (2+ messages)

[PATCH net-next] net: phylink: handle NA interface mode in phylink_fwnode_phy_connect()
 2021-11-19 16:28 UTC 

[PATCH v10 00/10 RESEND] use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace
 2021-11-19 16:21 UTC  (10+ messages)
` [PATCH v10 08/10] dyndbg: add print-to-tracefs, selftest with it - RFC

[PATCH] skbuff: Switch structure bounds to struct_group()
 2021-11-19 16:24 UTC  (3+ messages)

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-11-19 16:21 UTC  (13+ messages)
                      ` [dm-devel] "

[v4][PATCH 1/2] KVM: x86: don't print when fail to read/write pv eoi memory
 2021-11-19 16:19 UTC  (3+ messages)
` [v4][PATCH 2/2] KVM: Clear pv eoi pending bit only when it is set

[PATCH igt v3 0/4] msm: Add tests for gpu fault handling
 2021-11-19 16:19 UTC  (4+ messages)
  ` [igt-dev] "

[PATCH] arm64: dts: renesas: rzg2l-smarc-som: Enable serial NOR flash
 2021-11-19 16:19 UTC  (4+ messages)

[PATCH] media: dvb: Solve problem with Terratec cinergyT2 when removed and reconnected, or after sleep
 2021-11-19 16:19 UTC  (2+ messages)

[PATCH] can: bittiming: replace CAN units with the SI metric
 2021-11-19 16:18 UTC 

[GIT PULL] RISC-V Fixes for 5.16-rc2
 2021-11-19 16:18 UTC  (2+ messages)

[PATCH v4 0/2] Fix simple-bus issues with fw_devlink
 2021-11-19 16:16 UTC  (10+ messages)
` [PATCH v4 1/2] drivers: bus: simple-pm-bus: Add support for probing simple bus only devices

drivers/gpu/drm/amd/amdgpu/gfxhub_v1_1.c:54 gfxhub_v1_1_get_xgmi_info() warn: should '(((((((adev->virt.caps & (1 << 2)) && adev->gfx.rlc.funcs && adev->gfx.rlc.funcs->sriov_rreg)) ?adev->gfx.rlc.funcs->sriov_rreg(adev, adev->reg_offset[1][0][0] + 2425, 0
 2021-11-19 16:18 UTC 

[meta-oe][dunfell][PATCH v2] c-ares: Fix multiple security vulnerabilities
 2021-11-19 16:16 UTC 

[PATCH] media: dvb: mt352, change i2c read buffer from stack, to kernel space
 2021-11-19 16:17 UTC  (3+ messages)

Apply a52f8a59aef46b59753e583bf4b28fccb069ce64 to 5.15 through 4.19
 2021-11-19 16:16 UTC  (3+ messages)

[PATCH] drm/amdgpu: Fix double free of dmabuf
 2021-11-19 16:16 UTC  (3+ messages)

[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-19 16:16 UTC  (5+ messages)
` [PATCH v7 43/45] virt: Add SEV-SNP guest driver

[RFC PATCH v1] audit: log AUDIT_TIME_* records only from rules
 2021-11-19 16:15 UTC  (4+ messages)

[PATCH v1 0/3] Add NVIDIA Tegra114 support to video decoder driver
 2021-11-19 16:14 UTC  (11+ messages)
` [PATCH v1 1/3] media: staging: tegra-vde: Support reference picture marking

[igt-dev] [PATCH i-g-t v4 1/1] tests/gem_blits: Add no-reloc capability
 2021-11-19 16:14 UTC  (5+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for series starting with [i-g-t,v4,1/1] "
` [igt-dev] ✓ Fi.CI.IGT: success "

[PATCH 1/2] base64: Null terminate encoding
 2021-11-19 16:13 UTC 

[linux-lvm] Have tested dm-raid/lv mirroring with block guard on one leg but not the other, it fails to mirror the disk
 2021-11-19 16:12 UTC 

[PATCH v5 0/8] mm, dax: Introduce compound pages in devmap
 2021-11-19 16:12 UTC  (7+ messages)
` [PATCH v5 8/8] device-dax: compound devmap support

[PATCH v3 mptcp-next 0/4] TCP_INQ support
 2021-11-19 16:11 UTC  (3+ messages)

[paulmck-rcu:dev.2021.11.15a] BUILD SUCCESS f2a84e8af06cd9055250eea3e844d405c5ae94c5
 2021-11-19 16:10 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.