All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-10 19:42:35 to 2025-02-10 20:37:24 UTC [more...]

[PATCH 0/9] riscv: Unaligned access speed probing fixes and skipping
 2025-02-10 20:37 UTC  (7+ messages)
` [PATCH 7/9] riscv: Prepare for unaligned access type table lookups

[PATCH 0/9] hw/sysbus/platform-bus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE
 2025-02-10 20:36 UTC  (2+ messages)

[PATCH v6 00/17] Enable CXL PCIe port protocol error handling and logging
 2025-02-10 20:36 UTC  (6+ messages)
` [PATCH v6 06/17] PCI/AER: Add CXL PCIe Port uncorrectable error recovery in AER service driver
` [PATCH v6 09/17] cxl/pci: Update RAS handler interfaces to also support CXL PCIe Ports

[REGRESSION][BISECTED] Crash with Bad page state for FUSE/Flatpak related applications since v6.13
 2025-02-10 20:36 UTC  (11+ messages)

[PATCH v5 00/16] hw/microblaze: Allow running cross-endian vCPUs
 2025-02-10 20:35 UTC  (2+ messages)

[PATCH 1/1] MAINTAINERS: Add documentation reference for Mellanox platform
 2025-02-10 20:34 UTC 

[PATCH v3] riscv: Optimize crct10dif with zbc extension
 2025-02-10 20:35 UTC  (5+ messages)

[PATCH 0/3] drm/i915: Fix harmfull driver register/unregister assymetry
 2025-02-10 20:34 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915: Fix harmfull driver register/unregister assymetry (rev2)

[PATCH v8 00/17] spi: axi-spi-engine: add offload support
 2025-02-10 20:33 UTC  (6+ messages)
` [PATCH v8 01/17] spi: add basic support for SPI offloading

[PATCH] hw/net/smc91c111: Ignore attempt to pop from empty RX fifo
 2025-02-10 20:32 UTC  (2+ messages)

[PATCH v5] HID: corsair-void: Add Corsair Void headset family driver
 2025-02-10 20:32 UTC  (8+ messages)

[PATCH] drivers_net: use 64-bit shift and avoid signed/unsigned mismatch
 2025-02-10 20:32 UTC  (6+ messages)
` [PATCH v5 0/1] use 64-bit shift, "

[PATCH v5 00/10] Introduce K3 remoteproc driver for M4 subsystem
 2025-02-10 20:29 UTC  (11+ messages)
` [PATCH v5 01/10] remoteproc: k3-m4: Introduce K3 remote proc "
` [PATCH v5 02/10] remoteproc: k3-r5: Add support for R5F cores on AM64x SoCs
` [PATCH v5 03/10] board: ti: am64x: Add remoteproc specific env support
` [PATCH v5 04/10] board: ti: am62x: "
` [PATCH v5 05/10] board: ti: am62px: "
` [PATCH v5 06/10] remoteproc: Enable ARM64 remoteproc driver by default for K3 ARCH
` [PATCH v5 07/10] spl: Enable SPL remoteproc "
` [PATCH v5 08/10] cmd: Enable CMD "
` [PATCH v5 09/10] arm: mach-k3: Enable remoteproc drivers "
` [PATCH v5 10/10] configs: am6*/j7*: Remove remoteproc configs

[PATCH 00/10] arm64 support for Milk-V Duo Module 01 EVB
 2025-02-10 20:30 UTC  (4+ messages)
` [PATCH 06/10] dt-bindings: mfd: syscon: Add Cvitek CV18xx rtcsys core and ctrl compatible

[PATCH v5 00/12] platform/mellanox: Add support for new systems, amendments, relocate mlx-platform module
 2025-02-10 20:30 UTC  (7+ messages)
` [PATCH v5 04/12] platform_data/mlxreg: Add capability bit and mask fields
` [PATCH v5 05/12] platform/mellanox: mlxreg-hotplug: Add support for new flavor of capability registers

[linux-next:master] BUILD REGRESSION df5d6180169ae06a2eac57e33b077ad6f6252440
 2025-02-10 20:28 UTC 

[PATCH v2 0/4] ecdsa KEYCTL_PKEY_QUERY fixes
 2025-02-10 20:29 UTC  (7+ messages)
` [PATCH v2 3/4] crypto: ecdsa - Fix enc/dec size reported by KEYCTL_PKEY_QUERY

[PATCH v10 00/27] riscv control-flow integrity for usermode
 2025-02-10 20:27 UTC  (44+ messages)
` [PATCH v10 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v10 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v10 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v10 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v10 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v10 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v10 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v10 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v10 09/27] riscv mmu: write protect and shadow stack
` [PATCH v10 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v10 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v10 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v10 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v10 14/27] riscv/traps: Introduce software check exception
` [PATCH v10 15/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v10 16/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v10 17/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v10 18/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v10 19/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v10 20/27] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v10 21/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v10 22/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v10 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v10 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v10 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v10 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v10 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH] btrfs-progs: scrub status: add json output format for -d (per device scrub status) option
 2025-02-10 20:28 UTC 

