All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-08 22:45:01 to 2024-03-09 02:19:25 UTC [more...]

[RFC PATCH 0/3] x86/mm: LAM fixups and cleanups
 2024-03-09  2:19 UTC  (5+ messages)
` [RFC PATCH 2/3] x86/mm: make sure LAM is up-to-date during context switching

[PATCH 00/11] net: dwc_eth_qos: Clean up STM32 glue code and add STM32MP13xx support
 2024-03-09  2:11 UTC  (2+ messages)
` [PATCH 01/11] net: dwc_eth_qos: Split STM32 glue into separate file

[PATCH v11 0/5] riscv: sophgo: add clock support for sg2042
 2024-03-09  2:15 UTC  (15+ messages)
` [PATCH v11 1/5] dt-bindings: clock: sophgo: add pll clocks for SG2042
` [PATCH v11 2/5] dt-bindings: clock: sophgo: add RP gate "
` [PATCH v11 3/5] dt-bindings: clock: sophgo: add clkgen "
` [PATCH v11 4/5] clk: sophgo: Add SG2042 clock driver

[PATCH 00/19] timekeeping: Handle potential multiplication overflow
 2024-03-09  2:09 UTC  (3+ messages)
` [PATCH 01/19] vdso: Consolidate vdso_calc_delta()

[PATCH v4 0/7] Introduce multifd zero page checking
 2024-03-09  2:06 UTC  (4+ messages)
` [PATCH v4 3/7] migration/multifd: Implement ram_save_target_page_multifd to handle multifd version of MigrationOps::ram_save_target_page

[jfern:sched/dlserver.debug.mar3.2024 29987/30000] kernel/sched/deadline.c:1363:1: warning: 'update_stats_dequeue_dl' declared 'static' but never defined
 2024-03-09  2:04 UTC 

[pablo-gtp:main 15/15] drivers/net/gtp.c:605:14: warning: variable 'pctx' is uninitialized when used here
 2024-03-09  2:04 UTC 

[djwong-xfs:fsverity-cleanups-6.9 21/37] fs/xfs/libxfs/xfs_ondisk.h:19:31: error: expression in static assertion is not constant
 2024-03-09  2:04 UTC 

[PATCH] do_multicall and MISRA Rule 8.3
 2024-03-09  1:59 UTC  (3+ messages)

[PATCH] git: --no-lazy-fetch option
 2024-03-09  1:57 UTC  (6+ messages)

[sailus-media-tree:master] BUILD SUCCESS WITH WARNING 54ee11761885407056f4ca60309739e2db6b02dc
 2024-03-09  1:56 UTC 

[PATCH v3 0/2] index-pack: fsck honor checks
 2024-03-09  1:55 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] index-pack: --fsck-objects to take an optional argument for fsck msgs

[opencloudos:linux-5.4/next 24725/27434] kernel/bpf/syscall.c:1804:56: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2024-03-09  1:54 UTC 

[XEN PATCH v2 0/7] address some violations of MISRA C Rule 20.7
 2024-03-09  1:54 UTC  (13+ messages)
` [XEN PATCH v2 1/7] xen/spinlock: address "
` [XEN PATCH v2 2/7] xen/include: "
` [XEN PATCH v2 3/7] xen/list: "
` [XEN PATCH v2 4/7] xen/param: "
` [XEN PATCH v2 5/7] xen/arm: address some "
` [XEN PATCH v2 6/7] x86/irq: parenthesize negative constants

[RFC PATCH 3/3] mm/damon/paddr: support DAMOS filter type YOUNG
 2024-03-09  1:53 UTC  (2+ messages)

[jmondi:pispbe/media-staging/be-upstream 15/143] clk-rp1.c:undefined reference to `rp1_get_platform'
 2024-03-09  1:44 UTC 

vm_area at addr ffffffffc0800000 is not marked as VM_IOREMAP
 2024-03-09  1:37 UTC  (12+ messages)

[PATCH 0/2] KVM: x86/pmu: Globally enable GP counters at "RESET"
 2024-03-09  1:36 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL "
` [PATCH 2/2] KVM: selftests: Verify post-RESET value of PERF_GLOBAL_CTRL in PMCs test

