All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-27 14:48:29 to 2024-02-27 15:12:00 UTC [more...]

[PATCH bpf-next 0/1] Support kCFI + BPF on arm64
 2024-02-27 15:11 UTC  (3+ messages)
` [PATCH bpf-next 1/1] arm64/cfi,bpf: "

[PATCH 0/6] wifi: ath11k: P2P support for QCA6390/WCN6855/QCA2066
 2024-02-27 15:11 UTC  (7+ messages)
` [PATCH 2/6] wifi: ath11k: add P2P IE in beacon template

[PATCH i-g-t v2 0/2] lib/kunit: Execute test cases synchronously
 2024-02-27 15:10 UTC  (3+ messages)
` [PATCH i-g-t v2 1/2] "
` [PATCH i-g-t v2 2/2] lib/kunit: Minimize code duplication

[PATCH v6 00/10] x86: Confine early 1:1 mapped startup code
 2024-02-27 15:11 UTC  (5+ messages)
` [PATCH v6 05/10] x86/sme: Avoid SME/SVE related checks on non-SME/SVE platforms

[PATCH] drm/xe/xe2_lpm: Rename media descriptor to media_xe2_lpm
 2024-02-27 15:10 UTC  (6+ messages)
` ✓ CI.Build: success for "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH net-next v2 00/15] tools: ynl: stop using libmnl
 2024-02-27 15:10 UTC  (5+ messages)
` [PATCH net-next v2 02/15] tools: ynl: create local attribute helpers

[PATCH v7 00/10] Misc clean ups to target/ppc exception handling
 2024-02-27 15:08 UTC  (10+ messages)
` [PATCH v7 01/10] target/ppc: Use env_cpu for cpu_abort in excp_helper
` [PATCH v7 02/10] target/ppc: Readability improvements in exception handlers
` [PATCH v7 03/10] target/ppc: Add gen_exception_err_nip() function
` [PATCH v7 04/10] target/ppc: Fix gen_sc to use correct nip
` [PATCH v7 05/10] target/ppc: Move patching nip from exception handler to helper_scv
` [PATCH v7 06/10] target/ppc: Simplify syscall exception handlers
` [PATCH v7 07/10] target/ppc: Clean up ifdefs in excp_helper.c, part 1
` [PATCH v7 08/10] target/ppc: Clean up ifdefs in excp_helper.c, part 2
` [PATCH v7 09/10] target/ppc: Clean up ifdefs in excp_helper.c, part 3

atomic queue limit updates for stackable devices
 2024-02-27 15:10 UTC  (5+ messages)

[PATCH v2 0/2] Change xwrite() to write_in_full() in builtins
 2024-02-27 15:09 UTC  (4+ messages)
` [PATCH v2 1/3] builtin/repack.c: change xwrite to write_in_full and report errors
` [PATCH v2 2/3] builtin/receive-pack.c: change xwrite to write_in_full
` [PATCH v2 3/3] builtin/unpack-objects.c: change xwrite to write_in_full avoid truncation

[song-md:md-6.9] BUILD SUCCESS ecbd8ebb51bf7e4939d83b9e6022a55cac44ef06
 2024-02-27 15:07 UTC 

[PATCH 0/3] make the hugetlb migration strategy consistent
 2024-02-27 15:10 UTC  (3+ messages)
` [PATCH 1/3] mm: record the migration reason for struct migration_target_control

[PATCH v2] ASoC: meson: axg-fifo: use FIELD helpers
 2024-02-27 15:08 UTC  (2+ messages)

