All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-06 14:18:54 to 2026-04-06 15:07:00 UTC [more...]

[PATCH v7 00/14] target/arm: single-binary
 2026-04-06 15:04 UTC  (10+ messages)
` [PATCH v7 01/14] include/tcg/tcg-op: extract memory operations to tcg-op-mem.h
` [PATCH v7 02/14] target/arm/translate.h: remove tcg-op.h include
` [PATCH v7 03/14] target/arm/tcg/translate.h: remove tcg-op-gvec.h include
` [PATCH v7 05/14] target/arm/tcg/translate-vfp.c: make compilation unit common
` [PATCH v7 06/14] target/arm/tcg/translate-neon.c: "
` [PATCH v7 10/14] target/arm/tcg/gengvec.c: "
` [PATCH v7 11/14] target/arm/tcg/translate.c: remove MO_TE usage
` [PATCH v7 12/14] target/arm/tcg/translate.c: replace target_ulong with uint32_t
` [PATCH v7 13/14] tcg/translator: add parameter to translator_loop for current addr type

[PATCH 00/53] selftests/mm: make MM selftests more CI friendly
 2026-04-06 15:06 UTC  (49+ messages)
` [PATCH 07/53] selftests/mm: hugetlb-shm: use kselftest framework
` [PATCH 08/53] selftests/mm: hugetlb-vmemmap: "
` [PATCH 10/53] selftests/mm: hugetlb_madv_vs_map: "
` [PATCH 12/53] selftests/mm: khugepaged: group tests in an array
` [PATCH 13/53] selftests/mm: khugepaged: use ksefltest framework
` [PATCH 14/53] selftests/mm: ksm_tests: use kselftest framework
` [PATCH 15/53] selftests/mm: protection_keys: use descriptive test names in TAP output
` [PATCH 16/53] selftests/mm: protection_keys: use kselftest framework
` [PATCH 17/53] selftests/mm: uffd-stress: "
` [PATCH 18/53] selftests/mm: uffd-unit-tests: "
` [PATCH 19/53] selftests/mm: va_high_addr_switch: "
` [PATCH 20/53] selftests/mm: add atexit() and signal handlers to thp_settings
` [PATCH 21/53] selftests/mm: rename thp_settings.[ch] to hugepage_settings.[ch]
` [PATCH 22/53] selftests/mm: move HugeTLB helpers to hugepage_settings
` [PATCH 23/53] selftests/mm: hugepage_settings: use unsigned long in detect_hugetlb_page_size
` [PATCH 24/53] selftests/mm: hugepage_settings: add APIs to get and set nr_hugepages
` [PATCH 25/53] selftests/mm: hugepage_settings: rename get_free_hugepages()
` [PATCH 26/53] selftests/mm: hugepage_settings: add APIs for HugeTLB setup and teardown
` [PATCH 27/53] selftests/mm: move read_file(), read_num() and write_num() to vm_util
` [PATCH 28/53] selftests/mm: vm_util: add helpers to set and restore shm limits
` [PATCH 29/53] selftests/mm: compaction_test: use HugeTLB helpers
` [PATCH 30/53] selftests/mm: cow: add setup of HugeTLB pages
` [PATCH 31/53] selftests/mm: gup_longterm: "
` [PATCH 32/53] selftests/mm: gup_test: "
` [PATCH 33/53] selftests/mm: hmm-tests: "
` [PATCH 34/53] selftests/mm: hugepage_dio: "
` [PATCH 35/53] selftests/mm: hugetlb_fault_after_madv: "
` [PATCH 36/53] selftests/mm: hugetlb-madvise: "
` [PATCH 37/53] selftests/mm: hugetlb_madv_vs_map: "
` [PATCH 38/53] selftests/mm: hugetlb-mmap: "
` [PATCH 39/53] selftests/mm: hugetlb-mremap: "
` [PATCH 40/53] selftests/mm: hugetlb-shm: "
` [PATCH 41/53] selftests/mm: hugetlb-soft-online: "
` [PATCH 42/53] selftests/mm: hugetlb-vmemmap: "
` [PATCH 43/53] selftests/mm: migration: "
` [PATCH 44/53] selftests/mm: pagemap_ioctl: "
` [PATCH 45/53] selftests/mm: protection_keys: use library code for HugeTLB setup
` [PATCH 46/53] selftests/mm: thuge-gen: add setup of HugeTLB pages
` [PATCH 47/53] selftests/mm: uffd-stress: use hugetlb_save and alloc huge pages
` [PATCH 48/53] selftests/mm: uffd-unit-tests: add setup of HugeTLB pages
` [PATCH 49/53] selftests/mm: uffd-wp-mremap: "
` [PATCH 50/53] selftests/mm: va_high_addr_switch: "
` [PATCH 51/53] selftests/mm: va_high_addr_switch.sh: drop huge pages setup
` [PATCH 52/53] selftests/mm: run_vmtests.sh: free memory if available memory is low
` [PATCH 53/53] selftests/mm: run_vmtests.sh: drop detection and setup of HugeTLB

