All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-29 19:50:11 to 2021-11-29 20:15:02 UTC [more...]

[PATCH 00/23] Add drivers for CXL ports and mem devices
 2021-11-29 19:50 UTC  (10+ messages)
` [PATCH 05/23] cxl/pci: Don't poll doorbell for mailbox access

[PATCH RFC v5 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-11-29 19:36 UTC  (14+ messages)

[RFC PATCH 0/9] Improve native/cross reproducibility
 2021-11-29 20:14 UTC  (5+ messages)
` [RFC PATCH 4/9] perl/perlcross: Improve native reproducability
  ` [OE-core] "

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-11-29 20:01 UTC  (105+ messages)
` [PATCH v5 01/69] KVM: arm64: Save PSTATE early on exit
` [PATCH v5 02/69] KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructure
` [PATCH v5 03/69] KVM: arm64: Add minimal handling for the ARMv8.7 PMU
` [PATCH v5 04/69] KVM: arm64: Rework kvm_pgtable initialisation
` [PATCH v5 05/69] KVM: arm64: Allow preservation of the S2 SW bits
` [PATCH v5 06/69] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v5 07/69] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v5 08/69] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v5 09/69] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v5 10/69] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v5 11/69] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v5 12/69] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v5 13/69] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v5 14/69] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v5 15/69] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v5 16/69] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v5 17/69] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v5 18/69] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v5 19/69] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v5 20/69] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v5 21/69] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v5 22/69] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v5 23/69] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v5 24/69] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v5 25/69] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v5 26/69] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v5 27/69] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v5 28/69] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP, FPEN} settings
` [PATCH v5 29/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v5 30/69] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v5 31/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v5 32/69] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v5 33/69] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v5 34/69] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v5 35/69] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v5 36/69] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v5 37/69] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v5 38/69] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v5 39/69] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v5 40/69] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v5 41/69] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v5 42/69] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v5 43/69] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap
` [PATCH v5 44/69] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v5 45/69] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v5 46/69] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v5 47/69] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v5 48/69] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v5 49/69] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v5 50/69] KVM: arm64: nv: Load timer before the GIC
` [PATCH v5 51/69] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v5 52/69] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v5 53/69] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v5 54/69] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v5 55/69] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v5 56/69] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v5 57/69] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v5 58/69] KVM: arm64: nv: Add handling of ARMv8.4-TTL TLB invalidation
` [PATCH v5 59/69] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v5 60/69] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v5 61/69] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v5 62/69] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v5 63/69] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v5 64/69] KVM: arm64: Add ARMv8.4 Enhanced Nested Virt cpufeature
` [PATCH v5 65/69] KVM: arm64: nv: Sync nested timer state with ARMv8.4
` [PATCH v5 66/69] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v5 67/69] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v5 68/69] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v5 69/69] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests

[PATCH] rcar-vin: Update format alignment constraints
 2021-11-29 20:11 UTC  (3+ messages)

[PATCH for-7.0 0/4] qemu-common.h include cleanup
 2021-11-29 20:05 UTC  (5+ messages)
` [PATCH for-7.0 1/4] include/hw/i386: Don't include qemu-common.h in .h files
` [PATCH for-7.0 2/4] target/hexagon/cpu.h: don't include qemu-common.h
` [PATCH for-7.0 3/4] target/rx/cpu.h: Don't "
` [PATCH for-7.0 4/4] hw/arm: Don't include qemu-common.h unnecessarily

[qemu-mainline test] 166952: tolerable FAIL - PUSHED
 2021-11-29 20:12 UTC 

[xenomai-images][PATCH] linux-xenomai: Only add own defconfigs to SRC_URI
 2021-11-29 20:12 UTC 

[dm-devel] [PATCH v2 00/13] multipath-tools: improvements for pretty-printing code
 2021-11-29 20:09 UTC  (14+ messages)
` [dm-devel] [PATCH v2 01/13] libmultipath: make multipath_data etc. static
` [dm-devel] [PATCH v2 02/13] libmultipath: move path_data etc. to print.c
` [dm-devel] [PATCH v2 03/13] libmultipath: make pd_lookup() etc. return an index
` [dm-devel] [PATCH v2 04/13] libmultipath: use ARRAY_SIZE for iterating over wildcard arrays
` [dm-devel] [PATCH v2 05/13] libmultipath: drop padding code in _snprint_pathgroup()
` [dm-devel] [PATCH v2 06/13] libmultipath: snprint_foreign_topology(): split out lockless variant
` [dm-devel] [PATCH v2 07/13] multipathd: drop unnecessary path layout calls
` [dm-devel] [PATCH v2 08/13] libmultipath: add a cleanup function for unsigned char *
` [dm-devel] [PATCH v2 09/13] libmultipath: make sprint_path_marginal() static
` [dm-devel] [PATCH v2 10/13] libmultipath: introduce width argument for pretty-printing functions
` [dm-devel] [PATCH v2 11/13] libmultipath: change wildcard handler tables to static const
` [dm-devel] [PATCH v2 12/13] libmultipath: fix compilation error with clang 13
` [dm-devel] [PATCH v2 13/13] libmultipath: remove_map(): make sure orphaned paths aren't referenced

