All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-03 16:55:02 to 2025-10-03 17:44:05 UTC [more...]

[PATCH v6 00/73] target/arm: Implement FEAT_GCS
 2025-10-03 17:08 UTC  (69+ messages)
` [PATCH v6 01/73] tests/functional: update tests using TF-A/TF-RMM to support FEAT_GCS
` [PATCH v6 02/73] target/arm: Add isar feature test for FEAT_S1PIE, FEAT_S2PIE
` [PATCH v6 03/73] target/arm: Enable TCR2_ELx.PIE
` [PATCH v6 04/73] target/arm: Implement PIR_ELx, PIRE0_ELx, S2PIR_EL2 registers
` [PATCH v6 05/73] target/arm: Force HPD for stage2 translations
` [PATCH v6 06/73] target/arm: Cache NV1 early in get_phys_addr_lpae
` [PATCH v6 07/73] target/arm: Populate PIE in aa64_va_parameters
` [PATCH v6 08/73] target/arm: Implement get_S1prot_indirect
` [PATCH v6 09/73] target/arm: Implement get_S2prot_indirect
` [PATCH v6 10/73] target/arm: Expand CPUARMState.exception.syndrome to 64 bits
` [PATCH v6 11/73] target/arm: Expand syndrome parameter to raise_exception*
` [PATCH v6 12/73] target/arm: Implement dirtybit check for PIE
` [PATCH v6 14/73] include/exec/memopidx: Adjust for 32 mmu indexes
` [PATCH v6 15/73] include/hw/core/cpu: Widen MMUIdxMap
` [PATCH v6 16/73] target/arm: Split out mmuidx.h from cpu.h
` [PATCH v6 17/73] target/arm: Convert arm_mmu_idx_to_el from switch to table
` [PATCH v6 18/73] target/arm: Remove unused env argument from regime_el
` [PATCH v6 19/73] target/arm: Convert regime_el from switch to table
` [PATCH v6 20/73] target/arm: Convert regime_has_2_ranges "
` [PATCH v6 21/73] target/arm: Remove unused env argument from regime_is_pan
` [PATCH v6 22/73] target/arm: Convert regime_is_pan from switch to table
` [PATCH v6 23/73] target/arm: Remove unused env argument from regime_is_user
` [PATCH v6 24/73] target/arm: Convert regime_is_user from switch to table
` [PATCH v6 25/73] target/arm: Convert arm_mmu_idx_is_stage1_of_2 "
` [PATCH v6 26/73] target/arm: Convert regime_is_stage2 "
` [PATCH v6 27/73] target/arm: Introduce mmu indexes for GCS
` [PATCH v6 28/73] target/arm: Introduce regime_to_gcs
` [PATCH v6 29/73] target/arm: Support page protections for GCS mmu indexes
` [PATCH v6 30/73] target/arm: Implement gcs bit for data abort
` [PATCH v6 31/73] target/arm: Add GCS cpregs
` [PATCH v6 32/73] target/arm: Add GCS enable and trap levels to DisasContext
` [PATCH v6 33/73] target/arm: Implement FEAT_CHK
` [PATCH v6 35/73] target/arm: Export cpsr_{read_for, write_from}_spsr_elx
` [PATCH v6 36/73] target/arm: Expand pstate to 64 bits
` [PATCH v6 37/73] target/arm: Add syndrome data for EC_GCS
` [PATCH v6 38/73] target/arm: Add arm_hcr_el2_nvx_eff
` [PATCH v6 39/73] target/arm: Use arm_hcr_el2_nvx_eff in access_nv1
` [PATCH v6 40/73] target/arm: Split out access_nv1_with_nvx
` [PATCH v6 41/73] target/arm: Implement EXLOCKException for ELR_ELx and SPSR_ELx
` [PATCH v6 42/73] target/arm: Split {full,core}_a64_user_mem_index
` [PATCH v6 43/73] target/arm: Introduce delay_exception{_el}
` [PATCH v6 44/73] target/arm: Emit HSTR trap exception out of line
` [PATCH v6 45/73] target/arm: Emit v7m LTPSIZE "
` [PATCH v6 46/73] target/arm: Implement GCSSTR, GCSSTTR
` [PATCH v6 47/73] target/arm: Implement GCSB
` [PATCH v6 48/73] target/arm: Implement GCSPUSHM
` [PATCH v6 49/73] target/arm: Implement GCSPOPM
` [PATCH v6 50/73] target/arm: Implement GCSPUSHX
` [PATCH v6 51/73] target/arm: Implement GCSPOPX
` [PATCH v6 52/73] target/arm: Implement GCSPOPCX
` [PATCH v6 53/73] target/arm: Implement GCSSS1
` [PATCH v6 54/73] target/arm: Implement GCSSS2
` [PATCH v6 55/73] target/arm: Add gcs record for BL
` [PATCH v6 56/73] target/arm: Add gcs record for BLR
` [PATCH v6 57/73] target/arm: Add gcs record for BLR with PAuth
` [PATCH v6 58/73] target/arm: Load gcs record for RET
` [PATCH v6 59/73] target/arm: Load gcs record for RET with PAuth
` [PATCH v6 60/73] target/arm: Copy EXLOCKEn to EXLOCK on exception to the same EL
` [PATCH v6 61/73] target/arm: Implement EXLOCK check during exception return
` [PATCH v6 62/73] target/arm: Enable FEAT_GCS with -cpu max
` [PATCH v6 63/73] linux-user/aarch64: Implement prctls for GCS
` [PATCH v6 67/73] target/arm: Enable GCSPR_EL0 for read in user-mode
` [PATCH v6 68/73] linux-user/aarch64: Inject SIGSEGV for GCS faults
` [PATCH v6 69/73] linux-user/aarch64: Generate GCS signal records
` [PATCH v6 70/73] linux-user/aarch64: Enable GCS in HWCAP
` [PATCH v6 71/73] tests/tcg/aarch64: Add gcsstr
` [PATCH v6 72/73] tests/tcg/aarch64: Add gcspushm
` [PATCH v6 73/73] tests/tcg/aarch64: Add gcsss

