All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-07 16:18:48 to 2022-02-07 16:47:36 UTC [more...]

[PATCH] xfs: require an rcu grace period before inode recycle
 2022-02-07 16:36 UTC  (11+ messages)

[PATCH] gpg-interface: fix for gpgsm v2.3
 2022-02-07 16:38 UTC  (4+ messages)

[PATCH v2 0/7] VMX: nVMX: VMX control MSR fixes
 2022-02-07 16:42 UTC  (7+ messages)
` [PATCH v2 2/7] KVM: nVMX: Keep KVM updates to PERF_GLOBAL_CTRL ctrl bits across MSR write
` [PATCH v2 6/7] selftests: KVM: Add test for BNDCFGS VMX control MSR bits
` [PATCH v2 7/7] KVM: VMX: Use local pointer to vcpu_vmx in vmx_vcpu_after_set_cpuid()

[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-02-07 16:36 UTC  (9+ messages)
` [PATCH v6 25/64] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v6 26/64] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting

[PATCH 0/2] Add cat-file --batch-command flag
 2022-02-07 16:33 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 00/14] block: blockdev-del force=false
 2022-02-07 16:37 UTC  (2+ messages)
` [PATCH 06/14] block: bdrv_delete(): drop unnecessary zeroing

[PATCH] Staging: wfx: CHECK: usleep_range is preferred over udelay
 2022-02-07 16:46 UTC  (2+ messages)

[PATCH 00/23] drm: Fill in default values for plane properties
 2022-02-07 16:35 UTC  (29+ messages)
` [PATCH 01/23] drm/komeda: plane: switch to plane reset helper
` [PATCH 02/23] drm/tegra: "
` [PATCH 03/23] drm/tegra: hub: Fix zpos initial value mismatch
` [PATCH 04/23] drm/msm/mdp5: "
` [PATCH 05/23] drm/amd/display: Fix color encoding mismatch
` [PATCH 06/23] drm/object: Add drm_object_property_get_default_value() function
` [PATCH 07/23] drm/object: Add default zpos value at reset
` [PATCH 08/23] drm/tegra: plane: Remove redundant zpos initialisation
` [PATCH 09/23] drm/komeda: "
` [PATCH 10/23] drm/exynos: "
` [PATCH 11/23] drm/imx: ipuv3-plane: "
` [PATCH 12/23] drm/msm/mdp5: "
` [PATCH 13/23] drm/nouveau/kms: "
` [PATCH 14/23] drm/omap: plane: Fix zpos initial value mismatch
` [PATCH 15/23] drm/omap: plane: Remove redundant zpos initialisation
` [PATCH 16/23] drm/rcar: "
` [PATCH 17/23] drm/sti: "
` [PATCH 18/23] drm/sun4i: layer: "
` [PATCH 19/23] drm/object: Add default color encoding and range value at reset
` [PATCH 20/23] drm/komeda: plane: Remove redundant color encoding and range initialisation
` [PATCH 21/23] drm/armada: overlay: "
` [PATCH 22/23] drm/imx: ipuv3-plane: "
` [PATCH 23/23] drm/omap: plane: "

[XEN PATCH v3] xen/arm: introduce dummy iommu node for dom0
 2022-02-07 16:45 UTC  (2+ messages)

rcutorture’s init segfaults in ppc64le VM
 2022-02-07 16:44 UTC 

[PATCH v6 03/13] vpci: move lock outside of struct vpci
 2022-02-07 16:44 UTC  (19+ messages)

[PATCH 00/42] nolibc: update to resync with out-of-tree project
 2022-02-07 16:23 UTC  (43+ messages)
