All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-29 19:36:28 to 2021-11-29 20:07:22 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 0/4] Inspect reflog data programmatically in more tests
 2021-11-29 19:35 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 5/5] refs/debug: trim trailing LF from reflog message

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

[PATCH] of/irq: Add a quirk for controllers with their own definition of interrupt-map
 2021-11-29 19:40 UTC  (4+ messages)

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-11-29 20:01 UTC  (66+ 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 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 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 29/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [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 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 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 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 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 69/69] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests

[PATCH 00/13]Update the icicle kit device tree
 2021-11-29 20:03 UTC  (10+ 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 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  (7+ 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  (20+ 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  (7+ messages)
` [PATCH v4 7/9] watchdog: max77620: add support for the max77714 variant
` [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  (3+ 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  (22+ messages)
` [PATCH V6 01/10] fork: Make IO worker options flag based
` [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 04/10] fork: Add USER_WORKER flag to ignore signals
` [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 07/10] io_uring: switch to user_worker
` [PATCH V6 08/10] fork: remove create_io_thread
` [PATCH V6 09/10] vhost: move worker thread fields to new struct
` [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

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

[PATCH v2 00/12] A series of small SCSI patches
 2021-11-29 19:46 UTC  (13+ messages)
` [PATCH v2 01/12] scsi: core: Suppress a kernel-doc warning
` [PATCH v2 02/12] scsi: core: Declare 'scsi_scan_type' static
` [PATCH v2 03/12] scsi: core: Show SCMD_LAST in text form
` [PATCH v2 04/12] scsi: a100u2w: Fix a kernel-doc warning
` [PATCH v2 05/12] scsi: atp870u: "
` [PATCH v2 06/12] scsi: bfa: Declare 'bfad_im_vport_attrs' static
` [PATCH v2 07/12] scsi: dc395x: Fix a kernel-doc warning
` [PATCH v2 08/12] scsi: initio: "
` [PATCH v2 09/12] scsi: megaraid: "
` [PATCH v2 10/12] scsi: pm8001: Fix kernel-doc warnings
` [PATCH v2 11/12] scsi: pmcraid: Fix a kernel-doc warning
` [PATCH v2 12/12] scsi: Remove superfluous #include <linux/async.h> directives

stable-rc/queue/4.14 build: 187 builds: 3 failed, 184 passed, 2 errors, 28 warnings (v4.14.256-58-gc48ae6ddf3bc2)
 2021-11-29 16:10 UTC 

[usb:usb-testing] BUILD SUCCESS 4d012040161cba054208555300d9fdf2b8925c34
 2021-11-29 19:43 UTC 

[PATCH v2 0/7] task comm cleanups
 2021-11-29 16:08 UTC  (12+ messages)
` [PATCH v2 4/7] fs/binfmt_elf: replace open-coded string copy with get_task_comm
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN

next/master build: 206 builds: 23 failed, 183 passed, 484 errors, 71 warnings (next-20211129)
 2021-11-29 16:08 UTC 

[PATCH] Fixed an incorrect value
 2021-11-29 19:44 UTC 

[kvm-unit-tests PATCH 00/14] Run access test in an L2 guest
 2021-11-29 19:43 UTC  (3+ messages)
` [kvm-unit-tests PATCH 10/14] x86: Look up the PTEs rather than assuming them

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

[PATCH v2 bpf-next 0/4] Add bpf_loop_helper
 2021-11-29 19:41 UTC  (10+ messages)
` [PATCH v2 bpf-next 4/4] selftest/bpf/benchs: add bpf_loop benchmark

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

Commit f980d055a0f858d73d9467bb0b570721bbfcdfb8 causes a regression
 2021-11-29 16:01 UTC  (2+ messages)

[PATCH 00/13] A series of small SCSI patches
 2021-11-29 19:37 UTC  (4+ messages)
` [PATCH 05/13] scsi: ata: Declare 'ata_ncq_sdev_attrs' static

What's cooking in git.git (Nov 2021, #06; Wed, 24)
 2021-11-29 15:56 UTC  (2+ messages)
` vd/sparse-reset (Was: Re: What's cooking in git.git (Nov 2021, #06; Wed, 24))

[igt-dev] [PATCH i-g-t] tests/amdgpu: add test for panel self refresh
 2021-11-29 19:38 UTC 

[PATCH v5 00/13] Add support for Airoha EN7523 SoC
 2021-11-29 15:33 UTC  (5+ messages)
` [PATCH v5 10/13] ARM: dts: Add PCIe support for Airoha EN7523
` [PATCH v5 11/13] dt-bindings: arm: airoha: Add binding for Airoha GPIO controller
` [PATCH v5 12/13] gpio: Add support for Airoha EN7523 "
` [PATCH v5 13/13] ARM: dts: add GPIO support for Airoha EN7523

[PATCH 0/3] drm/simpledrm: Apple M1 / DT platform support fixes
 2021-11-29 19:29 UTC  (5+ messages)
` [PATCH 1/3] drm/simpledrm: Bind to OF framebuffers in /chosen

[PATCH net-next v3 0/6] MCTP I2C driver
 2021-11-29 19:34 UTC  (5+ 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.