All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-09 17:46:30 to 2022-02-09 18:24:13 UTC [more...]

[PATCH v2 00/44] Remove the SCSI pointer from struct scsi_cmnd
 2022-02-09 18:24 UTC  (39+ messages)
` [PATCH v2 03/44] scsi: Remove drivers/scsi/scsi.h
` [PATCH v2 05/44] NCR5380: Move the SCSI pointer to private command data
` [PATCH v2 07/44] scsi: arm: "
` [PATCH v2 09/44] aacraid: "
` [PATCH v2 11/44] aha1542: Remove a set-but-not-used array
` [PATCH v2 12/44] aha152x: Move the SCSI pointer to private command data
` [PATCH v2 13/44] bfa: Stop using the SCSI pointer
` [PATCH v2 14/44] csio: "
` [PATCH v2 15/44] dc395x: "
` [PATCH v2 16/44] esp_scsi: "
` [PATCH v2 18/44] fnic: Fix a tracing statement
` [PATCH v2 19/44] fnic: Stop using the SCSI pointer
` [PATCH v2 20/44] hptiop: "
` [PATCH v2 21/44] imm: Move the SCSI pointer to private command data
` [PATCH v2 22/44] iscsi: Stop using the SCSI pointer
` [PATCH v2 23/44] initio: "

[luxis1999-iommufd:iommufd-v5.17-rc1 22/28] undefined reference to `interval_tree_iter_first'
 2022-02-09 18:24 UTC 

[PATCH rcu 0/3] Expedited-grace-period updates for v5.18
 2022-02-09 18:23 UTC  (3+ messages)
` [PATCH rcu 3/3] rcu: Allow expedited RCU grace periods on incoming CPUs

[PATCH v4 00/42] CXl 2.0 emulation Support
 2022-02-09 18:18 UTC  (4+ messages)
` [PATCH v4 23/42] tests/acpi: allow CEDT table addition

[PATCH net-next 0/2][pull request] 1GbE Intel Wired LAN Driver Updates 2022-02-07
 2022-02-09 18:22 UTC  (5+ messages)

[PATCH v2 0/6] ARM: r9a06g032: add support for the watchdogs
 2022-02-09 18:21 UTC  (4+ messages)
` [PATCH v2 5/6] watchdog: Add Renesas RZ/N1 Watchdog driver

[v1 1/2] clk: qcom: gdsc: Use the default transition delay for GDSCs
 2022-02-09 18:19 UTC  (2+ messages)

