All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-30 00:07:17 to 2025-04-30 01:06:42 UTC [more...]

[linux-next:master 2372/7105] arch/arm/boot/dts/microchip/usb_a9g20.dtb: i2c-gpio-0 (i2c-gpio): Unevaluated properties are not allowed ('#address-cells', '#size-cells' were unexpected)
 2025-04-30  1:06 UTC 

[PATCH v4 0/3] riscv: pwm: sophgo: add pwm support for SG2044
 2025-04-30  1:06 UTC  (3+ messages)

[PATCH RFC 0/9] Reduce ratelimit's false-positive misses
 2025-04-30  1:05 UTC  (24+ messages)
    ` [PATCH v4 0/20] ratelimit: "
      ` [PATCH v4 01/20] lib: Add trivial kunit test for ratelimit
      ` [PATCH v4 02/20] ratelimit: Create functions to handle ratelimit_state internals
      ` [PATCH v4 03/20] random: Avoid open-coded use of ratelimit_state structure's ->missed field
      ` [PATCH v4 04/20] drm/i915: "
      ` [PATCH v4 05/20] drm/amd/pm: Avoid open-coded use of ratelimit_state structure's internals
      ` [PATCH v4 06/20] ratelimit: Convert the ->missed field to atomic_t
      ` [PATCH v4 07/20] ratelimit: Count misses due to lock contention
      ` [PATCH v4 08/20] ratelimit: Avoid jiffies=0 special case
      ` [PATCH v4 09/20] ratelimit: Reduce ___ratelimit() false-positive rate limiting
      ` [PATCH v4 10/20] ratelimit: Allow zero ->burst to disable ratelimiting
      ` [PATCH v4 11/20] ratelimit: Force re-initialization when rate-limiting re-enabled
      ` [PATCH v4 12/20] ratelimit: Don't flush misses counter if RATELIMIT_MSG_ON_RELEASE
      ` [PATCH v4 13/20] ratelimit: Avoid atomic decrement if already rate-limited
      ` [PATCH v4 14/20] ratelimit: Avoid atomic decrement under lock "
      ` [PATCH v4 15/20] ratelimit: Warn if ->interval or ->burst are negative
      ` [PATCH v4 16/20] ratelimit: Simplify common-case exit path
      ` [PATCH v4 17/20] ratelimit: Use nolock_ret label to save a couple of lines of code
      ` [PATCH v4 18/20] ratelimit: Use nolock_ret label to collapse lock-failure code
      ` [PATCH v4 19/20] ratelimit: Use nolock_ret restructuring to collapse common case code
      ` [PATCH v4 20/20] ratelimit: Drop redundant accesses to burst

[GIT PULL] memblock: fixes for nid setting in memmap_init_reserved_pages()
 2025-04-29 22:36 UTC  (2+ messages)

[Kernel 5.15/Kernle 6.1] About Sphinx Doc
 2025-04-30  1:04 UTC 

[PATCH] drm/i915/dp: Clear TRAINING_PATTERN_SET (DPCD 00102h) before starting Link Training
 2025-04-30  1:04 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "

[PATCH v2 0/3] drm/display: hdmi: provide common code to get Audio Clock Recovery params
 2025-04-30  1:03 UTC  (5+ messages)
` [PATCH v2 2/3] drm/msm/hdmi: move msm_hdmi_audio_update() out of msm_hdmi_set_timings()
` [PATCH v2 3/3] drm/msm/hdmi: use new helper for ACR tables

[PATCH 0/2] mm/gup: Cleanup memfd_pin_folios()
 2025-04-30  1:00 UTC  (3+ messages)
` [PATCH 1/2] mm/gup: Remove unnecessary check in memfd_pin_folios()
` [PATCH 2/2] mm/gup: Remove page_folio() "

[PATCH AUTOSEL 6.14 01/39] cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist
 2025-04-30  0:47 UTC  (5+ messages)
` [PATCH AUTOSEL 6.14 03/39] nvmem: rockchip-otp: Move read-offset into variant-data
` [PATCH AUTOSEL 6.14 26/39] fs/buffer: split locking for pagecache lookups

NULL pointer dereference in xenbus_thread->
 2025-04-30  0:59 UTC  (7+ messages)

[PATCH v2] soundwire: intel_auxdevice: Fix system suspend/resume handling
 2025-04-30  0:59 UTC  (2+ messages)

[PATCH] drm/vmwgfx: Fix Host-Backed userspace on Guest-Backed kernel
 2025-04-30  0:59 UTC  (2+ messages)

[PATCH rfc 00/12] mm: BPF OOM
 2025-04-30  0:58 UTC  (4+ messages)
` [PATCH rfc 09/12] sched: psi: bpf hook to handle psi events

