linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-05 16:20:52 to 2025-08-05 19:40:10 UTC [more...]

[PATCH 0/8] riscv: add initial support for hardware breakpoints
 2025-08-05 19:39 UTC  (6+ messages)
` [PATCH 1/8] riscv: Add insn.c, consolidate instruction decoding
` [PATCH 2/8] riscv: Add SBI debug trigger extension and function ids
` [PATCH 3/8] riscv: insn: Add get_insn_nofault
` [PATCH 4/8] riscv: Introduce support for hardware break/watchpoints
` [PATCH 5/8] riscv: hw_breakpoint: Use icount for single stepping

[PATCH v5 4/5] Audit: Fix indentation in audit_log_exit
 2025-08-05 19:39 UTC  (2+ messages)

[PATCH v5 3/5] Audit: Add record for multiple task security contexts
 2025-08-05 19:39 UTC  (2+ messages)

[RFC PATCH v1 00/38] ARM CCA Device Assignment support
 2025-08-05 19:38 UTC  (10+ messages)

[PATCH net] net: xilinx: axienet: Increment Rx skb ring head pointer after BD is successfully allocated in dmaengine flow
 2025-08-05 19:32 UTC  (2+ messages)

[PATCH 0/7] tracing: Show contents of syscall trace event user space fields
 2025-08-05 19:26 UTC  (8+ messages)
` [PATCH 1/7] tracing: Replace syscall RCU pointer assignment with READ/WRITE_ONCE()
` [PATCH 2/7] tracing: Have syscall trace events show "0x" for values greater than 10
` [PATCH 3/7] tracing: Have syscall trace events read user space string
` [PATCH 4/7] tracing: Have system call events record user array data
` [PATCH 5/7] tracing: Display some syscall arrays as strings
` [PATCH 6/7] tracing: Allow syscall trace events to read more than one user parameter
` [PATCH 7/7] tracing: Add syscall_user_buf_size to limit amount written

[PATCH v2 0/4] rust: add `Alignment` type
 2025-08-05 19:26 UTC  (4+ messages)

[RFC PATCH V5 0/4] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
 2025-08-05 19:24 UTC  (4+ messages)
` [RFC PATCH V5 2/4] Drivers: hv: Allow vmbus message synic interrupt injected from Hyper-V

[PATCH] selftests/mm: fix FORCE_READ to read input value correctly
 2025-08-05 19:21 UTC  (7+ messages)

[PATCH 0/3] xpad: Add support for Thrustmaster, Inc. Ferrari 458 Spider Racing Wheel
 2025-08-05 19:20 UTC  (4+ messages)
` [PATCH 1/3] Input: xpad - Add MAP_FERRARI_458_CUSTOM_AXES mapping flag
` [PATCH 2/3] Input: xpad - Add Thrustmaster Ferrari 458 Spider (044f:b671) device entry
` [PATCH 3/3] Input: xpad - Implement custom axis mapping for Ferrari 458 Spider

[PATCH] eth: mlx4: Fix IS_ERR() vs NULL check bug in mlx4_en_create_rx_ring
 2025-08-05 19:21 UTC  (2+ messages)

[PATCH 0/3] clk: renesas: Add MSTOP support for RZ/G2{L, LC, UL}, RZ/V2L, RZ/Five
 2025-08-05 19:18 UTC  (7+ messages)
` [PATCH 2/3] clk: renesas: r9a07g044: Add MSTOP for RZ/G2L
` [PATCH 3/3] clk: renesas: r9a07g043: Add MSTOP for RZ/G2UL

[PATCH V2 0/4] Fix mid_q_entry memory leaks in SMB client
 2025-08-05 19:17 UTC  (6+ messages)

[PATCH v3 0/6] perf auxtrace: Support AUX pause and resume with BPF
 2025-08-05 19:16 UTC  (4+ messages)

[PATCH v8 0/1] Switchtec Switch DMA Engine Driver
 2025-08-05 19:15 UTC  (4+ messages)