[PATCH v17 00/20] Appended Signature Secure Boot Support for PowerPC
 2025-10-03 17:31 UTC  (13+ messages)
` [PATCH v17 02/20] crypto: Move storage for grub_crypto_pk_* to crypto.c
` [PATCH v17 04/20] grub-install: Support embedding x509 certificates
` [PATCH v17 05/20] appended signatures: Import GNUTLS's ASN.1 description files
` [PATCH v17 06/20] appended signatures: Parse ASN1 node
` [PATCH v17 07/20] appended signatures: Parse PKCS#7 signed data
` [PATCH v17 09/20] powerpc_ieee1275: Enter lockdown based on /ibm, secure-boot
` [PATCH v17 13/20] appended signatures: Create db and dbx lists
` [PATCH v17 15/20] appended signatures: GRUB commands to manage the certificates
` [PATCH v17 16/20] appended signatures: GRUB commands to manage the hashes
` [PATCH v17 17/20] appended signatures: Verification tests
` [PATCH v17 19/20] docs/grub: Document signing GRUB with an appended signature
` [PATCH v17 20/20] docs/grub: Document "

[PATCH net 0/8] Intel Wired LAN Driver Updates 2025-10-01 (idpf, ixgbe, ixgbevf)
 2025-10-03 17:43 UTC  (4+ messages)
` [PATCH net 3/8] idpf: fix possible race in idpf_vport_stop()

[PATCH 6.17 00/15] 6.17.1-rc1 review
 2025-10-03 17:40 UTC  (2+ messages)

use-after-free in nfs4stat.c _free_cpntf_state_locked()
 2025-10-03 17:40 UTC  (2+ messages)

[PATCH 2/2] docs/zh_TW: Fix malformed table
 2025-10-03 17:36 UTC  (4+ messages)
` [PATCH v2 0/2] docs: fix malformed tables in Chinese translations
  ` [PATCH v2 1/2] docs/zh_CN: Fix malformed table
  ` [PATCH v2 2/2] docs/zh_TW: "

[PATCH] net: fsl_pq_mdio: Fix device node reference leak in fsl_pq_mdio_probe
 2025-10-03 17:39 UTC  (3+ messages)

[PATCH v5 bpf-next 00/15] BPF indirect jumps
 2025-10-03 17:38 UTC  (9+ messages)
` [PATCH v5 bpf-next 04/15] bpf, x86: add new map type: instructions array
` [PATCH v5 bpf-next 06/15] bpf: support instructions arrays with constants blinding

[PULL 00/26] riscv-to-apply queue
 2025-10-03 17:33 UTC  (2+ messages)

[PATCH v1 1/5] Bluetooth: HCI: Add initial support for PAST
 2025-10-03 17:37 UTC  (4+ messages)
