All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-29 13:00:55 to 2026-06-29 13:18:03 UTC [more...]

[PULL v5 00/77] hex queue
 2026-06-29 13:11 UTC  (22+ messages)
` [PULL v5 02/77] configs/meson: disable hexagon idef-parser for emscripten builds
` [PULL v5 03/77] target/hexagon: use cmd_array() instead of get_id()
` [PULL v5 06/77] docs/system: Add hexagon CPU emulation
` [PULL v5 07/77] target/hexagon: Fix badva reference, delete CAUSE
` [PULL v5 09/77] target/hexagon: Handle system/guest registers in gen_analyze_funcs.py and hex_common.py
` [PULL v5 10/77] target/hexagon: Suppress unused-variable warnings for sysemu source regs
` [PULL v5 11/77] target/hexagon: Switch to tag_ignore(), generate via get_{user, sys}_tags()
` [PULL v5 12/77] target/hexagon: Add privilege check, use tag_ignore()
` [PULL v5 13/77] target/hexagon: Add a placeholder fp exception
` [PULL v5 14/77] target/hexagon: Add guest, system reg number defs
` [PULL v5 15/77] target/hexagon: Add guest, system reg number state
` [PULL v5 16/77] target/hexagon: Add TCG values for sreg, greg
` [PULL v5 18/77] target/hexagon: Add imported macro, attr defs for sysemu
` [PULL v5 19/77] target/hexagon: Add new macro definitions "
` [PULL v5 20/77] target/hexagon: Add handlers for guest/sysreg r/w
` [PULL v5 21/77] target/hexagon: Add placeholder greg/sreg r/w helpers
` [PULL v5 27/77] target/hexagon: Add sysemu TCG overrides
` [PULL v5 28/77] target/hexagon: Add implicit attributes to sysemu macros
` [PULL v5 30/77] target/hexagon: Add TCG overrides for thread ctl
` [PULL v5 38/77] target/hexagon: Update TARGET_PAGE_BITS, stubs for modify_ssr/get_exe_mode
` [PULL v5 39/77] target/hexagon: Define f{S,G}ET_FIELD macros

[PATCH v5 00/25] drm/msm/dp: Add MST support for MSM chipsets
 2026-06-29 13:16 UTC  (19+ messages)
` [PATCH v5 01/25] drm/msm/dp: introduce stream_id for each DP panel
` [PATCH v5 02/25] drm/msm/dp: introduce max_streams for DP controller MST support
` [PATCH v5 03/25] drm/msm/dp: Add support for programming p1/p2/p3 register blocks
` [PATCH v5 04/25] drm/msm/dp: use stream_id to change offsets in dp_catalog
` [PATCH v5 05/25] drm/msm/dp: add support to send ACT packets for MST
` [PATCH v5 06/25] drm/msm/dp: Add support to enable MST in mainlink control
` [PATCH v5 07/25] drm/msm/dp: no need to update tu calculation for mst
` [PATCH v5 08/25] drm/msm/dp: Add support for MST channel slot allocation
` [PATCH v5 09/25] drm/msm/dp: Add support for sending VCPF packets in DP controller
` [PATCH v5 10/25] drm/msm/dp: Always program MST_FIFO_CONSTANT_FILL for MST use cases
` [PATCH v5 11/25] drm/msm/dp: move link-level teardown from display_disable to display_unprepare
` [PATCH v5 12/25] drm/msm/dp: factor out _helper variants of bridge ops accepting a panel
` [PATCH v5 13/25] drm/msm/dp: replace power_on with active_stream_cnt for dp_display
` [PATCH v5 14/25] drm/msm/dp: Mark the SST bridge disconnected when mst is active
` [PATCH v5 15/25] drm/msm/dp: add an API to initialize MST on sink side
` [PATCH v5 16/25] drm/msm/dp: add msm_dp_display_get_panel() to initialize DP panel
` [PATCH v5 17/25] drm/msm/dp: add link_ready to manage link-level operations
` [PATCH v5 18/25] drm/msm/dpu: initialize encoders per stream for DP MST

[PATCH v3 0/4] media: mali-c55: Add support for CCM and Gamma
 2026-06-29 13:17 UTC  (8+ messages)
` [PATCH v3 2/4] media: mali-c55: Implement CCM block validation