` [PATCH 01/42] tools/nolibc: use pselect6 on RISCV
` [PATCH 02/42] tools/nolibc: guard the main file against multiple inclusion
` [PATCH 03/42] tools/nolibc/std: move the standard type definitions to std.h
` [PATCH 04/42] tools/nolibc/types: split syscall-specific definitions into their own files
` [PATCH 05/42] tools/nolibc/arch: split arch-specific code into individual files
` [PATCH 06/42] tools/nolibc/sys: split the syscall definitions into their own file
` [PATCH 07/42] tools/nolibc/stdlib: extract the stdlib-specific functions to "
` [PATCH 08/42] tools/nolibc/string: split the string functions into string.h
` [PATCH 09/42] tools/nolibc/ctype: split the is* functions to ctype.h
` [PATCH 10/42] tools/nolibc/ctype: add the missing is* functions
` [PATCH 11/42] tools/nolibc/types: move the FD_* functions to macros in types.h
` [PATCH 12/42] tools/nolibc/types: make FD_SETSIZE configurable
` [PATCH 13/42] tools/nolibc/types: move makedev to types.h and make it a macro
` [PATCH 14/42] tools/nolibc/stdlib: move ltoa() to stdlib.h
` [PATCH 15/42] tools/nolibc/stdlib: replace the ltoa() function with more efficient ones
` [PATCH 16/42] tools/nolibc/stdlib: add i64toa() and u64toa()
` [PATCH 17/42] tools/nolibc/stdlib: add utoh() and u64toh()
` [PATCH 18/42] tools/nolibc/stdio: add a minimal set of stdio functions
` [PATCH 19/42] tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functions
` [PATCH 20/42] tools/nolibc/stdio: add fwrite() to stdio
` [PATCH 21/42] tools/nolibc/stdio: add a minimal [vf]printf() implementation
` [PATCH 22/42] tools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILURE
` [PATCH 23/42] tools/nolibc/stdio: add perror() to report the errno value
` [PATCH 24/42] tools/nolibc/sys: make open() take a vararg on the 3rd argument
` [PATCH 25/42] tools/nolibc/stdlib: avoid a 64-bit shift in u64toh_r()
` [PATCH 26/42] tools/nolibc/stdlib: make raise() use the lower level syscalls only
` [PATCH 27/42] tools/nolibc/sys: make getpgrp(), getpid(), gettid() not set errno
` [PATCH 28/42] tools/nolibc/string: use unidirectional variants for memcpy()
` [PATCH 29/42] tools/nolibc/string: slightly simplify memmove()
` [PATCH 30/42] tools/nolibc/string: add strncpy() and strlcpy()
` [PATCH 31/42] tools/nolibc/string: add tiny versions of strncat() and strlcat()
` [PATCH 32/42] tools/nolibc: move exported functions to their own section
` [PATCH 33/42] tools/nolibc/arch: mark the _start symbol as weak
` [PATCH 34/42] tools/nolibc/types: define PATH_MAX and MAXPATHLEN
` [PATCH 35/42] tools/nolibc/string: export memset() and memmove()
` [PATCH 36/42] tools/nolibc/errno: extract errno.h from sys.h
` [PATCH 37/42] tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.h
` [PATCH 38/42] tools/nolibc/unistd: add usleep()
` [PATCH 39/42] tools/nolibc/signal: move raise() to signal.h
` [PATCH 40/42] tools/nolibc/time: create time.h with time()
` [PATCH 41/42] tools/nolibc: also mention how to build by just setting the include path
` [PATCH 42/42] tools/nolibc/stdlib: implement abort()

[PATCH V1] PCI/ASPM: Save/restore L1SS Capability for suspend/resume
 2022-02-07 16:33 UTC  (2+ messages)

[PATCH 0/6] ARM: r9a06g032: add support for the watchdogs
 2022-02-07 16:35 UTC  (5+ messages)
` [PATCH 5/6] ARM: dts: r9a06g032-rzn1d400-db: Enable watchdog0 with a 10s timeout
` [PATCH 6/6] watchdog: Add Renesas RZ/N1 Watchdog driver

