All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-30 20:12:52 to 2024-05-30 21:16:44 UTC [more...]

[PATCH v2] m68k: amiga: config: upon boot, turn off all incoming interrupts from the Warp1260
 2024-05-30 21:16 UTC  (2+ messages)

[RFC net-next v3 0/2] mlx5: Add netdev-genl queue stats
 2024-05-30 21:16 UTC  (5+ messages)
` [RFC net-next v3 1/2] net/mlx5e: Add helpers to calculate txq and ch idx
` [RFC net-next v3 2/2] net/mlx5e: Add per queue netdev-genl stats

[PATCH 0/4] MCE wrapper and support for new SMCA syndrome MSRs
 2024-05-30 21:16 UTC 

[PATCH v2 0/3] selftests/futex: clang-inspired fixes
 2024-05-30 21:15 UTC  (11+ messages)
` [PATCH v2 1/3] selftests/futex: don't redefine .PHONY targets (all, clean)
` [PATCH v2 2/3] selftests/futex: don't pass a const char* to asprintf(3)

[PATCH] MAINTAINERS: drm: Drop sam as panel reviewer
 2024-05-30 21:14 UTC 

[PATCH] hw/usb/hcd-ohci: Fix ohci_service_td: accept valid TDs
 2024-05-30 21:14 UTC  (3+ messages)

[PATCH v3 0/2] Add WL-355608-A8 panel
 2024-05-30 21:12 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: display: panel: "
` [PATCH v3 2/2] drm: panel: nv3052c: "

[PATCH v2] bcachefs: bch2_dir_emit() - fix directory reads in the fuse driver
 2024-05-30 21:13 UTC 

[openeuler:openEuler-1.0-LTS 16561/22602] include/linux/uaccess.h:112:17: warning: 'pmas' may be used uninitialized
 2024-05-30 21:12 UTC 

[avpatel:riscv_acpi_b2_v6_610_rc1_full 48/54] drivers/irqchip/irq-riscv-aplic-direct.c:202 aplic_direct_parse_parent_hwirq() error: uninitialized symbol 'rc'
 2024-05-30 21:12 UTC 

[PATCH v5 08/16] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
 2024-05-30 21:13 UTC  (4+ messages)

[PATCH v2 00/18] migration/mapped-ram: Add direct-io support
 2024-05-30 21:12 UTC  (9+ messages)
` [PATCH v2 06/18] monitor: Stop removing non-duplicated fds
` [PATCH v2 08/18] monitor: Report errors from monitor_fdset_dup_fd_add
` [PATCH v2 09/18] io: Stop using qemu_open_old in channel-file
` [PATCH v2 10/18] migration: Add direct-io parameter

[PATCH v2] kbuild: allow setting zstd compression level for modules
 2024-05-30 21:03 UTC 

hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
 2024-05-30 21:11 UTC  (11+ messages)

[PATCH net-next v6 0/3] mlx4: Add support for netdev-genl API
 2024-05-30 21:12 UTC  (8+ messages)
` [PATCH net-next v6 1/3] net/mlx4: Track RX allocation failures in a stat
` [PATCH net-next v6 2/3] net/mlx4: link NAPI instances to queues and IRQs
` [PATCH net-next v6 3/3] net/mlx4: support per-queue statistics via netlink

[PATCH v2] riscv: prevent pt_regs corruption for secondary idle threads
 2024-05-30 21:10 UTC  (3+ messages)

[PATCH] Documentation: RISC-V: uabi: Only scalar misaligned loads are supported
 2024-05-30 21:10 UTC  (3+ messages)

[PATCH -fixes v2] riscv: Fix fully ordered LR/SC xchg[8|16]() implementations
 2024-05-30 21:10 UTC  (3+ messages)

[PATCH] riscv: enable HAVE_ARCH_HUGE_VMAP for XIP kernel
 2024-05-30 21:10 UTC  (3+ messages)

[PATCH v2] drm/print: Introduce drm_line_printer
 2024-05-30 21:09 UTC  (6+ messages)

[PATCH] PCI: Revert / replace the cfg_access_lock lockdep mechanism
 2024-05-30 21:08 UTC  (4+ messages)