` [PATCH v8 1/1] dmaengine: switchtec-dma: Introduce Switchtec DMA engine PCI driver

[PATCH v4] selftests: filesystems: Add functional test for the abort file in fusectl
 2025-08-05 19:12 UTC  (4+ messages)

[PATCH] ALSA: intel_hdmi: Fix off-by-one error in __hdmi_lpe_audio_probe()
 2025-08-05 19:08 UTC 

[PATCH 00/18] KVM: x86: Fastpath cleanups and PMU prep work
 2025-08-05 19:05 UTC  (19+ messages)
` [PATCH 01/18] KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't valid
` [PATCH 02/18] KVM: x86: Add kvm_icr_to_lapic_irq() helper to allow for fastpath IPIs
` [PATCH 03/18] KVM: x86: Only allow "fast" IPIs in fastpath WRMSR(X2APIC_ICR) handler
` [PATCH 04/18] KVM: x86: Drop semi-arbitrary restrictions on IPI type in fastpath
` [PATCH 05/18] KVM: x86: Unconditionally handle MSR_IA32_TSC_DEADLINE in fastpath exits
` [PATCH 06/18] KVM: x86: Acquire SRCU in WRMSR fastpath iff instruction needs to be skipped
` [PATCH 07/18] KVM: x86: Unconditionally grab data from EDX:EAX in WRMSR fastpath
` [PATCH 08/18] KVM: x86: Fold WRMSR fastpath helpers into the main handler
` [PATCH 09/18] KVM: x86/pmu: Move kvm_init_pmu_capability() to pmu.c
` [PATCH 10/18] KVM: x86/pmu: Add wrappers for counting emulated instructions/branches
` [PATCH 11/18] KVM: x86/pmu: Calculate set of to-be-emulated PMCs at time of WRMSRs
` [PATCH 12/18] KVM: x86/pmu: Rename pmc_speculative_in_use() to pmc_is_locally_enabled()
` [PATCH 13/18] KVM: x86/pmu: Open code pmc_event_is_allowed() in its callers
` [PATCH 14/18] KVM: x86/pmu: Drop redundant check on PMC being globally enabled for emulation
` [PATCH 15/18] KVM: x86/pmu: Drop redundant check on PMC being locally "
` [PATCH 16/18] KVM: x86/pmu: Rename check_pmu_event_filter() to pmc_is_event_allowed()
` [PATCH 17/18] KVM: x86: Push acquisition of SRCU in fastpath into kvm_pmu_trigger_event()
` [PATCH 18/18] KVM: x86: Add a fastpath handler for INVD

[PATCH net v3 0/2] net: tcp: lookup the best matched listen socket
 2025-08-05 19:00 UTC  (3+ messages)
` [PATCH net v3 2/2] selftests/net: test TCP reuseport socket selection

[v5 PATCH 0/4] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2025-08-05 18:59 UTC  (9+ messages)
` [PATCH 3/4] arm64: mm: support "
` [PATCH 4/4] arm64: mm: split linear mapping if BBML2 is not supported on secondary CPUs

[PATCH V2] accel/amdxdna: Unify pm and rpm suspend and resume callbacks
 2025-08-05 18:55 UTC  (3+ messages)

[RFC PATCH v2] mm/zswap: store <PAGE_SIZE compression failed page as-is
 2025-08-05 18:51 UTC  (7+ messages)

[PATCH] riscv: Add sysctl to control discard of vstate during syscall
 2025-08-05 18:51 UTC  (4+ messages)

[RFT][PATCH v1 0/5] cpuidle: menu: Avoid discarding useful information when processing recent idle intervals
 2025-08-05 18:50 UTC  (6+ messages)
` [RFT][PATCH v1 5/5] cpuidle: menu: Avoid discarding useful information

[GIT PULL] Networking for v6.17
 2025-08-05 18:42 UTC  (5+ messages)

System can not go into suspend when remoteproc is probed on AM62X
 2025-08-05 18:41 UTC  (6+ messages)

[PATCH RFC v2 0/8] ovl: Enable support for casefold filesystems
 2025-08-05 18:40 UTC  (4+ messages)
` [PATCH RFC v2 2/8] ovl: Create ovl_strcmp() with casefold support

[PATCH v4 0/5] Fix issues with ARM Processor CPER records
 2025-08-05 18:39 UTC  (7+ messages)
` [PATCH v4 1/5] RAS: Report all ARM processor CPER information to userspace
` [PATCH v4 2/5] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v4 3/5] efi/cper: Add a new helper function to print bitmasks
` [PATCH v4 4/5] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
` [PATCH v4 5/5] docs: efi: add CPER functions to driver-api