[RFC 00/12] locking: Separate lock tracepoints from lockdep/lock_stat (v1)
 2022-02-09 18:19 UTC  (5+ messages)
    ` [Intel-gfx] "

[PATCH v4 0/2] semihosting/next (SYS_HEAPINFO)
 2022-02-09 18:14 UTC  (11+ messages)
` [PATCH v4 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO
` [PATCH v4 2/2] tests/tcg: port SYS_HEAPINFO to a system test

[PATCH] net/bnxt: fix ring calculation for representors
 2022-02-09 18:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/3] log: fix memory leak if --graph is passed multiple times
 2022-02-09 18:16 UTC  (2+ messages)

[PATCH v3 0/7] arm64 / sched/preempt: support PREEMPT_DYNAMIC with static keys
 2022-02-09 18:13 UTC  (10+ messages)
` [PATCH v3 5/7] sched/preempt: add PREEMPT_DYNAMIC using "
` [PATCH v3 6/7] arm64: entry: centralize premeption decision
` [PATCH v3 7/7] arm64: support PREEMPT_DYNAMIC

[PATCH] pinctrl: fix loop in k210_pinconf_get_drive()
 2022-02-09 18:13 UTC  (4+ messages)

Fwd: Maintaining ABI Compatibility for LTS branch
 2022-02-09 18:15 UTC  (4+ messages)
  `  "
    ` [yocto] "

[RFC] eal: support systemd service convention for runtime directory
 2022-02-09 18:14 UTC  (3+ messages)
` [PATCH v3 0/3] eal: support configuring "

[PATCH 1/1] virtio: fix feature negotiation for ACCESS_PLATFORM
 2022-02-09 17:24 UTC  (2+ messages)

[PATCH v10 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-09 18:10 UTC  (46+ messages)
` [PATCH v10 01/45] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v10 02/45] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v10 03/45] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH v10 04/45] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v10 05/45] x86/boot: Introduce helpers for MSR reads/writes
` [PATCH v10 06/45] x86/boot: Use MSR read/write helpers instead of inline assembly
` [PATCH v10 07/45] x86/compressed/64: Detect/setup SEV/SME features earlier in boot
` [PATCH v10 08/45] x86/sev: "
` [PATCH v10 09/45] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v10 10/45] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v10 11/45] x86/sev: Save the negotiated GHCB version
` [PATCH v10 12/45] x86/sev: Check SEV-SNP features support
` [PATCH v10 13/45] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v10 14/45] x86/sev: Check the vmpl level
` [PATCH v10 15/45] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v10 16/45] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v10 17/45] x86/sev: "
` [PATCH v10 18/45] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v10 19/45] x86/kernel: Make the .bss..decrypted section shared in RMP table
` [PATCH v10 20/45] x86/kernel: Validate ROM memory before accessing when SEV-SNP is active
` [PATCH v10 21/45] x86/mm: Add support to validate memory when changing C-bit
` [PATCH v10 22/45] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v10 23/45] x86/head/64: Re-enable stack protection
` [PATCH v10 24/45] x86/compressed/acpi: Move EFI detection to helper
` [PATCH v10 25/45] x86/compressed/acpi: Move EFI system table lookup "
` [PATCH v10 26/45] x86/compressed/acpi: Move EFI config "
` [PATCH v10 27/45] x86/compressed/acpi: Move EFI vendor "
` [PATCH v10 28/45] x86/compressed/acpi: Move EFI kexec handling into common code
` [PATCH v10 29/45] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v10 30/45] KVM: x86: Move lookup of indexed CPUID leafs to helper
` [PATCH v10 31/45] x86/sev: Move MSR-based VMGEXITs for CPUID "
` [PATCH v10 32/45] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v10 33/45] x86/boot: Add a pointer to Confidential Computing blob in bootparams
` [PATCH v10 34/45] x86/compressed: Add SEV-SNP feature detection/setup
` [PATCH v10 35/45] x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guests
` [PATCH v10 36/45] x86/compressed: Export and rename add_identity_map()
` [PATCH v10 37/45] x86/compressed/64: Add identity mapping for Confidential Computing blob
` [PATCH v10 38/45] x86/sev: Add SEV-SNP feature detection/setup
` [PATCH v10 39/45] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v10 40/45] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v10 41/45] x86/sev: Register SEV-SNP guest request platform device
` [PATCH v10 42/45] virt: Add SEV-SNP guest driver
` [PATCH v10 43/45] virt: sevguest: Add support to derive key
` [PATCH v10 44/45] virt: sevguest: Add support to get extended report
` [PATCH v10 45/45] virt: sevguest: Add documentation for SEV-SNP CPUID Enforcement

[PATCH] Python: discourage direct setup.py install
 2022-02-09 17:14 UTC  (4+ messages)

[PATCH v3 0/5] Improve KVM's interaction with CPU hotplug
 2022-02-09 18:10 UTC  (3+ messages)
` [PATCH v3 1/5] KVM: x86: Move check_processor_compatibility from init ops to runtime ops

[PATCH 0/2] fetch: speed up mirror-fetches with many refs
 2022-02-09 18:10 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] fetch-pack: use commit-graph when computing cutoff
  ` [PATCH v2 2/2] fetch: skip computing output width when not printing anything

[PATCH] drm/amdkfd: CRIU return -EFAULT for copy_to_user() failure
 2022-02-09 18:09 UTC  (3+ messages)

[RFC PATCH] jbd2: avoid __GFP_ZERO with SLAB_TYPESAFE_BY_RCU
 2022-02-09 18:10 UTC  (2+ messages)

Problems building eSDK: Exception: variable BBFILES references itself!
 2022-02-09 18:10 UTC  (2+ messages)
  ` [yocto] "

[PATCH] drm/amdkfd: CRIU fix a NULL vs IS_ERR() check
 2022-02-09 18:09 UTC  (3+ messages)

ARM A53 and initial MMU mapping for EL0/1/2/3 ?
 2022-02-09 18:07 UTC  (4+ messages)

[RFC v4 00/11] Define and use reset domain for GPU recovery in amdgpu
 2022-02-09 18:06 UTC  (5+ messages)
` [RFC v4 02/11] drm/amdgpu: Move scheduler init to after XGMI is ready

[PATCH v3 1/2] RDMA/rtrs-clt: Fix possible double free in error case
 2022-02-09 18:06 UTC  (3+ messages)
` [PATCH 2/2] RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_close

[merged] fix-regression-due-to-fs-move-binfmt_misc-sysctl-to-its-own-file.patch removed from -mm tree
 2022-02-09 18:06 UTC 

[PATCHv2 05/29] x86/tdx: Add HLT support for TDX guests
 2022-02-09 18:05 UTC  (9+ messages)
` [PATCHv2.1 "

[PATCH 0/2] regulator: Add support for TPS6286x
 2022-02-09 18:05 UTC  (3+ messages)
` [PATCH 1/2] regulator: Add bindings for TPS62864x

[PATCH v3 0/3] qapi/ui: change vnc addresses
 2022-02-09 16:55 UTC  (2+ messages)