[PATCH 0/6] Support PMT features in Xe
 2024-05-30 21:07 UTC  (8+ messages)
` [PATCH 1/6] platform/x86/intel/vsec.h: Move to include/linux
` [PATCH 4/6] platform/x86/intel/pmt: Add quirk for BAR0 offset adjustment
` [PATCH 6/6] drm/xe/vsec: Support BMG devices

[PATCH v2 00/15] TDX MMU prep series part 1
 2024-05-30 21:07 UTC  (16+ messages)
` [PATCH v2 01/15] KVM: Add member to struct kvm_gfn_range for target alias
` [PATCH v2 02/15] KVM: x86: Add a VM type define for TDX
` [PATCH v2 03/15] KVM: x86/mmu: Add a mirrored pointer to struct kvm_mmu_page
` [PATCH v2 04/15] KVM: x86/mmu: Add a new mirror_pt member for union kvm_mmu_page_role
` [PATCH v2 05/15] KVM: x86/mmu: Make kvm_tdp_mmu_alloc_root() return void
` [PATCH v2 06/15] KVM: x86/mmu: Support GFN direct mask
` [PATCH v2 07/15] KVM: x86/tdp_mmu: Extract root invalid check from tdx_mmu_next_root()
` [PATCH v2 08/15] KVM: x86/tdp_mmu: Introduce KVM MMU root types to specify page table type
` [PATCH v2 09/15] KVM: x86/tdp_mmu: Support mirror root for TDP MMU
` [PATCH v2 10/15] KVM: x86/tdp_mmu: Reflect building mirror page tables
` [PATCH v2 11/15] KVM: x86/tdp_mmu: Reflect tearing down "
` [PATCH v2 12/15] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()
` [PATCH v2 13/15] KVM: x86/tdp_mmu: Make mmu notifier callbacks to check kvm_process
` [PATCH v2 14/15] KVM: x86/tdp_mmu: Invalidate correct roots
` [PATCH v2 15/15] KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU

[PATCH v2 0/2] Add WL-355608-A8 panel
 2024-05-30 21:05 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: display: panel: "

[PATCH] iommu/amd: Fix panic accessing amd_iommu_enable_faulting
 2024-05-30 21:05 UTC  (2+ messages)

[PATCH] net: tap: validate metadata and length for XDP buff before building up skb
 2024-05-30 21:04 UTC  (3+ messages)

[PATCH 0/4] Zone write plugging and DM zone fixes
 2024-05-30 21:04 UTC  (9+ messages)
` [PATCH 1/4] null_blk: Do not allow runt zone with zone capacity smaller then zone size
` [PATCH 2/4] block: Fix validation of zoned device with a runt zone
` [PATCH 3/4] block: Fix zone write plugging handling of devices "
` (subset) [PATCH 0/4] Zone write plugging and DM zone fixes

[PATCH] fetch2/wget: Fix failure path for files that are empty or don't exist
 2024-05-30 21:04 UTC  (3+ messages)
` [bitbake-devel] "

[RFC net-next 00/15] add basic PSP encryption for TCP connections
 2024-05-30 21:03 UTC  (8+ messages)
` [RFC net-next 01/15] psp: add documentation

[Buildroot] Buildroot 2024.05-rc1 released
 2024-05-30 21:02 UTC 

[PATCH 0/3] hwmon: Add support for SPD5118 compliant temperature sensors
 2024-05-30 21:02 UTC  (5+ messages)
` [PATCH 2/3] "

[PATCH v7] block: Improve IOPS by removing the fairness code
 2024-05-30 21:02 UTC  (3+ messages)

Kernel fails to flush queues when closing sockets
 2024-05-30 20:50 UTC  (4+ messages)

[PATCH v1 0/9] media: vimc improvements
 2024-05-30 20:58 UTC  (7+ messages)
` [PATCH v1 1/9] media: vimc: Don't iterate over single pad

[PATCH] scalar: make enlistment delete to work on all POSIX platforms
 2024-05-30 20:57 UTC  (2+ messages)

[meta-oe][PATCH] lvm2: restore Upstream-Status
 2024-05-30 20:55 UTC  (2+ messages)
