messages from 2026-07-01 18:50:45 to 2026-07-01 19:56:19 UTC [more...]
[brgl:pinctrl-qcom/for-current] BUILD SUCCESS 437a8d2aa1aa442c4a176fdf4700a9b3bb0c8794
2026-07-01 19:56 UTC
[PATCH 1/2] dt-bindings: rockchip: pmu: Narrow definition of reboot-mode
2026-07-01 19:55 UTC (3+ messages)
[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
2026-07-01 19:55 UTC (10+ messages)
` [RFC PATCH 06/20] bpf: lsm: Add Landlock kfuncs
[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
2026-07-01 19:54 UTC (58+ 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] 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 v2 0/8] iio: adc: new ti-ads112c14 driver
2026-07-01 19:50 UTC (9+ 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] 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)
[PATCH v13 0/7] Add support for NXP P3H2x4x I3C hub driver
2026-07-01 19:42 UTC (5+ messages)
` [PATCH v13 5/7] i3c: hub: Add support for the I3C interface in the I3C hub
[RFC] connectat()/bindat() or an alternative design
2026-07-01 19:41 UTC (7+ messages)
[PATCH v3 0/6] perf kvm: A small update in the default arch event
2026-07-01 19:41 UTC (7+ 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
[PATCH v5 00/11] x86,fs/resctrl: Fix long-standing issues
2026-07-01 19:40 UTC (8+ messages)
[PATCH 0/6] mm: preparatory patches for PMD level swap entries
2026-07-01 19:40 UTC (3+ messages)
` [PATCH 5/6] mm/migrate_device: move softleaf_to_folio() inside device-private branch
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 0/5] selftests/bpf: libarena cleanup and bitmap struct
2026-07-01 19:38 UTC (9+ messages)
` [PATCH bpf-next v2 1/5] selftests/bpf: libarena: Fix can-loop zero variable definition
` [PATCH bpf-next v2 2/5] selftests/bpf: libarena: Clean up allocation state before buddy tests
` [PATCH bpf-next v2 3/5] selftests/bpf: Add arena-based bitmap data structure
` [PATCH bpf-next v2 4/5] selftests/bpf: libarena: Add bitmap selftets
` [PATCH bpf-next v2 5/5] selftests/bpf: libarena: Add parallel bitmap selftest
[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 (3+ 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 (13+ messages)
` [PATCH V15 3/9] iio: imu: inv_icm42607: Add inv_icm42607 Core Driver
` [PATCH V15 6/9] iio: imu: inv_icm42607: Add Accelerometer for icm42607
` [PATCH V15 7/9] iio: imu: inv_icm42607: Add Gyroscope to icm42607
` [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 (3+ messages)
` [PATCH 1/2] soundwire: qcom: Fix port exhaustion check in stream_alloc_ports
` [PATCH 2/2] soundwire: qcom: Allocate sruntime array dynamically
[PATCH] perf build: Fix compiler errors with old capstone
2026-07-01 19:30 UTC (5+ messages)
[PATCH v3] scripts/tags.sh: fix "make COMPILED_SOURCE=1 cscope" command ends up with *.rlib, *.rmeta, *.so filenames in cscope.files
2026-07-01 19:01 UTC (3+ messages)
` [PATCH v4] "
[PATCH i-g-t 00/25] tools: remove unnecessary shared library
2026-07-01 19:29 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for tools: remove unnecessary shared library (rev2)
` ✓ i915.CI.BAT: "
[PATCH net-next v4 3/3] r8152: Add firmware upload capability for RTL8157/RTL8159
2026-07-01 19:29 UTC (6+ messages)
` RTL8159 firmware
[PATCH] mm/migrate_device: pin large folios before splitting
2026-07-01 19:27 UTC (3+ messages)
[PATCH v4 00/13] rv: Fixes on Deterministic and Hybrid Automata
2026-07-01 19:27 UTC (3+ messages)
` [PATCH v4 12/13] rv: Fix read_lock scope in per-task DA cleanup
[PATCH] opensbi: don't override ELFFLAGS, silence ldflags QA for bare-metal ELFs
2026-07-01 19:26 UTC
+ mm-migrate_device-pin-large-folios-before-splitting.patch added to mm-new branch
2026-07-01 19:26 UTC
[PATCH 0/8] Support ROHM BD73800
2026-07-01 19:25 UTC (3+ messages)
` [PATCH 1/8] dt-bindings: regulator: ROHM BD73800 regulators
[PATCH v4] KVM: arm64: Record whether pKVM stage 2 mapping is cacheable
2026-07-01 19:24 UTC
[PATCH] selftests: Open /dev/udmabuf O_RDONLY
2026-07-01 19:23 UTC (5+ messages)
[PATCH net-next v4 0/3] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
2026-07-01 19:22 UTC (4+ messages)
` [PATCH net-next v4 1/3] net: devmem: allow rx-buf-size > PAGE_SIZE per dmabuf binding
` [PATCH net-next v4 2/3] selftests/net: ncdevmem: add -b option to set rx-buf-size on bind
` [PATCH net-next v4 3/3] selftests/net: devmem.py: add check_rx_large_niov
[PATCH v2] selftests: Open /dev/udmabuf O_RDONLY
2026-07-01 19:22 UTC
[PATCH 0/2] iio: adc: add missing 'select IIO_TRIGGERED_BUFFER' to Kconfig entries
2026-07-01 19:21 UTC (3+ messages)
` [PATCH 1/2] iio: adc: ad4130: add missing `select IIO_TRIGGERED_BUFFER` to Kconfig
` [PATCH 2/2] iio: adc: ad7779: add missing 'select IIO_TRIGGERED_BUFFER' "
[Bug 221712] New: README.d/deps implies that there is a Debian package named checkpatch, but there isn’t
2026-07-01 19:20 UTC (2+ messages)
` [Bug 221712] "
[PATCH v1 0/2] ACPI: bus: Remove struct acpi_driver from the kernel
2026-07-01 19:17 UTC (3+ messages)
` [PATCH v1 1/2] 1/2] ACPI: bus: Eliminate struct acpi_driver
` [PATCH v1 2/2] ACPI: scan: Set power.no_pm for all struct acpi_device objects
[PATCH v2 0/7] vmsplice: fix some problems in my previous vmsplice patchset
2026-07-01 19:16 UTC (6+ messages)
[REGRESSION][BISECTED] tun/tap & vhost-net: multi-threaded network performance
2026-07-01 19:16 UTC
[PATCH 2/3] xattrat: accept empty O_PATH file descriptors
2026-07-01 19:16 UTC (8+ messages)
` [PATCH 1/3] file: add fd_except cleanup class
[PATCH] futex/requeue: Revert "Prevent NULL pointer dereference in remove_waiter() on self-deadlock""
2026-07-01 19:13 UTC (4+ messages)
[PATCH 1/2] HID: multitouch: fix out-of-bounds bit access on mt_io_flags
2026-07-01 19:12 UTC (2+ messages)
[PATCH] drm/xe: Add debugfs knob to disable Mid-Thread Preemption per GT
2026-07-01 19:11 UTC (2+ messages)
` ✗ Xe.CI.BAT: failure for drm/xe: Add debugfs knob to disable Mid-Thread Preemption per GT (rev2)
[PATCH] iommu/dma: free the entire IOVA reservation in dma_iova_destroy()
2026-07-01 19:09 UTC (4+ messages)
[PATCH] wifi: ath: avoid repeated divisions in DFS PRI detector
2026-07-01 19:08 UTC (2+ messages)
[PATCH v1] cpufreq: intel_pstate: Rearrange checks in hybrid_get_cost()
2026-07-01 19:07 UTC (3+ messages)
+ mm-page_vma_mapped-fix-device-private-pmd-handling-fix.patch added to mm-hotfixes-unstable branch
2026-07-01 19:04 UTC
[PATCH v3.1] sched/isolation: Defer freeing of cpumask memblock memory to initcall
2026-07-01 19:03 UTC (4+ messages)
[PATCH] ref-manual: remmove all traces of "kernel_menuconfig" task
2026-07-01 19:02 UTC
[PATCH] x86/microcode/intel: Panic on partial microcode update
2026-07-01 19:02 UTC (4+ messages)
[PATCH net] net/mlx5: HWS, fix matcher leak on resize target setup failure
2026-07-01 19:02 UTC (3+ messages)
[avpatel:riscv_sbi_dbtr_v3 63/64] arch/riscv/kernel/hw_breakpoint.c:441:22: sparse: sparse: incorrect type in assignment (different base types)
2026-07-01 19:00 UTC
[PATCH] iio: hid-sensors: Fix poll_value sign check before msleep_interruptible
2026-07-01 18:59 UTC (4+ messages)
[pseudo] [PATCH 1/7] pseudo.h: Avoid accessing unallocated memory
2026-07-01 18:59 UTC (4+ messages)
` [yocto-patches] "
[PATCH 1/2] arm64: dts: rockchip: Add AP6275S support for 9Tripod X3568 v4
2026-07-01 18:56 UTC (4+ messages)
` [PATCH 2/2] arm64: dts: rockchip: Replace deprecated 'gpio' property with 'gpios' "
[PATCH-next 00/23] cgroup/cpuset: Enable runtime update of nohz_full and managed_irq CPUs
2026-07-01 18:56 UTC (5+ messages)
[PATCH v5 0/3] iio: dac: Add support for AD5529R DAC
2026-07-01 18:55 UTC (3+ messages)
` [PATCH v5 3/3] iio: dac: Add AD5529R DAC driver support
[PATCH 0/3] ASoC: codecs: tas675x: misc bugfixes and minor changes
2026-07-01 18:55 UTC (3+ messages)
` [PATCH 1/3] ASoC: codecs: tas675x: use READ_ONCE for params to be used concurrently
[PATCH v2] perf test amd ibs: avoid using executable heap
2026-07-01 18:54 UTC (4+ messages)
[RFC PATCH 0/4] tracing/probes: Optimize fetcharg with BPF
2026-07-01 18:53 UTC (5+ messages)
` [RFC PATCH 2/4] tracing/probes: Compile all fetchargs into a single BPF program per event
[PATCH RFC] coding-assistants: simplify attribution
2026-07-01 18:53 UTC (3+ messages)
Add Topping E2x2 ucm support
2026-07-01 18:51 UTC
[PATCH] dm-verity: fix buffer overflow in FEC calculation
2026-07-01 18:51 UTC (2+ messages)
[PATCH v4 0/2] tracing: Move non-trace_printk prototypes into trace_controls.h
2026-07-01 18:51 UTC (2+ messages)
` ✓ i915.CI.BAT: success for "
[PATCH v4 0/8] phy: rockchip: samsung-hdptx: Clock fixes and API transition cleanups
2026-07-01 18:50 UTC (4+ messages)
page: next (older) | 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.