All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-05 20:27:23 to 2026-07-05 22:16:54 UTC [more...]

[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
 2026-07-05 22:16 UTC  (19+ messages)
` [PATCH 01/15] netlink: specs: Introduce multi-message blobs for SPDM
` [PATCH 02/15] tools: ynl: Teach pyynl to handle blobs
` [PATCH 03/15] tools: ynl: Teach ynl_gen_c to validate and dump 'blob' attributes
` [PATCH 04/15] device core: Introduce "device evidence" over netlink
` [PATCH 05/15] device core: Add "device evidence" 'validate' command
` [PATCH 06/15] PCI/TSM: Add device evidence support
` [PATCH 07/15] modules: Document the global async_probe parameter
` [PATCH 08/15] device core: Initial device trust infrastructure
` [PATCH 09/15] PCI, device core: Move "untrusted" concept to DEVICE_TRUST_ADVERSARY
` [PATCH 10/15] PCI/TSM: Add device interface security LOCKED support
` [PATCH 11/15] PCI/TSM: Add device interface security RUN support
` [PATCH 12/15] PCI/TSM: Add device interface security DMA enable/disable
` [PATCH 13/15] PCI, device core: Add private memory access for DEVICE_TRUST_TCB
` [PATCH 14/15] PCI/TSM: Create MMIO descriptors via TDISP Report
` [PATCH 15/15] PCI/TSM: Add relative MMIO offset support?

+ mm-nommu-add-sysctl_max_map_count-check-for-do_mmap.patch added to mm-new branch
 2026-07-05 22:15 UTC 

[PATCH] RFC: ARM: dts: ixp4xx: Fix interrupt-map weirdness
 2026-07-05 22:15 UTC 

[PATCH 5.10 00/96] 5.10.260-rc1 review
 2026-07-05 22:15 UTC  (5+ messages)
` [PATCH 5.10 89/96] misc: fastrpc: Fix NULL pointer dereference in rpmsg callback
` [PATCH 5.10 94/96] mmc: renesas_sdhi: Add OF entry for RZ/G2H SoC

[PATCH] mm: nommu: add sysctl_max_map_count() check for do_mmap()
 2026-07-05 22:15 UTC  (3+ messages)

[PATCH v2 1/3] Revert "mtd: spi-nor: remove Fujitsu MB85RS1MT support"
 2026-07-05 22:12 UTC  (3+ messages)

[PATCH v2] riscv/virt: Add optional UART1
 2026-07-05 22:05 UTC  (4+ messages)

[PATCH v2 0/2] syscall_user_dispatch: add build/runtime configs
 2026-07-05 21:49 UTC  (7+ messages)
` [PATCH v2 1/2] syscall_user_dispatch: Make it configurable in Kconfig
` [PATCH v2 2/2] syscall_user_dispatch: add kernel.syscall_user_dispatch sysctl

[wrynose][PATCH v2] curl: fix CVE-2026-5773 - wrong reuse of SMB connection
 2026-07-05 22:03 UTC  (3+ messages)
` [wrynose][PATCH v4] "
  ` [OE-core] "

[PATCH v3 00/32] accel: Unassorted cleanups around debugging
 2026-07-05 21:57 UTC  (33+ messages)
` [PATCH v3 01/32] cpu: Constify CPUState::cc (cached CPUClass pointer)
` [PATCH v3 02/32] target/i386: Remove duplicate tlb_flush() call in cpu_post_load()
` [PATCH v3 03/32] accel/tcg: Restrict tlb_protect/unprotect_code() to TCG
` [PATCH v3 04/32] accel/hvf: Remove left-over comment
` [PATCH v3 05/32] accel/mshv: Replace @dirty field by generic CPUState::vcpu_dirty field
` [PATCH v3 06/32] gdbstub: Add trace event for STEP packet handler
` [PATCH v3 07/32] gdbstub: Only return E22 when reverse GDB is not supported
` [PATCH v3 08/32] accel/whpx: Implement missing AccelClass::gdbstub_supported_sstep_flags
` [PATCH v3 09/32] accel/kvm: Always define AccelOpsClass::supports_guest_debug
` [PATCH v3 10/32] accel/kvm: Simplify kvm_init() w.r.t. TARGET_KVM_HAVE_GUEST_DEBUG
` [PATCH v3 11/32] accel/kvm: Hold have_guest_debug in KVMState
` [PATCH v3 12/32] gdbstub: Reduce gdb_supports_guest_debug() scope
` [PATCH v3 13/32] gdbstub: Move supported_sstep_flags in AccelGdbConfig structure
` [PATCH v3 14/32] accel: Have each implementation return their AccelGdbConfig
` [PATCH v3 15/32] gdbstub: Make default replay_mode value explicit in stubs
` [PATCH v3 16/32] accel: Hold @can_reverse information in AccelGdbConfig
` [PATCH v3 17/32] accel: Remove AccelOpsClass::supports_guest_debug
` [PATCH v3 18/32] cpu: Move cpu_breakpoint_test out of line
` [PATCH v3 19/32] cpu: Move BREAKPOINT definitions to 'exec/breakpoint.h'
` [PATCH v3 20/32] cpu: Define BreakpointFlags type
` [PATCH v3 21/32] accel: Remove unnecessary 'inline' qualifier in remove_all_breakpoints
` [PATCH v3 22/32] gdbstub/user: Directly call gdb_breakpoint_remove_all() in user mode
` [PATCH v3 23/32] gdbstub: Reduce @type variable scope
` [PATCH v3 24/32] gdbstub: Introduce GdbBreakpointType enumerator
` [PATCH v3 25/32] accel: Use GdbBreakpointType enum
` [PATCH v3 26/32] target/arm: Inline check_watchpoints() in arm_debug_check_watchpoint()
` [PATCH v3 27/32] target/ppc: Ensure TCG is used in ppc_update_daw()
` [PATCH v3 28/32] accel/tcg: Improve docstrings around TCGCPUOps::*watchpoint* handlers
` [PATCH v3 29/32] cpu: Better name cpu_single_step() trace event
` [PATCH v3 30/32] cpu: Introduce cpu_single_stepping() helper
` [PATCH v3 31/32] cpu: Rename CPUState @singlestep_enabled -> @singlestep_flags
` [PATCH v3 32/32] cpu: Only check SSTEP_ENABLE flag in cpu_single_stepping()

[PATCH v2 00/46] accel/tcg: Use IntervalTree for breakpoints and watchpoints
 2026-07-05 22:02 UTC  (3+ messages)
` [PATCH v2 02/46] cpu: Define BreakpointFlags type

[PATCH 0/2] crypto: algif_skcipher - fix AIO IV race in stable trees
 2026-07-05 22:01 UTC  (3+ messages)
` [PATCH 1/2] crypto: algif_skcipher - snapshot IV for async skcipher requests
` [PATCH 2/2] crypto: algif_skcipher - force synchronous processing on trees without ctx->state

[PATCH 0/4] Updates for hppa architecture
 2026-07-05 21:58 UTC  (3+ messages)
` [PATCH 1/4] target/hppa: Work-around for Fast TLB insert instruction on HP-UX 9

[PATCH nf] netfilter: ebtables: terminate table name before find_table_lock()
 2026-07-05 21:58 UTC 

[PATCH batadv] batman-adv: bla: avoid CRC corruption due to parallel claim add
 2026-07-05 21:55 UTC  (2+ messages)

[PATCH] selftests/rseq: Add missing test binaries to .gitignore
 2026-07-05 21:53 UTC 

[PATCH v2 00/33] accel: Unassorted cleanups around debugging
 2026-07-05 21:54 UTC  (7+ messages)
` [PATCH v2 16/33] accel: Hold @can_reverse information in AccelGdbConfig
` [PATCH v2 20/33] cpu: Define BreakpointFlags type

[PATCH 0/4] drm: bridge: display-connector: Support hardcoding EDID for VGA
 2026-07-05 21:48 UTC  (8+ messages)
` [PATCH 1/4] dt-bindings: display: vga-connector: Allow hardcoding EDID
` [PATCH 2/4] drm/bridge: display-connector: Fix I2C adapter resource leak
` [PATCH 3/4] drm/bridge: display-connector: Support hardcoded EDID for VGA connectors
` [PATCH 4/4] [DNI] arm64: dts: renesas: salvator: Add overlay for Dell P1911 VGA display

[RFC PATCH 00/16] mm/damon: introduce data attributes only monitoring
 2026-07-05 21:48 UTC  (36+ messages)
` [RFC PATCH 01/16] mm/damon/core: introduce damon_probe->weight
` [RFC PATCH 02/16] mm/damon/core: ask apply_probes() ops callback to set sampling address
` [RFC PATCH 03/16] mm/damon/paddr: set samples in apply_probes() if requested
` [RFC PATCH 04/16] mm/damon/core: ask apply_probe() to return max probe hits weighted sum
` [RFC PATCH 05/16] mm/damon/core: implement damon_probe_hits_wsum()
` [RFC PATCH 06/16] mm/damon/paddr: respect return_max_wsum
` [RFC PATCH 07/16] mm/damon/core: extend merge function to work with probe hits
` [RFC PATCH 08/16] mm/damon/core: disable access monitoring when probe weights are set
` [RFC PATCH 09/16] mm/damon/core: set samples in apply_probes() if "
` [RFC PATCH 10/16] mm/damon/core: s/max_nr_accesses/max_merge_score/ in kdamond_fn()
` [RFC PATCH 11/16] mm/damon/core: get merge threshold from probe hits when weights are set
` [RFC PATCH 12/16] mm/damon/core: implement damon_has_probe_weight()
` [RFC PATCH 13/16] mm/damon/sysfs: implement probe/weight file
` [RFC PATCH 14/16] Docs/mm/damon/design: document attrs-only monitoring
` [RFC PATCH 15/16] Docs/admin-guide/mm/damon/usage: document weight sysfs file
` [RFC PATCH 16/16] Docs/ABI/damon: document probe weight file

Lunar Lake: silent fatal platform resets caused by idle-exit core hang
 2026-07-05 21:43 UTC 

[PATCH v3 0/8] clk: sun6i-rtc: Add support for Allwinner A733 SoC
 2026-07-05 21:38 UTC  (5+ messages)
` [PATCH v3 1/8] dt-bindings: rtc: sun6i: no clock-output-names on h616/r329
` [PATCH v3 2/8] dt-bindings: rtc: sun6i: add sun60i-a733 support

[PATCH net] selftests: netfilter: conntrack_resize.sh: fix skip exit code
 2026-07-05 20:42 UTC 

[PATCH v2] i3c: dw: avoid shift-out-of-bounds when DAA assigns no devices
 2026-07-05 21:34 UTC  (2+ messages)

Following Up on My Article Proposal
 2026-07-05 21:33 UTC 

[PATCH] i3c: master: adi: initialize the lock before enabling interrupts
 2026-07-05 21:29 UTC  (3+ messages)

[PATCH] i3c: master: svc: report timeout waiting for STOP idle
 2026-07-05 21:29 UTC  (3+ messages)

[PATCH v2] i3c: master: svc: bound IBI payload to the requested max_payload_len
 2026-07-05 21:29 UTC  (3+ messages)

[PATCH v2 1/3] binman: imx8mimage: Generate FSPI header in binman instead of mkimage
 2026-07-05 21:23 UTC  (3+ messages)

[PATCH v7] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
 2026-07-05 21:24 UTC  (5+ messages)

[PATCH] 9p: treat read return values of 0 as EOF
 2026-07-05 21:22 UTC  (3+ messages)

[PATCH v4 1/3] binman: imx8mimage: Generate FSPI header in binman instead of mkimage
 2026-07-05 21:19 UTC  (3+ messages)
` [PATCH v4 2/3] arm64: dts: imx8mm: Drop nxp,fspi-header-filename
` [PATCH v4 3/3] arm64: dts: imx8mn: "

[PATCH v2] smb: client: preserve leading slash for POSIX absolute symlink targets
 2026-07-05 21:17 UTC 

docker-image-debian-all-test-cross errors
 2026-07-05 21:14 UTC  (3+ messages)

[PATCH 0/2] Remove unnecessary NULL check of the kstat_irqs field
 2026-07-05 21:09 UTC  (3+ messages)
` [PATCH 1/2] genirq: "
` [PATCH 2/2] parisc: "

[PATCH 0/6] mm: preparatory patches for PMD level swap entries
 2026-07-05 21:10 UTC  (2+ messages)

[PATCH] pdump: fix request timeout on unresponsive secondary
 2026-07-05 21:08 UTC  (4+ messages)
` [PATCH v2] pdump: fix teardown race with opt-in MP request mode

[PATCH RESEND] sched/mmcid: Use clamp() to simplify mm_cid_calc_pcpu_thrs()
 2026-07-05 21:07 UTC  (3+ messages)

[PATCH] rust: pci: rework device enabling API
 2026-07-05 21:04 UTC  (3+ messages)

[PATCH v2] mm: memcg: reset zswap settings in css_reset
 2026-07-05 21:02 UTC  (4+ messages)

+ mm-memcg-reset-zswap-settings-in-css_reset.patch added to mm-new branch
 2026-07-05 21:01 UTC 

[PATCH] Bluetooth: btnxpuart: Fix out-of-bounds firmware read in nxp_recv_fw_req_v1()
 2026-07-05 20:58 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: Add Display Port audio on Arduino Monza
 2026-07-05 20:58 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: Remove sa8775p-ride board
 2026-07-05 20:58 UTC  (2+ messages)

[PATCH v3 0/9] MDSS / DPU bringup for Milos
 2026-07-05 20:58 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: sm8750: wire UFS to ice instance
 2026-07-05 20:58 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: kaanapali: Add TRNG node
 2026-07-05 20:58 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: talos: Fix GMU unit address
 2026-07-05 20:58 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: hamoa: Add interconnects to primary USB3 controller
 2026-07-05 20:58 UTC  (2+ messages)

[PATCH] soc: qcom: cmd-db: use C-style SPDX comment for source file
 2026-07-05 20:57 UTC  (2+ messages)

[PATCH 0/2] arm64: dts: qcom: hamoa: reserved-memory changes
 2026-07-05 20:57 UTC  (2+ messages)

[PATCH v2 0/7] arm64: dts: qcom: Add label properties to CoreSight devices
 2026-07-05 20:57 UTC  (2+ messages)

[PATCH 0/3] pinctrl: qcom: spmi-gpio: Add pm8010 GPIO support
 2026-07-05 20:57 UTC  (2+ messages)
` (subset) "

[PATCH v5 00/28] soc/qcom/ubwc: rework UBWC configuration database
 2026-07-05 20:57 UTC  (2+ messages)
` (subset) "

[PATCH 0/7] arm64: dts: qcom: consolidate IPA properties
 2026-07-05 20:57 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: kaanapali: Enable cpufreq cooling devices
 2026-07-05 20:57 UTC  (2+ messages)

[PATCH v2 0/2] Recognize Snapdragon SDM850
 2026-07-05 20:57 UTC  (2+ messages)

[PATCH v9 0/6] Add driver for EC found on Qualcomm reference devices
 2026-07-05 20:57 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/4] Describe more hardware of the HTC One (M8)
 2026-07-05 20:57 UTC  (2+ messages)