[PATCH] Revert "ext4: apply umask if ACL support is disabled"
 2025-02-10 20:28 UTC  (2+ messages)
` [PATCH 5.15.y] "

[PATCH 00/27] Improve ABI documentation generation
 2025-02-10 20:27 UTC  (4+ messages)
  ` [f2fs-dev] "

[RFC] memarea: introduce memory area library
 2025-02-10 20:27 UTC  (4+ messages)
` [PATCH v19 0/6] introduce memarea library
  ` [PATCH v19 1/6] memarea: "

[PATCH v2 net-next] netlink: specs: add conntrack dump and stats dump support
 2025-02-10 20:27 UTC  (3+ messages)

[PATCH] pull: allow branch.<name>.rebase to override pull.ff=only
 2025-02-10 20:26 UTC  (7+ messages)

[PATCH v11 00/23] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-02-10 20:26 UTC  (10+ messages)
` [PATCH v11 08/23] x86/resctrl: Introduce interface to display number of monitoring counters
` [PATCH v11 23/23] x86/resctrl: Introduce interface to modify assignment states of the groups

[PATCH v12 0/4] Driver and fscrypt support for HW-wrapped inline encryption keys
 2025-02-10 20:23 UTC  (5+ messages)
` [PATCH v12 1/4] soc: qcom: ice: make qcom_ice_program_key() take struct blk_crypto_key
` [PATCH v12 2/4] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH v12 3/4] ufs: qcom: add support for wrapped keys
` [PATCH v12 4/4] fscrypt: add support for hardware-wrapped keys

[PATCH] [v2]aacraid: Reply queue mapping to CPUs based on IRQ affinity
 2025-02-10 20:24 UTC  (3+ messages)

[PATCH] clk: sunxi-ng: h616: Reparent GPU clock during frequency changes
 2025-02-10 20:21 UTC  (3+ messages)

[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-02-10 20:22 UTC  (13+ messages)
` [PATCH v4 05/14] kexec: Add Kexec HandOver (KHO) generation helpers
` [PATCH v4 14/14] Documentation: KHO: Add memblock bindings

[PATCH v1] configs: starfive: use LwIP network stack and enable wget command
 2025-02-10 20:22 UTC 

[PATCH] rebase: add `--update-refs=interactive`
 2025-02-10 20:22 UTC  (2+ messages)

[PATCH v2 0/4] Enable Secure TSC for SEV-SNP
 2025-02-10 20:21 UTC  (3+ messages)
` [PATCH v2 3/4] KVM: SVM: Prevent writes to TSC MSR when Secure TSC is enabled

[PATCH] drm/xe: Add per-engine pagefault and reset counts
 2025-02-10 20:21 UTC  (2+ messages)
` ✗ Fi.CI.SPARSE: warning for "

[PATCH 0/3] bitmap: convert self-test to KUnit
 2025-02-10 20:20 UTC  (6+ messages)
    ` distro support for CONFIG_KUNIT: "

[PATCH] arm64: dts: rockchip: Reflow Quartz64 Model A/B board dts files a bit
 2025-02-10 20:17 UTC  (2+ messages)

[PATCH v2] platform/x86: thinkpad_acpi: Fix registration of tpacpi platform driver
 2025-02-10 20:16 UTC 

[PATCH V2] block: make segment size limit workable for > 4K PAGE_SIZE
 2025-02-10 20:17 UTC  (2+ messages)

[Intel-wired-lan] [PATCH 0/3] igb: XDP/ZC follow up
 2025-02-10 20:14 UTC  (5+ messages)
` [Intel-wired-lan] [PATCH 3/3] igb: Get rid of spurious interrupts
  ` [PATCH 0/3] igb: XDP/ZC follow up

[PATCH v1 0/4] media: qcom: camss: Add sa8775p camss support
 2025-02-10 20:14 UTC  (3+ messages)
` [PATCH v1 4/4] media: qcom: camss: Add support for VFE 690

[PATCH bpf-next 1/2] libbpf: fix LDX/STX/ST CO-RE relocation size adjustment logic
 2025-02-10 20:12 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add test for LDX/STX/ST relocations over array field

[PATCH sched_ext/for-6.14-fixes] sched_ext: Fix incorrect assumption about migration disabled tasks in task_can_run_on_remote_rq()
 2025-02-10 20:12 UTC  (2+ messages)

[PATCH] drm/xe: Add per-engine pagefault and reset counts
 2025-02-10 20:12 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH 0/9] vhost-scsi: log write descriptors for live migration (and two bugfix)
 2025-02-10 20:11 UTC  (3+ messages)
` [PATCH 3/9] vhost-scsi: cache log buffer in I/O queue vhost_scsi_cmd

