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

[PATCH 00/23] Add drivers for CXL ports and mem devices
 2021-11-29 20:12 UTC  (8+ messages)
` [PATCH 12/23] cxl: Introduce endpoint decoders

[PATCH] kernfs: switch global kernfs_rwsem lock to per-fs lock
 2021-11-29 16:58 UTC  (3+ messages)

[PATCH net v2 1/3] net: dsa: realtek-smi: don't log an error on EPROBE_DEFER
 2021-11-29 16:57 UTC  (2+ messages)

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-11-29 20:01 UTC  (113+ 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

drivers/gpu/drm/amd/amdgpu/../display/dc/dcn31/dcn31_apg.c:124:2: warning: Value stored to 'speakers' is never read [clang-analyzer-deadcode.DeadStores]
 2021-11-29 20:22 UTC 

[PATCH v1 1/2] i2c: designware-pci: Add support for Fast Mode Plus and High Speed Mode
 2021-11-29 16:57 UTC  (4+ messages)
` [PATCH v1 2/2] i2c: designware-pci: Set ideal timing parameters for Elkhart Lake PSE

[PATCH] [RFC] dt-bindings: clk: Introduce 'critical-clocks' property
 2021-11-29 20:18 UTC  (2+ messages)

stable-rc/linux-4.4.y build: 163 builds: 4 failed, 159 passed, 8 errors, 28 warnings (v4.4.293-22-gd0a6005afb1e1)
 2021-11-29 16:53 UTC 

stable-rc/queue/4.4 build: 185 builds: 5 failed, 180 passed, 6 errors, 29 warnings (v4.4.293-21-gba114a7ef1f9d)
 2021-11-29 16:55 UTC 

[PATCH] libtraceevent: Add __rel_loc relative location attribute support
 2021-11-29 20:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/3] i2c: Enable asynchronous suspend/resume
 2021-11-29 16:51 UTC  (5+ messages)
` [PATCH 2/3] i2c: enable async suspend/resume for i2c adapters
` [PATCH 3/3] i2c: enable async suspend/resume on i2c client devices

[RFC][PATCH v6 0/5] trace: Introduce objtrace trigger to trace the kernel object
 2021-11-29 16:49 UTC  (6+ messages)
` [RFC][PATCH v6 1/5] trace: Add trace any "
` [RFC][PATCH v6 2/5] trace/objtrace: get the value of the object
` [RFC][PATCH v6 3/5] trace/README: Document objtrace trigger syntax
` [RFC][PATCH v6 4/5] trace/objtrace: Add testcases for objtrace
` [RFC][PATCH v6 5/5] trace/objtrace: Add documentation "

[PATCH] PM / hibernate: Fix snapshot partial write lengths
 2021-11-29 16:50 UTC  (6+ 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] 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  (9+ 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  (14+ messages)
` [PATCH 01/13] dt-bindings: interrupt-controller: create a header for RISC-V interrupts
` [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)


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.