messages from 2026-06-19 21:08:53 to 2026-06-19 23:40:01 UTC [more...]
[PATCH v6 03/21] dt-bindings: riscv: add Sxcsrind ISA extension description
2026-06-19 23:39 UTC (3+ messages)
[PATCH v6 04/21] RISC-V: Define indirect CSR access helpers
2026-06-19 23:39 UTC (3+ messages)
[PATCH bpf-next v2 00/17] Redesign Verification Errors
2026-06-19 23:35 UTC (14+ messages)
` [PATCH bpf-next v2 01/17] bpf: Add verifier diagnostics report helpers
` [PATCH bpf-next v2 05/17] bpf: Track verifier register diagnostic events
` [PATCH bpf-next v2 07/17] bpf: Track verifier context "
` [PATCH bpf-next v2 10/17] bpf: Report Resource Lifetime reference leaks
` [PATCH bpf-next v2 12/17] bpf: Report Execution Context Safety errors
[PULL 00/74] hex queue - sysemu
2026-06-19 22:59 UTC (75+ messages)
` [PULL 01/74] docs: Add hexagon sysemu docs
` [PULL 02/74] docs/system: Add hexagon CPU emulation
` [PULL 03/74] target/hexagon: Fix badva reference, delete CAUSE
` [PULL 04/74] target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof
` [PULL 05/74] target/hexagon: Handle system/guest registers in gen_analyze_funcs.py and hex_common.py
` [PULL 06/74] target/hexagon: Suppress unused-variable warnings for sysemu source regs
` [PULL 07/74] target/hexagon: Switch to tag_ignore(), generate via get_{user, sys}_tags()
` [PULL 08/74] target/hexagon: Add privilege check, use tag_ignore()
` [PULL 09/74] target/hexagon: Add a placeholder fp exception
` [PULL 10/74] target/hexagon: Add guest, system reg number defs
` [PULL 11/74] target/hexagon: Add guest, system reg number state
` [PULL 12/74] target/hexagon: Add TCG values for sreg, greg
` [PULL 13/74] target/hexagon: Add guest/sys reg writes to DisasContext
` [PULL 14/74] target/hexagon: Add imported macro, attr defs for sysemu
` [PULL 15/74] target/hexagon: Add new macro definitions "
` [PULL 16/74] target/hexagon: Add handlers for guest/sysreg r/w
` [PULL 17/74] target/hexagon: Add placeholder greg/sreg r/w helpers
` [PULL 18/74] target/hexagon: Add vmstate representation
` [PULL 19/74] target/hexagon: Make A_PRIV, "J2_trap*" insts need_env()
` [PULL 20/74] target/hexagon: Define register fields for system regs
` [PULL 21/74] target/hexagon: Implement do_raise_exception()
` [PULL 22/74] target/hexagon: Add system reg insns
` [PULL 23/74] target/hexagon: Add sysemu TCG overrides
` [PULL 24/74] target/hexagon: Add implicit attributes to sysemu macros
` [PULL 25/74] target/hexagon: Add TCG overrides for int handler insts
` [PULL 26/74] target/hexagon: Add TCG overrides for thread ctl
` [PULL 27/74] target/hexagon: Add TCG overrides for rte, nmi
` [PULL 28/74] target/hexagon: Add sreg_{read,write} helpers
` [PULL 29/74] target/hexagon: Add representation to count cycles
` [PULL 30/74] target/hexagon: Add implementation of cycle counters
` [PULL 31/74] target/hexagon: Add pcycle setting functionality
` [PULL 32/74] target/hexagon: Add cpu modes, mmu indices, next_PC to state
` [PULL 33/74] hw/hexagon: Declare hexagon TLB device interface
` [PULL 34/74] target/hexagon: Update TARGET_PAGE_BITS, stubs for modify_ssr/get_exe_mode
` [PULL 35/74] target/hexagon: Define f{S,G}ET_FIELD macros
` [PULL 36/74] target/hexagon: Add hex_interrupts support
` [PULL 37/74] target/hexagon: Implement {c,}swi helpers
` [PULL 38/74] target/hexagon: Implement iassign{r,w} helpers
` [PULL 39/74] target/hexagon: Implement start/stop helpers, soft reset
` [PULL 40/74] target/hexagon: Implement {g,s}etimask helpers
` [PULL 41/74] target/hexagon: Implement wait helper
` [PULL 42/74] target/hexagon: Implement get_exe_mode()
` [PULL 43/74] target/hexagon: Implement hex_tlb_entry_get_perm()
` [PULL 44/74] target/hexagon: Implement software interrupt
` [PULL 45/74] target/hexagon: Implement stack overflow exception
` [PULL 46/74] target/hexagon: Implement exec_interrupt, set_irq
` [PULL 47/74] target/hexagon: add simple cpu_exec_reset and pointer_wrap
` [PULL 48/74] target/hexagon: Implement hexagon_tlb_fill()
` [PULL 49/74] target/hexagon: Implement siad inst
` [PULL 50/74] target/hexagon: Implement hexagon_resume_threads()
` [PULL 51/74] target/hexagon: Implement setprio, resched
` [PULL 52/74] target/hexagon: Add sysemu_ops, cpu_get_phys_page_debug()
` [PULL 53/74] target/hexagon: extend hexagon_cpu_mmu_index() for sysemu
` [PULL 54/74] target/hexagon: Decode trap1, rte as COF
` [PULL 55/74] target/hexagon: Implement modify_ssr, resched, pending_interrupt
` [PULL 56/74] target/hexagon: Add pkt_ends_tb to translation
` [PULL 57/74] target/hexagon: Add next_PC, {s,g}reg writes
` [PULL 58/74] target/hexagon: Add implicit sysreg writes
` [PULL 59/74] target/hexagon: Define system, guest reg names
` [PULL 60/74] target/hexagon: Add k0 {un,}lock
` [PULL 61/74] target/hexagon: Add PC to raise_exception, use fTRAP() helper
` [PULL 62/74] target/hexagon: Add TCG overrides for transfer insts
` [PULL 63/74] target/hexagon: Add support for loadw_phys
` [PULL 64/74] target/hexagon: Add guest reg reading functionality
` [PULL 65/74] hw/hexagon: Add globalreg model
` [PULL 66/74] hw/hexagon: Add global register tracing
` [PULL 67/74] hw/hexagon: Add hexagon TLB device implementation
` [PULL 68/74] hw/hexagon: Add machine configs for sysemu
` [PULL 69/74] hw/hexagon: Add v68, sa8775-cdsp0 defs
` [PULL 70/74] hw/hexagon: Add support for cfgbase
` [PULL 71/74] target/hexagon: add build config for softmmu
` [PULL 72/74] hw/hexagon: Define hexagon "virt" machine
` [PULL 73/74] tests/qtest: Add hexagon boot-serial-test
` [PULL 74/74] target/hexagon/idef-parser: open input file in binary mode
[PATCH mptcp-next] selftests: mptcp: fix const qualifier warnings in strchr usage
2026-06-19 23:32 UTC
[PATCH 0/2] rockchip: odroid-m1s/rk3566 watchdog support
2026-06-19 22:08 UTC (3+ messages)
` [PATCH 1/2] rockchip: rk3568: make the WDT trigger a first global reset
` [PATCH 2/2] rockchip: odroid-m1s: enable watchdog support
[moderation/CI] Re: Data in direntry (dirdata) feature
2026-06-19 23:25 UTC
[PATCH v8 3/7] crypto/ccp: Disable CPU hotplug while SNP is active
2026-06-19 23:20 UTC (12+ messages)
` [PATCH v8 7/7] x86/sev: Add debugfs support for RMPOPT
[PAHOLE v5 0/5] support for DW_TAG_GNU_annotation and fixes
2026-06-19 23:18 UTC (3+ messages)
[hare-scsi-devel:configfs-ns.v2 16/17] drivers/nvme/target/loop.c:542:36: error: incomplete definition of type 'struct nsproxy'
2026-06-19 23:17 UTC
[PATCHv2 0/5] k3-am62-pocketbeagle2: add board and variant support
2026-06-19 23:17 UTC (6+ messages)
` [PATCHv2 1/5] board_f: add a board_setup_dest_addr function
` [PATCHv2 2/5] arm: mach-k3: am62: add &main_uart6 to clock and pwr tree
` [PATCHv2 3/5] k3-am62-pocketbeagle2: add initial board support
` [PATCHv2 4/5] k3-am62-pocketbeagle2: add support for 1GB variant
` [PATCHv2 5/5] k3-am62-pocketbeagle2: add support for efi capsules
[PATCH] arm64: dts: qcom: sdm845-oneplus: add panel rails to simplefb
2026-06-19 23:15 UTC (3+ messages)
[PATCH i-g-t 0/5] igt: cleanups to random functions
2026-06-19 23:04 UTC (2+ messages)
` ✗ i915.CI.Full: failure for "
[Buildroot] [PATCH 1/1] package/usbutils: fix comment
2026-06-19 23:04 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/rrdtool: bump version to 1.10.3
2026-06-19 23:03 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/libgsasl: security bump version to 2.2.4
2026-06-19 23:03 UTC (2+ messages)
[PATCH v2] resolve_btfids: preserve tag and parameter names when processing implicit args
2026-06-19 23:02 UTC (2+ messages)
[RFC PATCH] mm: Avoiding split large folios if swap has no space
2026-06-19 23:01 UTC (3+ messages)
[Buildroot] [git commit] package/usbutils: fix comment
2026-06-19 22:57 UTC
[Buildroot] [git commit] package/rrdtool: bump version to 1.10.3
2026-06-19 22:53 UTC
[Buildroot] [git commit] package/libgsasl: security bump version to 2.2.4
2026-06-19 22:44 UTC
[PATCH net] net: dst_metadata: fix false-positive memcpy overflow in tun_dst_unclone
2026-06-19 22:59 UTC (8+ messages)
[BUG] net: tcp: SO_LINGER with l_linger=0 leaks memory when closing sockets with pending send data
2026-06-19 22:58 UTC (7+ messages)
[Buildroot] [PATCH 1/1] package/tmux: security bump to version 3.6b
2026-06-19 22:50 UTC (2+ messages)
[Buildroot] [git commit] package/tmux: security bump to version 3.6b
2026-06-19 22:32 UTC
[PATCH] wifi: carl9170: clamp command response copy to the read buffer size
2026-06-19 22:48 UTC
[RFC PATCH] mm: Avoiding split large folios if swap has no space
2026-06-19 22:42 UTC (2+ messages)
[PATCH v3] SubmittingPatches: address design critiques
2026-06-19 22:40 UTC
[syzbot] [usb?] [wireless?] KASAN: stack-out-of-bounds Write in carl9170_handle_command_response
2026-06-19 22:41 UTC
[syzbot] [mm?] KCSAN: data-race in __percpu_counter_limited_add / percpu_counter_add_batch (3)
2026-06-19 22:36 UTC
[PATCH v2] static_call / jump_label: Replace __ASSEMBLY__ with __ASSEMBLER__ in headers
2026-06-19 22:35 UTC (2+ messages)
[PATCH] rseq: fix using an uninitialized stack variable in rseq_exit_user_update
2026-06-19 22:34 UTC (6+ messages)
` [PATCH v2] "
[PATCH v3 00/15] s390x/pci: Implement migration for emulated devices
2026-06-19 22:32 UTC (6+ messages)
` [PATCH v3 03/15] s390x/pci: Move iommu_mr from S390PCIIOMMU to S390PCIBusDevice
` [PATCH v3 13/15] s390x/pci: Add a comment explaining S390PCIIOMMU purpose
[PATCH] gpio: axp: Add support for devicetree
2026-06-19 22:30 UTC (3+ messages)
[GIT PULL] tracing: Updates for 7.2
2026-06-19 22:28 UTC (12+ messages)
cpu scaling fixes v2
2026-06-19 22:27 UTC (5+ messages)
` [PATCH 1/2] xfs/078: disable all concurrency scaling
` [PATCH 2/2] xfs/216: "
[PATCH v2] Makefile: dedup archives in $(LIBS) so link recipes don't repeat them
2026-06-19 22:27 UTC (3+ messages)
` [PATCH v3] config.mak.uname: avoid macOS dup-library warning
[PATCH V2] LoongArch: Align ACPI structures if ARCH_STRICT_ALIGN enabled
2026-06-19 22:26 UTC
[PATCH v2 0/7] Prepare GuC resource managers for VFs provisioning in PF admin only mode
2026-06-19 22:21 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for Prepare GuC resource managers for VFs provisioning in PF admin only mode (rev2)
` ✗ Xe.CI.FULL: failure "
[Bug 221569] New: Laptop fan too loud (spinning nearly always) hp-wmi 7.1-rc4 kerenel
2026-06-19 22:19 UTC (2+ messages)
` [Bug 221569] "
[PATCH 1/2] staging: media: av7110: replace msleep with usleep_range
2026-06-19 22:15 UTC (2+ messages)
` [PATCH 2/2] staging: media: av7110: refactor av7110_start_feed to reduce indentation
[PATCH v3 0/3] net/smc: bound wire-controlled CDC cursors against the local buffers
2026-06-19 22:17 UTC (6+ messages)
` [PATCH v3 2/3] net/smc: bound the receive length to the RMB in smc_rx_recvmsg()
[syzbot] [wireless?] [usb?] KASAN: stack-out-of-bounds Write in carl9170_handle_command_response
2026-06-19 22:15 UTC (2+ messages)
` Forwarded: "
[GIT PULL] strncpy-removal updates for v7.2-rc1
2026-06-19 22:14 UTC (2+ messages)
[PATCH 0/1] platform/x86: hp-wmi: fix platform profile issues on generic HP laptops
2026-06-19 22:09 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH v2 i-g-t 0/3] Remove EUdebug tests
2026-06-19 22:08 UTC (2+ messages)
` ✗ i915.CI.Full: failure for Remove EUdebug tests (rev2)
[hare-scsi-devel:configfs-ns.v2 14/17] drivers/nvme/target/configfs.c:1809:38: warning: variable 'net_ns' is uninitialized when used here
2026-06-19 22:06 UTC
[hare-scsi-devel:configfs-ns.v2 16/17] drivers/nvme/target/loop.c:542:50: error: invalid use of undefined type 'struct nsproxy'
2026-06-19 22:06 UTC
[PATCH 00/13] Bus cleanup infrastructure and fixes
2026-06-19 22:05 UTC (6+ messages)
` [PATCH v2 00/10] "
` [PATCH v2 05/10] bus/vmbus: fix interrupt leak in cleanup
` [EXTERNAL] "
` [PATCH v2 06/10] bus/vmbus: allocate interrupt during probing
` [EXTERNAL] "
[PATCH v5 0/8] Generic IRQ entry/exit support for powerpc
2026-06-19 21:59 UTC (2+ messages)
[PATCH] powerpc: use sysfs_emit{_at} in sysfs show functions
2026-06-19 22:00 UTC (2+ messages)
[PATCH] binder: free fd fixups on superseded transaction teardown
2026-06-19 22:01 UTC
[PATCH] hung_task: Add per-round stack trace deduplication
2026-06-19 22:01 UTC (3+ messages)
[PATCH] powerpc: Fix indentation and replace typedef with struct name
2026-06-19 22:00 UTC (2+ messages)
[PATCH v2] powerpc/entry: Disable interrupts before irqentry_exit
2026-06-19 22:00 UTC (2+ messages)
[PATCH v2] ppc/fadump: invoke kmsg_dump in fadump panic path
2026-06-19 21:59 UTC (2+ messages)
[PATCH RESEND] powerpc/rtas: Replace one-element array with flexible array member
2026-06-19 22:00 UTC (2+ messages)
[PATCH v2 0/4] powerpc: A few misc cpumask changes
2026-06-19 21:59 UTC (2+ messages)
[PATCH] MAINTAINERS: powerpc: update VMX AES entries
2026-06-19 22:00 UTC (2+ messages)
[PATCH] powerpc/pseries/lparcfg: Replace deprecated strcpy in parse_system_parameter_string
2026-06-19 22:00 UTC (2+ messages)
[PATCH V2] powerpc: Restore KUAP registers on syscall restart exit
2026-06-19 21:59 UTC (2+ messages)
[PATCH v3] powerpc64/bpf: Add powerpc64 JIT support for timed may_goto
2026-06-19 21:59 UTC (2+ messages)
[PATCH v3] powerpc/fadump: define MIN_RMA in bytes rather than MB
2026-06-19 21:59 UTC (2+ messages)
[PATCH v4] powerpc: Simplify access_ok()
2026-06-19 21:59 UTC (2+ messages)
[PATCH v4] powerpc: dts: Build devicetrees of enabled platforms
2026-06-19 21:59 UTC (2+ messages)
[PATCH RFT] powerpc/8xx: implement get_direction() in cpm1
2026-06-19 21:59 UTC (2+ messages)
[PATCH 0/2] Add missing model properties to PowerPC DTs
2026-06-19 21:59 UTC (2+ messages)
[PATCH] powerpc/boot: Allow text relocations for pseries wrapper with binutils 2.46+
2026-06-19 21:59 UTC (2+ messages)
[PATCH v2] powerpc/fadump: Add timeout to RTAS busy-wait loops
2026-06-19 21:59 UTC (3+ messages)
` [PATCH v3] "
[PATCH v3 0/3] powerpc: fix preempt_count imbalances in perf and kexec paths
2026-06-19 21:59 UTC (2+ messages)
[PATCH v2 00/13] Dynamic Kernel Stacks
2026-06-19 21:59 UTC (9+ messages)
[PATCH bpf] bpf, sockmap: fix lock inversion between stab->lock and sk_callback_lock
2026-06-19 21:55 UTC (5+ messages)
8aeb879baf12 - significant system call latency regression, bisected
2026-06-19 21:53 UTC (12+ messages)
` syscall path improvements (was: syscall performance regression, debunked)
[yocto-patches] [layerindex-web][PATCH 1/1] layerindex: Use settings.DEFAULT_BRANCH instead of hardcoded branch name
2026-06-19 21:52 UTC
[PATCH] audio: converts malloc to g_new and free to g_free
2026-06-19 21:50 UTC (3+ messages)
[PATCH v2] tests/docker: tolerate chmod EPERM when unpacking hexagon toolchain
2026-06-19 21:46 UTC (2+ messages)
[PATCH bpf-next v2 11/17] bpf: Report Call Type Safety argument errors
2026-06-19 21:47 UTC (2+ messages)
[PATCH bpf-next v2 04/17] bpf: Prune verifier diagnostics on backtracking
2026-06-19 21:46 UTC (2+ messages)
[PATCH bpf-next v2 09/17] bpf: Report Memory Safety bounds errors
2026-06-19 21:46 UTC (2+ messages)
[PATCH bpf-next v2 02/17] bpf: Add source and instruction diagnostic context
2026-06-19 21:46 UTC (2+ messages)
[PATCH bpf-next v2 03/17] bpf: Add verifier diagnostic event log
2026-06-19 21:46 UTC (2+ messages)
[PATCH v2] mm/page_alloc: use existing highatomic reserves on the buddy fastpath
2026-06-19 21:45 UTC (3+ messages)
[PATCH 00/10] NXP ENETC driver related changes
2026-06-19 21:43 UTC (2+ messages)
[PATCH] x86/boot: Reject truncated acpi_rsdp= values
2026-06-19 21:43 UTC (11+ messages)
[PATCH net v2 00/10] rxrpc: Miscellaneous fixes
2026-06-19 21:32 UTC (3+ messages)
` [PATCH net v2 01/10] rxrpc: input: reject ACKALL outside transmit phase
[PATCH v2] c: handle .ACCESS_WITH_SIZE in build_unary_op for !/+/- [PR125604]
2026-06-19 21:36 UTC (3+ messages)
[PATCH v2] nfsd: recall deleg if a requested dir attr change can't be encoded
2026-06-19 21:32 UTC
[PATCH net] net: sit: require CAP_NET_ADMIN in the device netns for changelink
2026-06-19 21:29 UTC (2+ messages)
[PATCH net v2] eth: bnxt: improve the timing of stats
2026-06-19 21:28 UTC (2+ messages)
[PATCH v1 net] ipv4: fib: Don't ignore error route in local/main tables
2026-06-19 21:27 UTC
ubuntu/debian alleged doc-building packages seems inaccurate
2026-06-19 21:27 UTC
[PATCH v2 for 4.23] Add GICv3 SGI boot/self tests in Xen
2026-06-19 21:21 UTC (3+ messages)
[PATCH] selftests/cgroup: Adjust cpu.max quota based on HZ
2026-06-19 21:18 UTC
[PATCH bpf v2 0/8] bpf: Fix ring buffer handling
2026-06-19 21:13 UTC (6+ messages)
` [PATCH bpf v2 1/8] libbpf: ringbuf: Honor zero consume bounds
` [PATCH bpf v2 2/8] libbpf: ringbuf: Prevent NULL callback crash
[PATCH] tests/docker: tolerate chmod EPERM when unpacking hexagon toolchain
2026-06-19 21:11 UTC (4+ messages)
[PATCH v3 0/7] gpio: realtek: Add support for Realtek DHC RTD1625
2026-06-19 21:08 UTC (8+ messages)
` [PATCH v3 2/7] gpio: regmap: add gpio_regmap_get_gpiochip() accessor
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.