All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-01 19:30:27 to 2026-07-01 20:09:01 UTC [more...]

[PATCH] misc: fastrpc: release pending invoke refs on rpmsg removal
 2026-07-01 20:08 UTC  (4+ messages)

[PATCH] dev: selftests/mm/uffd: don't treat UFFDIO_COPY -ENOENT as a failure
 2026-07-01 20:08 UTC  (2+ messages)

[Buildroot] [git commit] package/armadillo: bump to version 15.4.0
 2026-07-01 20:04 UTC 

[Buildroot] [git commit] package/sigsum-c: bump version to 1.1.0
 2026-07-01 20:02 UTC 

[Buildroot] [git commit] package/agec: new package
 2026-07-01 20:01 UTC 

[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
 2026-07-01 20:07 UTC  (63+ messages)
` [PATCH v5 01/51] x86/apic: Provide helpers to set local APIC timer period in hz and khz
` [PATCH v5 02/51] x86/apic: Add CONFIG_X86_LOCAL_APIC=n stubs for apic_set_timer_period_{,k}hz()
` [PATCH v5 03/51] x86/tsc: Ensure that TSC recalibration doesn't run if TSC frequency is known
` [PATCH v5 04/51] x86/tsc: Restrict recalibrate_cpu_khz() export to p4-clockmod and powernow-k7
` [PATCH v5 05/51] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v5 06/51] x86/sev: Don't override CPU frequency calibration for SNP's "
` [PATCH v5 07/51] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v5 08/51] x86/sev: Shove SNP's secure/trusted TSC frequency directly into "calibration"
` [PATCH v5 09/51] x86/tsc: Add a standalone helper for getting TSC info from CPUID.0x15
` [PATCH v5 10/51] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
` [PATCH v5 11/51] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
` [PATCH v5 12/51] x86/acrn: Register TSC/CPU frequency callbacks iff frequency is actually in CPUID
` [PATCH v5 13/51] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v5 14/51] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
` [PATCH v5 15/51] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
` [PATCH v5 16/51] x86/tsc: Rename pit_hpet_ptimer_calibrate_cpu() => native_calibrate_cpu_late()
` [PATCH v5 17/51] x86/tsc: Fold native_calibrate_cpu() into recalibrate_cpu_khz()
` [PATCH v5 18/51] x86/kvmclock: Rename kvm_get_tsc_khz() to kvmclock_get_tsc_khz()
` [PATCH v5 19/51] x86/kvmclock: Drop dead check on TSC being unstable during kvmclock_init()
` [PATCH v5 20/51] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
` [PATCH v5 21/51] x86/kvm: Obtain TSC frequency from PV CPUID if present
` [PATCH v5 22/51] x86/kvm: Mark TSC as reliable when it's constant and nonstop
` [PATCH v5 23/51] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v5 24/51] x86/kvm: Get CPU base frequency from CPUID when it's available
` [PATCH v5 25/51] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v5 26/51] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v5 27/51] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v5 28/51] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v5 29/51] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v5 30/51] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v5 31/51] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v5 32/51] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v5 33/51] x86/xen/time: NOP-ify x86_platform's sched_clock save/restore hooks
` [PATCH v5 34/51] x86/vmware: NOP-ify save/restore hooks when using VMware's sched_clock
` [PATCH v5 35/51] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v5 36/51] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v5 37/51] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v5 38/51] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v5 39/51] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v5 40/51] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v5 41/51] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v5 42/51] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v5 43/51] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v5 44/51] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v5 45/51] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v5 46/51] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v5 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v5 48/51] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
` [PATCH v5 49/51] x86/kvmclock: Plumb in AP-online and BSP-resume to kvmlock, for documentation
` [PATCH v5 50/51] x86/paravirt: Move using_native_sched_clock() stub into timer.h
` [PATCH v5 51/51] x86/kvm: Get local APIC bus frequency from PV CPUID Timing Info

[PATCH] dmaengine: mediatek: mtk-uart-apdma: Return -ENOMEM on memory allocation failure
 2026-07-01 20:07 UTC 

[PATCH] mm/migrate_device: pin large folios before splitting
 2026-07-01 20:06 UTC  (4+ messages)

[PATCH v4 0/8] commit-reach: terminate merge-base walk when one side is exhausted
 2026-07-01 20:06 UTC  (3+ messages)