[PATCH] rebase -i: introduce `pick -x` to add "cherry picked from commit ..."
 2026-07-05 20:52 UTC  (2+ messages)

+ selftests-mm-add-missing-pthread_create-return-checks-in-pkey-tests.patch added to mm-unstable branch
 2026-07-05 20:49 UTC 

+ selftests-mm-add-missing-mmap-return-checks-in-pkey-tests.patch added to mm-unstable branch
 2026-07-05 20:49 UTC 

+ selftests-mm-use-pkey_assert-on-clone_raw-failure-in-pkey-test.patch added to mm-unstable branch
 2026-07-05 20:49 UTC 

+ selftests-mm-unify-pkey-sighandler-selftest-assertions-and-tracing.patch added to mm-unstable branch
 2026-07-05 20:48 UTC 

+ selftests-mm-move-pkey-selftest-helpers-to-pkey_utilc.patch added to mm-unstable branch
 2026-07-05 20:48 UTC 

[PATCH v9 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-07-05 20:48 UTC  (2+ messages)

[PATCH 0/9] Support 10-bit YUV422 and 8/10-bit YUV420 color format on DW HDMI QP
 2026-07-05 20:46 UTC  (5+ messages)
` [PATCH 2/9] drm/rockchip: vop2: Reset AXI and DCLK to improve robustness

[to-be-updated] selftests-mm-add-missing-pthread_create-return-checks-in-pkey-tests.patch removed from -mm tree
 2026-07-05 20:43 UTC 

[to-be-updated] selftests-mm-add-missing-mmap-return-checks-in-pkey-tests.patch removed from -mm tree
 2026-07-05 20:43 UTC 

[to-be-updated] selftests-mm-use-pkey_assert-on-clone_raw-failure-in-pkey-test.patch removed from -mm tree
 2026-07-05 20:43 UTC 

[to-be-updated] selftests-mm-unify-pkey-sighandler-selftest-assertions-and-tracing.patch removed from -mm tree
 2026-07-05 20:43 UTC 

[to-be-updated] selftests-mm-move-pkey-selftest-helpers-to-pkey_utilc.patch removed from -mm tree
 2026-07-05 20:43 UTC 

+ maintainers-add-abi-docs-and-selftests-to-zram-entry.patch added to mm-new branch
 2026-07-05 20:41 UTC 

[to-be-updated] mm-vmalloc-align-vm_area-so-vmap-can-batch-mappings.patch removed from -mm tree
 2026-07-05 20:36 UTC 

[to-be-updated] mm-vmalloc-map-contiguous-pages-in-batches-for-vmap-if-possible-fix.patch removed from -mm tree
 2026-07-05 20:36 UTC 

[to-be-updated] mm-vmalloc-map-contiguous-pages-in-batches-for-vmap-if-possible.patch removed from -mm tree
 2026-07-05 20:36 UTC 

[to-be-updated] mm-vmalloc-extend-page-table-walk-to-support-larger-page_shift-sizes-and-eliminate-page-table-rewalk.patch removed from -mm tree
 2026-07-05 20:36 UTC 

[to-be-updated] mm-vmalloc-extract-vmap_set_ptes-to-consolidate-pte-mapping-logic.patch removed from -mm tree
 2026-07-05 20:36 UTC 

[to-be-updated] arm64-vmalloc-allow-arch_vmap_pte_range_map_size-to-batch-multiple-cont_pte.patch removed from -mm tree
 2026-07-05 20:36 UTC 

[to-be-updated] arm64-hugetlb-extend-batching-of-multiple-cont_pte-in-a-single-pte-setup.patch removed from -mm tree
 2026-07-05 20:36 UTC 

[PATCH v4 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-07-05 20:35 UTC  (5+ messages)
` [PATCH v4 5/6] mm/vmalloc: map contiguous pages in batches for vmap() if possible

[PATCH batadv] batman-adv: bla: prevent CRC corruptions after claim flush
 2026-07-05 20:34 UTC 

[Buildroot] [PATCH 1/1] package/gerbera: add upstream patches to fix build with fmt 12.2.0
 2026-07-05 20:29 UTC  (2+ messages)

[Buildroot] [git commit] package/gerbera: add upstream patches to fix build with fmt 12.2.0
 2026-07-05 20:26 UTC 

[PATCH v2 00/17] fscrypt: Standardize on blk-crypto
 2026-07-05 20:27 UTC  (4+ messages)
` [PATCH v2 08/17] ext4: Make ext4_bio_write_folio() return void
  ` [f2fs-dev] "

[PATCH v2 00/11] Remove patman from the U-Boot tree
 2026-07-05 20:27 UTC  (3+ messages)
` [PATCH v2 08/11] CI: Stop building and testing patman


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.