[PATCH v5 0/5] clk: sophgo: add SG2044 clock controller support
 2025-04-30  0:58 UTC  (2+ messages)

[PATCH v1 1/4] drm-uapi/amdgpu: add UAPI query if user queues are supported
 2025-04-30  0:57 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for series starting with [v1,1/4] "
` ✓ i915.CI.BAT: "

[PATCH V3 00/20] block: unify elevator changing and fix lockdep warning
 2025-04-30  0:54 UTC  (11+ messages)
` [PATCH V3 08/20] block: don't allow to switch elevator if updating nr_hw_queues is in-progress
` [PATCH V3 13/20] block: unifying elevator change

[PATCH v7 0/6] Add clock controller support for SpacemiT K1
 2025-04-30  0:54 UTC  (5+ messages)

[PATCH v2 00/10] riscv: sophgo: Introduce SG2044 SRD3-10 board support
 2025-04-30  0:54 UTC  (6+ messages)
` [PATCH v2 05/10] dt-bindings: reset: sophgo: Add SG2044 bindings
` [PATCH v2 06/10] dt-bindings: hwmon: Add Sophgo SG2044 external hardware monitor support

[ndctl PATCH 0/6] Add error injection support
 2025-04-30  0:53 UTC  (4+ messages)

PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse"
 2025-04-30  0:50 UTC  (10+ messages)

[PATCH bpf-next 0/8] bpf, riscv64: Support load-acquire and store-release instructions
 2025-04-30  0:51 UTC  (13+ messages)
` [PATCH bpf-next 1/8] bpf/verifier: Handle BPF_LOAD_ACQ instructions in insn_def_regno()
` [PATCH bpf-next 2/8] bpf, riscv64: Introduce emit_load_*() and emit_store_*()
` [PATCH bpf-next 3/8] bpf, riscv64: Support load-acquire and store-release instructions
` [PATCH bpf-next 4/8] bpf, riscv64: Skip redundant zext instruction after load-acquire
` [PATCH bpf-next 5/8] selftests/bpf: Use CAN_USE_LOAD_ACQ_STORE_REL when appropriate
` [PATCH bpf-next 6/8] selftests/bpf: Avoid passing out-of-range values to __retval()
` [PATCH bpf-next 7/8] selftests/bpf: Verify zero-extension behavior in load-acquire tests
` [PATCH bpf-next 8/8] selftests/bpf: Enable non-arena load-acquire/store-release selftests for riscv64

[PATCH AUTOSEL 6.12 01/37] cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist
 2025-04-30  0:48 UTC  (3+ messages)
` [PATCH AUTOSEL 6.12 25/37] fs/buffer: split locking for pagecache lookups

[PATCH] KVM: selftests: add test for SVE host corruption
 2025-04-30  0:48 UTC  (3+ messages)

[PATCH] cxl/test: Address missing MODULE_DESCRIPTION warnings for cxl_test
 2025-04-30  0:47 UTC  (2+ messages)

[PATCH] scsi: dc395x: Remove leftover if statement in reselect()
 2025-04-30  0:46 UTC 

[RFC PATCH v2 00/10] mm/mremap: introduce more mergeable mremap via MREMAP_RELOCATE_ANON
 2025-04-30  0:47 UTC  (3+ messages)
