All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-10 21:03:57 to 2021-11-10 22:17:55 UTC [more...]

[PATCH v8 0/8] PCI: brcmstb: have portdrv turn on sub-device power
 2021-11-10 22:14 UTC  (11+ messages)
` [PATCH v8 1/8] PCI: brcmstb: Change brcm_phy_stop() to return void
` [PATCH v8 2/8] dt-bindings: PCI: Correct brcmstb interrupts, interrupt-map
` [PATCH v8 3/8] dt-bindings: PCI: Add bindings for Brcmstb EP voltage regulators
` [PATCH v8 7/8] PCI: brcmstb: Split brcm_pcie_setup() into two funcs
` [PATCH v8 8/8] PCI: brcmstb: Add control of subdevice voltage regulators

stable-rc/linux-5.14.y build: 177 builds: 5 failed, 172 passed, 4 errors, 7 warnings (v5.14.17-25-gf4613872ae53)
 2021-11-10 22:14 UTC 

[PATCH bpf-next] bpf: extend BTF_ID_LIST_GLOBAL with parameter for number of IDs
 2021-11-10 22:13 UTC  (4+ messages)

[PATCH v5] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-10 22:11 UTC  (2+ messages)

arch/mips/boot/compressed/uart-prom.c:4:6: warning: no previous prototype for 'putc'
 2021-11-10 22:13 UTC  (2+ messages)

[PATCH v6 1/5] x86/kvm: Add AMD SEV specific Hypercall3
 2021-11-10 22:11 UTC  (13+ messages)

[PATCH 01/24] ovmf: submit patch upstream
 2021-11-10 22:15 UTC  (5+ messages)
` [PATCH 04/24] xserver-xorg: update 1.20.13 -> 21.1.1
` [PATCH 06/24] rust: update 1.56.0 -> 1.56.1

[PATCH V2 0/4] xen: Add support of extended regions (safe ranges) on Arm
 2021-11-10 22:14 UTC  (5+ messages)
` [PATCH V2 2/4] arm/xen: Switch to use gnttab_setup_auto_xlat_frames() for DT

[PATCH] [gst-plugins-good 1.16.3]v4l2h264enc:Add Extended controls support for H264 encoder
 2021-11-10 22:15 UTC  (3+ messages)

[ANNOUNCE] Git v2.34.0-rc2
 2021-11-10 22:11 UTC  (10+ messages)
    ` [PATCH] RelNotes: mention known crasher when ssh signing with OpenSSH 8.7

[PATCH 0/5] drivers/net: add NXP FEC-UIO driver
 2021-11-10 22:11 UTC  (5+ messages)
` [PATCH 2/5] net: fec: fec-uio driver
` [PATCH 5/5] arm64: dts: imx8mm-evk-dpdk: dts for "

[syzbot] possible deadlock in __loop_clr_fd (3)
 2021-11-10 22:10 UTC  (2+ messages)

drivers/net/can/rcar/rcar_canfd.c:1869 rcar_canfd_probe() error: uninitialized symbol 'ch_irq'
 2021-11-10 22:12 UTC 

[PATCH v4 3/4] receive-pack: Protect current branch for bare repository worktree
 2021-11-10 22:09 UTC  (3+ messages)
` [PATCH v5 1/4] fetch: Protect branches checked out in all worktrees

[PATCH] arm64: mte: avoid clearing PSTATE.TCO on entry unless necessary
 2021-11-10 22:07 UTC  (7+ messages)

[PATCH v2] arm64: mte: avoid clearing PSTATE.TCO on entry unless necessary
 2021-11-10 22:07 UTC 