` [PATCH v1 3/5] Bluetooth: ISO: Add support to bind to trigger PAST

[Buildroot] [PATCH 1/1] package/faketime: bump to version 0.9.12
 2025-10-03 17:36 UTC 

[zen:6.17/zen-sauce 2/29] drivers/scsi/vhba/vhba.c:192:23: error: variable 'vhost' set but not used
 2025-10-03 17:36 UTC 

[PATCH V1 2/2] dmaengine: atcdmac300: Add driver for Andes ATCDMAC300 DMA controller
 2025-10-03 17:36 UTC  (2+ messages)

[linux-next:master 13060/13363] arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dtb: spi@ff050000 (cdns,spi-r1p6): compatible: 'oneOf' conditional failed, one must be fixed:
 2025-10-03 17:36 UTC 

[PATCH dwarves] pahole: Avoid generating artificial inlined functions for BTF
 2025-10-03 17:36 UTC 

Mainlining the kernel module for TernFS, a distributed filesystem
 2025-10-03 17:35 UTC  (4+ messages)

[PATCH v10 0/2] Update ECN (RFC3168) and Add Accurate ECN (RFC9768-to-be) feature
 2025-10-03 17:34 UTC  (15+ messages)
` [PATCH v10 1/2] virtio-net: Fix ECN feature descriptions

[Buildroot] [PATCH] package/raptor: add patches for CVE-2024-57822, CVE-2024-57823
 2025-10-03 17:34 UTC  (2+ messages)

[PATCH] doc: add a explanation of Git's data model
 2025-10-03 17:34 UTC 

[Buildroot] [git commit] package/raptor: add patches for CVE-2024-57822, CVE-2024-57823
 2025-10-03 17:29 UTC 

[PATCH BlueZ v1 1/3] monitor: Use PAST to refer to Periodic Advertising Sync Transfer
 2025-10-03 17:34 UTC  (2+ messages)
` [BlueZ,v1,1/3] "

[PATCH 00/18] Add USB2.0 support for RZ/G3E
 2025-10-03 17:33 UTC  (5+ messages)
` [PATCH 07/18] regulator: devres: Disable exclusive regulator before releasing

[PATCH v2] rust: pci: Allocate and manage PCI interrupt vectors
 2025-10-03 17:33 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] package/fakeroot: bump to version 1.37.1.2
 2025-10-03 17:33 UTC 

[PATCH 6.16 00/14] 6.16.11-rc1 review
 2025-10-03 17:32 UTC  (2+ messages)

[RFC PATCH 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
 2025-10-03 17:32 UTC  (5+ messages)
` [RFC PATCH 1/4] drivers/iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [RFC PATCH 2/4] drivers/iommu: Add calls for iommu debug
` [RFC PATCH 3/4] drivers/iommu-debug: Track IOMMU pages
` [RFC PATCH 4/4] drivers/iommu-debug: Check state of mapped/unmapped kernel memory

[PATCH][next] btrfs: Avoid -Wflex-array-member-not-at-end warning
 2025-10-03 15:21 UTC  (5+ messages)

[PATCH v4 0/5] mshv: Fixes for stats and vp state page mappings
 2025-10-03 17:30 UTC  (5+ messages)

[meta-oe][PATCH] usbids: upgrade 2025.04.01 -> 2025.09.15
 2025-10-03 17:29 UTC 

[PATCH] docs: android: Fix missing kernel-doc entries in binder.c
 2025-10-03 17:29 UTC  (3+ messages)

[PATCH bpf 0/2] xdp: fix page_pool leaks
 2025-10-03 17:29 UTC  (3+ messages)
` [PATCH bpf 1/2] xdp: update xdp_rxq_info's mem type in XDP generic hook

[PATCH i-g-t] lib/igt_fb/intel: Use correct MOCS for displayable surfaces
 2025-10-03 17:27 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH 13/20] smb: client: actually use cached dirs on readdir
 2025-10-03 17:26 UTC  (2+ messages)

[PATCH v1 0/9] Remove DMA .map_page and .unmap_page callbacks
 2025-10-03 17:26 UTC  (5+ messages)