[PATCH v2 00/11] The merge-base logic vs missing commit objects
 2024-02-27 15:08 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 04/11] Prepare `paint_down_to_common()` for handling shallow commits
  ` [PATCH v3 05/11] commit-reach: start reporting errors in `paint_down_to_common()`

[PATCH net-next v3 0/6] virtio-net: support device stats
 2024-02-27 15:08 UTC  (10+ messages)
` [PATCH net-next v3 3/6] virtio_net: "
` [PATCH net-next v3 4/6] virtio_net: stats map include driver stats
` [PATCH net-next v3 5/6] virtio_net: add the total stats field
` [PATCH net-next v3 6/6] virtio_net: rename stat tx_timeout to timeout

[PATCH v2] mm: make folio_pte_batch available outside of mm/memory.c
 2024-02-27 15:08 UTC  (2+ messages)

[PATCH] staging: gdm724x: Remove spurious whitespace in macro definition and tidy up defines
 2024-02-27 15:07 UTC 

CVE-2023-52466: PCI: Avoid potential out-of-bounds read in pci_dev_for_each_resource()
 2024-02-27 15:07 UTC  (2+ messages)

[PATCH v2] watchdog: qcom: fine tune the max timeout value calculation
 2024-02-27 15:06 UTC  (4+ messages)

[PATCH 00/18] Add audio support for the MediaTek Genio 350-evk board
 2024-02-27 15:06 UTC  (3+ messages)

[PATCH 00/12] reftable: improve ref iteration performance (pt.2)
 2024-02-27 15:07 UTC  (15+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 01/13] reftable/pq: use `size_t` to track iterator index
  ` [PATCH v2 02/13] reftable/merged: make `merged_iter` structure private
  ` [PATCH v2 03/13] reftable/merged: advance subiter on subsequent iteration
  ` [PATCH v2 04/13] reftable/merged: make subiters own their records
  ` [PATCH v2 05/13] reftable/merged: remove unnecessary null check for subiters
  ` [PATCH v2 06/13] reftable/merged: handle subiter cleanup on close only
  ` [PATCH v2 07/13] reftable/merged: circumvent pqueue with single subiter
  ` [PATCH v2 08/13] reftable/merged: avoid duplicate pqueue emptiness check
  ` [PATCH v2 09/13] reftable/record: reuse refname when decoding
  ` [PATCH v2 10/13] reftable/record: reuse refname when copying
  ` [PATCH v2 11/13] reftable/record: decode keys in place
  ` [PATCH v2 12/13] reftable: allow inlining of a few functions
  ` [PATCH v2 13/13] refs/reftable: precompute prefix length

[PATCH] Net:cache didn't flush when ipv6 rule changed
 2024-02-27 15:06 UTC  (2+ messages)

[RFC v3 1/6] eal: add static per-lcore memory allocation facility
 2024-02-27 15:05 UTC  (6+ messages)
` [RFC v4 0/6] Lcore variables
  ` [RFC v4 1/6] eal: add static per-lcore memory allocation facility

[PATCH v2 0/9] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
 2024-02-27 15:02 UTC  (19+ messages)
` [PATCH v2 3/9] drm/vkms: write/update the documentation for pixel conversion and pixel write functions
` [PATCH v2 4/9] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
` [PATCH v2 5/9] drm/vkms: Re-introduce line-per-line composition algorithm
` [PATCH v2 6/9] drm/vkms: Add YUV support
` [PATCH v2 7/9] drm/vkms: Add range and encoding properties to pixel_read function
` [PATCH v2 9/9] drm/vkms: Create KUnit tests for YUV conversions

[PATCH v2 0/9] Cover a guard gap corner case
 2024-02-27 15:00 UTC  (7+ messages)
` [PATCH v2 5/9] mm: Initialize struct vm_unmapped_area_info

[PATCH v3 0/9] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
 2024-02-27 15:02 UTC  (10+ messages)