[PATCH bpf-next v1 0/2] Allow referenced dynptr to be overwritten when siblings exists
 2026-04-06 15:05 UTC  (3+ messages)
` [PATCH bpf-next v1 1/2] bpf: Allow overwriting referenced dynptr when refcnt > 1
` [PATCH bpf-next v1 2/2] selftests/bpf: Test overwriting referenced dynptr

[PATCH] x86/fpu: Disable shstk if no CET_USER state
 2026-04-06 15:04 UTC  (6+ messages)

[PATCH v4 0/7] Add binding and driver for Kaanapali SoCCP
 2026-04-06 15:04 UTC  (12+ messages)
` [PATCH v4 5/7] remoteproc: core: set recovery_disabled when doing rproc_add()
` [PATCH v4 6/7] remoteproc: qcom: pas: Add late attach support for subsystems

[PATCH bpf v3 0/2] bpf: reject negative CO-RE accessor indices
 2026-04-06 15:03 UTC  (5+ messages)
` [PATCH bpf v3 1/2] bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()
` [PATCH bpf v3 2/2] selftests/bpf: add test for negative CO-RE accessor index rejection

[PATCH net-next] net/mlx5: Update the list of the PCI supported devices
 2026-04-06 15:02 UTC  (2+ messages)

[PATCH v6 0/4] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-04-06 15:02 UTC  (13+ messages)
` [PATCH v6 4/4] iio: adc: ad4691: add SPI offload support

[PATCH v2 0/7] drm/vc4: Switch to DRM GPU scheduler
 2026-04-06 15:00 UTC  (5+ messages)
` [PATCH v2 3/7] drm/vc4: Add new job submission implementation
` [PATCH v2 4/7] drm/vc4: Refcount vc4_file for safe access by jobs

[PATCH v2 00/17] Landlock tracepoints
 2026-04-06 15:01 UTC  (19+ messages)
` [PATCH v2 01/17] landlock: Prepare ruleset and domain type split
` [PATCH v2 02/17] landlock: Move domain query functions to domain.c
` [PATCH v2 03/17] landlock: Split struct landlock_domain from struct landlock_ruleset
` [PATCH v2 04/17] landlock: Split denial logging from audit into common framework
` [PATCH v2 05/17] tracing: Add __print_untrusted_str()
` [PATCH v2 06/17] landlock: Add create_ruleset and free_ruleset tracepoints
` [PATCH v2 07/17] landlock: Add landlock_add_rule_fs and landlock_add_rule_net tracepoints
` [PATCH v2 08/17] landlock: Add restrict_self and free_domain tracepoints
` [PATCH v2 09/17] landlock: Add tracepoints for rule checking
` [PATCH v2 10/17] landlock: Set audit_net.sk for socket access checks
` [PATCH v2 11/17] landlock: Add landlock_deny_access_fs and landlock_deny_access_net
` [PATCH v2 12/17] landlock: Add tracepoints for ptrace and scope denials
` [PATCH v2 13/17] selftests/landlock: Add trace event test infrastructure and tests
` [PATCH v2 14/17] selftests/landlock: Add filesystem tracepoint tests
` [PATCH v2 15/17] selftests/landlock: Add network "
` [PATCH v2 16/17] selftests/landlock: Add scope and ptrace "
` [PATCH v2 17/17] landlock: Document tracepoints

[PATCH v4 0/9] driver core: Fix some race conditions
 2026-04-06 14:59 UTC  (5+ messages)
` [PATCH v4 1/9] driver core: Don't let a device probe until it's ready

[PATCH RESEND v10 0/8] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-04-06 14:58 UTC  (3+ messages)

[PATCH net] ice: fix VF queue configuration with low MTU values
 2026-04-06 14:56 UTC 

[PATCH v2 0/5] Add get-error-counter and clear-error-counter support for CRI
 2026-04-06 14:56 UTC  (8+ messages)
` [PATCH v2 1/5] drm/xe/uapi: Add additional error components to XE drm_ras
` [PATCH v2 2/5] drm/xe/xe_ras: Add structures and commands for get and clear counter
` [PATCH v2 3/5] drm/xe/xe_ras: Add support to query error counter for CRI
` [PATCH v2 4/5] drm/xe/xe_ras: Add helper to clear error counter
` [PATCH v2 5/5] drm/xe/ras: Add flag for Xe RAS
` ✗ CI.checkpatch: warning for Add get-error-counter and clear-error-counter support for CRI
` ✓ CI.KUnit: success "

[PATCH v4 0/4] Support PERF MGMT for RXE
 2026-04-06 14:55 UTC  (3+ messages)