` [oe] "

[Buildroot] [PATCH v3] configs/cubieboard1: new defconfig
 2024-05-30 20:55 UTC  (2+ messages)

[PATCH] drm/xe: Fix NULL ptr dereference in devcoredump
 2024-05-30 20:55 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "

[PATCH v19 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-05-30 20:54 UTC  (5+ messages)
` [PATCH v19 15/20] fsverity: expose verified fsverity built-in signatures to LSMs

[PATCH] i2c: smbus: Log (LP)DDR5 type specific unimplemented message in `i2c_register_spd()`
 2024-05-30 20:54 UTC  (3+ messages)

[PATCH 6/8] drm/amdkfd: remove dead code in the function svm_range_get_pte_flags
 2024-05-30 20:53 UTC  (2+ messages)

[PATCH] fpga: altera-fpga2sdram: remove unused struct 'prop_map'
 2024-05-30 20:52 UTC 

[android-common:android15-6.6 2/44] include/trace/hooks/gic.h:18:1: sparse: sparse: incorrect type in assignment (different address spaces)
 2024-05-30 20:51 UTC 

[PATCH 7/8] drm/amdkfd: Comment out the unused variable use_static in pm_map_queues_v9
 2024-05-30 20:51 UTC  (3+ messages)

[net-next PATCH] octeontx2: Improve mailbox tracepoints for debugging
 2024-05-30 20:51 UTC  (2+ messages)

[Buildroot] [git commit] Update for 2024.05-rc1
 2024-05-30 20:49 UTC 

[PATCH i-g-t v3 0/2] check drmModeGetConnector() return value in some missing places
 2024-05-30 20:49 UTC  (3+ messages)
` ✗ CI.xeFULL: failure for check drmModeGetConnector() return value in some missing places (rev4)

[PATCH net-next v2] bnxt_en: add timestamping statistics support
 2024-05-30 20:47 UTC 

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-05-30 20:47 UTC  (8+ messages)
` [PATCH RFC v2 13/19] fuse: {uring} Handle uring shutdown
` [PATCH RFC v2 14/19] fuse: {uring} Allow to queue to the ring
` [PATCH RFC v2 15/19] export __wake_on_current_cpu

[PATCH 2/8] drm/amdkfd: fix the kdf debugger issue
 2024-05-30 20:47 UTC  (2+ messages)

[Buildroot] [PATCH 1/4] configs/acmesystems_aria_*: bump Linux to 4.19.315 to fix compilation error
 2024-05-30 20:47 UTC  (4+ messages)
` [Buildroot] [PATCH 2/4] configs/acmesystems_aria_*: add hashes for at91bootstrap3/Linux/headers
` [Buildroot] [PATCH 3/4] configs/acmesystems_arietta_*: bump Linux to 4.19.315 to fix compilation error
` [Buildroot] [PATCH 4/4] configs/acmesystems_arietta_*: add hashes for at91bootstrap3/Linux/headers

Cant get "tcp dport 22 @ih,0,32 0x5353482d" to work/match
 2024-05-30 20:47 UTC  (3+ messages)

[PATCH v2] drm/xe: flush gtt before signalling user fence on all engines
 2024-05-30 20:45 UTC  (3+ messages)

[PATCH] perf/x86/intel: add missing MODULE_DESCRIPTION() macros
 2024-05-30 20:42 UTC 

[PATCH 3/8] drm/amdkfd: fix overflow for the function criu_restore_bos
 2024-05-30 20:41 UTC  (2+ messages)

[BUG] Build failure and alleged fix for next-20240523
 2024-05-30 20:40 UTC  (5+ messages)

[PATCH i-g-t] lib/igt_fb: Mark Xe framebuffers as slow access
 2024-05-30 20:40 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for lib/igt_fb: Mark Xe framebuffers as slow access (rev2)

[PATCH 5/8] drm/amdkfd: fix the return for the function kfd_dbg_trap_set_flags
 2024-05-30 20:39 UTC  (2+ messages)

PCI core lockdep warning with 6.10-rc1 on Dell XPS 13 plus 9320
 2024-05-30 20:38 UTC  (3+ messages)

[PATCH i-g-t 0/5] tools/intel_vbt_decode: vbt defs update
 2024-05-30 20:38 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for "

[Buildroot] [PATCH] {skalibs, execline, mdevd, s6, s6-{rc, linux-init, {linux, portable}-utils, networking}}: bump
 2024-05-30 20:32 UTC 

[net-next PATCH v4 0/7] Improve GbEth performance on Renesas RZ/G2L and related SoCs
 2024-05-30 20:37 UTC  (5+ messages)
` [net-next PATCH v4 4/7] net: ravb: Refactor GbEth RX code path