` [PATCH v5 00/10] "

[PATCH RFC 0/7] i3c: Support IBI-based system wakeup
 2026-07-01 20:05 UTC  (16+ messages)
` [PATCH RFC 1/7] i3c: master: Support IBI-based wakeup capability
` [PATCH RFC 2/7] i3c: master: Report wakeup events for IBIs
` [PATCH RFC 3/7] i3c: master: Add helper to query bus wakeup requirements
` [PATCH RFC 4/7] i3c: master: Reject IBI requests from non-IBI-capable devices
` [PATCH RFC 5/7] i3c: mipi-i3c-hci-pci: Propagate I3C wakeup requirements to PCI
` [PATCH RFC 6/7] i3c: mipi-i3c-hci: Factor out i3c_hci_sysdev()
` [PATCH RFC 7/7] i3c: mipi-i3c-hci: Advertise IBI wakeup capability

[Buildroot] [PATCH v2] package/agec: new package
 2026-07-01 20:05 UTC  (2+ messages)

[PATCH] misc: fastrpc: reject overflowing invoke buffer ranges
 2026-07-01 20:05 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/armadillo: bump to version 15.4.0
 2026-07-01 20:04 UTC  (2+ messages)

[PATCH] drm/i915/gem: Fix NULL deref in I915_CONTEXT_PARAM_SSEU
 2026-07-01 20:05 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH 0/6] mm: preparatory patches for PMD level swap entries
 2026-07-01 20:04 UTC  (6+ messages)
` [PATCH 5/6] mm/migrate_device: move softleaf_to_folio() inside device-private branch
` [PATCH 6/6] mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_SUPPORTS_PMD_SOFTLEAF

[Buildroot] [PATCH 1/1] package/sigsum-c: bump version to 1.1.0
 2026-07-01 20:04 UTC  (2+ messages)

[PATCH] bpftool: use btf_vlen()/btf_kind()/btf_kflag() helpers consistently
 2026-07-01 20:03 UTC  (3+ messages)

[Buildroot] [PATCH] [PATCH v2 1/1] support/testing : test_gnupg2 : fix runtime failure
 2026-07-01 20:03 UTC  (3+ messages)

[PATCH RESEND v5 0/3] x86/pvh: fix unbootable VMs again (PVH + KASAN)
 2026-07-01 20:03 UTC  (5+ messages)
` [PATCH RESEND v5 1/3] x86/asm, x86/boot: expose inline memcmp

[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
 2026-07-01 20:02 UTC  (12+ messages)
` [RFC PATCH 06/20] bpf: lsm: Add Landlock kfuncs

[RESEND v2 0/8] drm/{i915,xe}: unify runtime pm calls
 2026-07-01 20:02 UTC  (5+ messages)
` [RESEND v2 2/8] drm/i915: call intel_display_power_runtime_resume() on suspend error path
` [RESEND v2 3/8] drm/i915: move some display runtime suspend operations earlier

[PATCH v2 0/8] iio: adc: new ti-ads112c14 driver
 2026-07-01 20:02 UTC  (13+ messages)
` [PATCH v2 2/8] dt-bindings: iio: adc: Add excitation current sources properties
` [PATCH v2 4/8] dt-bindings: iio: adc: add input-channel-rotation property
` [PATCH v2 5/8] dt-bindings: iio: adc: add ti,ads122c14
` [PATCH v2 6/8] iio: adc: add ti-ads112c14 driver
` [PATCH v2 7/8] iio: adc: ti-ads112c14: implement gain on internal short SYS_MON channel

[PATCH v13 0/7] Add support for NXP P3H2x4x I3C hub driver
 2026-07-01 20:01 UTC  (13+ messages)
` [PATCH v13 5/7] i3c: hub: Add support for the I3C interface in the I3C hub
` [PATCH v13 6/7] i3c: hub: p3h2x4x: Add support for NXP P3H2x4x I3C hub functionality
` [PATCH v13 7/7] i3c: hub: p3h2x4x: Add SMBus slave mode support

✗ i915.CI.BAT: failure for series starting with [v2,1/2] drm/i915/display: Cache DP colorimetry support per-connector
 2026-07-01 20:01 UTC 

[PATCH bpf-next v2] selftests/bpf: Mask socket type flags in mptcpify prog
 2026-07-01 20:00 UTC  (2+ messages)

[PATCH v3 0/6] perf kvm: A small update in the default arch event
 2026-07-01 19:59 UTC  (8+ messages)
` [PATCH v3 1/6] perf kvm: Factor out kvm_need_default_arch_event()
` [PATCH v3 2/6] perf kvm: Check kvm_need_default_arch_event() early
` [PATCH v3 3/6] perf kvm: Kill STRDUP_FAIL_EXIT()
` [PATCH v3 4/6] perf kvm: Do not copy filename string
` [PATCH v3 5/6] perf kvm: Fix a memory leak in the usage string
` [PATCH v3 6/6] perf test: Extend perf kvm tests to check default event

[Buildroot] [git commit] package/tor: security bump version to 0.4.9.11
 2026-07-01 19:58 UTC 