[PATCH] random: make more consistent use of integer types
 2022-02-09 18:05 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v5 00/16] image: add a stage pre-load
 2022-02-09 18:01 UTC  (17+ messages)
` [PATCH v5 01/16] arch: Kconfig: imply BINMAN for SANDBOX
` [PATCH v5 02/16] lib: Kconfig: enhance help for ASN1
` [PATCH v5 03/16] lib: Kconfig: enhance the help of OID_REGISTRY
` [PATCH v5 04/16] lib: allow to build asn1 decoder and oid registry in SPL
` [PATCH v5 05/16] lib: crypto: allow to build crypyo "
` [PATCH v5 06/16] lib: rsa: allow rsa verify with pkey "
` [PATCH v5 07/16] boot: image: add a stage pre-load
` [PATCH v5 08/16] cmd: bootm: "
` [PATCH v5 09/16] common: spl: fit_ram: allow to use image pre load
` [PATCH v5 10/16] mkimage: add public key for image pre-load stage
` [PATCH v5 11/16] Makefile: provide sah-key to binman
` [PATCH v5 12/16] tools: binman: add support for pre-load header
` [PATCH v5 13/16] configs: sandbox_defconfig: enable stage pre-load in bootm
` [PATCH v5 14/16] test: py: vboot: add test for global image signature
` [PATCH v5 15/16] cmd: verify: initial import
` [PATCH v5 16/16] configs: sandbox_defconfig: enable config CMD_VERIFY

[PATCH 0/3] xdiff: handle allocation failures
 2022-02-09 18:04 UTC  (3+ messages)
` [PATCH 2/3] xdiff: refactor a function

[PATCH v5 0/5] Sparse checkout: fix bug with worktree of bare repo
 2022-02-09 18:04 UTC  (12+ messages)
` [PATCH v6 0/6] "
  ` [PATCH v6 1/6] Documentation: add extensions.worktreeConfig details
  ` [PATCH v6 3/6] config: add repo_config_set_worktree_gently()

[RFC PATCH net-next v3 0/5] ice: GTP support in switchdev
 2022-02-09 18:04 UTC  (4+ messages)
` [RFC PATCH net-next v3 1/5] gtp: Allow to create GTP device without FDs

[Buildroot] [PATCH v3 1/2] configs/zynqmp_zcu106: bump ATF/U-Boot/Linux to Xilinx 2022
 2022-02-09 18:03 UTC  (2+ messages)
` [Buildroot] [PATCH v3 2/2] add configs/zynqmp_zcu102_defconfig

[PATCH 1/2] package: add extra_recommends to do_split_package()
 2022-02-09 18:03 UTC  (5+ messages)
` [PATCH 2/2] kernel-module-split: modules should recommend the kernel image
    ` [OE-core] "

[PATCH] efi: Do not import certificates from UEFI Secure Boot for T2 Macs
 2022-02-09 18:02 UTC  (3+ messages)

[PATCH v3 bpf-next 0/5] bpf: Light skeleton for the kernel
 2022-02-09 18:01 UTC  (3+ messages)
` [PATCH v3 bpf-next 2/5] libbpf: Prepare light "

[GIT PULL] Crypto Fixes for 5.9
 2022-02-09 18:01 UTC  (12+ messages)
` [GIT PULL] Crypto Fixes for 5.10
  ` [GIT PULL] Crypto Fixes for 5.11
      ` [GIT PULL] Crypto Fixes for 5.14
          ` [GIT PULL] Crypto Fixes for 5.15
              ` [GIT PULL] Crypto Fixes for 5.16
                  ` [GIT PULL] Crypto Fixes for 5.17

[GIT PULL] 2nd set of nfsd changes for 5.17-rc
 2022-02-09 18:01 UTC  (2+ messages)

[PATCH v1 1/1] crypto: qat - don't cast parameter in bit operations
 2022-02-09 18:00 UTC 

[dm-devel] remove REQ_OP_WRITE_SAME v2
 2022-02-09 18:00 UTC  (2+ messages)
`  "

[PATCH 00/35] Shadow stacks for userspace
 2022-02-09 18:00 UTC  (3+ messages)
` [PATCH 11/35] x86/mm: Update pte_modify for _PAGE_COW

[PATCH 0/5] poky-tiny clean-ups and qemuarm fixes
 2022-02-09 17:59 UTC  (5+ messages)
` [PATCH 4/5] qemuarmv5: use arm-versatile-926ejs KMACHINE and add more virtio devices
  ` [OE-core] "
` [PATCH 5/5] poky-tiny: enable qemuarmv5/qemuarm64 and cleanups
  ` [OE-core] "

[mtd:spi-mem-ecc 16/29] drivers/mtd/nand/ecc-mxic.c:652 mxic_ecc_finish_io_req_external() error: uninitialized symbol 'ret'
 2022-02-09 17:58 UTC  (2+ messages)

[PATCH v8 00/12] target/hexagon: introduce idef-parser
 2022-02-09 17:03 UTC  (4+ messages)
` [PATCH v8 09/12] target/hexagon: import lexer for idef-parser
` [PATCH v8 10/12] target/hexagon: import parser "
` [PATCH v8 12/12] target/hexagon: import additional tests