[RFC PATCH v6 0/4] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2025-08-05 18:37 UTC  (6+ messages)
` [RFC PATCH v6 3/4] arm64: mm: support "
` [RFC PATCH v6 4/4] arm64: mm: split linear mapping if BBML2 unsupported on secondary CPUs

[PATCH v4] genirq: Add kunit tests for depth counts
 2025-08-05 18:32 UTC  (3+ messages)
  ` [PATCH] genirq/test: Resolve irq lock inversion warnings

[PATCH V1 0/3] Add DT-based gear and rate limiting support
 2025-08-05 18:26 UTC  (17+ messages)
` [PATCH 2/3] arm64: dts: qcom: sa8155: Add gear and rate limit properties to UFS

[PATCH v2] futex: don't leak robust_list pointer on exec race
 2025-08-05 18:27 UTC  (2+ messages)

[paulmck-rcu:dev] BUILD SUCCESS f2872f05e49b923545d7a5e092914bc4dfc0ea06
 2025-08-05 18:27 UTC 

[PATCH] NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul()
 2025-08-05 18:24 UTC  (2+ messages)

[PATCH v2 00/32] Live Update Orchestrator
 2025-08-05 18:24 UTC  (11+ messages)
` [PATCH v2 16/32] liveupdate: luo_ioctl: add ioctl interface
` [PATCH v2 31/32] libluo: introduce luoctl

[PATCH v7 0/2] Adding device tree and binding for NVIDIA GB200-UT3.0b
 2025-08-05 18:18 UTC  (3+ messages)

[PATCH v2] counter: ti-ecap-capture: Remove error print for devm_add_action_or_reset()
 2025-08-05 18:10 UTC  (2+ messages)

[PATCH] crypto: ccp: Fix checks for SNP_VLEK_LOAD input buffer length
 2025-08-05 18:05 UTC  (2+ messages)

[PATCH net v2 0/3] Fix broken link with TH1520 GMAC when linkspeed changes
 2025-08-05 18:05 UTC  (9+ messages)
` [PATCH net v2 1/3] dt-bindings: net: thead,th1520-gmac: Describe APB interface clock
` [PATCH net v2 2/3] net: stmmac: thead: Get and enable APB clock on initialization

[RFC PATCH 0/1] Tweak TLB flushing when VMX is running on Hyper-V
 2025-08-05 18:04 UTC  (9+ messages)
` [RFC PATCH 1/1] KVM: VMX: Use Hyper-V EPT flush for local TLB flushes

[PATCH v2 1/2] dt-bindings: display: simple: Add Olimex LCD-OLinuXino-5CTS
 2025-08-05 18:01 UTC  (3+ messages)

[PATCH v3 0/3] spi: atmel: Add GCLK support and simplify MR update
 2025-08-05 18:00 UTC  (3+ messages)
` [PATCH v3 2/3] spi: dt-bindings: atmel,at91rm9200-spi: Add support for optional 'spi_gclk' clock

[PATCH v3 00/29] KVM: arm64: SMMUv3 driver for pKVM
 2025-08-05 17:57 UTC  (11+ messages)