[PATCH 1/2] drm/amdgpu/mes11: fix set_hw_resources_1 calculation
 2025-02-10 20:10 UTC  (5+ messages)
` [PATCH V4 2/2] drm/amdgpu/mes: Add cleaner shader fence address handling in MES for GFX11

[PATCH] linux-user: Move TARGET_SA_RESTORER out of generic/signal.h
 2025-02-10 20:09 UTC  (2+ messages)

[PATCH] x86/efistub: Add options for forcing Apple set_os protocol
 2025-02-10 20:09 UTC  (8+ messages)

_exit.2
 2025-02-10 20:08 UTC 

[PATCH v2] PCI: Batch BAR sizing operations
 2025-02-10 20:08 UTC  (5+ messages)

[PATCH v2 0/8] KVM: arm64: FPSIMD/SVE/SME fixes
 2025-02-10 20:03 UTC  (6+ messages)
` [PATCH v2 2/8] KVM: arm64: Remove host FPSIMD saving for non-protected KVM

[PATCH] tools/mm: Fix build warnings with musl-libc
 2025-02-10 20:05 UTC 

[PATCH 0/2] net/hns3: bugfix on hns3
 2025-02-10 20:06 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sdm845-oneplus: use guard pages
 2025-02-10 20:05 UTC  (5+ messages)

[PATCH v3 0/8] KVM: arm64: FPSIMD/SVE/SME fixes
 2025-02-10 19:52 UTC  (9+ messages)
` [PATCH v3 1/8] KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state
` [PATCH v3 2/8] KVM: arm64: Remove host FPSIMD saving for non-protected KVM
` [PATCH v3 3/8] KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN
` [PATCH v3 4/8] KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN
` [PATCH v3 5/8] KVM: arm64: Refactor CPTR trap deactivation
` [PATCH v3 6/8] KVM: arm64: Refactor exit handlers
` [PATCH v3 7/8] KVM: arm64: Mark some header functions as inline
` [PATCH v3 8/8] KVM: arm64: Eagerly switch ZCR_EL{1,2}

[Buildroot] [PATCH 1/1] package/fwts: bump to version 25.01.00
 2025-02-10 20:05 UTC 

[PATCH v2 00/12] Consolidate hrtimer initialization - Part 5
 2025-02-10 20:05 UTC  (12+ messages)
` [PATCH v2 05/12] io_uring: Use helper function hrtimer_update_function()
            ` [PATCH] hrtimers: Make hrtimer_update_function() less expensive
              ` [tip: timers/core] "

FAILED: patch "[PATCH] arm64: tegra: Fix typo in Tegra234 dce-fabric compatible" failed to apply to 6.1-stable tree
 2025-02-10 20:03 UTC  (2+ messages)
` [PATCH 6.1.y] arm64: tegra: Fix typo in Tegra234 dce-fabric compatible

[RFC PATCH 0/2] Add support for Timesync Interrupt Router
 2025-02-10 20:03 UTC  (5+ messages)
` [RFC PATCH 1/2] irqchip: ti-tsir: "

[PATCH 0/3] drm/i915: Fix scanline_offset for LNL+/BMG+
 2025-02-10 20:02 UTC  (5+ messages)

[PATCH] Reformat a too long line
 2025-02-10 20:01 UTC  (3+ messages)

[PATCH net-next] wifi: rtlwifi: rtl8192de: Fix typos
 2025-02-10 20:01 UTC  (3+ messages)

[PATCH v1 00/10] Move uid filtering to BPF filters
 2025-02-10 19:59 UTC  (2+ messages)

[PATCH v3] scsi: ufs: critical health condition
 2025-02-10 19:57 UTC  (3+ messages)

[PATCH v4] net: add thread-safe crc api
 2025-02-10 19:57 UTC  (3+ messages)
` [PATCH v5] "

Meson build leaks host 'sh' path to target build when cross-compiled
 2025-02-10 19:54 UTC  (5+ messages)

[PATCH 00/14] target/arm: Clean up some corner cases of sysreg traps
 2025-02-10 19:53 UTC  (3+ messages)