[PATCH 8/8] drm/amdkfd: remove dead code in kfd_create_vcrat_image_gpu
 2024-05-30 20:37 UTC  (2+ messages)

[PATCH] gpio: brcmstb: Allow building driver for ARCH_BCM2835
 2024-05-30 20:36 UTC  (2+ messages)

[Buildroot] [PATCH] package/swupdate: bump to version 2024.05
 2024-05-30 20:34 UTC 

[PATCH 0/6] Add support for NMI source reporting
 2024-05-30 20:39 UTC  (5+ messages)
` [PATCH 1/6] x86/irq: Add enumeration of NMI source reporting CPU feature

[PATCH] ethernet: octeontx2: avoid linking objects into multiple modules
 2024-05-30 20:30 UTC  (4+ messages)

[meta-oe][PATCH] lvm2: remove subitted patch
 2024-05-30 20:29 UTC  (2+ messages)
` [oe] "

[PATCH v3 1/2] input: Add event code for accessibility key
 2024-05-30 20:29 UTC  (3+ messages)
` [PATCH v3 2/2] input: Add support for "Do Not Disturb"

[PATCH v19 00/20] Add support for Sub-NUMA cluster (SNC) systems
 2024-05-30 20:29 UTC  (23+ messages)
` [PATCH v19 06/20] x86/resctrl: Introduce snc_nodes_per_l3_cache
` [PATCH v19 08/20] x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor files
` [PATCH v19 09/20] x86/resctrl: Add new fields to struct rmid_read for summation of domains
` [PATCH v19 11/20] x86/resctrl: Allocate a new bit in union mon_data_bits
` [PATCH v19 12/20] x86/resctrl: Create Sub-NUMA Cluster (SNC) monitor files
` [PATCH v19 14/20] x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counter
` [PATCH v19 15/20] x86/resctrl: Pass two extra arguments to resctrl_arch_rmid_read()
` [PATCH v19 16/20] x86/resctrl: Make resctrl_arch_rmid_read() handle sum over domains
` [PATCH v19 18/20] x86/resctrl: Enable RMID shared RMID mode on Sub-NUMA Cluster (SNC) systems
` [PATCH v19 19/20] x86/resctrl: Sub-NUMA Cluster (SNC) detection and enabling
` [PATCH v19 20/20] x86/resctrl: Update documentation with Sub-NUMA cluster changes

[PATCH] of: WARN on using default root node #address-cells/#size-cells
 2024-05-30 20:27 UTC  (2+ messages)

[PATCH i-g-t] man: Add --decode to intel_reg.rst
 2024-05-30 20:27 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] perf/x86/amd: check event before enable to avoid GPF
 2024-05-30 20:26 UTC  (4+ messages)

[PATCH 0/2] dts: update mypy and clean up
 2024-05-30 20:23 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] dts: update mypy static checker
  ` [PATCH v3 2/2] dts: clean up config types

[pull] amdgpu, amdkfd drm-fixes-6.10
 2024-05-30 20:23 UTC 

[PATCH wireless] wifi: wlcore: fix wlcore AP mode
 2024-05-30 20:23 UTC  (3+ messages)

[PATCH v5 bpf-next 0/9] bpf: support resilient split BTF
 2024-05-30 20:23 UTC  (3+ messages)
` [PATCH v5 bpf-next 2/9] selftests/bpf: test distilled base, split BTF generation

[PATCH 00/16] Prepare to remove PG_error
 2024-05-30 20:21 UTC  (18+ messages)