` [RFC PATCH v2 01/10] "

Non-PCI device passthrough on Arm: status?
 2025-04-30  0:46 UTC 

[PATCH] nvme: select tls config when tcp tls is enabled
 2025-04-30  0:45 UTC  (3+ messages)

[PATCH v2] nvme-tcp: select tls config when tcp tls is enabled
 2025-04-30  0:44 UTC  (2+ messages)

[PATCH v3 0/8] drm/msm/dpu: improve CTL handling on DPU >= 5.0 platforms
 2025-04-30  0:42 UTC  (7+ messages)
` [PATCH v3 6/8] drm/msm/dpu: allocate single CTL for DPU >= 5.0
` [PATCH v3 7/8] drm/msm/dpu: remove DPU_CTL_SPLIT_DISPLAY from CTL blocks on "
` [PATCH v3 8/8] drm/msm/dpu: drop now-unused condition for has_legacy_ctls

[PATCH v2 0/6] Use rustc-demangle for Rust demangling
 2025-04-30  0:41 UTC  (7+ messages)
` [PATCH v2 1/6] perf demangle-rust: Add rustc-demangle C demangler
` [PATCH v2 2/6] perf symbol-elf: Integrate rust-v0 demangling
` [PATCH v2 3/6] perf demangle-rust: Remove previous legacy rust decoder
` [PATCH v2 4/6] perf test demangle-rust: Add Rust demangling test
` [PATCH v2 5/6] perf test demangle-java: Switch to using dso__demangle_sym
` [PATCH v2 6/6] perf test demangle-ocaml: "

[Bug 220057] New: Kernel regression. Linux VMs crashing (I did not test Windows guest VMs)
 2025-04-30  0:41 UTC  (3+ messages)
` [Bug 220057] "

[PATCH] libmatchbox: fix version mismatch
 2025-04-30  0:39 UTC 

[PATCH v3 0/5] Google Pixel 6 (oriole): max77759 fuel gauge enablement and driver support
 2025-04-30  0:36 UTC  (3+ messages)
` [PATCH v3 2/5] power: supply: add support for max77759 fuel gauge

[PATCH 6.1 000/167] 6.1.136-rc1 review
 2025-04-30  0:37 UTC  (2+ messages)

[RFC PATCH] target/ppc: Inline most of dcbz helper
 2025-04-30  0:35 UTC  (12+ messages)

[REPOST PATCH] virt: acrn: Remove unused list 'acrn_irqfd_clients'
 2025-04-30  0:36 UTC 

[RFC Patch 0/5] Make anon_vma operations testable
 2025-04-29 23:56 UTC  (6+ messages)

❌ FAIL: Test report for master (6.15.0-rc4, upstream-mainline, 8bac8898)
 2025-04-30  0:32 UTC 

[PATCH i-g-t] intel-ci/xe.blocklist: remove device_reset
 2025-04-30  0:30 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ Xe.CI.BAT: "

[PATCH v5 0/5] Enable SVM atomics in Xe / GPU SVM
 2025-04-30  0:25 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Enable SVM atomics in Xe / GPU SVM (rev5)

[PATCH 1/1] ARM: dts: rockchip: Wifi improvements for Sonoff iHost
 2025-04-30  0:23 UTC 

[PATCH v3 0/5] NMI warning and debug improvements
 2025-04-30  0:24 UTC  (3+ messages)

[PATCH] ASoC: SOF: topology: Fix null pointer derefence
 2025-04-30  0:23 UTC  (3+ messages)

[PATCH] ASoC: fsl: fsl_qmc_audio: Reset audio data pointers on TRIGGER_START event
 2025-04-30  0:23 UTC  (4+ messages)

[PATCH net-next 1/6] netfilter: xt_IDLETIMER: convert timeouts to secs_to_jiffies()
 2025-04-30  0:20 UTC  (2+ messages)

[PATCH v2 0/3] RISC-V KVM selftests improvements
 2025-04-30  0:18 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: riscv: selftests: Align the trap information wiht pt_regs
` [PATCH v2 2/3] KVM: riscv: selftests: Decode stval to identify exact exception type
` [PATCH v2 3/3] KVM: riscv: selftests: Add vector extension tests

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

[PATCH] regcache: Use sort()'s default swap() implementation
 2025-04-30  0:16 UTC  (3+ messages)

[PATCH rtw-next v3 0/2] Fix inadverent sharing of struct ieee80211_supported_band data
 2025-04-30  0:16 UTC  (3+ messages)