` [PATCH v3 29/29] iommu/arm-smmu-v3-kvm: Add IOMMU ops

[PATCH v5 0/3] rust: add `ww_mutex` support
 2025-08-05 17:56 UTC  (4+ messages)

[PATCH v3 00/10] pmdomain: Partial refactor, support modem and RTFF
 2025-08-05 17:56 UTC  (5+ messages)
` [PATCH v3 01/10] dt-bindings: memory: mtk-smi: Document #access-controller-cells
` [PATCH v3 03/10] dt-bindings: power: mediatek: Document access-controllers property

[PATCH] drm: Add directive to format code in comment
 2025-08-05 17:55 UTC  (5+ messages)

[PATCH bpf-next 1/1] bpf: Allow fall back to interpreter for programs with stack size <= 512
 2025-08-05 17:45 UTC  (2+ messages)

[syzbot] [usb?] [media?] KASAN: slab-use-after-free Read in load_firmware_cb (2)
 2025-08-05 17:40 UTC 

[PATCH net v3] net: ti: icssg-prueth: Fix emac link speed handling
 2025-08-05 17:38 UTC 

[PATCH 0/3] KEYS: trusted_tpm1: HMAC fix and cleanup
 2025-08-05 17:33 UTC  (7+ messages)
` [PATCH 1/3] KEYS: trusted_tpm1: Compare HMAC values in constant time
` [PATCH 3/3] KEYS: trusted_tpm1: Move private functionality out of public header

[PATCH v4 0/2] man/man2/mremap.2: describe multiple mapping move, shrink
 2025-08-05 17:31 UTC  (3+ messages)
` [PATCH v4 1/2] man/man2/mremap.2: describe multiple mapping move
` [PATCH v4 2/2] man/man2/mremap.2: describe previously undocumented shrink behaviour

[PATCH] wifi: mwifiex: send world regulatory domain to driver
 2025-08-05 17:26 UTC  (2+ messages)

[BUG] pci: nwl: Unhandled AER correctable error
 2025-08-05 17:30 UTC  (5+ messages)

[PATCH v11 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-08-05 17:23 UTC  (2+ messages)

[PATCH v5 0/6] initial usbdrd phy support for Exynosautov920 soc
 2025-08-05 11:52 UTC  (7+ messages)
    ` [PATCH v5 1/6] dt-bindings: phy: samsung,usb3-drd-phy: add ExynosAutov920 HS phy compatible
    ` [PATCH v5 2/6] phy: exynos5-usbdrd: support HS phy for ExynosAutov920
    ` [PATCH v5 3/6] dt-bindings: phy: samsung,usb3-drd-phy: add ExynosAutov920 combo hsphy
    ` [PATCH v5 4/6] phy: exynos5-usbdrd: support HS combo phy for ExynosAutov920
    ` [PATCH v5 5/6] dt-bindings: phy: samsung,usb3-drd-phy: add ExynosAutov920 combo ssphy
    ` [PATCH v5 6/6] phy: exynos5-usbdrd: support SS combo phy for ExynosAutov920

[PATCH] debugfs: fix mount options not being applied
 2025-08-05 17:22 UTC  (4+ messages)

loading amd-pstate-ut kernel module crashes with PREEMPT_RT
 2025-08-05 17:22 UTC  (2+ messages)

[PATCH v4 0/9] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
 2025-08-05 17:19 UTC  (5+ messages)
` [PATCH v4 5/9] kasan/loongarch: select ARCH_DEFER_KASAN and call kasan_init_generic
` [PATCH v4 6/9] kasan/um: "

[PATCH v3 0/9] Add thermal sensor driver support for Mediatek MT8196
 2025-08-05 17:17 UTC  (3+ messages)
` [PATCH v3 9/9] dt-bindings: nvmem: mediatek: efuse: Add support for MT8196

[syzbot] [bpf?] [net?] possible deadlock in xsk_diag_dump (2)
 2025-08-05 17:16 UTC  (2+ messages)

[PATCH 0/7] MD5 library functions
 2025-08-05 17:15 UTC  (10+ messages)
` [PATCH 3/7] crypto: powerpc/md5 - Remove PowerPC optimized MD5 code
          ` Crypto use cases (was: Remove PowerPC optimized MD5 code)
              ` Crypto use cases

[PATCH v3 0/2] perf/s390: Regression: Move uid filtering to BPF filters
 2025-08-05 17:14 UTC  (4+ messages)
` [PATCH v3 1/2] libbpf: Add the ability to suppress perf event enablement

[PATCH v3 0/9] Redo PolarFire SoC's mailbox/clock devicestrees and related code
 2025-08-05 17:13 UTC  (4+ messages)
` [PATCH v3 8/9] clk: divider, gate: create regmap-backed copies of gate and divider clocks

[PATCH v3 0/2] Rust abstractions for Device & Firmware
 2025-08-05 17:12 UTC  (4+ messages)
` [PATCH v3 2/2] rust: add firmware abstractions

[RFC PATCH] mm/page_alloc: Add PCP list for THP CMA
 2025-08-05 17:12 UTC  (8+ messages)

RIP with collect_percpu-times() in 6.17-rc
 2025-08-05 17:10 UTC 

[PATCH 0/2] Add USBHS support for RZ/T2H and RZ/N2H SoCs
 2025-08-05 17:10 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: usb: renesas,usbhs: Add RZ/T2H and RZ/N2H support

[PATCH 0/5] Add USB2 PHY support for RZ/T2H and RZ/N2H SoCs
 2025-08-05 17:09 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: phy: renesas,usb2-phy: Add RZ/T2H and RZ/N2H support