` [PATCH 14/14] target/arm: Correct errors in WFI/WFE trapping

[scarthgap][PATCH] qemu: Do not define sched_attr with glibc >= 2.41
 2025-02-10 19:53 UTC 

[PATCH net-next v3 00/15] mptcp: pm: misc cleanups, part 2
 2025-02-10 19:52 UTC  (31+ messages)
` [PATCH net-next v3 01/15] mptcp: pm: drop info of userspace_pm_remove_id_zero_address
` [PATCH net-next v3 02/15] mptcp: pm: userspace: flags: clearer msg if no remote addr
` [PATCH net-next v3 03/15] mptcp: pm: more precise error messages
` [PATCH net-next v3 04/15] mptcp: pm: improve "
` [PATCH net-next v3 05/15] mptcp: pm: userspace: use GENL_REQ_ATTR_CHECK
` [PATCH net-next v3 06/15] mptcp: pm: remove duplicated error messages
` [PATCH net-next v3 07/15] mptcp: pm: mark missing address attributes
` [PATCH net-next v3 08/15] mptcp: pm: use NL_SET_ERR_MSG_ATTR when possible
` [PATCH net-next v3 09/15] mptcp: pm: make three pm wrappers static
` [PATCH net-next v3 10/15] mptcp: pm: drop skb parameter of get_addr
` [PATCH net-next v3 11/15] mptcp: pm: add id parameter for get_addr
` [PATCH net-next v3 12/15] mptcp: pm: reuse sending nlmsg code in get_addr
` [PATCH net-next v3 13/15] mptcp: pm: drop skb parameter of set_flags
` [PATCH net-next v3 14/15] mptcp: pm: change rem type "
` [PATCH net-next v3 15/15] mptcp: pm: add local parameter for set_flags

[PATCH] powerpc/crash: Fix non-smp kexec preparation
 2025-02-10 19:52 UTC 

[PATCH v1 0/2] pinctrl: intel: Fix PWM initialisation
 2025-02-10 19:44 UTC  (3+ messages)
` [PATCH v1 1/2] pwm: lpss: Clarify the bypass member semantics in struct pwm_lpss_boardinfo
` [PATCH v1 2/2] pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm()

[PATCH] sched: fix potential use-after-free with cfs bandwidth
 2025-02-10 19:51 UTC 

[PATCH 0/2] Add cpupower idle-state functionality
 2025-02-10 19:50 UTC  (2+ messages)

[PATCH 0/5] iommu: apple-dart: Support locked DARTs
 2025-02-10 19:48 UTC  (2+ messages)

[PATCH v2 00/12] YAML conversion of several Freescale/PowerPC DT bindings
 2025-02-10 19:47 UTC  (9+ messages)
` [PATCH v2 08/12] dt-bindings: spi: Convert Freescale SPI bindings to YAML
` [PATCH v2 10/12] dt-bindings: memory-controllers: Add fsl,elbc-gpcm-uio
` [PATCH v2 11/12] dt-bindings: nand: Add fsl,elbc-fcm-nand
  ` [PATCH v2 11/12] dt-bindings: nand: Add fsl,elbc-fcm-nandy

[RESEND PATCH][next] fs: nfs: acl: Avoid -Wflex-array-member-not-at-end warning
 2025-02-10 19:48 UTC  (2+ messages)

[RFC][PATCH 1/2] sched: Extended scheduler time slice
 2025-02-10 19:48 UTC  (14+ messages)

[PATCH RFC v3 0/4] introduce IPsec Service in virtio-crypto
 2025-02-10 19:47 UTC  (9+ messages)
` [PATCH RFC v3 1/4] virtio-crypto: Add IPsec service operation and Capabilities
` [PATCH RFC v3 2/4] virtio-crypto: Add resource objects for IPsec outbound and inbound SAs
` [PATCH RFC v3 3/4] virtio-crypto: Add new IPsec opcodes to data request
` [PATCH RFC v3 4/4] virtio-crypto: Add device and driver requirements for IPsec operation

[PATCH v2 00/31] hrtimers: Consolidate hrtimer initialization - Part 2
 2025-02-10 19:36 UTC  (3+ messages)
` [PATCH v2 22/31] ubifs: Switch to use hrtimer_setup()

[PATCH] util/qemu-timer.c: Don't warp timer from timerlist_rearm()
 2025-02-10 19:46 UTC  (2+ messages)

[PATCH v5] media: i2c: add lt6911uxe hdmi bridge driver
 2025-02-10 19:45 UTC  (2+ messages)

[PATCH 1/5] ovl: don't allow datadir only
 2025-02-10 19:45 UTC  (5+ messages)
` [PATCH 2/5] ovl: remove unused forward declaration
` [PATCH 3/5] ovl: make redirect/metacopy rejection consistent
` [PATCH 4/5] ovl: don't require metacopy=on for lower -> data redirect
` [PATCH 5/5] ovl: don't require "metacopy=on" for "verity"

Linux 6.12.11
 2025-02-10 19:43 UTC  (2+ messages)

[PATCH] usb: xhci: Initialize unassigned variables to fix possible errors
 2025-02-10 13:11 UTC 

[RFC PATCH 0/7] dts: revamp framework
 2025-02-10 19:42 UTC  (3+ messages)
` [RFC PATCH 3/7] dts: revamp Topology model


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.