[PATCH] fat: reject name longer than NAME_MAX in msdos_format_name()
 2026-06-29 13:09 UTC 

[PATCH] MAINTAINERS: Add Sai Krishna Potthuri to Xilinx AMS driver
 2026-06-29 13:16 UTC  (2+ messages)

[PATCH] HID: picolcd: prevent NULL pointer dereference in picolcd_send_and_wait()
 2026-06-29 13:16 UTC  (3+ messages)

[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
 2026-06-29 13:16 UTC  (39+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
` [PATCH v16 02/18] syscall_user_dispatch: Introduce a weak fallback for arch_syscall_is_vdso_sigreturn()
` [PATCH v16 03/18] arm64: ptrace: Pass thread flags to syscall_trace_enter/exit()
` [PATCH v16 04/18] arm64: ptrace: Use syscall_get_nr() helper for syscall_trace_enter()
` [PATCH v16 05/18] arm64: ptrace: Expand secure_computing() in place
` [PATCH v16 06/18] arm64: ptrace: Use syscall_get_arguments() helper for audit
` [PATCH v16 07/18] arm64: ptrace: Protect rseq_syscall() from tracer PC modifications
` [PATCH v16 08/18] arm64: ptrace: Rename syscall_trace_exit() to syscall_exit_work()
` [PATCH v16 09/18] arm64: syscall: Rework the syscall exit path in el0_svc_common()
` [PATCH v16 10/18] arm64: ptrace: Extract syscall_exit_to_user_mode_work() helper
` [PATCH v16 11/18] arm64: ptrace: Align syscall exit work semantics with generic entry
` [PATCH v16 12/18] arm64: syscall: Use exit-specific flags check in el0_svc_common()
` [PATCH v16 13/18] arm64: syscall: Simplify el0_svc_common() syscall exit path
` [PATCH v16 14/18] arm64: syscall: Simplify syscall exit path in el0_svc_common()
` [PATCH v16 15/18] arm64: ptrace: Skip syscall exit reporting for PTRACE_SYSEMU_SINGLESTEP
` [PATCH v16 16/18] arm64: entry: Convert to generic entry
` [PATCH v16 17/18] arm64: Inline el0_svc_common()
` [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel

v4l2-compliance does not pick media device with -z and -u options
 2026-06-29 13:15 UTC  (5+ messages)

[PATCH v2 0/6] clk: sun6i-rtc: Add support for Allwinner A733 SoC
 2026-06-29 13:15 UTC  (7+ messages)
` [PATCH v2 4/6] clk: sunxi-ng: div: add read-only operation support
` [PATCH v2 5/6] clk: sunxi-ng: sun6i-rtc: split main oscillator div and gate
` [PATCH v2 6/6] clk: sunxi-ng: sun6i-rtc: add a733 support

[GIT PULL] ACPI support fixes and cleanups for 7.2-rc1
 2026-06-29 13:15 UTC  (4+ messages)

linux-next: manual merge of the nfc tree with the nfc-fixes tree
 2026-06-29 13:15 UTC 

[PATCH for-next v2 0/2] RDMA/bnxt_re: Update the toggle page handling of CQ and SRQ
 2026-06-29 13:15 UTC  (3+ messages)
` [PATCH for-next v2 2/2] RDMA/bnxt_re: Add uverbs object handle path for CQ/SRQ toggle page

[OE-core] [wrynose] [PATCH 1/6] curl: ignore CVE-2026-4873
 2026-06-29 13:14 UTC  (6+ messages)
` [OE-core] [wrynose] [PATCH 2/6] curl: fix CVE-2026-5545
` [OE-core] [wrynose] [PATCH 3/6] curl: ignore CVE-2026-5773
` [OE-core] [wrynose] [PATCH 4/6] curl: fix CVE-2026-6253
` [OE-core] [wrynose] [PATCH 5/6] curl: fix CVE-2026-6429
` [OE-core] [wrynose] [PATCH 6/6] curl: fix CVE-2026-7168

[f2fs-dev] [PATCH v5] f2fs: protect published gc_thread during teardown
 2026-06-29 13:14 UTC  (4+ messages)
`  "

[PATCH] mptcp: only honor zero-length DATA_FIN when a mapping is present
 2026-06-29 13:14 UTC  (4+ messages)

[PATCH v2 9/9] mm: zswap: per-node kmem accounting for zswap/zsmalloc
 2026-06-29 13:14 UTC  (2+ messages)

[PATCH v2] ui/gtk: Narrow DMA-BUF critical section
 2026-06-29 13:13 UTC  (5+ messages)

[PATCH 0/9] net/dpaa2: NAPI-style Rx queue interrupts
 2026-06-29 13:13 UTC  (4+ messages)
` [PATCH v2 0/6] "

[PATCH v2] ARM: enable interrupts when unhandled user faults are triggered
 2026-06-29 13:14 UTC  (4+ messages)

[PATCH v2 1/2] of: property: Fix of_fwnode_get_reference_args() with negative index
 2026-06-29 13:13 UTC  (6+ messages)
` [PATCH v2 2/2] software node: Fix software_node_get_reference_args() with index -1

[PATCH v5] dt-bindings: pwm: st,sti-pwm: convert to DT schema
 2026-06-29 12:58 UTC 

[PATCH] libbpf: Add length checks for path parameters before memory allocation
 2026-06-29 13:13 UTC  (2+ messages)

Linux'n'Beer, July 2026
 2026-06-29 13:12 UTC  (2+ messages)

[PATCH] soc: ti: knav_qmss: remove debugfs file on teardown
 2026-06-29 13:12 UTC  (2+ messages)

[PATCH v3 00/16] mm: Some cleanups for page allocator APIs
 2026-06-29 13:12 UTC  (17+ messages)
` [PATCH v3 01/16] mm/page_alloc: rename ALLOC_TRYLOCK -> ALLOC_NOLOCK
` [PATCH v3 02/16] mm/page_alloc: some renames to clarify alloc_flags scopes
` [PATCH v3 03/16] mm: name some args in a function declaration
` [PATCH v3 04/16] mm: Split out internal page_alloc.h
` [PATCH v3 05/16] mm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()
` [PATCH v3 06/16] mm/page_alloc: relax GFP WARN in nolock allocs
` [PATCH v3 07/16] mm: move some stuff to mm/page_alloc.h
` [PATCH v3 08/16] perf/x86/intel: Use higher-level allocator API
` [PATCH v3 09/16] KVM: VMX: "
` [PATCH v3 10/16] x86/virt: "
` [PATCH v3 11/16] sgi-xp: "
` [PATCH v3 12/16] net/funeth: Switch to "
` [PATCH v3 13/16] mm: Remove __alloc_pages_node()
` [PATCH v3 14/16] mm: Move __alloc_pages() to mm/page_alloc.h
` [PATCH v3 15/16] mm: replace __GFP_NO_CODETAG with ALLOC_NO_CODETAG
` [PATCH v3 16/16] mm: remove the __GFP_NO_OBJ_EXT flag

[PATCH v5 0/6] gpiolib: fence off legacy interfaces
 2026-06-29 13:12 UTC  (8+ messages)
` [PATCH 1/6] [v5] sh: select legacy gpiolib interface
` [PATCH 2/6] [v5] x86/olpc: select GPIOLIB_LEGACY
` [PATCH 3/6] [v5] Input: soc_button_array - select CONFIG_GPIOLIB_LEGACY
` [PATCH 4/6] [v5] Input: gpio-keys: make legacy gpiolib optional
` [PATCH 5/6] [v5] leds: gpio: make legacy gpiolib interface optional
` [PATCH 6/6] [v5] gpiolib: turn off legacy interface by default

[PATCH 0/2] KVM: nSVM: Expose DecodeAssists to L1
 2026-06-29 13:12 UTC  (3+ messages)
` [PATCH 1/2] KVM: nSVM: Virtualize DecodeAssists for nested guests

[f2fs-dev] [PATCH] f2fs: embed f2fs_gc_kthread in f2fs_sb_info
 2026-06-29 13:11 UTC  (2+ messages)
`  "

the confusing 10000base_CR. Shouldn't it be 10000_SFI_DA?
 2026-06-29 13:11 UTC  (8+ messages)

[PATCH v5 0/6] sched: Fix cluster scheduling in the presence of asymmetric capacity
 2026-06-29 13:10 UTC  (2+ messages)

[PATCH] gpio: swnode: remove deprecated lookup mechanism
 2026-06-29 13:10 UTC  (2+ messages)

[PATCH v21 0/3] rust: leds: add led classdev abstractions
 2026-06-29 13:10 UTC  (4+ messages)
` [PATCH v21 1/3] rust: leds: add basic "
` [PATCH v21 2/3] rust: leds: add Mode trait
` [PATCH v21 3/3] rust: leds: add multicolor classdev abstractions

[PATCH] btrfs: don't let shrinker touch extent_maps that are being logged
 2026-06-29 13:10 UTC 

[PATCH v10.5 00/29] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
 2026-06-29 13:10 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe. (rev20)

arch/arm64/boot/dts/qcom/sm6125-xiaomi-willow.dtb: geniqup@4ac0000 (qcom,geni-se-qup): #address-cells: 2 was expected
 2026-06-29 13:09 UTC 

[PATCH] fix: arm64: syscall: use live x0 for syscall_get_arguments() arg0
 2026-06-29 13:09 UTC  (3+ messages)
` [PATCH v2] arm64: ptrace: use live x0 for seccomp and audit after ptrace

[PATCH] drm/amd/powerplay: add NULL check for vega10_ps
 2026-06-29 13:09 UTC 

[PATCH net] netfilter: nf_nat_masquerade: recalculate TCP TS offset when port is randomized
 2026-06-29 13:09 UTC  (2+ messages)

[PATCH net] tipc: make sure bc_rcvlink is not dereferenced with NULL value
 2026-06-29 13:09 UTC 

[PATCH] target: Fix an overwriting of the error status code
 2026-06-29 13:09 UTC 

[PATCH] misc: rtsx: add missing write register handling
 2026-06-29 13:09 UTC 

[PATCH] drm/amd/display: Remove unused-but-set variable hubp from
 2026-06-29 13:09 UTC 

[PATCH net] cxgb4: Fix decode strings dump for T6 adapters
 2026-06-29 13:08 UTC 

[PATCH net-next] chelsio: delete the line with the pidx initialization
 2026-06-29 13:08 UTC 

[BUG] kernel BUG in __ext4_journal_stop
 2026-06-29 13:07 UTC  (3+ messages)

[PATCH] ima: correctly recover number of violations after kexec
 2026-06-29 13:07 UTC  (5+ messages)

[PATCH v2 0/3] Add Qualcomm JPEG V4L2 encoder for SM8250
 2026-06-29 13:06 UTC  (3+ messages)

[syzbot] [kvm-x86?] KASAN: use-after-free Read in kvm_setup_guest_pvclock
 2026-06-29 13:06 UTC 

Fixes tags need work in the mm-hotfixes tree
 2026-06-29 13:06 UTC 

[PATCH] perf: Fix BUILD_BPF_SKEL PACKAGECONFIG to not define variable when disabled
 2026-06-29 13:05 UTC 

[PATCH] [wrynose] perf: Fix BUILD_BPF_SKEL PACKAGECONFIG to not define variable when disabled
 2026-06-29 13:05 UTC 

[PATCH v4 0/4] arm64: cross-CPU NMI via SDEI
 2026-06-29 13:05 UTC  (4+ messages)

[PATCH 0/2] mm: memory-failure: fix HWPoison flag race with non-atomic page flag ops
 2026-06-29 13:05 UTC  (4+ messages)

[PATCH v3 00/12] gpu: nova-core: consolidate and streamline GSP boot process
 2026-06-29 13:05 UTC  (2+ messages)

[PATCH] KVM: x86: Ignore pending PV EOI if the vCPU has since disabled PV EOIs
 2026-06-29 13:03 UTC  (8+ messages)

[PATCH v2] drm/i915: fix kref leak in __live_active_setup error path
 2026-06-29 13:04 UTC  (2+ messages)

[PATCH 1/1] x86/power: only verify usable RAM regions during hibernation E820 check
 2026-06-29 13:04 UTC  (3+ messages)
` [PATCH v2 0/4] PM: hibernate: Add relaxed_memmap option for x86 E820 integrity check

[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
 2026-06-29 13:04 UTC  (6+ messages)
` [PATCH 05/32] x86/mtrr: Stop using "

[PATCH v4 0/6] qobject: switch JSON parser to push
 2026-06-29 13:03 UTC  (6+ messages)
` [PATCH 1/6] json-parser: replace with a push parser
` [PATCH 4/6] json-streamer: remove token queue

[PATCH] contrib/prserv/Dockerfile: remove non-existent codegen.py
 2026-06-29 13:03 UTC 

[PATCH v4 0/5] ASoC: Intel: Convert locking to guard()/scoped_guard()
 2026-06-29 13:03 UTC  (3+ messages)

[PATCH] arm64: dts: renesas: rzt2h-n2h-evk-common: Add memory nodes
 2026-06-29 13:03 UTC  (2+ messages)

[PATCH v3 0/4] Add Qualcomm JPEG V4L2 encoder for SM8250
 2026-06-29 13:02 UTC  (3+ messages)
` [PATCH v3 3/4] arm64: dts: qcom: sm8250: Add JPEG encoder node

[PATCH 1/2] wifi: iwlwifi: enable MFP_CAPABLE in FIPS mode
 2026-06-29 13:02 UTC  (3+ messages)

[PATCH RFC] nvme-ioctl: propagate PRP1 from ioctl to admin cmd
 2026-06-29 13:02 UTC  (3+ messages)

[PATCH v2 0/6] Add support for IPQ5018 Bluetooth
 2026-06-29 13:01 UTC  (14+ messages)
` [PATCH v2 1/6] dt-bindings: net: bluetooth: Document Qualcomm IPQ5018 Bluetooth controller
` [PATCH v2 2/6] Bluetooth: btqca: Add IPQ5018 support
` [PATCH v2 3/6] firmware: qcom: scm: Add support for setting Bluetooth power modes
` [PATCH v2 4/6] Bluetooth: Introduce Qualcomm IPQ5018 IPC based HCI driver
` [PATCH v2 5/6] arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support
` [PATCH v2 6/6] MAINTAINERS: Add entry for Qualcomm IPQ5018 Bluetooth driver

[PATCH net 0/3 v2] Fix broken TC_ACT_REDIRECT
 2026-06-29 13:01 UTC  (3+ messages)
` [PATCH net 1/3 v2] net: Extend bpf_net_context lifetime to cover qdisc enqueue

[PATCH v2 0/2] mm/vmpressure: reduce CPU, memory and code overhead on cgroup v2
 2026-06-29 12:59 UTC  (2+ messages)
` [PATCH v2 2/2] mm/vmpressure: split v1 userspace eventfd code into vmpressure-v1.c

[PATCH v2] gpu: nova-core: falcon: store bar and dev in falcon
 2026-06-29 13:00 UTC  (4+ messages)

[PATCH] clk: qcom: enable ALWAYS_ON for titan_top_gdsc
 2026-06-29 13:00 UTC  (5+ messages)

[PATCH v5 0/5] Various patches to improve Secure Boot support
 2026-06-29 13:00 UTC  (3+ messages)
` [PATCH v5 2/5] x86/efi: discard multiboot and PVH support for PE binary


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.