stable-rc/queue/4.9 baseline: 106 runs, 17 regressions (v4.9.299-51-g1910142c7cca)
 2022-02-09 17:58 UTC 

[PATCH v6 00/14] riscv: support for Svpbmt and D1 memory types
 2022-02-09 17:49 UTC  (3+ messages)

start sorting out the ZONE_DEVICE refcount mess
 2022-02-09 17:48 UTC  (6+ messages)
` [PATCH 6/8] mm: don't include <linux/memremap.h> in <linux/mm.h>
      ` [Nouveau] "

[PATCH v3] net/af_xdp: re-enable secondary process support
 2022-02-09 17:55 UTC  (3+ messages)
` [PATCH v4] "

wireless-regdb: Update regulatory rules for the US on 6 GHz band
 2022-02-09 17:54 UTC  (7+ messages)
  ` [wireless-regdb] "

[PATCH v5] KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255
 2022-02-09 17:54 UTC  (2+ messages)

[PATCH v5 0/5] Add GPU for RK356x SoCs
 2022-02-09 17:52 UTC  (13+ messages)
` [PATCH v5 1/5] dt-bindings: gpu: mali-bifrost: describe clocks for the rk356x gpu

[PATCH bpf-next v2 0/3] bpftool: Switch to new versioning scheme (align on libbpf's)
 2022-02-09 17:53 UTC  (5+ messages)
` [PATCH bpf-next v2 3/3] bpftool: Update versioning scheme, align on libbpf's version number

[Bug 199715] hp_accel: probe of HPQ6007:00 failed with error -22 (HP Envy x360)
 2022-02-09 17:52 UTC 

[PATCH] net/memif: remove pointer deference before null check
 2022-02-09 17:51 UTC  (4+ messages)
` [PATCH v2] "

Missing python.h when building ntpsec
 2022-02-09 17:51 UTC  (2+ messages)
` [OE-core] "

[RFC PATCH 0/3] powerpc64/bpf: Add support for BPF Trampolines
 2022-02-09 17:50 UTC  (5+ messages)
` [RFC PATCH 2/3] powerpc/ftrace: Override ftrace_location_lookup() for MPROFILE_KERNEL

Questions about Xenomai
 2022-02-09 17:51 UTC 

[PATCH 0/2] Add a interface for passing supported PD rev from TCPC
 2022-02-09 17:50 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] usb: typec: fusb302: add support of supported_pd_rev

[PATCH v2] dt-bindings: can: xilinx_can: Convert Xilinx CAN binding to YAML
 2022-02-09 17:48 UTC  (2+ messages)

[PATCH v5 00/23] drm/rockchip: RK356x VOP2 support
 2022-02-09 17:44 UTC  (2+ messages)
` Aw: "

[PATCH] cxl/core/port: Fix unregister_port() lock assertion
 2022-02-09 17:49 UTC  (2+ messages)

[PATCH v1 1/1] iommu/vt-d: Don't cast parameter in for_each_set_bit()
 2022-02-09 17:49 UTC  (2+ messages)

Error: Transaction check error: while doing do_rootfs task
 2022-02-09 17:48 UTC  (2+ messages)
` [yocto] "

[PATCH RFC net-next 0/7] net: dsa: mt7530: updates for phylink changes
 2022-02-09 17:47 UTC  (6+ messages)

[PATCH] gpu/cuda: differentiate V100 32GB GPU IDs
 2022-02-10  1:58 UTC 

[PATCH RFC 0/3] btrfs: make autodefrag to defrag and only defrag small write ranges
 2022-02-09 17:48 UTC  (2+ messages)

[PATCH] staging: r8188eu: keep the success path and error path separate
 2022-02-09 17:48 UTC 

[PATCH bpf-next v3 0/2] libbpf: Add syscall-specific variant of BPF_KPROBE
 2022-02-09 17:47 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] libbpf: Add BPF_KPROBE_SYSCALL macro

[PATCH 1/5] arm-bsp/linux-yocto: drop redundant KMACHINE assignments
 2022-02-09 17:46 UTC  (5+ messages)
` [PATCH 2/5] arm-bsp/sgi575: use the default linux-yocto version
` [PATCH 3/5] arm-bsp/juno: move to linux-yocto 5.15
` [PATCH 4/5] arm-bsp/firmware-image-juno: remove default dependencies
` [PATCH 5/5] arm-bsp/linux-yocto: remove unused 5.4 and 5.7 kernels


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.