[Buildroot] [git commit] package/imagemagick: security bump to v7.1.2-26
 2026-07-01 19:57 UTC 

[Buildroot] [git commit] package/lynis: bump to version 3.1.7
 2026-07-01 19:59 UTC 

[PATCH 0/9] Stability fixes for GVE
 2026-07-01 19:59 UTC  (3+ messages)

[PATCH] firmware: arm_scmi: Use 64-bit division for clock rate rounding
 2026-07-01 19:59 UTC 

[Buildroot] [PATCH] package/lynis: bump to version 3.1.7
 2026-07-01 19:59 UTC  (2+ messages)

[PATCH v5 0/8] futex: Use runtime constants for futex_hash computation
 2026-07-01 19:58 UTC  (4+ messages)
` [PATCH v5 8/8] futex: Use runtime constants for __futex_hash() hot path

[Buildroot] [PATCH 1/1] package/tor: security bump version to 0.4.9.11
 2026-07-01 19:58 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: samsung: exynos-pmu: Restrict children with unevaluatedProperties
 2026-07-01 19:58 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: samsung: exynos-pmu: Narrow allowed reboot modes

[PATCH v4] sched/isolation: Defer freeing of cpumask memblock memory to initcall
 2026-07-01 19:58 UTC 

[Buildroot] [PATCH] package/imagemagick: security bump to v7.1.2-26
 2026-07-01 19:58 UTC  (2+ messages)

[PATCH v3] bpf: Fix smp_processor_id() call trace for preemptible kernels
 2026-07-01 19:57 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] dt-bindings: sram: qcom,imem: Narrow allowed reboot modes
 2026-07-01 19:57 UTC  (2+ messages)

[PATCH v4 00/64] drivers: usb: dwc3: sync code with Linux v6.16
 2026-07-01 19:56 UTC  (5+ messages)

[PATCH v4 0/4] sunrpc: hardcode pool_mode to pernode, remove other modes
 2026-07-01 19:56 UTC  (5+ messages)
` [PATCH v4 1/4] sunrpc: route to a populated pool in svc_pool_for_cpu()
` [PATCH v4 2/4] sunrpc: hardcode pool_mode to pernode, remove other modes
` [PATCH v4 3/4] sunrpc: guarantee a thread per CPU-bearing node when auto-distributing
` [PATCH v4 4/4] sunrpc: eliminate a modulus operation from the enqueueing codepath

[PATCH v4 0/5] block: use integrity interval instead of sector as seed
 2026-07-01 19:56 UTC  (3+ messages)
` [PATCH v4 1/5] "

[PATCH 1/2] dt-bindings: rockchip: pmu: Narrow definition of reboot-mode
 2026-07-01 19:56 UTC  (6+ messages)
` [PATCH 2/2] dt-bindings: rockchip: grf: Narrow allowed reboot modes

[brgl:pinctrl-qcom/for-current] BUILD SUCCESS 437a8d2aa1aa442c4a176fdf4700a9b3bb0c8794
 2026-07-01 19:56 UTC 

[PATCH] dt-bindings: power: reset: qcom,pon: Narrow allowed reboot modes
 2026-07-01 19:54 UTC  (2+ messages)

[PATCH v3 00/11] efi_loader: fix ACPI table installation
 2026-07-01 19:53 UTC  (3+ messages)
` [PATCH v3 10/11] qfw: fix RSDP ext_checksum recomputation