[RFC PATCH 00/36] arm_mpam: Add basic mpam driver
 2025-08-05 17:08 UTC  (21+ messages)
` [RFC PATCH 07/36] ACPI / PPTT: Find cache level by cache-id
  ` [RFC PATCH 07/36] ACPI / PPTT: Find cache level by cache-idUIRE
` [RFC PATCH 08/36] ACPI / PPTT: Add a helper to fill a cpumask from a cache_id
` [RFC PATCH 10/36] ACPI / MPAM: Parse the MPAM table
` [RFC PATCH 11/36] dt-bindings: arm: Add MPAM MSC binding

[PATCH 0/2] mm, swap: improve cluster scan strategy
 2025-08-05 17:08 UTC  (3+ messages)
` [PATCH 1/2] mm, swap: don't scan every fragment cluster

[GIT PULL] Kbuild updates for v6.17-rc1
 2025-08-05 17:04 UTC  (2+ messages)

[PATCH v3 0/7] selftests/mm: Fix false positives and skip unsupported tests
 2025-08-05 17:03 UTC  (5+ messages)
` [PATCH v3 3/7] selftest/mm: Fix ksm_funtional_test failures

[PATCH v3] selftests/mm: pass filename as input param to VM_PFNMAP tests
 2025-08-05 16:51 UTC  (3+ messages)

[PATCH v2] arm64: dts: qcom: sm8750: Add adsp fastrpc nodes/support
 2025-08-05 16:51 UTC  (2+ messages)

[PATCH v2] tools/rtla: Consolidate common parameters into shared structure
 2025-08-05 16:49 UTC  (4+ messages)

[PATCH 0/2] scripts/gdb/symbols: make BPF debug info available to GDB
 2025-08-05 16:48 UTC  (3+ messages)

[PATCH] ACPI: EC: Relax sanity check of the ECDT ID string
 2025-08-05 16:40 UTC  (6+ messages)

[PATCH 1/5] Add manpage for open_tree(2)
 2025-08-05 16:45 UTC  (3+ messages)

[PATCH v2 0/2] pci: clean up cpu_addr_fixup() for visconti
 2025-08-05 16:44 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: toshiba: Update SoC and PCIe ranges to reflect hardware behavior

[PATCH v2] drm/msm: Handle in-place remaps
 2025-08-05 16:44 UTC 

[PATCH] MAINTAINERS: update location of hfs&hfsplus trees
 2025-08-05 16:43 UTC  (3+ messages)

[PATCH] drm/msm: Fix a few comments
 2025-08-05 16:43 UTC 

[PATCH 0/5] add static huge zero folio support
 2025-08-05 16:42 UTC  (5+ messages)
` [PATCH 3/5] mm: add static huge zero folio
` [PATCH 4/5] mm: add largest_zero_folio() routine

[PATCH] hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_super()
 2025-08-05 16:58 UTC 

[PATCH v2 0/2] iio: magnetometer: add support for Infineon TLV493D 3D Magnetic Sensor
 2025-08-05 16:35 UTC  (9+ messages)
` [PATCH v2 1/2] iio: magnetometer: add support for Infineon TLV493D 3D Magentic sensor
` [PATCH v2 2/2] dt-bindings: iio: magnetometer: document Infineon TLV493D 3D Magnetic sensor

[PATCH] bcache: enhancing the security of dirty data writeback
 2025-08-05 16:29 UTC  (4+ messages)

[PATCH bpf-next v2] bpf: Remove migrate_disable in kprobe_multi_link_prog_run
 2025-08-05 16:27 UTC 

[PATCH V3] acpi: remove unnecessary return parentheses and conditional braces
 2025-08-05 16:27 UTC  (3+ messages)

[PATCH] vdso: Define NSEC_PER_SEC as 64-bit to prevent overflow
 2025-08-05 16:21 UTC 

[PATCH 0/5] mm/damon/sysfs: Add commands useful for using migration dests
 2025-08-05 16:20 UTC  (6+ messages)
` [PATCH 1/5] mm/damon/core: Add damos_destroy_dests()
` [PATCH 2/5] mm/damon/sysfs: Implement a command to only commit scheme dests
` [PATCH 3/5] mm/damon/sysfs: Implement a command to wait until schemes are applied
` [PATCH 4/5] Docs/ABI/damon: Document new DAMON commands
` [PATCH 5/5] Docs/admin-guide/mm/damon/usage: "


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).