[syzbot] [netfilter?] KASAN: slab-use-after-free Read in ip_skb_dst_mtu
 2024-03-09  1:32 UTC  (3+ messages)

[PATCH] arm64: dts: renesas: white-hawk: ethernet: Describe adv1 and avb2
 2024-03-09  1:30 UTC 

[PATCH v6 0/9] x86/cpu: KVM: Clean up PAT and VMX macros
 2024-03-09  1:27 UTC  (10+ messages)
` [PATCH v6 1/9] x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, etc.)
` [PATCH v6 2/9] x86/cpu: KVM: Move macro to encode PAT value to common header
` [PATCH v6 3/9] KVM: x86: Stuff vCPU's PAT with default value at RESET, not creation
` [PATCH v6 4/9] KVM: VMX: Move MSR_IA32_VMX_BASIC bit defines to asm/vmx.h
` [PATCH v6 5/9] KVM: VMX: Track CPU's MSR_IA32_VMX_BASIC as a single 64-bit value
` [PATCH v6 6/9] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_basic()
` [PATCH v6 7/9] KVM VMX: Move MSR_IA32_VMX_MISC bit defines to asm/vmx.h
` [PATCH v6 8/9] KVM: VMX: Open code VMX preemption timer rate mask in its accessor
` [PATCH v6 9/9] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_misc()

[PATCH] dt-bindings: net: renesas,etheravb: Add MDIO bus reset properties
 2024-03-09  1:25 UTC 

[PATCH v2 bpf-next 0/9] add new acquire/release BPF kfuncs
 2024-03-09  1:23 UTC  (8+ messages)

[XEN PATCH] xen/evtchn: address violations of MISRA C:2012 Rules 16.3 and 16.4
 2024-03-09  1:20 UTC  (2+ messages)

[XEN PATCH] xen/compiler: deviate the inline macro for MISRA C Rule 20.4
 2024-03-09  1:17 UTC  (2+ messages)

[PATCH v4] clk: zynq: Prevent null pointer dereference caused by kmalloc failure
 2024-03-09  1:15 UTC  (3+ messages)

[PATCH 1/2] clk: clk-imx8qxp: Add LPUART IPG entries
 2024-03-09  1:15 UTC  (4+ messages)
` [PATCH 2/2] clk: clk-imx8qm: "

[PATCH] setup: allow cwd=.git w/ bareRepository=explicit
 2024-03-09  1:14 UTC  (7+ messages)
` [PATCH 0/2] Loosening safe.bareRepository=explicit even further
  ` [PATCH 2/2] setup: make bareRepository=explicit work in GIT_DIR of a secondary worktree

[RFC PATCH v14 00/19] Integrity Policy Enforcement LSM (IPE)
 2024-03-09  1:14 UTC  (2+ messages)

[linux-next:master 12265/12944] arch/riscv/include/asm/pgtable.h:735:16: error: implicit declaration of function 'pud_leaf'; did you mean 'pmd_leaf'?
 2024-03-09  1:11 UTC 

[groeck-staging:kunit 14/15] arch/riscv/include/asm/bug.h:73:40: error: '__BUG_FUNC' undeclared
 2024-03-09  1:11 UTC 

[driver-core:const_work 180/183] drivers/bus/fsl-mc/fsl-mc-bus.c:409:19: warning: initialization discards 'const' qualifier from pointer target type
 2024-03-09  1:11 UTC 