` [PATCH v1 3/9] parisc: Convert DMA map_page to map_phys interface

[PATCH v5 0/5] Preliminary support for separate VRAM region for kernel allocations on tiles
 2025-10-03 17:26 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Preliminary support for separate VRAM region for kernel allocations on tiles (rev5)

[Buildroot] [PATCH] package/python-django: security bump to v5.2.7
 2025-10-03 17:26 UTC  (2+ messages)

[PATCH 6.12 00/10] 6.12.51-rc1 review
 2025-10-03 17:24 UTC  (2+ messages)

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2025-10-03 17:23 UTC  (5+ messages)
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

Optimizing small reads
 2025-10-03 17:23 UTC  (5+ messages)

[PATCH] memtools: add lsmemregions command
 2025-10-03 17:14 UTC  (2+ messages)

[PATCH 0/3] soc: samsung: exynos-pmu: gs101: avoid SError for inaccessible registers
 2025-10-03 17:22 UTC  (4+ messages)
` [PATCH 1/3] soc: samsung: exynos-pmu: allow specifying read & write access tables for secure regmap

[PATCH v5 2/2] PCI: imx6: Add a method to handle CLKREQ# override active low
 2025-10-03 17:21 UTC  (2+ messages)

[PATCH 16/20] smb: client: add is_dir argument to query_path_info
 2025-10-03 17:20 UTC  (3+ messages)

[PATCH] arm64: mte: Do not flag the zero page as PG_mte_tagged
 2025-10-03 17:19 UTC  (2+ messages)

[PATCH] x86/bugs: Qualify RETBLEED_INTEL_MSG
 2025-10-03 17:19 UTC 

[PATCH v7 00/11] Add more tests for multi fs block atomic writes
 2025-10-03 17:19 UTC  (5+ messages)
` [PATCH v7 04/12] ltp/fsx.c: Add atomic writes support to fsx

[RFC PATCH] fs: Plumb case sensitivity bits into statx
 2025-10-03 17:19 UTC  (4+ messages)

VirtIO html render failure using htlatex
 2025-10-03 17:19 UTC 

[PATCH V2 0/5] blk-mq: Replace tags->lock with SRCU for tag iterators
 2025-10-03 17:17 UTC  (4+ messages)
` [PATCH V2 5/5] "
  ` [PATCH V2 5/5] blk-mq: Replace tags->lock with SRCU for tag iterators - Rockchip UFS regression

[RFC PATCH] arm64/fpsimd: Implement strict mode for kernel mode SIMD
 2025-10-03 17:15 UTC  (2+ messages)

[PATCH] include/uapi/linux/lsm.h,Documentation/userspace-api/lsm.rst: introduce LSM_ATTR_UNSHARE
 2025-10-03 17:15 UTC  (2+ messages)

[Buildroot] [PATCH v2] package/ghostscript: security bump to v10.06.0
 2025-10-03 17:15 UTC  (2+ messages)

[PATCH 0/9] SHA-1/SHA-256 interoperability, part 1
 2025-10-03 17:14 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/9] docs: update pack index v3 format
  ` [PATCH v2 4/9] docs: improve ambiguous areas of pack format documentation
  ` [PATCH v2 5/9] docs: add documentation for loose objects
  ` [PATCH v2 8/9] t: allow specifying compatibility hash

[PATCH v3 00/11] arm64: dts: qcom: sdm845-lg-{common, judyln}: Improve HW support in dts
 2025-10-03 17:13 UTC  (7+ messages)
` [PATCH v3 07/11] arm64: dts: qcom: sdm845-lg-{common, judyln}: Add wifi node

[PATCH 6.6 0/7] 6.6.110-rc1 review
 2025-10-03 17:13 UTC  (2+ messages)

[Buildroot] [git commit] package/ghostscript: security bump to v10.06.0
 2025-10-03 17:12 UTC 

[PATCH 0/3] sdhci-brcmstb SD host controller SoC specific enhancements
 2025-10-03 17:12 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: mmc: Add support for BCM72116 and BCM74371 SD host controller
` [PATCH 2/3] mmc: sdhci-brcmstb: clear CFG_OP_DLY when using HS200
` [PATCH 3/3] mmc: brcmstb: save and restore registers during PM

[Patch v2] mm/huge_memory: add pmd folio to ds_queue in do_huge_zero_wp_pmd()
 2025-10-03 17:11 UTC  (5+ messages)

[PATCH mm-new 0/2] mm/khugepaged: refactor and merge PTE scanning logic
 2025-10-03 17:11 UTC  (6+ messages)
` [PATCH mm-new 1/2] mm/khugepaged: optimize PTE scanning with if-else-if-else-if chain
` [PATCH mm-new 2/2] mm/khugepaged: merge PTE scanning logic into a new helper

[PATCH] sched: cgroup: Move task_can_attach() to cpuset.c
 2025-10-03 17:11 UTC  (2+ messages)

PID namespace init releases its file locks before its children die
 2025-10-03 17:09 UTC  (3+ messages)

[PATCH 0/9] Bluetooth: avoid concurrent deletion of hci_conn
 2025-10-03 17:08 UTC  (10+ messages)
` [PATCH 1/9] Bluetooth: hci_event: extend hdev lock in hci_le_remote_conn_param_req_evt
` [PATCH 2/9] Bluetooth: hci_conn: take hdev lock in set_cig_params_sync
` [PATCH 3/9] Bluetooth: mgmt: take lock and hold reference when handling hci_conn
` [PATCH 4/9] Bluetooth: L2CAP: fix hci_conn_valid() usage
` [PATCH 5/9] Bluetooth: hci_sync: extend conn_hash lookup RCU critical sections
` [PATCH 6/9] Bluetooth: hci_sync: make hci_cmd_sync_run* indicate if item was added
` [PATCH 7/9] Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST if exists
` [PATCH 8/9] Bluetooth: hci_conn: hold reference in abort_conn_sync
` [PATCH 9/9] Bluetooth: hci_sync: hold references in hci_sync callbacks