[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-10 22:07 UTC  (46+ messages)
` [PATCH v7 01/45] x86/compressed/64: detect/setup SEV/SME features earlier in boot
` [PATCH v7 02/45] x86/sev: "
` [PATCH v7 03/45] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v7 04/45] x86/sev: Shorten GHCB terminate macro names
` [PATCH v7 05/45] x86/sev: Get rid of excessive use of defines
` [PATCH v7 06/45] x86/head64: Carve out the guest encryption postprocessing into a helper
` [PATCH v7 07/45] x86/sev: Remove do_early_exception() forward declarations
` [PATCH v7 08/45] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v7 09/45] x86/sev: Save the negotiated GHCB version
` [PATCH v7 10/45] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH v7 11/45] x86/sev: Check SEV-SNP features support
` [PATCH v7 12/45] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v7 13/45] x86/sev: Check the vmpl level
` [PATCH v7 14/45] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v7 15/45] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v7 16/45] x86/sev: "
` [PATCH v7 17/45] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v7 18/45] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH v7 19/45] x86/kernel: Validate rom memory before accessing when SEV-SNP is active
` [PATCH v7 20/45] x86/mm: Add support to validate memory when changing C-bit
` [PATCH v7 21/45] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v7 22/45] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v7 23/45] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH v7 24/45] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v7 25/45] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v7 26/45] x86/head: re-enable stack protection for 32/64-bit builds
` [PATCH v7 27/45] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH v7 28/45] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH v7 29/45] x86/compressed/acpi: move EFI system table lookup "
` [PATCH v7 30/45] x86/compressed/acpi: move EFI config "
` [PATCH v7 31/45] x86/compressed/acpi: move EFI vendor "
` [PATCH v7 32/45] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v7 33/45] KVM: SEV: Add documentation for SEV-SNP CPUID Enforcement
` [PATCH v7 34/45] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v7 35/45] x86/boot: add a pointer to Confidential Computing blob in bootparams
` [PATCH v7 36/45] x86/compressed: add SEV-SNP feature detection/setup
` [PATCH v7 37/45] x86/compressed: use firmware-validated CPUID for SEV-SNP guests
` [PATCH v7 38/45] x86/compressed/64: add identity mapping for Confidential Computing blob
` [PATCH v7 39/45] x86/sev: add SEV-SNP feature detection/setup
` [PATCH v7 40/45] x86/sev: use firmware-validated CPUID for SEV-SNP guests
` [PATCH v7 41/45] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v7 42/45] x86/sev: Register SNP guest request platform device
` [PATCH v7 43/45] virt: Add SEV-SNP guest driver
` [PATCH v7 44/45] virt: sevguest: Add support to derive key
` [PATCH v7 45/45] virt: sevguest: Add support to get extended report

[PATCH v3 0/3] pc: Support configuration of SMBIOS entry point type
 2021-11-10 22:06 UTC  (6+ messages)
` [PATCH v3 3/3] hw/i386: expose a "smbios-entry-point-type" PC machine property

[Buildroot] [PATCH 1/1] package/pipewire-media-session: new package
 2021-11-10 22:07 UTC  (2+ messages)

[PATCH] drm/bridge/tc358775: Fix for dual-link LVDS
 2021-11-10 22:00 UTC  (2+ messages)

Slow MMC IO with Raspberry CM3+ Module
 2021-11-10 22:06 UTC  (5+ messages)
` [External] - "

[PATCH v3 bpf-next 0/3] bpf: Prevent writing read-only memory
 2021-11-10 22:05 UTC  (4+ messages)

[Buildroot] [git commit] package/pipewire-media-session: new package
 2021-11-10 22:00 UTC 

[PATCH] pci: Don't call resume callback for nearly bound devices
 2021-11-10 22:01 UTC  (3+ messages)

stable-rc/linux-4.4.y build: 182 builds: 5 failed, 177 passed, 6 errors, 29 warnings (v4.4.291-20-g17cdd7c2c6dc)
 2021-11-10 22:00 UTC 

[PATCH net v2] bpf: Fix build when CONFIG_BPF_SYSCALL is disabled
 2021-11-10 21:59 UTC  (3+ messages)

[PATCH v1] iwlwifi: fix warnings produced by kernel debug options
 2021-11-10 21:57 UTC 

linux-next: build failure after merge of the cifs tree
 2021-11-10 21:57 UTC 

[PATCH] qmp: Stabilize preconfig
 2021-11-10 21:56 UTC  (6+ messages)

[PATCH] ALSA: hda: fix general protection fault in azx_runtime_idle
 2021-11-10 21:57 UTC  (5+ messages)
` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "

[PATCH v3] mmc: dw_mmc: Allow lower TMOUT value than maximum
 2021-11-10 21:54 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sm8250: Add CPU opp tables
 2021-11-10 21:53 UTC 

[PATCH] x86/smp: Factor out parts of native_smp_prepare_cpus()
 2021-11-10 21:52 UTC  (2+ messages)

[PATCH v4] configs: Introduce debug.config for CI-like setup
 2021-11-10 21:52 UTC  (2+ messages)

[PATCH v5 1/2] x86/PCI: Ignore E820 reservations for bridge windows on newer systems
 2021-11-10 21:51 UTC  (4+ messages)

[GIT PULL] nfsd changes for 5.16
 2021-11-10 21:50 UTC 

WARNING: modpost: vmlinux.o(.text.unlikely+0x47a4): Section mismatch in reference from the function init_tracefs.isra.0() to the variable .init.data:initcall_level_names
 2021-11-10 21:48 UTC  (2+ messages)

[RFC] hypercall-vsock: add a new vsock transport
 2021-11-10 21:45 UTC  (3+ messages)

[GIT PULL] apparmor changes for 5.16
 2021-11-10 21:45 UTC 