` [PATCH v3 3/9] drm/vkms: write/update the documentation for pixel conversion and pixel write functions
` [PATCH v3 4/9] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
` [PATCH v3 5/9] drm/vkms: Re-introduce line-per-line composition algorithm

[PATCH v2 net-next 00/15] ipv6: lockless accesses to devconf
 2024-02-27 15:02 UTC  (16+ messages)
` [PATCH v2 net-next 01/15] ipv6: add ipv6_devconf_read_txrx cacheline_group
` [PATCH v2 net-next 02/15] ipv6: annotate data-races around cnf.disable_ipv6
` [PATCH v2 net-next 03/15] ipv6: addrconf_disable_ipv6() optimizations
` [PATCH v2 net-next 04/15] ipv6: annotate data-races around cnf.mtu6
` [PATCH v2 net-next 05/15] ipv6: annotate data-races around cnf.hop_limit
` [PATCH v2 net-next 06/15] ipv6: annotate data-races around cnf.forwarding
` [PATCH v2 net-next 07/15] ipv6: annotate data-races in ndisc_router_discovery()
` [PATCH v2 net-next 08/15] ipv6: annotate data-races around idev->cnf.ignore_routes_with_linkdown
` [PATCH v2 net-next 09/15] ipv6: annotate data-races in rt6_probe()
` [PATCH v2 net-next 10/15] ipv6: annotate data-races around devconf->proxy_ndp
` [PATCH v2 net-next 11/15] ipv6: annotate data-races around devconf->disable_policy
` [PATCH v2 net-next 12/15] ipv6: addrconf_disable_policy() optimization
` [PATCH v2 net-next 13/15] ipv6/addrconf: annotate data-races around devconf fields (I)
` [PATCH v2 net-next 14/15] ipv6/addrconf: annotate data-races around devconf fields (II)
` [PATCH v2 net-next 15/15] ipv6: use xa_array iterator to implement inet6_netconf_dump_devconf()

[PATCH] drm/vkms: Add information on how to benchmark
 2024-02-27 15:02 UTC  (7+ messages)

[PATCH] mm/huge_memory: fix swap entry values of tail pages of THP
 2024-02-27 15:01 UTC  (10+ messages)

[PATCH net-next 0/3] netdev: add per-queue statistics
 2024-02-27 15:00 UTC  (4+ messages)
` [PATCH net-next 1/3] "

pull request: mt76 2024-02-22
 2024-02-27 15:00 UTC  (2+ messages)

[RFC PATCH v1 00/26] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
 2024-02-27 14:59 UTC  (10+ messages)
  ` folio_mmapped
      ` folio_mmapped

[RFC 0/3] Display experiment + GuC Display Metrics
 2024-02-27 14:58 UTC  (4+ messages)
` [RFC 1/3] drm/i915/display: Introduce intel_display_guc_metrics
` [RFC 2/3] drm/i915: Add experimental GuC SLPC display metrics
` [RFC 3/3] drm/xe: Add GuC SLPC Display Metrics

Kernel deadlock in 6.7.5 + hacks, maybe debugfs related
 2024-02-27 14:58 UTC  (9+ messages)

[syzbot] [rds?] WARNING in rds_conn_connect_if_down
 2024-02-27 14:58 UTC  (2+ messages)

[PATCH v1] arm64: dts: rockchip: Add cache information to the Rockchip RK3566 and RK3568 SoC
 2024-02-27 14:58 UTC  (6+ messages)

[PATCH] tests/vpci: fix unit tests after locking change
 2024-02-27 14:57 UTC 

[PATCH 1/2] drm/i915/display/drrs: Refactor CPU transcoder DRRS check
 2024-02-27 14:58 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] "
` ✗ Fi.CI.SPARSE: "

[PATCH v2] x86/boot/64: Load kernel GDT in early boot
 2024-02-27 14:57 UTC  (2+ messages)

[PATCH v2 00/25] fs: use type-safe uid representation for filesystem capabilities
 2024-02-27 14:57 UTC  (4+ messages)
` [PATCH v2 20/25] ovl: add fscaps handlers

preparations for 4.18.1
 2024-02-27 14:57 UTC  (2+ messages)

[PATCH i-g-t 0/3] benchmarks/kms_fb_stress: Add command-line options to change the planes and writeback formats
 2024-02-27 14:57 UTC  (3+ messages)