[PATCH] mm/mmap: Fix fsnotify_mmap_perm() call in vm_mmap_pgoff()
 2025-10-03 17:07 UTC  (3+ messages)

[PATCH v3 0/4] xen/arm64: allow to make aarch32 el1 support optional
 2025-10-03 17:07 UTC  (2+ messages)

Hard code freeze for Xen 4.21 started on 04 Oct 2025
 2025-10-03 17:05 UTC 

[syzbot] [arm?] WARNING in copy_highpage
 2025-10-03 17:05 UTC  (2+ messages)

[PATCH] PCI: brcmstb: Fix use of incorrect constant
 2025-10-03 17:04 UTC 

[PATCH] usb: Fixed protocol translation in usb/storage/transport.c
 2025-10-03 17:04 UTC  (2+ messages)

[syzbot] [kernel?] possible deadlock in netif_reset_xps_queues_gt
 2025-10-03 17:04 UTC 

[PATCH next] PM: runtime: Fix error checking for kunit_device_register()
 2025-10-03 17:02 UTC  (2+ messages)

[PATCH v2] drm/display: add hw_params callback function to drm_connector_hdmi_audio_ops
 2025-10-03 17:02 UTC  (6+ messages)

brcmfmac: driver crash with iOS 18.6.1, potential DoS
 2025-10-03 17:02 UTC  (4+ messages)
` [PATCH] brcmfmac: Fix NULL pointer dereference in P2P action frame handling

[PATCH v5 0/3] Virtio-GPU S4 support
 2025-10-03 17:01 UTC  (4+ messages)
` [PATCH v5 2/3] drm/virtio: Add support for saving and restoring virtio_gpu_objects

[PATCH bpf-next v2 0/3] BPF signature hash chains
 2025-10-03 16:59 UTC  (5+ messages)

[REGRESSION] stable-rc/linux-5.4.y: (build) ./arch/arm64/include/asm/memory.h:85:50: error: ‘KASAN_SHADOW_SCAL
 2025-10-03 16:59 UTC 

[PATCH v4 0/4] reparent the THP split queue
 2025-10-03 16:58 UTC  (3+ messages)
` [PATCH v4 4/4] mm: thp: reparent the split queue during memcg offline

[PATCH 0/4] x86/mm: some cleanups for pagetable setup code
 2025-10-03 16:56 UTC  (5+ messages)
` [PATCH 1/4] x86/mm: delete disabled debug code
` [PATCH 2/4] x86/mm: harmonize return value of phys_pte_init()
` [PATCH 3/4] x86/mm: drop unused return from pgtable setup functions
` [PATCH 4/4] x86/mm: simplify calculation of max_pfn_mapped

[PATCH v2 03/10] PCI/LUO: Forward prepare()/freeze()/cancel() callbacks to driver
 2025-10-03 16:56 UTC  (13+ messages)

[PATCH 0/6] odb: track commit graphs via object source
 2025-10-03 16:56 UTC  (10+ messages)

[PATCH 1/3] compressdev: support for dictionaries and PDCP checksum
 2025-10-03 16:56 UTC  (5+ messages)
` [EXTERNAL] "

[PATCH] meson: upgrade to 1.9.1
 2025-10-03 16:55 UTC  (2+ messages)
` [OE-core] "

[PATCH v2 00/29] arm_mpam: Add basic mpam driver
 2025-10-03 16:54 UTC  (3+ messages)
` [PATCH v2 08/29] arm_mpam: Add the class and component structures for firmware described ris


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.