[kvm-unit-tests PATCH v2 0/3] Regression test for L1 LDTR persistence bug
 2021-11-10 21:44 UTC  (2+ messages)

stable-rc/linux-5.15.y build: 176 builds: 5 failed, 171 passed, 4 errors, 5 warnings (v5.15.1-27-g12d0445d66e0)
 2021-11-10 21:44 UTC 

[PATCH 0/3] drivers/net: split FEC driver
 2021-11-10 21:43 UTC  (3+ messages)
` [PATCH 1/3] fec_phy: add new PHY file

[PATCH 5.10 00/21] 5.10.79-rc1 review
 2021-11-10 21:42 UTC  (2+ messages)

[PATCH] iwlwifi: pcie: fix constant-conversion warning
 2021-11-10 21:39 UTC  (3+ messages)

[BUG]locking/rwsem: only clean RWSEM_FLAG_HANDOFF when already set
 2021-11-10 21:38 UTC  (3+ messages)

[PASEMI] Nemo board doesn't recognize any ATA disks with the pci-v5.16 updates
 2021-11-10 16:42 UTC  (6+ messages)

[PATCH v2 00/45] Introduce power-off+restart call chain API
 2021-11-10 13:38 UTC  (12+ messages)
` [PATCH v2 27/45] mfd: ntxec: Use devm_register_power_handler()

[PATCH] psi: fix PSI_MEM_FULL state when tasks are in memstall and doing reclaim
 2021-11-10 21:33 UTC 

[PATCH] Fix the j-core SOC build
 2021-11-10 21:33 UTC  (3+ messages)

[PATCH v5 00/28] arm: dts: ls1028a: sync device tree with linux
 2021-11-10 21:33 UTC  (4+ messages)
` [PATCH v5 28/28] arm: dts: sl28: sync dtbs

[PULL] Pull request for u-boot/master v2022.01 = u-boot-stm32-20211110
 2021-11-10 21:31 UTC  (2+ messages)

[PATCH] ncurses.inc: Remove a no longer relevant comment
 2021-11-10 21:30 UTC 

[dpdk-dev] [PATCH v1 00/12] use compiler atomic builtins for app
 2021-11-10 21:25 UTC  (3+ messages)
` [dpdk-dev] [PATCH v1 11/12] app/bbdev: use compiler atomics for thread sync
  `  "

[PATCH] drm: bridge: dw-hdmi: Fix RGB to YUV color space conversion
 2021-11-10 21:26 UTC  (4+ messages)

net/ipv4/tcp_cong.c:238:22: sparse: sparse: incorrect type in assignment (different address spaces)
 2021-11-10 21:23 UTC  (3+ messages)

stable-rc/queue/4.9 build: 182 builds: 3 failed, 179 passed, 2 errors, 34 warnings (v4.9.289-22-g3b7e5d8ad317)
 2021-11-10 21:23 UTC 

[PATCH v4 linux-next] scsi: scsi_debug: fix type in min_t to avoid stack OOB
 2021-11-10 21:23 UTC  (2+ messages)

drivers/bluetooth/btqca.c:493:24: sparse: sparse: restricted __le32 degrades to integer
 2021-11-10 21:22 UTC  (2+ messages)

[PATCH] mac80211: drop check for DONT_REORDER in __ieee80211_select_queue
 2021-11-10 21:22 UTC 

[kvm-unit-tests PATCH 00/14] Run access test in an L2 guest
 2021-11-10 21:20 UTC  (15+ messages)
` [kvm-unit-tests PATCH 01/14] x86: cleanup handling of 16-byte GDT descriptors
` [kvm-unit-tests PATCH 02/14] x86: fix call to set_gdt_entry
` [kvm-unit-tests PATCH 03/14] unify field names and definitions for GDT descriptors
` [kvm-unit-tests PATCH 04/14] replace tss_descr global with a function
` [kvm-unit-tests PATCH 05/14] x86: Move IDT to desc.c
` [kvm-unit-tests PATCH 06/14] x86: unify name of 32-bit and 64-bit GDT
` [kvm-unit-tests PATCH 07/14] x86: get rid of ring0stacktop
` [kvm-unit-tests PATCH 08/14] x86: Move 64-bit GDT and TSS to desc.c
` [kvm-unit-tests PATCH 09/14] x86: Move 32-bit "
` [kvm-unit-tests PATCH 10/14] x86: Look up the PTEs rather than assuming them
` [kvm-unit-tests PATCH 11/14] x86: Prepare access test for running in L2
` [kvm-unit-tests PATCH 12/14] x86: Fix tabs in access.c
` [kvm-unit-tests PATCH 13/14] x86: Clean up the global, page_table_levels, "
` [kvm-unit-tests PATCH 14/14] x86: Add tests that run ac_test_run() in an L2 guest

[PATCH v2 1/4] mm/shmem: support deterministic charging of tmpfs
 2021-11-10 21:19 UTC  (12+ messages)
` [PATCH v2 2/4] mm/oom: handle remote ooms
` [PATCH v2 3/4] mm, shmem: add tmpfs memcg= option documentation
` [PATCH v2 4/4] mm, shmem, selftests: add tmpfs memcg= mount option tests