[PATCH v3 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-02-07 16:38 UTC  (3+ messages)
` [PATCH v3 26/30] vfio-pci/zdev: wire up zPCI adapter interrupt forwarding support

[PATCH v2 1/3] iio: temperature: ltc2983: Don't hard code defined constants in messages
 2022-02-07 16:37 UTC  (2+ messages)

[PATCH] thermal: netlink: Fix parameter type of thermal_genl_cpu_capability_event() stub
 2022-02-07 16:38 UTC 

[PATCH 00/35] Shadow stacks for userspace
 2022-02-07 16:30 UTC  (4+ messages)

[RFC PATCH 1/3] rseq: Introduce feature size and alignment ELF auxiliary vector entries
 2022-02-07 16:39 UTC  (4+ messages)
` [RFC PATCH 3/3] rseq: extend struct rseq with numa node id

[RFC PATCH 1/1] virtio: fix feature negotiation for ACCESS_PLATFORM
 2022-02-07 15:42 UTC  (6+ messages)

[PATCH] block/vvfat: Fix memleaks in vvfat_close()
 2022-02-07 16:36 UTC  (3+ messages)

[PATCH v3 0/4] ethdev: introduce IP reassembly offload
 2022-02-07 16:41 UTC  (8+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 2/3] ethdev: add mbuf dynfield for incomplete IP reassembly
      ` [EXT] "

[PATCH v6 00/12] Update the Icicle Kit device tree
 2022-02-07 16:26 UTC  (26+ messages)
` [PATCH v6 01/12] dt-bindings: soc/microchip: update syscontroller compatibles
` [PATCH v6 02/12] dt-bindings: soc/microchip: add services as sub devs of sys ctrlr
` [PATCH v6 03/12] dt-bindings: i2c: add bindings for microchip mpfs i2c
` [PATCH v6 04/12] dt-bindings: rtc: add bindings for microchip mpfs rtc
` [PATCH v6 05/12] dt-bindings: gpio: add bindings for microchip mpfs gpio
` [PATCH v6 06/12] dt-bindings: pwm: add microchip corepwm binding
` [PATCH v6 07/12] riscv: dts: microchip: use clk defines for icicle kit
` [PATCH v6 08/12] riscv: dts: microchip: add fpga fabric section to "
` [PATCH v6 09/12] riscv: dts: microchip: refactor icicle kit device tree
` [PATCH v6 10/12] riscv: dts: microchip: update peripherals in "
` [PATCH v6 11/12] riscv: dts: microchip: add new peripherals to "
` [PATCH v6 12/12] MAINTAINERS: update riscv/microchip entry

[PATCH v5 00/14] riscv: support for svpbmt and D1 memory types
 2022-02-07 13:39 UTC  (4+ messages)
` [PATCH v5 11/14] dt-bindings: riscv: add MMU Standard Extensions support for Svpbmt

[PATCH 0/4] Broadcom STB PM PSCI extensions
 2022-02-07 16:27 UTC  (7+ messages)

[PATCH] ceph: fail the request directly if handle_reply gets an ESTALE
 2022-02-07 16:28 UTC  (5+ messages)

[PATCH v2 1/1] Documentation: dev-tools: clarify KTAP specification wording
 2022-02-07 16:38 UTC  (2+ messages)

[PATCH v2 0/5] mfd/extcon/regulators: max77843: add dtschema/bindings
 2022-02-07 16:25 UTC  (6+ messages)

[PATCH v1] drivers/net: use internal API to get eth dev from name
 2022-02-07 16:36 UTC  (5+ messages)

FAILED: patch "[PATCH] net: ipa: request IPA register values be retained" failed to apply to 5.15-stable tree
 2022-02-07 16:23 UTC  (6+ messages)

Running qemu tests on RISC-V
 2022-02-07 16:34 UTC  (3+ messages)

[PATCH v4] 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
 2022-02-07 16:29 UTC  (3+ messages)

[PATCH 0/1] Revert Patch from Feb 7 2022 Patchset v2
 2022-02-07 16:33 UTC  (2+ messages)
` [PATCH 1/1] Revert "drm/amd/display: Basic support with device ID"

[PATCH v4 00/11] 9p: Add support for darwin
 2022-02-07 15:38 UTC  (4+ messages)
` [PATCH v4 10/11] 9p: darwin: meson: Allow VirtFS on Darwin

[PATCHv2 00/29] TDX Guest: TDX core support
 2022-02-07 16:27 UTC  (3+ messages)
` [PATCHv2 22/29] x86/tdx: Make pages shared in ioremap()

[PATCH] fsi: Add trace events in initialization path
 2022-02-07 16:16 UTC 

[PATCH] backlight: pwm_bl: Avoid open coded arithmetic in memory allocation
 2022-02-07 16:21 UTC  (3+ messages)

[PATCH] imx_thermal: Fix temperature retrieval after overheat
 2022-02-07 16:18 UTC 

[asahilinux:smc/work 9/18] include/linux/bits.h:35:29: warning: left shift count >= width of type
 2022-02-07 16:19 UTC  (2+ messages)

[RFCv3 0/6] Hi,
 2022-02-07 16:23 UTC  (6+ messages)
` [RFCv3 0/6] TI camera serdes and I2C address translation (Was: [RFCv3 0/6] Hi,)

[PATCH 1/2] Convert NFS from readpages to readahead
 2022-02-07 16:18 UTC  (3+ messages)

[PATCH 04/11] KVM: SVM: Use common kvm_apic_write_nodecode() for AVIC write traps
 2022-02-07 16:16 UTC  (3+ messages)

[PATCH -V11 0/3] NUMA balancing: optimize memory placement for memory tiering system
 2022-02-07 16:18 UTC  (3+ messages)
` [PATCH -V11 1/3] NUMA Balancing: add page promotion counter

[PATCH v2 00/66] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2022-02-07 16:16 UTC  (13+ messages)
` [PATCH v2 07/66] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port
` [PATCH v2 08/66] dt-bindings: media: Add Allwinner A31 MIPI CSI-2 bindings documentation
` [PATCH v2 62/66] dt-bindings: media: sun6i-a31-csi: Add ISP output port
` [PATCH v2 63/66] staging: media: Add support for the Allwinner A31 ISP

fs/erofs/xattr.c:205:10: warning: Dereference of null pointer [clang-analyzer-core.NullDereference]
 2022-02-07 16:29 UTC 

[PATCH] PCI: xgene: Fix IB window setup
 2022-02-07 16:09 UTC  (5+ messages)

[PATCH v6 00/13] PCI devices passthrough on Arm, part 3
 2022-02-07 16:28 UTC  (3+ messages)
` [PATCH v6 05/13] vpci: add hooks for PCI device assign/de-assign

[PATCH 0/1] Revert Patch from Feb 7 2022 Patchset
 2022-02-07 16:28 UTC  (2+ messages)

[PATCH net 0/7] More DSA fixes for devres + mdiobus_{alloc,register}
 2022-02-07 16:15 UTC  (8+ messages)
` [PATCH net 1/7] net: dsa: mv88e6xxx: don't use devres for mdiobus
` [PATCH net 2/7] net: dsa: ar9331: register the mdiobus under devres
` [PATCH net 3/7] net: dsa: bcm_sf2: don't use devres for mdiobus
` [PATCH net 4/7] net: dsa: felix: "
` [PATCH net 5/7] net: dsa: seville: register the mdiobus under devres
` [PATCH net 6/7] net: dsa: mt7530: fix kernel bug in mdiobus_free() when unbinding
` [PATCH net 7/7] net: dsa: lantiq_gswip: don't use devres for mdiobus

[RFC PATCH 0/2] landlock network implementation cover letter
 2022-02-07 16:17 UTC  (11+ messages)
` [RFC PATCH 1/2] landlock: TCP network hooks implementation

Minimal GPU setup
 2022-02-07 16:27 UTC  (2+ messages)

[PATCH v2] ASoC: Revert "ASoC: mediatek: Check for error clk pointer"
 2022-02-07 16:09 UTC  (2+ messages)

[PATCH 00/13] DC Patchset, Feb 7 2022 v3
 2022-02-07 16:24 UTC  (4+ messages)
` [PATCH 13/13] drm/amd/display: Basic support with device ID

[PATCH] io_uring: Fix use of uninitialized ret in io_eventfd_register()
 2022-02-07 16:24 UTC 

[PATCH v9 00/43] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-07 16:23 UTC  (4+ messages)
` [PATCH v9 42/43] virt: sevguest: Add support to derive key

[PULL 0/2] VFIO fixes 2022-02-03
 2022-02-07 16:20 UTC  (4+ messages)

[PATCH v3 0/7] v4l: subdev active state
 2022-02-07 16:11 UTC  (8+ messages)
` [PATCH v3 1/7] media: subdev: rename subdev-state alloc & free
` [PATCH v3 2/7] media: subdev: add active state to struct v4l2_subdev
` [PATCH v3 3/7] media: subdev: pass also the active state to subdevs from ioctls
` [PATCH v3 4/7] media: subdev: add subdev state locking
` [PATCH v3 5/7] media: subdev: Add v4l2_subdev_lock_and_return_state()
` [PATCH v3 6/7] media: Documentation: add documentation about subdev state
` [PATCH v3 7/7] media: subdev: rename v4l2_subdev_pad_config.try_* fields

[PATCH] nvme/pci: default to simple suspend
 2022-02-07 16:06 UTC  (5+ messages)

[PATCH 0/3] dt-bindings: crypto: Convert atmel-{aes, tdes, sha} to YAML
 2022-02-07 16:04 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: crypto: Convert Atmel TDES to yaml

[PATCH for-next 0/5] Misc update for RTRS
 2022-02-07 16:07 UTC  (4+ messages)
` [PATCH for-next 2/5] RDMA/rtrs-clt: fix CHECK type warnings

[PATCH v3 0/4] VIRTIO: Provision maximum MSI-X vectors for a VF
 2022-02-07 16:19 UTC  (9+ messages)
` [PATCH v3 1/4] Add virtio Admin virtqueue
  ` [virtio-dev] "
            ` [virtio-comment] "

[PATCH] fbcon: Avoid 'cap' set but not used warning
 2022-02-07 15:59 UTC 

Fwd: Testing Results - Add a tool for using the new sysfs files - rpcctl
 2022-02-07 16:03 UTC  (2+ messages)
  `  "


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.