[PATCH] dt-bindings: display: sync formats with simplefb.h
 2021-11-29 20:10 UTC  (3+ messages)

[mcgrof-next:20211124-sysctl-cleanups-v2 41/41] kernel/kprobes.c:2605:2: error: implicit declaration of function 'kprobe_sysctls_init'
 2021-11-29 20:12 UTC  (3+ messages)

[PATCH 0/3] RK356x/Quartz64 Model A SPI
 2021-11-29 16:45 UTC  (2+ messages)
` (subset) "

[PATCH] ASoC: qcom: Add support for ALC5682I-VS codec
 2021-11-29 16:45 UTC  (2+ messages)

[PATCH 0/3] Add PMG1110(Seco Jr) PMIC support
 2021-11-29 16:45 UTC  (2+ messages)
` (subset) "

[PATCH 00/13]Update the icicle kit device tree
 2021-11-29 20:08 UTC  (18+ messages)
` [PATCH 01/13] dt-bindings: interrupt-controller: create a header for RISC-V interrupts
` [PATCH 02/13] dt-bindings: interrupt-controller: add defines for mpfs-plic
` [PATCH 03/13] dt-bindings: soc/microchip: update sys ctrlr compat string
` [PATCH 06/13] dt-bindings: rng: add bindings for microchip mpfs rng

[Bug 215169] New: UBSAN: shift-out-of-bounds in arch/powerpc/mm/kasan/book3s_32.c:22:23
 2021-11-29 20:09 UTC  (2+ messages)
` [Bug 215169] "

Fat Removes and Protein Bars
 2021-11-29 20:05 UTC 

[PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-29 16:44 UTC  (4+ messages)
` [PATCH v5 05/12] KVM: RISC-V: Use Makefile.kvm for common files

[PATCH v2] drm/amdgpu: update fw_load_type module parameter doc to match code
 2021-11-29 20:08 UTC 

[PATCH 0/6] Expand display core documentation
 2021-11-29 20:08 UTC  (4+ messages)
` [PATCH 6/6] Documentation/gpu: Add DC glossary

stable-rc/linux-5.15.y build: 177 builds: 4 failed, 173 passed, 14 errors, 5 warnings (v5.15.5-173-g0378d8e52f9b9)
 2021-11-29 16:41 UTC 

[PATCH v0.9.1 0/6] sched,mm,x86/uaccess: implement User Managed Concurrency Groups
 2021-11-29 16:41 UTC  (7+ messages)
` [PATCH v0.9.1 3/6] sched/umcg: implement UMCG syscalls

[patch 00/37] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-11-29 19:56 UTC  (4+ messages)
` [patch 37/37] dmaengine: qcom_hidma: Cleanup MSI handling

[RFC PATCH] sched/fair: Filter by css_is_dying() in the last tg_unthrottle_up()
 2021-11-29 16:39 UTC  (2+ messages)

LSM stacking v30 Audit changes
 2021-11-29 20:05 UTC  (3+ messages)

[PATCH v2 net-next] net: snmp: add statistics for tcp small queue check
 2021-11-29 16:37 UTC  (3+ messages)

[RFC v1 0/8] RFC v1: Kernel handling of CPU and memory hot un/plug for crash
 2021-11-29 20:00 UTC  (4+ messages)

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2021-11-29 20:00 UTC 

Observing VM Status Changes
 2021-11-29 19:42 UTC 

[PATCH net 0/6] mv88e6xxx fixes (mainly 88E6393X family)
 2021-11-29 19:58 UTC  (4+ messages)
` [PATCH net 1/6] net: dsa: mv88e6xxx: Fix application of erratum 4.8 for 88E6393X
` [PATCH net 5/6] net: dsa: mv88e6xxx: Fix inband AN for 2500base-x on 88E6393X family
` [PATCH net 6/6] net: dsa: mv88e6xxx: Link in pcs_get_state() if AN is bypassed

