messages from 2025-06-04 15:00:31 to 2025-06-04 17:23:41 UTC [more...]
[PATCH 0/2] Cleanup in rockchip_sai.c
2025-06-04 17:23 UTC (3+ messages)
` [PATCH 1/2] ASOC: rochchip: Simplify the condition logic in rockchip_sai_xfer_stop
[PATCH] PCI/pwrctrl: Fix double cleanup on devm_add_action_or_reset() failure
2025-06-04 17:23 UTC (2+ messages)
[PATCH v2 bpf-next 0/4] bpf path iterator
2025-06-04 17:22 UTC (4+ messages)
` [PATCH v2 bpf-next 3/4] bpf: Introduce "
[PATCH v2 1/3] PCI/pwrctrl: Add optional slot clock to pwrctrl driver for PCI slots
2025-06-04 17:22 UTC (3+ messages)
[PATCH v17 00/27] riscv control-flow integrity for usermode
2025-06-04 17:15 UTC (28+ messages)
` [PATCH v17 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v17 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v17 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v17 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v17 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v17 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v17 07/27] riscv/mm: manufacture shadow stack pte
` [PATCH v17 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v17 09/27] riscv/mm: write protect and shadow stack
` [PATCH v17 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v17 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v17 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v17 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v17 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v17 15/27] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v17 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v17 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v17 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v17 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v17 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v17 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v17 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v17 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v17 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v17 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v17 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v17 27/27] kselftest/riscv: kselftest for user mode cfi
[v2] arm64: dts: freescale: imx93-var-som: update eqos support for MaxLinear PHY
2025-06-04 17:16 UTC (4+ messages)
[PATCH V3] perf: Fix the throttle error of some clock events
2025-06-04 17:15 UTC
[GIT PULL] PCI changes for v6.16
2025-06-04 17:13 UTC
[PATCH v2 00/59] KVM: iommu: Overhaul device posted IRQs support
2025-06-04 17:11 UTC (2+ messages)
[PATCH v5 0/8] Enable QUPs and Serial on SA8255p Qualcomm platforms
2025-06-04 17:11 UTC (10+ messages)
` [PATCH v5 5/8] serial: qcom-geni: move resource control logic to separate functions
` [PATCH v5 6/8] serial: qcom-geni: move clock-rate logic to separate function
[PATCH V5 0/6] Scheduler time slice extension
2025-06-04 17:10 UTC (7+ messages)
` [PATCH V5 1/6] Sched: "
` [PATCH V5 5/6] Sched: Add tracepoint for sched "
[PATCH] drm/sched: Discourage usage of separate workqueues
2025-06-04 17:10 UTC (6+ messages)
[PATCH v3 0/8] Add TH1520 GPU support with power sequencing
2025-06-04 16:47 UTC (4+ messages)
` [PATCH v3 7/8] riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU node
[PATCH 0/2] mm/memory: fix memory tearing on threaded fork
2025-06-04 17:03 UTC (7+ messages)
` [PATCH 1/2] mm/memory: ensure fork child sees coherent memory snapshot
` [PATCH 2/2] mm/memory: Document how we make a "
[RFC v4 00/18] Split netmem from struct page
2025-06-04 17:03 UTC (31+ messages)
` [RFC v4 01/18] netmem: introduce struct netmem_desc mirroring "
` [RFC v4 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [RFC v4 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [RFC v4 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_netmem_order()
` [RFC v4 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [RFC v4 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [RFC v4 07/18] page_pool: use netmem put API in page_pool_return_netmem()
` [RFC v4 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [RFC v4 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [RFC v4 10/18] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [RFC v4 12/18] netmem: use _Generic to cover const casting for page_to_netmem()
` [RFC v4 13/18] netmem: remove __netmem_get_pp()
` [RFC v4 14/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [RFC v4 16/18] netmem: introduce a netmem API, virt_to_head_netmem()
` [RFC v4 18/18] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
[PATCH v6 00/10] New DRM accel driver for Rockchip's RKNN NPU
2025-06-04 17:03 UTC (4+ messages)
` [PATCH v6 06/10] accel/rocket: Add IOCTL for BO creation
[PATCH RFC 0/1] module: Optionally use .platform keyring for signatures verification
2025-06-04 17:01 UTC (2+ messages)
[PATCH 00/15] KVM: x86: Add I/O APIC kconfig, delete irq_comm.c
2025-06-04 16:56 UTC (11+ messages)
` [PATCH 05/15] KVM: x86: Fold kvm_setup_default_irq_routing() into kvm_ioapic_init()
` [PATCH 11/15] KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APIC
[PATCH net] virtio-net: drop the multi-buffer XDP packet in zerocopy
2025-06-04 16:55 UTC (2+ messages)
[PATCH] mm: fix the inaccurate memory statistics issue for users
2025-06-04 16:54 UTC (11+ messages)
[PATCH v8 0/9] Add STM32MP25 PCIe drivers
2025-06-04 16:35 UTC (8+ messages)
` [PATCH v8 2/9] PCI: stm32: Add PCIe host support for STM32MP25
[syzbot] [ntfs3?] KASAN: slab-out-of-bounds Read in ntfs_utf16_to_nls
2025-06-04 16:49 UTC
[PATCH] s390/mm: Fix in_atomic() handling in do_secure_storage_access()
2025-06-04 16:48 UTC (3+ messages)
[PATCH v2] drm/ttm: Fix compile error when CONFIG_SHMEM is not set
2025-06-04 16:43 UTC (5+ messages)
[PATCH v2 0/3] Enhancements to the secvar interface in static key management mode
2025-06-04 16:41 UTC (5+ messages)
` [PATCH v2 2/3] powerpc/secvar: Expose secvars relevant to the "
[PATCH] LoongArch: vDSO: correctly use asm parameters in syscall wrappers
2025-06-04 16:39 UTC (3+ messages)
[PATCH v6 0/8] Introduce debugfs support in IOMMU
2025-06-04 16:36 UTC (9+ messages)
` [PATCH v6 1/8] iommu/amd: Refactor AMD IOMMU debugfs initial setup
` [PATCH v6 2/8] iommu/amd: Add debugfs support to dump IOMMU MMIO registers
` [PATCH v6 3/8] iommu/amd: Add debugfs support to dump IOMMU Capability registers
` [PATCH v6 4/8] iommu/amd: Add debugfs support to dump IOMMU command buffer
` [PATCH v6 5/8] iommu/amd: Add support for device id user input
` [PATCH v6 6/8] iommu/amd: Add debugfs support to dump device table
` [PATCH v6 7/8] iommu/amd: Add debugfs support to dump IRT Table
` [PATCH v6 8/8] iommu/amd: Add documentation for AMD IOMMU debugfs support
[PATCH bpf-next] bpf: Add show_fdinfo for perf_event
2025-06-04 16:37 UTC
[GIT PULL] SPDX/LICENSES update for 6.16-rc1
2025-06-04 16:37 UTC (2+ messages)
[GIT PULL] slab updates for 6.16
2025-06-04 16:37 UTC (2+ messages)
[PATCH v4 00/26] Arm GICv5: Host driver implementation
2025-06-04 16:35 UTC (11+ messages)
` [PATCH v4 01/26] dt-bindings: interrupt-controller: Add Arm GICv5
[PATCH v5 00/29] x86/resctrl telemetry monitoring
2025-06-04 16:33 UTC (4+ messages)
` [PATCH v5 01/29] x86,fs/resctrl: Consolidate monitor event descriptions
[PATCH] MAINTAINERS: add mm swap section
2025-06-04 16:31 UTC
[RFC v2 00/16] Live Update Orchestrator
2025-06-04 16:30 UTC (11+ messages)
` [RFC v2 01/16] kho: make debugfs interface optional
` [RFC v2 03/16] kho: add kho_unpreserve_folio/phys
` [RFC v2 04/16] luo: luo_core: Live Update Orchestrator
` [RFC v2 05/16] luo: luo_core: integrate with KHO
` [RFC v2 06/16] luo: luo_subsystems: add subsystem registration
[PATCH 00/28] KVM: x86: Clean up MSR interception code
2025-06-04 16:28 UTC (10+ messages)
` [PATCH 08/28] KVM: nSVM: Use dedicated array of MSRPM offsets to merge L0 and L1 bitmaps
` [PATCH 11/28] KVM: SVM: Add helpers for accessing MSR bitmap that don't rely on offsets
` [PATCH 25/28] KVM: nSVM: Access MSRPM in 4-byte chunks only for merging L0 and L1 bitmaps
[PATCH 0/3] BPF signature verification
2025-06-04 16:25 UTC (4+ messages)
` [PATCH 1/3] bpf: Add bpf_check_signature
[PATCH v9 0/4] qcom: Add support for IQ-9075-evk board
2025-06-04 16:24 UTC (6+ messages)
` [PATCH v9 2/4] arm64: dts: qcom: iq9: Introduce new memory map for qcs9100/qcs9075
[PATCH v3] arm64: dts: rockchip: support Ethernet Switch adapter for RK3588 Jaguar
2025-06-04 16:18 UTC
[PATCH 0/3] wifi: ath11k: fix dest ring-buffer corruption
2025-06-04 16:24 UTC (8+ messages)
` [PATCH 1/3] "
[PATCH v4 0/1] drm: rcar-du: rzg2l_mipi_dsi: add MIPI DSI command support
2025-06-04 16:22 UTC (3+ messages)
` [PATCH v4 1/1] drm: renesas: rz-du: Implement MIPI DSI host transfers
[PATCH v1 1/2] PCI: qcom: Add equalization settings for 8.0 GT/s
2025-06-04 16:16 UTC (2+ messages)
[PATCH v3] staging: rtl8723bs: Fix typo in variable name 'ips_deffer_ms'
2025-06-04 16:16 UTC (2+ messages)
[PATCH v5 0/8] Introduce debugfs support in IOMMU
2025-06-04 16:16 UTC (4+ messages)
` [PATCH v5 7/8] iommu/amd: Add debugfs support to dump IRT Table
[PATCH] KVM: x86/mmu: Exempt nested EPT page tables from !USER, CR0.WP=0 logic
2025-06-04 15:57 UTC (2+ messages)
[PATCH rtw-next v2 1/2] wifi: rtw89: sar: drop lockdep assertion in rtw89_set_sar_from_acpi
2025-06-04 16:13 UTC (2+ messages)
` [PATCH rtw-next v2 2/2] wifi: rtw89: sar: do not assert wiphy lock held until probing is done
[PATCH rtw-next] wifi: rtw89: sar: drop assertion from rtw89_sar_set_src()
2025-06-04 16:06 UTC (3+ messages)
[PATCH 00/11] PM: EM: Add netlink support for the energy model
2025-06-04 16:11 UTC (4+ messages)
` [PATCH 04/11] PM: EM: Add the infrastructure for command processing
[PATCH] perf/core: Handling the race between exit_mmap and perf sample
2025-06-04 16:08 UTC (6+ messages)
[PATCH v1] mm/gup: remove (VM_)BUG_ONs
2025-06-04 16:05 UTC (8+ messages)
[PATCH 1/1] stop_machine: Fix migrate_swap() vs. balance_push() racing
2025-06-04 16:04 UTC (2+ messages)
[BUG] veth: TX drops with NAPI enabled and crash in combination with qdisc
2025-06-04 15:33 UTC
[PATCH v6] arm64/mm: Optimize loop to reduce redundant operations of contpte_ptep_get
2025-06-04 16:02 UTC (2+ messages)
[PATCH] nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm()
2025-06-04 16:01 UTC
[PATCH] perf bpf-filter: Improve error messages
2025-06-04 16:00 UTC (2+ messages)
[PATCH 1/1] perf/core: fix dangling cgroup pointer in cpuctx
2025-06-04 15:59 UTC (10+ messages)
Device mem changes vs pinning/zerocopy changes
2025-06-04 15:59 UTC (4+ messages)
[PATCH v7 1/5] drivers/base/node: Optimize memory block registration to reduce boot time
2025-06-04 15:57 UTC (6+ messages)
[PATCH] crypto: ccp: Fix SNP panic notifier unregistration
2025-06-04 15:57 UTC (2+ messages)
[PATCH] mm/vmstat: Fix build with MEMCG=y and VM_EVENT_COUNTERS=n
2025-06-04 15:49 UTC (3+ messages)
[PATCH 0/2] Add ADI I3C Controller
2025-06-04 15:48 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: i3c: Add adi-i3c-master
` [PATCH 2/2] i3c: master: Add driver for Analog Devices I3C Controller IP
futex performance regression from "futex: Allow automatic allocation of process wide futex hash"
2025-06-04 15:48 UTC (3+ messages)
Need help increasing raid scan efficiency
2025-06-04 15:45 UTC (3+ messages)
[Bug] possible deadlock in vfs_rmdir in Linux kernel v6.12
2025-06-04 15:44 UTC (6+ messages)
` [Bug] kernel BUG in may_delete in linux "
` [BUG] task hung in fs_bdev_sync in linux v6.12
[PATCH v4] PCI: Prevent power state transition of erroneous device
2025-06-04 15:42 UTC (11+ messages)
[PATCH v6 0/9] x86: Add support for NMI-source reporting with FRED
2025-06-04 15:41 UTC (11+ messages)
` [PATCH v6 4/9] x86/nmi: Assign and register NMI-source vectors
` [PATCH v6 9/9] x86/nmi: Print source information with the unknown NMI console message
[PATCH v4] mm: userfaultfd: fix race of userfaultfd_move and swap cache
2025-06-04 15:39 UTC (3+ messages)
[PATCH] media: v4l2-ctrls: Fix H264 SEPARATE_COLOUR_PLANE check
2025-06-04 15:35 UTC (2+ messages)
[PATCH v2 00/11] perf: arm_spe: Armv8.8 SPE features
2025-06-04 15:31 UTC (5+ messages)
` [PATCH v2 06/11] KVM: arm64: Add trap configs for PMSDSFR_EL1
[PATCH][next] iio: adc: ti-ads131e08: Fix spelling mistake "tweek" -> "tweak"
2025-06-04 15:30 UTC (2+ messages)
[linus:master] [rds] c50d295c37: BUG:unable_to_handle_page_fault_for_address
2025-06-04 15:27 UTC (2+ messages)
` [PATCH] module: Make sure relocations are applied to the per-CPU section
[PATCH 00/17] Samsung S2MPG10 regulator and S2MPG11 PMIC drivers
2025-06-04 15:26 UTC (19+ messages)
` [PATCH 01/17] dt-bindings: firmware: google,gs101-acpm-ipc: convert regulators to lowercase
` [PATCH 02/17] regulator: dt-bindings: add s2mpg10-pmic regulators
` [PATCH 03/17] regulator: dt-bindings: add s2mpg11-pmic regulators
` [PATCH 04/17] dt-bindings: mfd: samsung,s2mps11: add s2mpg10-pmic regulators
` [PATCH 05/17] dt-bindings: mfd: samsung,s2mps11: add s2mpg11-pmic
` [PATCH 06/17] dt-bindings: firmware: google,gs101-acpm-ipc: update PMIC examples
` [PATCH 07/17] mfd: sec-common: Instantiate s2mpg10 bucks and ldos separately
` [PATCH 08/17] mfd: sec: Add support for S2MPG11 PMIC via ACPM
` [PATCH 09/17] regulator: s2mps11: drop two needless variable initialisations
` [PATCH 10/17] regulator: s2mps11: use dev_err_probe() where appropriate
` [PATCH 11/17] regulator: s2mps11: update node parsing (allow -supply properties)
` [PATCH 12/17] regulator: s2mps11: refactor handling of external rail control
` [PATCH 13/17] regulator: s2mps11: add S2MPG10 regulator
` [PATCH 14/17] regulator: s2mps11: refactor S2MPG10 ::set_voltage_time() for S2MPG11 reuse
` [PATCH 15/17] regulator: s2mps11: refactor S2MPG10 regulator macros "
` [PATCH 16/17] regulator: s2mps11: add S2MPG11 regulator
` [PATCH 17/17] regulator: s2mps11: more descriptive gpio consumer name
[PATCH v6 0/5] Add support for AD7405/ADUM770x
2025-06-04 15:26 UTC (3+ messages)
` [PATCH v6 5/5] iio: adc: ad7405: add ad7405 driver
[PATCH v2] phy: use per-PHY lockdep keys
2025-06-04 15:26 UTC (2+ messages)
[v1] arm64: dts: freescale: imx93-var-som: update eqos support for MaxLinear PHY
2025-06-04 15:20 UTC (7+ messages)
[PATCH v2 0/2] ASPEED: Add mailbox driver for AST2700 series
2025-06-04 15:19 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: mailbox: Add ASPEED AST2700 series SoC
[PATCH 0/3] mm: userfaultfd: assorted fixes and cleanups
2025-06-04 15:17 UTC (8+ messages)
` [PATCH 1/3] userfaultfd: correctly prevent registering VM_DROPPABLE regions
` [PATCH 2/3] userfaultfd: prevent unregistering VMAs through a different userfaultfd
` [PATCH 3/3] userfaultfd: remove UFFD_CLOEXEC, UFFD_NONBLOCK, and UFFD_FLAGS_SET
[RFC] binfmt_elf: preserve original ELF e_flags in core dumps
2025-06-04 15:05 UTC
[PATCH v4 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
2025-06-04 15:17 UTC (4+ messages)
` [PATCH v4 03/10] dt-bindings: reserved-memory: Wakeup Mailbox for Intel processors
[PATCH v4 0/5] arm64: qcom: x1e80100-qcp: Add power supply and sideband signals for PCIe RC
2025-06-04 15:10 UTC (3+ messages)
` [PATCH v4 5/5] phy: qcom: qmp-pcie: add x1e80100 qref supplies
[PATCH v2] RISC-V: vDSO: Wire up getrandom() vDSO implementation
2025-06-04 15:09 UTC (8+ messages)
` [PATCH] RISC-V: vDSO: Correct inline assembly constraints in the getrandom syscall wrapper
[PATCH] sched_ext: idle: Skip cross-node search with !CONFIG_NUMA
2025-06-04 15:07 UTC (3+ messages)
[PATCH v1] speakup: Replace u_short with u16 for spk_chartab
2025-06-04 14:58 UTC (2+ messages)
[PATCH] pidfs: never refuse ppid == 0 in PIDFD_GET_INFO
2025-06-04 15:03 UTC
[PATCH 0/2] KVM: SVM: Fix a NULL VMSA deref with MOVE_ENC_CONTEXT
2025-06-04 15:02 UTC (2+ messages)
[linus:master] [loop] e7bc0010ce: stress-ng.loop.ops_per_sec 5.3% improvement
2025-06-04 15:01 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).