` [PATCH v4 3/4] RDMA/rxe: add SENT/RCVD bytes

[PATCH net-next] selftests: drv-net: adjust to socat changes
 2026-04-06 14:55 UTC  (2+ messages)

[PATCH v5 0/9] Introduce Xe PCIe FLR
 2026-04-06 14:54 UTC  (3+ messages)
` ✓ CI.KUnit: success for Introduce Xe PCIe FLR (rev5)
` ✓ Xe.CI.BAT: "

[PATCH v4 0/4] arm64: Add HPE GSC platform support
 2026-04-06 14:52 UTC  (6+ messages)
` [PATCH v4 1/4] dt-bindings: arm: hpe,gxp: Add HPE GSC platform compatible
` [PATCH v4 2/4] arm64: Kconfig: Add ARCH_HPE platform
` [PATCH v4 3/4] arm64: dts: hpe: Add HPE GSC SoC and DL340 Gen12 board DTS
` [PATCH v4 4/4] arm64: defconfig: Enable ARCH_HPE

[GIT PULL] Allwinner Device Tree Changes for 7.1 - Part 2
 2026-04-06 14:51 UTC 

[PATCH] dt-bindings: thermal: idle: Correct node name in the example
 2026-04-06 14:51 UTC 

[RFC net-next 15/15] Documentation: networking: add ipxlat translator guide
 2026-04-06 14:50 UTC  (2+ messages)

[PATCH v3 0/3] ACPI: APEI: GHES: Add device-managed notifier helper and NVIDIA CPER handler
 2026-04-06 14:50 UTC  (2+ messages)

[PATCH BlueZ v2 1/2] shared/mcp: fix crash on destroy after ATT gone
 2026-04-06 14:50 UTC  (2+ messages)
` [BlueZ,v2,1/2] "

[PATCH sched_ext/for-7.1] sched_ext: Documentation: Add ops.dequeue() to task lifecycle
 2026-04-06 14:49 UTC  (2+ messages)

[PATCH net-next] pppoe: drop PFC frames
 2026-04-06 14:48 UTC  (2+ messages)

[PATCH RFC net-next v2 2/2] af_packet: Add port specific handling for HSR
 2026-04-06 14:47 UTC  (12+ messages)

Devicetree spec: Specifying /cpus/cpu@* unit address format?
 2026-04-06 14:46 UTC  (5+ messages)

[PATCH v2 1/2] rust: kernel: update `file_with_nul` comment
 2026-04-06 14:46 UTC  (4+ messages)
` [PATCH v2 2/2] rust: std_vendor: add `likely()`, `unlikely()` and `cold_path()`

[PATCH] drm/xe/xe3p_lpg: Add missing indirect ring state feature flag
 2026-04-06 14:45 UTC  (3+ messages)

[PATCH] ACPI: Enable FPDT on LoongArch
 2026-04-06 14:44 UTC  (2+ messages)

[PATCH net-next v5 00/10] Decouple receive and transmit enablement in team driver
 2026-04-06 14:44 UTC  (2+ messages)

[PATCH net-next v2 3/3] net: mdio: treat PSE EPROBE_DEFER as non-fatal during PHY registration
 2026-04-06 14:43 UTC  (2+ messages)

[PATCH v6 0/2] Introduce Synology Microp driver
 2026-04-06 14:42 UTC  (5+ messages)
` [PATCH v6 2/2] dt-bindings: embedded-controller: Add synology microp devices