[PATCH 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
 2024-03-09  1:09 UTC  (6+ messages)
` [PATCH 1/5] KVM: x86: Remove VMX support for virtualizing guest MTRR memtypes
` [PATCH 2/5] KVM: VMX: Drop support for forcing UC memory when guest CR0.CD=1
` [PATCH 3/5] srcu: Add an API for a memory barrier after SRCU read lock
` [PATCH 4/5] KVM: x86: Ensure a full memory barrier is emitted in the VM-Exit path
` [PATCH 5/5] KVM: VMX: Always honor guest PAT on CPUs that support self-snoop

[PATCH v1 1/1] clk: fractional-divider: Use bit operations consistently
 2024-03-09  1:07 UTC  (2+ messages)

[PATCH bpf-next 0/5] bpf: Allow helper bpf_get_ns_current_pid_tgid() in cgroup/sk_msg programs
 2024-03-09  1:06 UTC  (6+ messages)
` [PATCH bpf-next 1/5] bpf: Allow helper bpf_get_ns_current_pid_tgid() in cgroup and sk_msg programs
` [PATCH bpf-next 4/5] selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() test

[PATCH] selftests: x86: skip the tests if prerequisites aren't fulfilled
 2024-03-09  1:06 UTC  (2+ messages)

[PATCH v1 1/1] clk: fractional-divider: Move mask calculations out of lock
 2024-03-09  1:06 UTC  (2+ messages)

[tip:master] BUILD SUCCESS fdd513724225c13812f15c2bd7efaa96d72a2856
 2024-03-09  1:04 UTC 

[RFC PATCH bpf-next 0/5] Add bpf_link support for sk_msg prog
 2024-03-09  1:02 UTC  (7+ messages)
` [RFC PATCH bpf-next 1/5] bpf: Add link "
` [RFC PATCH bpf-next 2/5] libbpf: Refactor bpf_program_attach_fd()
` [RFC PATCH bpf-next 3/5] libbpf: Add link support for BPF_PROG_TYPE_SK_MSG

[PATCH v2 1/5] gdbstub: Rename back gdb_handlesig
 2024-03-09  0:58 UTC  (11+ messages)
` [PATCH v2 3/5] gdbstub: Save target's siginfo
` [PATCH v2 4/5] gdbstub: Add Xfer:siginfo:read stub

[PATCH 0/1] platform/surface: platform_profile: add fan profile switching
 2024-03-09  0:58 UTC  (2+ messages)

[PATCH] RDMA/cm: add timeout to cm_destroy_id wait
 2024-03-09  0:55 UTC  (3+ messages)

買取専門店 フランチャイズシステム説明会
 2024-03-09  0:41 UTC 

[PATCH 0/3] HID: Convert to platform remove callback returning void
 2024-03-09  0:53 UTC  (3+ messages)
` [PATCH 3/3] HID: surface-hid: kbd: "

[PATCH BlueZ v1 1/4] shared/uhid: Add bt_uhid_create
 2024-03-09  0:53 UTC  (2+ messages)
` [BlueZ,v1,1/4] "

[linux-next:master 1444/12944] /usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory
 2024-03-09  0:51 UTC 

[char-misc:char-misc-next 63/70] drivers/accessibility/speakup/devsynth.c:111:3: error: expected statement
 2024-03-09  0:51 UTC 

[PATCH bpf-next] selftests/bpf: add fexit and kretprobe triggering benchmarks
 2024-03-09  0:51 UTC 

[PATCH v6 0/2] Add helper function to get and enable all bulk clocks
 2024-03-09  0:50 UTC  (6+ messages)
  ` [PATCH v6 1/2] clk: Provide managed helper to get and enable "

[PATCH v3] platform/x86/amd/pmc: Add AMD MP2 STB functionality
 2024-03-09  0:50 UTC  (2+ messages)

[PATCH v2 bpf-next] bpf: move sleepable flag from bpf_prog_aux to bpf_prog
 2024-03-09  0:47 UTC 

[PATCH bpf-next] bpf: move sleepable flag from bpf_prog_aux to bpf_prog
 2024-03-09  0:47 UTC  (2+ messages)

[PATCH] [RFC] rcu/tree: Reduce wake up for synchronize_rcu() common case
 2024-03-09  0:46 UTC  (7+ messages)

[PATCH v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
 2024-03-09  0:46 UTC  (4+ messages)
` [PATCH v7 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings

[GIT PULL] Microchip clock updates for v6.9
 2024-03-09  0:45 UTC  (2+ messages)

[sailus-media-tree:master 26/27] drivers/media/v4l2-core/v4l2-async.c:623:13: warning: unused variable 'ret'
 2024-03-09  0:41 UTC 

[PATCH net-next] netfilter: conntrack: avoid sending RST to reply out-of-window skb
 2024-03-09  0:37 UTC  (9+ messages)

[PATCH v9 00/21] Introduce smp.modules for x86 in QEMU
 2024-03-09  0:49 UTC  (3+ messages)

[PATCH 0/2] clk: Fix a core error path and missing qcom camcc-x1e80100 enum
 2024-03-09  0:36 UTC  (3+ messages)
` [PATCH 1/2] clk: Fix clk_core_get NULL dereference

[PATCH v2] dt-bindings: input: atmel,captouch: convert bindings to YAML
 2024-03-09  0:34 UTC  (3+ messages)

[PATCH v2 00/13] Cleanup on SMP and its test
 2024-03-09  0:46 UTC  (3+ messages)

[PATCH v2 00/14] Provide SEV-SNP support for running under an SVSM
 2024-03-09  0:33 UTC  (3+ messages)
` [PATCH v2 03/14] x86/sev: Check for the presence of an SVSM in the SNP Secrets page

[PATCH for-next] io_uring: Fix sqpoll utilization check racing with dying sqpoll
 2024-03-09  0:32 UTC 

[syzbot] BUG: sleeping function called from invalid context in __bread_gfp
 2024-03-08 22:16 UTC  (3+ messages)
` [syzbot] [fs?] "

[syzbot] [hfs?] KASAN: slab-out-of-bounds Write in hfs_bnode_read_key
 2024-03-08 22:19 UTC  (3+ messages)

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-09  0:27 UTC  (4+ messages)
` [RFC PATCH net-next v6 01/15] queue_api: define queue api

[syzbot] possible deadlock in do_page_mkwrite
 2024-03-09  0:24 UTC  (2+ messages)
` [syzbot] [reiserfs?] "

pull-request: wireless-next-2024-03-08
 2024-03-09  0:19 UTC  (4+ messages)

[PATCH wireless] wifi: rtw89: coex: fix configuration for shared antenna for 8922A
 2024-03-09  0:13 UTC 

[PATCH] ext4: remove unreachable discard code
 2024-03-09  0:09 UTC 

[PATCH net-next v1] net: page_pool: factor out page_pool recycle check
 2024-03-09  0:08 UTC  (5+ messages)

[PATCH-next v2] arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2024-03-09  0:01 UTC  (6+ messages)

[linux-linus test] 184942: tolerable FAIL - PUSHED
 2024-03-09  0:00 UTC 

[PATCH 1/1] x86/hyperv: Use Hyper-V entropy to seed guest random number generator
 2024-03-08 23:53 UTC  (3+ messages)

[PATCHSET RFC 0/7] Send and receive bundles
 2024-03-08 23:34 UTC  (8+ messages)
` [PATCH 1/7] io_uring/net: add generic multishot retry helper
` [PATCH 2/7] io_uring/net: add provided buffer support for IORING_OP_SEND
` [PATCH 3/7] io_uring/kbuf: add helpers for getting/peeking multiple buffers
` [PATCH 4/7] io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdr
` [PATCH 5/7] io_uring/net: support bundles for send
` [PATCH 6/7] io_uring/net: switch io_recv() to using io_async_msghdr
` [PATCH 7/7] io_uring/net: support bundles for recv

[REGRESSION] 6.7.1: md: raid5 hang and unresponsive system; successfully bisected
 2024-03-08 23:49 UTC  (6+ messages)

[PATCH] hv: vmbus: Convert to platform remove callback returning void
 2024-03-08 23:49 UTC  (2+ messages)

[jfern:sched/dlserver.debug.mar3.2024 29986/30000] kernel/sched/rt.c:1078:9: warning: ISO C90 forbids mixed declarations and code
 2024-03-08 23:48 UTC 

Yocto rpm packages do not keep the modified CONFFILES (was: BB Equivalent for %config(noreplace))
 2024-03-08 23:48 UTC  (2+ messages)
` [OE-core] "

[PATCH v2] mshyperv: Introduce hv_get_hypervisor_version function
 2024-03-08 23:46 UTC  (3+ messages)

v6.8.0-rc6: mei_ace_probe / mei_vsc_probe: do not call blocking ops when !TASK_RUNNING
 2024-03-08 23:45 UTC  (6+ messages)

[PATCH 1/3] linux-yocto: for-test-only: fix parted ptest
 2024-03-08 23:44 UTC  (10+ messages)
` [OE-core] "

[GIT PULL] Qualcomm clock updates for v6.9
 2024-03-08 23:43 UTC  (3+ messages)

[WIP] bcachefs fs usage update
 2024-03-08 23:41 UTC  (4+ messages)

[PATCH v3] x86/hyperv: Use per cpu initial stack for vtl context
 2024-03-08 23:40 UTC  (5+ messages)

[openeuler:openEuler-1.0-LTS 21484/21783] drivers/tty/n_gsm.c:2067:2-8: preceding lock on line 2044
 2024-03-08 23:38 UTC 

[Bug 218544] not enough bandwidth, synaptics hi-res audio duplex audio
 2024-03-08 23:35 UTC 

[morimoto:card2-trigger-order-2023-02-28 28/33] drivers/of/property.c:618 of_graph_get_port_by_id() warn: unsigned 'id' is never less than zero
 2024-03-08 23:28 UTC 

[PATCH 00/16] KVM: x86/mmu: Page fault and MMIO cleanups
 2024-03-08 23:28 UTC  (4+ messages)
` [PATCH 09/16] KVM: x86/mmu: Move private vs. shared check above slot validity checks

[PATCH] tmpfs: Fix race on handling dquot rbtree
 2024-03-08 23:26 UTC  (2+ messages)

[PATCH v2] x86/resctrl: Fix WARN in get_domain_from_cpu()
 2024-03-08 23:26 UTC  (4+ messages)
` [PATCH v5 0/2] x86/resctrl: Pass domain to target CPU

[PATCH v0] perf lock contention: skip traceiter functions
 2024-03-08 23:24 UTC  (4+ messages)

[GIT PULL] clk: meson: amlogic clock updates for v6.9
 2024-03-08 23:22 UTC  (2+ messages)

Unmapping KVM Guest Memory from Host Kernel
 2024-03-08 23:22 UTC  (6+ messages)

[PATCH 0/3] clk: Convert to platform remove callback returning void
 2024-03-08 23:19 UTC  (8+ messages)
` [PATCH 1/3] clk: imx: imx8-acm: "
` [PATCH 2/3] clk: starfive: jh7110-isp: "
` [PATCH 3/3] clk: starfive: jh7110-vout: "

[linux-next:master 12610/12944] arch/mips/ralink/timer.c:136:34: error: array type has incomplete element type 'struct of_device_id'
 2024-03-08 23:17 UTC 

[PATCH i-g-t] lib/igt_kmod: drop devcoredump before a PCI module unload
 2024-03-08 23:12 UTC  (3+ messages)
` ✓ CI.xeBAT: success for "
` ✓ Fi.CI.BAT: "

[PATCH v3 00/29] hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro
 2024-03-08 17:35 UTC  (3+ messages)
` [PATCH v3 01/29] bulk: Access existing variables initialized to &S->F when available

[PATCH 0/3] fs_parser: handle parameters that can be empty and don't have a value
 2024-03-08 23:09 UTC  (8+ messages)
` [PATCH 1/3] "

[PATCH bpf-next] bpf: cap BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
 2024-03-08 23:08 UTC  (3+ messages)

[RESEND PATCH v2] x86/apic: Use u32 instead of unsigned long
 2024-03-08 23:02 UTC  (2+ messages)
` [PATCH v3] x86/apic: Improve data types to fix Coccinelle warnings

[PATCH v2 0/7] vfio: Interrupt eventfd hardening
 2024-03-08 23:05 UTC  (8+ messages)
` [PATCH v2 1/7] vfio/pci: Disable auto-enable of exclusive INTx IRQ
` [PATCH v2 2/7] vfio/pci: Lock external INTx masking ops
` [PATCH v2 3/7] vfio: Introduce interface to flush virqfd inject workqueue
` [PATCH v2 4/7] vfio/pci: Create persistent INTx handler
` [PATCH v2 5/7] vfio/platform: Disable virqfds on cleanup
` [PATCH v2 6/7] vfio/platform: Create persistent IRQ handlers
` [PATCH v2 7/7] vfio/fsl-mc: Block calling interrupt handler without trigger

[PATCH arptables] Fix a couple of spelling errors
 2024-03-08 23:04 UTC  (2+ messages)

[PATCH v6 00/15] Arm cache coloring
 2024-03-08 23:03 UTC  (5+ messages)
` [PATCH v6 14/15] xen/arm: add cache coloring support for Xen
` [PATCH v6 15/15] support: add cache coloring arm64 experimental feature

[PATCH v2 xtables] extensions: xt_TPROXY: add txlate support
 2024-03-08 23:02 UTC  (2+ messages)

[PATCH] x86/kernel: Validate ROM before DMI scanning when SEV-SNP is active
 2024-03-08 23:01 UTC  (7+ messages)
` [PATCH v2] x86/kernel: skip ROM range scans and validation for SEV-SNP guests

[PATCH bpf-next] arm64, bpf: Use bpf_prog_pack for arm64 bpf trampoline
 2024-03-08 23:00 UTC  (3+ messages)

[PATCH iproute2-next 0/4] Support for nexthop group statistics
 2024-03-08 22:58 UTC  (5+ messages)
` [PATCH iproute2-next 1/4] libnetlink: Add rta_getattr_uint()
` [PATCH iproute2-next 2/4] ip: ipnexthop: Support dumping next hop group stats

Cannot ssh into qemu guest
 2024-03-08 22:58 UTC 

[djwong-xfs:fsverity-cleanups-6.9 9/37] include/trace/events/fsverity.h:18:1: sparse: sparse: incorrect type in assignment (different base types)
 2024-03-08 22:57 UTC 

[RFC 0/5] riscv: add support for Milk-V Mars board
 2024-03-08 22:57 UTC  (9+ messages)
` [RFC 2/5] riscv: set fdtfile on Milk-V Mars
` [RFC 5/5] doc: describe Milk-V Mars board

[PATCH v3] i2c: i2c-qcom-geni: Parse Error correctly in i2c GSI mode
 2024-03-08 22:56 UTC  (2+ messages)

[GIT PULL] Ceph fix for 6.8-rc8
 2024-03-08 22:55 UTC 

[PATCH v3 00/11] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts
 2024-03-08 22:54 UTC  (5+ messages)
` [PATCH v3 08/11] i2c: nomadik: support Mobileye EyeQ5 I2C controller
` (subset) [PATCH v3 00/11] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts

First round of feedback incorporated into https://cti.coretoolchain.dev/
 2024-03-08 22:53 UTC 

[PATCH] arm64: dts: rockchip: Add cache information to the SoC dtsi for RK356x
 2024-03-08 22:48 UTC  (4+ messages)

[PATCH 0/5] add initial support for testing nfs with krb5
 2024-03-08 22:47 UTC  (7+ messages)
` [PATCH 5/5] fstests/nfs: add krb5 support

Anonymous read-only access to CTI website gitolite repo?
 2024-03-08 22:45 UTC  (4+ messages)

[PATCH] Documentation: power: Fix typo in suspend and interrupts doc
 2024-03-08 22:44 UTC 


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.