[PATCH] pci: Don't call resume callback for nearly bound devices
 2021-11-10 21:19 UTC  (2+ messages)

[PATCH v6 1/2] fetch-pack: redact packfile urls in traces
 2021-11-10 21:18 UTC  (3+ messages)

[PATCH for 6.2 v2 0/5] Fix Q35 ACPI PCI Hot-plug I/O issues
 2021-11-10 21:11 UTC  (6+ messages)
` [PATCH for 6.2 v2 1/5] pcie: rename 'native-hotplug' to 'x-native-hotplug'
` [PATCH for 6.2 v2 2/5] hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine type
` [PATCH for 6.2 v2 3/5] bios-tables-test: Allow changes in DSDT ACPI tables
` [PATCH for 6.2 v2 4/5] hw/i386/acpi-build: Deny control on PCIe Native Hot-plug in _OSC
` [PATCH for 6.2 v2 5/5] bios-tables-test: Update golden binaries

[PATCH] drm/amd/pm: Enhanced reporting also for a stuck command
 2021-11-10 21:16 UTC  (2+ messages)

[PATCH 0/2] RFC: add fdt_add_pubkey tool
 2021-11-10 21:15 UTC  (3+ messages)
` [PATCH 1/2] tools: add fdt_add_pubkey

[xilinx-xlnx:xlnx_rebase_v5.4 19/1767] drivers/mtd/nand/raw/arasan_nand.c: linux/delay.h is included more than once
 2021-11-10 21:13 UTC  (4+ messages)
` [RFC PATCH xilinx-xlnx] mtd: rawnand: fix duplicated inclusion

[PATCH v2 for-4.16] xen/arm: allocate_bank_memory: don't create memory banks of size zero
 2021-11-10 21:14 UTC  (2+ messages)

[RFC 0/1] tag IOMMU-protected devices in Dom0 fdt
 2021-11-10 21:12 UTC  (4+ messages)
` [RFC 1/1] xen/arm: set iommu property for IOMMU-protected devices

[PATCH] scsi: qla2xxx: Fix memory leaks in the error handling path of 'qla2x00_mem_alloc()'
 2021-11-10 21:11 UTC 

[PATCH] meta: use ln -rs instead of lnr
 2021-11-10 21:10 UTC  (3+ messages)
` [OE-core] "

drivers/scsi/ufs/ufshpb.c:335:27: sparse: sparse: cast from restricted __be64
 2021-11-10 21:08 UTC  (2+ messages)

[PATCH v5 0/4] netfs, 9p, afs, ceph: Support folios, at least partially
 2021-11-10 21:09 UTC  (5+ messages)
` [PATCH v5 1/4] folio: Add a function to change the private data attached to a folio
` [PATCH v5 2/4] folio: Add a function to get the host inode for "
` [PATCH v5 3/4] netfs, 9p, afs, ceph: Use folios
` [PATCH v5 4/4] afs: Use folios in directory handling

drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:858:6: error: no previous prototype for 'amdgpu_ras_mca_query_error_status'
 2021-11-10 21:04 UTC  (2+ messages)

Pull request: u-boot-sunxi/master fix for 2022.01
 2021-11-10 20:59 UTC  (3+ messages)

[PATCH] maintenance: disable cron on macOS
 2021-11-10 21:06 UTC  (3+ messages)

[Intel-wired-lan] [PATCH v2 net-next 0/6] Add RTNL interface for SyncE
 2021-11-10 21:05 UTC  (12+ messages)
` [Intel-wired-lan] [PATCH v2 net-next 6/6] docs: net: Add description of SyncE interfaces
                  `  "

stable-rc/queue/4.19 baseline: 168 runs, 2 regressions (v4.19.216-7-g1cf3c1269574)
 2021-11-10 21:04 UTC 

[PATCH net-next] net: dsa: Some cleanups in remove code
 2021-11-10 21:03 UTC  (5+ messages)

[RFC PATCH v2 00/28] CXL Region Creation / HDM decoder programming
 2021-11-10 21:03 UTC  (6+ messages)
` [RFC PATCH v2 15/28] cxl/core: Introduce API to scan switch ports


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.