[PATCH v9 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
 2026-04-06 14:31 UTC  (8+ messages)
` [PATCH v9 1/3] dt-bindings: hwmon: Document the LTC4283 "
` [PATCH v9 2/3] hwmon: ltc4283: Add support for "
` [PATCH v9 3/3] gpio: gpio-ltc4283: "

[PATCH] drm/i915/backlight: Fix VESA backlight possible check condition
 2026-04-06 14:42 UTC  (2+ messages)

[PATCH v2] rust: ACPI: fix missing match data for PRP0001
 2026-04-06 14:41 UTC  (2+ messages)

[PATCH v2] ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()
 2026-04-06 14:38 UTC  (2+ messages)

[PATCH net-next v2 0/4] bpf-timestamp: convert to push-level granularity
 2026-04-06 14:38 UTC  (8+ messages)
` [PATCH net-next v2 3/4] bpf-timestamp: keep track of the skb when wait_for_space occurs

[PATCH v2] nfsd: fix file change detection in CB_GETATTR
 2026-04-06 14:38 UTC  (5+ messages)

[PATCH net-next] ip6_tunnel: use generic for_each_ip_tunnel_rcu macro
 2026-04-06 14:38 UTC  (2+ messages)

[PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-06 14:37 UTC  (20+ messages)
` [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
` [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
` [PATCH v2 15/33] rust: macros: simplify code using `feature(extract_if)`
` [PATCH v2 32/33] rust: kbuild: support global per-version flags

[PATCH v2 0/2] ublk: fix infinite loop in ublk server teardown
 2026-04-06 14:38 UTC  (4+ messages)
` [PATCH v2 2/2] selftests: ublk: test that teardown after incomplete recovery completes

[PATCH v9 0/3] Do not create drm device for PF only admin mode
 2026-04-06 14:38 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for Do not create drm device for PF only admin mode (rev8)

[PATCH 0/5] monitor: add dynamic QMP monitor hotplug support
 2026-04-06 14:36 UTC  (7+ messages)
` [PATCH 4/5] tests/qtest: add tests for dynamic monitor add/remove
` [PATCH 5/5] tests/functional: add e2e test for dynamic QMP monitor hotplug

[PATCH net-next] ipv6: sit: remove redundant ret = 0 assignment
 2026-04-06 14:35 UTC  (2+ messages)

[PATCH v2 0/8] test: Refactor FIT test for clarity and extensibility
 2026-04-06 14:35 UTC  (3+ messages)
` [PATCH v2 6/8] test: Convert FIT test to use a class

[GIT PULL] cpufreq/arm updates for 7.1
 2026-04-06 14:35 UTC  (2+ messages)

Git 2.54.0-rc0 Breaks on OpenSSL 3.0
 2026-04-06 14:35 UTC  (3+ messages)

[GIT PULL] OPP updates 7.1
 2026-04-06 14:34 UTC  (2+ messages)

linux-next: manual merge of the drm tree with the rust tree
 2026-04-06 14:34 UTC  (2+ messages)

[PATCH v2 0/2] mm/mprotect: micro-optimization work
 2026-04-06 14:32 UTC  (5+ messages)

[PATCH] firmware: psci: Set pm_set_resume/suspend_via_firmware() for SYSTEM_SUSPEND
 2026-04-06 14:29 UTC  (5+ messages)

[BUG] net/sched: skb leak with HTB + fq_codel on packet drops
 2026-04-06 14:29 UTC 

[PATCH v3 net-next] net: use get_random_u{16,32,64}() where appropriate
 2026-04-06 14:28 UTC  (3+ messages)

[PATCH v5 0/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver
 2026-04-06 14:28 UTC  (4+ messages)
` [PATCH v5 2/2] "

[PATCH v3 0/4] Introduce cold reset recovery method
 2026-04-06 14:23 UTC  (5+ messages)
` [PATCH v3 1/4] Introduce Xe Uncorrectable Error Handling
` [PATCH v3 2/4] drm: Add DRM_WEDGE_RECOVERY_COLD_RESET recovery method
` [PATCH v3 3/4] drm/doc: Document "
` [PATCH v3 4/4] drm/xe: Handle PUNIT errors by requesting cold-reset recovery

[PATCH v2 0/5] Add virtio-mmio support to m68k virt machine
 2026-04-06 14:24 UTC  (6+ messages)
` [PATCH v2 1/5] sysreset: qemu virt: Use __raw_writel()
` [PATCH v2 2/5] m68k: Fix writew(), writel(), readw(), readl() endianness
` [PATCH v2 3/5] virtio: mmio: Keep vendor id little endian
` [PATCH v2 4/5] virtio: mmio: Allow instantiation via platform data
` [PATCH v2 5/5] board: qemu: m68k: Create virtio mmio instances

b4 review state is broken after series reorders patches?
 2026-04-06 14:23 UTC 

[PATCH v9 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
 2026-04-06 14:23 UTC  (12+ messages)

[PATCH v2] KVM: irqfd: fix deadlock by moving synchronize_srcu out of resampler_lock
 2026-04-06 14:20 UTC  (3+ messages)

[PATCH v3 00/10] hw/tpm: CRB chunking capability to handle PQC
 2026-04-06 14:17 UTC  (10+ messages)
` [PATCH v3 01/10] hw/tpm: Add TPM CRB chunking fields
` [PATCH v3 03/10] hw/tpm: Add internal buffer state for chunking
` [PATCH v3 04/10] hw/tpm: Implement TPM CRB chunking logic
` [PATCH v3 05/10] test/qtest: Add test for tpm crb chunking
` [PATCH v3 06/10] hw/tpm: Add support for VM migration with TPM CRB chunking
` [PATCH v3 07/10] qtests: Enable starting swtpm with a given profile
` [PATCH v3 08/10] tests: Use ML-DSA-87 operations to caused large TPM transfers with CRB
` [PATCH v3 09/10] tpm: Extend TPM TIS buffer size to 8192 bytes
` [PATCH v3 10/10] tests: Use ML-DSA-87 operations to caused large TPM transfers with TIS


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.