` [PATCH 01/16] befs: Convert befs_symlink_read_folio() to use folio_end_read()
` [PATCH 02/16] coda: Convert coda_symlink_filler() "
` [PATCH 03/16] cramfs: Convert cramfs_read_folio to use a folio
` [PATCH 04/16] efs: Convert efs_symlink_read_folio "
` [PATCH 05/16] hpfs: Convert hpfs_symlink_read_folio "
` [PATCH 06/16] isofs: Convert rock_ridge_symlink_read_folio "
` [PATCH 07/16] hostfs: Convert hostfs_read_folio() "
` [PATCH 08/16] jffs2: Remove calls to set/clear the folio error flag
` [PATCH 09/16] nfs: Remove calls to folio_set_error
` [PATCH 10/16] orangefs: Remove calls to set/clear the error flag
` [PATCH 11/16] reiserfs: Remove call to folio_set_error()
` [PATCH 12/16] romfs: Convert romfs_read_folio() to use a folio
` [PATCH 13/16] ufs: Remove call to set the folio error flag
` [PATCH 14/16] vboxsf: Convert vboxsf_read_folio() to use a folio
` [PATCH 15/16] iomap: Remove calls to set and clear folio error flag
` [PATCH 16/16] buffer: Remove calls to set and clear the "

[BlueZ 1/9] rctest: Fix possible overrun
 2024-05-30 20:20 UTC  (2+ messages)
` Fix a number of static analysis issues #3

Fwd: Kernel 6.8.12
 2024-05-30 20:20 UTC 

[PATCH bpf-next v6 0/8] Notify user space when a struct_ops object is detached/unregistered
 2024-05-30 20:19 UTC  (7+ messages)
` [PATCH bpf-next v6 6/8] selftests/bpf: detach a struct_ops link from the subsystem managing it

[meta-arago][scarthgap][PATCH] meta-arago-distro: chromium-browser: add support for Chromium v123
 2024-05-30 20:17 UTC 

[PATCH v3 00/25] [RFC] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-05-30 20:17 UTC  (10+ messages)
` [PATCH v3 03/25] mbedtls: add mbedtls into the build system

[PATCH 0/2] mm: store zero pages to be swapped out in a bitmap
 2024-05-30 20:16 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH net-next v10 00/14] Device Memory TCP
 2024-05-30 20:16 UTC  (15+ messages)
` [PATCH net-next v10 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
` [PATCH net-next v10 03/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v10 04/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v10 06/14] page_pool: convert to use netmem
` [PATCH net-next v10 07/14] page_pool: devmem support
` [PATCH net-next v10 08/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v10 09/14] net: support non paged skb frags
` [PATCH net-next v10 10/14] net: add support for skbs with unreadable frags
` [PATCH net-next v10 11/14] tcp: RX path for devmem TCP
` [PATCH net-next v10 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v10 13/14] net: add devmem TCP documentation
` [PATCH net-next v10 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH 1/2] fork: Export create_io_thread()
 2024-05-30 20:15 UTC  (2+ messages)
` [PATCH 2/2] bcachefs: twf: Switch to create_io_thread()

[syzbot] [wireless?] INFO: task hung in ieee80211_unregister_hw
 2024-05-30 20:15 UTC 

[PATCH v3 00/11] KVM: arm64: Fix handling of host fpsimd/sve state in protected mode
 2024-05-30 20:14 UTC  (5+ messages)
` [PATCH v3 11/11] KVM: arm64: Drop sve_cond_update_zcr_vq_*

[PATCH 0/6] dts: add testpmd params and statefulness
 2024-05-30 20:13 UTC  (12+ messages)
` [PATCH v3 0/8] dts: add testpmd params
  ` [PATCH v3 4/8] dts: remove module-wide imports
  ` [PATCH v3 5/8] dts: add testpmd shell params
  ` [PATCH v3 6/8] dts: use testpmd params for scatter test suite
  ` [PATCH v3 7/8] dts: rework interactive shells
  ` [PATCH v3 8/8] dts: use Unpack for type checking and hinting

[PATCH] perf/x86/rapl: add missing MODULE_DESCRIPTION()
 2024-05-30 20:12 UTC 


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.