[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
 2026-07-01 19:53 UTC  (5+ messages)
` [PATCH v3 01/11] dt-bindings: reserved-memory: Document "
` [PATCH v3 02/11] dt-bindings: display: tegra: Document memory regions

[PATCH 0/2] tracing: Move trace_printk.h out of kernel.h
 2026-07-01 19:52 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for "

[PATCH] befs: validate B-tree node layout before use
 2026-07-01 19:50 UTC 

[PATCHv4 bpf-next 0/3] bpf: tracing_multi link info support
 2026-07-01 19:50 UTC  (4+ messages)
` [PATCHv4 bpf-next 3/3] bpftool: Add tracing_multi link info output

[PATCH 0/1] kvm: reject unknown flags in device and dirty-log ioctls
 2026-07-01 19:49 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH bpf-next v6] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
 2026-07-01 19:48 UTC  (2+ messages)

[PATCH v2 0/7] Transition Nova Core to TLV firmware images
 2026-07-01 19:47 UTC  (4+ messages)
` [PATCH v2 1/7] rust: firmware: add request_into_buf()

[PATCHSET v2 sched_ext/for-7.3] sched_ext: Split sub-scheduler implementation into sub.c
 2026-07-01 19:47 UTC  (5+ messages)
` [PATCH v2 sched_ext/for-7.3 4/4] "

[PATCH v2] x86/mm: Fix typo in comment
 2026-07-01 19:46 UTC  (2+ messages)
` [tip: x86/cleanups] "

[PATCH v3 i-g-t 0/5] Remove EUdebug tests
 2026-07-01 19:44 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for Remove EUdebug tests (rev3)

[RFC] connectat()/bindat() or an alternative design
 2026-07-01 19:41 UTC  (7+ messages)

[PATCH v5 00/11] x86,fs/resctrl: Fix long-standing issues
 2026-07-01 19:40 UTC  (8+ messages)

macOS builds broken in CI
 2026-07-01 19:39 UTC  (7+ messages)

[PATCH] meson: restore hook-list.h to builtin_sources
 2026-07-01 19:39 UTC 

[PATCH bpf-next v2 4/5] selftests/bpf: libarena: Add bitmap selftets
 2026-07-01 19:38 UTC  (2+ messages)

[PATCH bpf-next v2 5/5] selftests/bpf: libarena: Add parallel bitmap selftest
 2026-07-01 19:38 UTC  (2+ messages)

[PATCH bpf-next v2 3/5] selftests/bpf: Add arena-based bitmap data structure
 2026-07-01 19:38 UTC  (2+ messages)

[PATCH v6 0/3] iomap: add simple dio path for small direct I/O
 2026-07-01 19:35 UTC  (4+ messages)
` [PATCH v6 3/3] "

[PATCH net] selftests: net: bump default cmd() timeout to 20 seconds
 2026-07-01 19:34 UTC  (2+ messages)

[akpm-mm:mm-new] BUILD SUCCESS WITH WARNING f5ea2fbe68e0c9192c0c82ece4645beeace63345
 2026-07-01 19:33 UTC 

[PATCH] iio: light: veml6075: fix UV index reported at half value
 2026-07-01 19:33 UTC  (4+ messages)
` [PATCH v2] "

[PATCH net-next v6 00/15] Support for onsemi's S2500 10Base-T1S MAC-PHY
 2026-07-01 19:33 UTC  (3+ messages)
` [PATCH net-next v6 06/15] net: ethernet: oa_tc6: Support for hardware timestamp

[PATCH v10 0/3] Enable ADSP and CDSP for Glymur SoC
 2026-07-01 19:33 UTC  (4+ messages)
` [PATCH v10 1/3] dt-bindings: soundwire: qcom: Increase max data ports to 17

[brauner-github:vfs-7.3.misc 9/9] Warning: fs/gfs2/inode.c:972 Excess function parameter 'excl' description in 'gfs2_create'
 2026-07-01 19:32 UTC 

[PATCH] qede: Prevent possible snprintf() truncation by bounding %s string format
 2026-07-01 19:33 UTC  (2+ messages)

[PATCH 00/15] MT8189: Add support for system and base clock controllers
 2026-07-01 19:33 UTC  (3+ messages)
` [PATCH 02/15] dt-bindings: clock: mediatek: regroup MT8188 dt-bindings into MT8186

[PATCH v2] mtd: spi-nor: Add gd55lb02gf chips
 2026-07-01 19:32 UTC  (2+ messages)

[PATCH v1 1/1] bootm: move OS index bound check into the legacy path
 2026-07-01 19:32 UTC  (2+ messages)

[PATCH] Input: focaltech - fix array out-of-bounds in focaltech_process_rel_packet
 2026-07-01 19:32 UTC  (2+ messages)

[PATCH bpf-next v8 0/9] bpf: Introduce global percpu data
 2026-07-01 19:32 UTC  (11+ messages)
` [PATCH bpf-next v8 2/9] "
` [PATCH bpf-next v8 4/9] libbpf: Add support for "
` [PATCH bpf-next v8 5/9] bpftool: Generate skeleton "

[PATCH] MAINTAINERS: Remove merge garbage
 2026-07-01 19:32 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-pci-next-20260701
 2026-07-01 19:32 UTC  (2+ messages)

[to-be-updated] mm-page_alloc-free-allocated-pfns-if-the-range-does-not-match.patch removed from -mm tree
 2026-07-01 19:31 UTC 

[PATCH nf] netfilter: nft_set_rbtree: reject interval-end get for open intervals
 2026-07-01 19:31 UTC  (2+ messages)

[PATCH V15 0/9] Add Invensense ICM42607
 2026-07-01 19:30 UTC  (4+ messages)
` [PATCH V15 8/9] iio: imu: inv_icm42607: Add Temp Support in icm42607

[PATCH 0/2] soundwire: qcom: Fix port handling bugs
 2026-07-01 19:30 UTC  (2+ messages)
` [PATCH 2/2] soundwire: qcom: Allocate sruntime array dynamically


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.