` ✗ GitLab.Pipeline: warning for "

[LSF/MM/BPF TOPIC] Measuring limits and enhancing buffered IO
 2024-02-27 14:57 UTC  (4+ messages)

[PATCH v5 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-02-27 14:57 UTC  (12+ messages)
` [PATCH v5 3/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor

[recipe build #3689623] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-02-27 14:47 UTC 

[PATCH 0/2] docs/devel/writing-monitor-commands
 2024-02-27 14:55 UTC  (5+ messages)
` [PATCH 1/2] docs/devel/writing-monitor-commands: Repair a decade of rot
` [PATCH 2/2] docs/devel/writing-monitor-commands: Minor improvements

[PATCH v14 0/4] cxl, EINJ: Update EINJ for CXL error types
 2024-02-27 14:56 UTC  (4+ messages)
` [PATCH v14 2/4] EINJ: Add CXL error type support

[PATCH v2] wifi: brcmfmac: do not pass hidden SSID attribute as value directly
 2024-02-27 14:56 UTC  (2+ messages)
` [v2] "

[PATCH] ACPI: APEI: GHES: Convert to platform remove callback returning void
 2024-02-27 14:56 UTC  (9+ messages)

[PATCH v4 00/29] maintainer updates for 9.0 pre-PR (tests, plugin register support)
 2024-02-27 14:43 UTC  (21+ messages)
` [PATCH v4 02/29] tests/tcg: bump TCG test timeout to 120s
` [PATCH v4 07/29] target/riscv: Use GDBFeature for dynamic XML
` [PATCH v4 08/29] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v4 10/29] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
` [PATCH v4 11/29] gdbstub: Simplify XML lookup
` [PATCH v4 15/29] plugins: remove previous n_vcpus functions from API
` [PATCH v4 16/29] plugins: add qemu_plugin_num_vcpus function
` [PATCH v4 17/29] plugins: fix order of init/idle/resume callback
` [PATCH v4 18/29] linux-user: ensure nios2 processes queued work
` [PATCH v4 19/29] cpu: call plugin init hook asynchronously
` [PATCH v4 20/29] plugins: Use different helpers when reading registers
` [PATCH v4 21/29] gdbstub: expose api to find registers
` [PATCH v4 22/29] plugins: create CPUPluginState and migrate plugin_mask
` [PATCH v4 23/29] plugins: add an API to read registers
` [PATCH v4 24/29] tests/tcg: expand insn test case to exercise register API
` [PATCH v4 25/29] contrib/plugins: fix imatch
` [PATCH v4 26/29] contrib/plugins: extend execlog to track register changes
` [PATCH v4 27/29] docs/devel: lift example and plugin API sections up
` [PATCH v4 28/29] docs/devel: document some plugin assumptions
` [PATCH v4 29/29] docs/devel: plugins can trigger a tb flush

[RFC PATCH 00/73] KVM: x86/PVM: Introduce a new hypervisor
 2024-02-27 14:56 UTC  (3+ messages)
` [RFC PATCH 15/73] mm/vmalloc: Add a helper to reserve a contiguous and aligned kernel virtual area

[PATCH 0/9] Introduce support for IGVM files
 2024-02-27 14:50 UTC  (10+ messages)
` [PATCH 1/9] meson: Add optional dependency on IGVM library
` [PATCH 2/9] backends/confidential-guest-support: Add IGVM file parameter
` [PATCH 3/9] backends/confidential-guest-support: Add functions to support IGVM
` [PATCH 4/9] backends/igvm: Implement parsing and processing of IGVM files
` [PATCH 5/9] i386/pc: Process IGVM file during PC initialization if present
` [PATCH 6/9] i386/pc: Skip initialization of system FW when using IGVM
` [PATCH 7/9] i386/sev: Refactor setting of reset vector and initial CPU state
` [PATCH 8/9] i386/sev: Implement ConfidentialGuestSupport functions for SEV
` [PATCH 9/9] docs/system: Add documentation on support for IGVM

[PATCH 00/11] Provide SEV-SNP support for running under an SVSM
 2024-02-27 14:56 UTC  (6+ messages)

[PATCH v2 00/14] serial: Add a helper to parse device properties and more
 2024-02-27 14:55 UTC  (11+ messages)
` [PATCH v2 10/14] serial: 8250_of: Switch to use uart_read_port_properties()
` [PATCH v2 14/14] serial: 8250_uniphier: "

[PATCH 0/3] iio: adc: rockchip_saradc: fix bitmasking and remove custom logic for getting reset
 2024-02-27 14:55 UTC  (10+ messages)
` [PATCH 3/3] iio: adc: rockchip_saradc: replace custom logic with devm_reset_control_get_optional_exclusive

[PATCH v8 00/10] Add support for Mobileye EyeQ5 system controller
 2024-02-27 14:55 UTC  (11+ messages)
` [PATCH v8 01/10] dt-bindings: pinctrl: mobileye,eyeq5-pinctrl: add bindings
` [PATCH v8 02/10] dt-bindings: soc: mobileye: add EyeQ5 OLB system controller
` [PATCH v8 03/10] clk: eyeq5: add platform driver, and init routine at of_clk_init()
` [PATCH v8 04/10] reset: eyeq5: add platform driver
` [PATCH v8 05/10] pinctrl: "
` [PATCH v8 06/10] MAINTAINERS: Map OLB files to Mobileye SoCs
` [PATCH v8 07/10] MIPS: mobileye: eyeq5: add OLB syscon node
` [PATCH v8 08/10] MIPS: mobileye: eyeq5: use OLB clocks controller node
` [PATCH v8 09/10] MIPS: mobileye: eyeq5: add OLB reset "
` [PATCH v8 10/10] MIPS: mobileye: eyeq5: add pinctrl node & pinmux function nodes

[PATCH 1/3] wifi: rtw89: advertise missing extended scan feature
 2024-02-27 14:55 UTC  (2+ messages)

[PATCH v2 1/2] platform/x86/amd/pmf: Do not use readl() for policy buffer access
 2024-02-27 14:55 UTC  (2+ messages)
` [PATCH v2 2/2] platform/x86/amd/pmf: Fix possible out-of-bound memory accesses

[PATCHSET] fstests: random fixes for v2024.02.09
 2024-02-27 14:54 UTC  (13+ messages)
` [PATCH 1/8] generic/604: try to make race occur reliably
  ` [PATCH v1.1 "
` [PATCH 2/8] xfs/155: fail the test if xfs_repair hangs for too long
  ` [PATCH v1.1 "
` [PATCH 3/8] generic/192: fix spurious timeout
` [PATCH 4/8] generic/491: increase test timeout
` [PATCH 6/8] xfs/122: update test to pick up rtword/suminfo ondisk unions

[PATCH] MAINTAINERS: Add TPM DT bindings to TPM maintainers
 2024-02-27 14:54 UTC  (2+ messages)

[PATCH] gpio: 74x164: Enable output pins after registers are reset
 2024-02-27 14:53 UTC  (5+ messages)

[PATCH RFC 00/12] drm/msm: add support for regenerating shipped xml.h headers
 2024-02-27 14:52 UTC  (5+ messages)
` [PATCH RFC 01/12] kbuild: create destination directory for _shipped handling

[PATCH v4 00/66] QEMU Guest memfd + QEMU TDX support
 2024-02-27 14:51 UTC  (8+ messages)
` [PATCH v4 53/66] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility

[RFC PATCH] mm: Add reclaim type to memory.reclaim
 2024-02-27 14:51 UTC  (10+ messages)

[PATCH v4] rust: locks: Add `get_mut` method to `Lock`
 2024-02-27 14:51 UTC  (2+ messages)

[PATCH v2 0/2] arm64: add minimal boot support for TP-Link Archer AX55 v1
 2024-02-27 14:51 UTC  (3+ messages)

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS ee912e70ea165a10bc7b954743d3a258805332b7
 2024-02-27 14:41 UTC 

[PATCH 2/2] ppc/pnv: Fix pervasive topology calculation for P10
 2024-02-27 14:48 UTC 

[PATCH 0/2] xfs: kmalloc/kfree conversion fixes
 2024-02-27 14:48 UTC  (5+ messages)
` [PATCH 2/2] xfs: use kvfree() in xlog_cil_free_logvec()
    ` [PATCH v2 "


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.