` [PATCH rtw-next v3 2/2] wifi: rtw89: "

[PATCH net-next v5] Add support to set napi threaded for individual napi
 2025-04-30  0:16 UTC  (9+ messages)

[PATCH 6.1 CANDIDATE 00/16] backports from 6.10 for 6.1.y
 2025-04-30  0:16 UTC  (2+ messages)

[PATCH v4 0/4] drm/msm/dp: Introduce link training per-segment for LTTPRs
 2025-04-30  0:09 UTC  (5+ messages)
` [PATCH v4 1/4] drm/msm/dp: Fix support of LTTPR initialization
` [PATCH v4 2/4] drm/msm/dp: Account for LTTPRs capabilities
` [PATCH v4 3/4] drm/msm/dp: Prepare for link training per-segment for LTTPRs
` [PATCH v4 4/4] drm/msm/dp: Introduce "

[RFC PATCH 00/17] CXL Boot to Bash Documentation
 2025-04-30  0:12 UTC  (18+ messages)
` [RFC PATCH 01/17] cxl: update documentation structure in prep for new docs
` [RFC PATCH 02/17] cxl: docs/devices - device reference and uefi placeholder
` [RFC PATCH 03/17] cxl: docs/platform/bios-and-efi documentation
` [RFC PATCH 04/17] cxl: docs/platform/acpi reference documentation
` [RFC PATCH 05/17] cxl: docs/platform/example-configs documentation
` [RFC PATCH 06/17] cxl: docs/linux - overview
` [RFC PATCH 07/17] cxl: docs/linux - early boot configuration
` [RFC PATCH 08/17] cxl: docs/linux - add cxl-driver theory of operation
` [RFC PATCH 09/17] cxl: docs/linux/cxl-driver - add example configurations
` [RFC PATCH 10/17] cxl: docs/linux/dax-driver documentation
` [RFC PATCH 11/17] cxl: docs/linux/memory-hotplug
` [RFC PATCH 12/17] cxl: docs/allocation/dax
` [RFC PATCH 13/17] cxl: docs/allocation/page-allocator
` [RFC PATCH 14/17] cxl: docs/allocation/reclaim
` [RFC PATCH 15/17] cxl: docs/allocation/hugepages
` [RFC PATCH 16/17] cxl: docs/allocation/tiering
` [RFC PATCH 17/17] cxl: docs/use-cases

[PATCH v2] hfs: fix not erasing deleted b-tree node issue
 2025-04-30  0:12 UTC 

[PATCH] replace-refs: fix support of qualified replace ref paths
 2025-04-30  0:11 UTC  (5+ messages)

[to-be-updated] kasan-avoid-sleepable-page-allocation-from-atomic-context.patch removed from -mm tree
 2025-04-30  0:10 UTC 

[PATCH v2 0/3] selftests: ublk: more misc fixes
 2025-04-30  0:09 UTC  (3+ messages)
` [PATCH v2 1/3] selftests: ublk: kublk: build with -Werror iff WERROR!=0

[PATCH] benchmark: Measure allocation time for objects
 2025-04-30  0:08 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for benchmark: Measure allocation time for objects (rev5)

[PATCH v3 0/1] kasan: Avoid sleepable page allocation from atomic context
 2025-04-30  0:08 UTC  (3+ messages)
` [PATCH v3 1/1] "

[RFC PATCH] tcg: allow tb_flags to be larger than 32bit
 2025-04-30  0:06 UTC  (2+ messages)

[PATCH] benchmarks: create xe_exec_ctx
 2025-04-30  0:07 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for benchmarks: create xe_exec_ctx (rev4)

[PATCH] platform: generic: mips: add P8700
 2025-04-29 23:29 UTC  (10+ messages)
` [PATCH v4 0/8] *** Add MIPS P8700 platform ***
` [PATCH v4 1/8] platform: generic: mips: add P8700
` [PATCH v4 2/8] platform: generic: mips: add header files
` [PATCH v4 3/8] platform: generic: mips: add an entry function
` [PATCH v4 4/8] platform: generic: mips: add the platform file
` [PATCH v4 5/8] lib: Emulate amo instructions
` [PATCH v4 6/8] platform: generic: mips: add a dts file
` [PATCH v4 7/8] platform: generic: mips: add objects.mk
` [PATCH v4 8/8] Initialize MIPS custom PMA registers


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.