[PATCH v2 0/5] regex/cn9k: use cnxk infrastructure
 2021-11-29 19:59 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] common/cnxk: add REE HW definitions
  ` [PATCH v3 2/5] common/cnxk: add REE mbox definitions
  ` [PATCH v3 3/5] common/cnxk: add REE support
  ` [PATCH v3 4/5] common/cnxk: link REE support to ROC files
  ` [PATCH v3 5/5] regex/cn9k: use cnxk infrastructure

FAILED: patch "[PATCH] ipc: WARN if trying to remove ipc object which is absent" failed to apply to 4.9-stable tree
 2021-11-29 19:56 UTC  (2+ messages)

[RFC PATCH v3 0/5] QMP support for cold-plugging devices
 2021-11-29 19:55 UTC  (3+ messages)

[PATCH for-6.1 v2] i386: do not call cpudef-only models functions for max, host, base
 2021-11-29 19:55 UTC  (9+ messages)

[PATCH 0/2] Add SD/SDIO control driver for Sunplus SP7021 SoC
 2021-11-29 16:29 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] devicetree bindings mmc Add bindings doc for Sunplus SP7021

[igt-dev] [PATCH i-g-t 0/5] tests/amdgpu: Improve amd_color
 2021-11-29 19:56 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t 1/5] tests/amdgpu: Test plane level CTM and degamma
` [igt-dev] [PATCH i-g-t 2/5] tests/amdgpu: Test combination of plane degamma and CRTC regamma
` [igt-dev] [PATCH i-g-t 3/5] tests/amdgpu: Fix test init error on Baffin
` [igt-dev] [PATCH i-g-t 4/5] test/amdgpu: Add test description to amd_max_bpc and amd_color tests
` [igt-dev] [PATCH i-g-t 5/5] tests/amdgpu: fix gamma test on plane and crtc

[PATCH 0/2] ceph: adapt ceph to the fscache rewrite
 2021-11-29 16:29 UTC  (2+ messages)
` [PATCH 1/2] ceph: conversion to new fscache API

[PATCH v43 00/15] /dev/random - a new approach
 2021-11-29 16:25 UTC  (5+ messages)
` [PATCH v43 01/15] Linux Random Number Generator

[dm-devel] [PATCH 00/21] multipath-tools: coverity fixes
 2021-11-29 19:53 UTC  (2+ messages)

[PATCH v4 0/9] Add MAX77714 PMIC minimal driver (RTC and watchdog only)
 2021-11-29 16:18 UTC  (5+ messages)
` [PATCH v4 8/9] watchdog: max77620: add comment to clarify set_timeout procedure

[Bug 211277] New: sometimes crash at s2ram-wake (Ryzen 3500U): amdgpu, drm, commit_tail, amdgpu_dm_atomic_commit_tail
 2021-11-29 19:53 UTC  (2+ messages)
` [Bug 211277] "

[Bug 205099] New: KASAN hit at raid6_pq: BUG: Unable to handle kernel data access at 0x00f0fd0d
 2021-11-29 19:46 UTC  (2+ messages)
` [Bug 205099] "

[PATCH v7] btrfs: Add new test for setting the chunk size
 2021-11-29 19:50 UTC 

[PATCH V6 01/10] Use copy_process in vhost layer
 2021-11-29 19:47 UTC  (6+ messages)
` [PATCH V6 02/10] fork/vm: Move common PF_IO_WORKER behavior to new flag
` [PATCH V6 03/10] fork: add USER_WORKER flag to not dup/clone files
` [PATCH V6 05/10] signal: Perfom autoreap for PF_USER_WORKER
` [PATCH V6 06/10] fork: add helpers to clone a process for kernel use
` [PATCH V6 10/10] vhost: use user_worker to check RLIMITs

FAILED: patch "[PATCH] shm: extend forced shm destroy to support objects from" failed to apply to 4.9-stable tree
 2021-11-29 19:49 UTC  (2+ messages)
` [PATCH] shm: extend forced shm destroy to support objects from several IPC nses

[PATCH] drm: get rid of DRM_DEBUG_* log calls in drm core, files drm_a*.c
 2021-11-29 19:27 UTC  (3+ messages)
` [drm] d1af5cd869: BUG:kernel_NULL_pointer_dereference,address
  ` [PATCH] drm: fix error found in some cases after the patch d1af5cd86997

Connection lost during BTRFS move + resize
 2021-11-29 16:12 UTC  (4+ messages)

FAILED: patch "[PATCH] ipc: WARN if trying to remove ipc object which is absent" failed to apply to 4.14-stable tree
 2021-11-29 19:48 UTC  (2+ messages)
` [PATCH] ipc: WARN if trying to remove ipc object which is absent


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.