All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-06 23:24:53 to 2026-08-07 00:17:57 UTC [more...]

[PATCH v2 0/2] add an SDK_FEATURES lever
 2026-08-07  0:17 UTC  (3+ messages)
` [PATCH v2 1/2] bitbake.conf: "
` [PATCH v2 2/2] sdk: fold SDK_TOOLCHAIN_LANGS into SDK_FEATURES

[PATCH net 0/9] net/tls: Receive-path fixes for zero-length data records
 2026-08-07  0:17 UTC  (6+ messages)
` [PATCH net 1/9] net/tls: Bound time spent on no-data records in tls_sw_read_sock()

[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
 2026-08-07  0:16 UTC  (13+ messages)
` [PATCH v3 03/26] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v3 21/26] mm/page_alloc: implement FREETYPE_UNMAPPED allocations
` [PATCH v3 24/26] mm/page_alloc: always direct compact for unmapped allocs

[PATCH] drm/xe/xe_gt_idle: fix vecs config for powergating info
 2026-08-07  0:16 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH v5 2/4] man/man5/tunables.conf: Document system-wide tunables config
 2026-08-07  0:15 UTC  (5+ messages)

[PATCH 0/3] hwmon: Add ASUS ROG Ryujin III support
 2026-08-07  0:14 UTC  (7+ messages)
` [PATCH 1/3] hwmon: (asus_rog_ryujin) Add per-device configuration
` [PATCH 2/3] hwmon: (asus_rog_ryujin) Add ROG Ryujin III support
` [PATCH 3/3] hwmon: (asus_rog_ryujin) Add ROG Ryujin III White Edition

[PATCH] mm/damon/core: remove declaration of __damon_commit_ctx()
 2026-08-07  0:13 UTC  (2+ messages)

[PULL] IIO: Fixes for 7.2 set 2 (probably now for merge window)
 2026-08-07  0:11 UTC 

[PATCH 1/4] mm/damon: defensively skip zone device folios in damon_get_folio()
 2026-08-07  0:09 UTC  (2+ messages)

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

[PATCH v14 0/6] Add full zoned storage emulation to the qcow2 driver
 2026-08-07  0:06 UTC  (4+ messages)
` [PATCH v14 3/6] qcow2: add configurations for zoned format extension

[RFT PATCH] xhci: fix frame id calculation for isoc transfer
 2026-08-07  0:07 UTC  (6+ messages)
` [RFT PATCHv3 1/3] xhci: fix frame id calculation and checks for isoc URBs

[PATCH] misc: fastrpc: fix use-after-free in fastrpc_map_attach() error path
 2026-08-07  0:07 UTC  (2+ messages)

[PATCH 0/8] Xe3P GPU Error Injection Test Suite with DRM RAS Netlink Support
 2026-08-07  0:06 UTC  (5+ messages)
` [PATCH 1/8] lib/igt_drm_netlink: Introduce DRM RAS Generic Netlink interface
` [PATCH 8/8] tests/intel/xe_err_injection: add CRI GPU requirement check

[PATCH 0/2] arm64: dts: qcom: Add eDP display overlays for hamoa and purwa IoT EVKs
 2026-08-07  0:06 UTC  (5+ messages)
` [PATCH 1/2] arm64: dts: qcom: hamoa-iot-evk: Add eDP display overlay
` [PATCH 2/2] arm64: dts: qcom: purwa-iot-evk: "

[PATCH v1] ASoC: tas2781: fix clang build error for goto bypassing cleanup variable
 2026-08-07  0:03 UTC 

[PATCH 1/2] docs: python: abi_regex: catch the right exception for a bad regex
 2026-08-07  0:03 UTC  (3+ messages)
` [PATCH 2/2] docs: python: abi_regex: convert adjacent index placeholders

[PATCH 0/2] rtc: Add Qualcomm PMIC RTC-GLINK support for Glymur
 2026-08-07  0:02 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: soc: qcom: qcom,pmic-glink: Document RTC client properties
` [PATCH 2/2] rtc: qcom: rtc-glink: Add PMIC GLINK RTC driver and extend pmic_glink

[syzbot] [pm?] inconsistent lock state in lock_sync
 2026-08-07  0:02 UTC 

[PATCH v2 0/7] iio: adc: Add AD7768/AD7768-4 ADC driver support
 2026-08-07  0:02 UTC  (3+ messages)
` [PATCH v2 5/7] gpio: regmap: Add runtime PM and read_output_reg_set support

[syzbot] [nvme?] KASAN: slab-out-of-bounds Read in nvmet_install_queue
 2026-08-07  0:01 UTC 

[syzbot] [fbdev?] KASAN: global-out-of-bounds Read in soft_cursor (3)
 2026-08-07  0:01 UTC 

[syzbot] [wireless?] WARNING in cfg80211_wext_siwrate
 2026-08-07  0:01 UTC 

[LTP] [PATCH v6] min_free_kbytes: Handle transient memory drops in check_monitor
 2026-08-07  0:01 UTC  (2+ messages)
` [LTP] "

[syzbot] [jffs2?] possible deadlock in jffs2_do_clear_inode (2)
 2026-08-07  0:00 UTC  (2+ messages)

[LTP] [PATCH v3] syscalls: consolidate getpid02 into getppid02
 2026-08-07  0:00 UTC  (2+ messages)
` [LTP] "

[syzbot] [nfs?] INFO: task hung in nfsd_nl_version_get_doit
 2026-08-07  0:00 UTC  (2+ messages)

[syzbot] [gfs2?] INFO: task hung in do_uevent
 2026-08-07  0:00 UTC 

[PATCH v2] iommu/dma: Restore locking around msi_page_list
 2026-08-06 23:59 UTC  (2+ messages)

[PATCH] ipmi: Fix leak in __ipmi_bmc_register
 2026-08-06 23:56 UTC  (2+ messages)

[PATCH v5 0/2] Add support for Battery Status AMS
 2026-08-06 23:55 UTC  (6+ messages)
` [PATCH v5 2/2] usb: typec: tcpm: Add support for Battery Status response message

What's cooking in git.git (Aug 2026, #02)
 2026-08-06 23:53 UTC  (4+ messages)

[RESEND PATCH v2] iio: adc: bcm_iproc_adc: Convert probe() to use dev_err_probe()
 2026-08-06 23:52 UTC  (3+ messages)

[PATCH v1] firmware_loader: Unwind initialization on sysfs failure
 2026-08-06 23:51 UTC  (3+ messages)

[PATCH] iio: adc: bcm_iproc_adc: Use dev_err_probe() for resource acquisition failures
 2026-08-06 23:50 UTC  (4+ messages)
` (no subject)
  ` [PATCH v2] iio: adc: bcm_iproc_adc: Convert probe() to use dev_err_probe()

+ selftests-mm-fix-soft-dirty-kselftest-supported-check.patch added to mm-new branch
 2026-08-06 23:50 UTC 

[PATCH v9 00/11] Dynamic PAMT
 2026-08-06 23:48 UTC  (3+ messages)
` [PATCH v9 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory

[PATCH 00/16] arm: airoha: add AN7583 SoC support
 2026-08-06 23:44 UTC  (17+ messages)
` [PATCH 01/16] airoha: add support for Airoha AN7583 SoC
` [PATCH 02/16] arm: airoha: introduce AN7583 helpers to get SCU and CHIP_SCU regmaps
` [PATCH 03/16] dt-bindings: clock: airoha: Document support for AN7583 clock
` [PATCH 04/16] clk: airoha: add support for Airoha AN7583 SoC clock
` [PATCH 05/16] reset: airoha: Add support for Airoha AN7583 reset
` [PATCH 06/16] net: airoha: add support for Airoha AN7583
` [PATCH 07/16] airoha: add Ethernet node in AN7583 dtsi
` [PATCH 08/16] airoha: add MMC node for Airoha AN7583
` [PATCH 09/16] configs: an7583: add mii/mdio support
` [PATCH 10/16] arm: dts: an7583: add mdio child node to switch node
` [PATCH 11/16] net: airoha: add support for Airoha AN7583 PCS driver
` [PATCH 12/16] airoha: add PCS node for AN7583
` [PATCH 13/16] configs: enable PCS for Airoha AN7583
` [PATCH 14/16] net: Add support for Airoha AN7583 MDIO Controller
` [PATCH 15/16] an7583: fix system controller mdio nodes
` [PATCH 16/16] an7583: enable MDIO_AIROHA by default

[PATCH 0/3] Modify the SW tail logic in OA
 2026-08-06 23:45 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH 0/2] watchdog: pretimeout: Allow building dump governor as module
 2026-08-06 23:44 UTC  (5+ messages)
` [PATCH 1/2] nmi: Export CPU backtrace APIs for loadable modules
` [PATCH 2/2] watchdog: pretimeout: Convert dump pretimeout governor to tristate

[PATCH v8 0/9] gpio: realtek: Add support for Realtek DHC RTD1625
 2026-08-06 23:44 UTC  (3+ messages)
` [PATCH v8 9/9] gpio: realtek: Add driver for Realtek DHC RTD1625 SoC

[PATCH] ASoC: xilinx: formatter_pcm: use devm_clk_get_enabled and simplify probe
 2026-08-06 23:43 UTC  (2+ messages)

[PATCH 0/3] cifs: three size-management bug fixes
 2026-08-06 23:43 UTC  (4+ messages)
` [PATCH 1/3] cifs: clear tcon after cifsFileInfo_put() in cifs_file_set_size()
` [PATCH 2/3] cifs: don't update i_size in cifs_do_truncate() without a cached handle
` [PATCH 3/3] cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0

[MAINTAINERS SUMMIT] Time to call it quits for the maintainer summit?
 2026-08-06 23:41 UTC  (2+ messages)

[PATCH bpf v1] rqspinlock: Reset tail when preserving queue on deadlock
 2026-08-06 23:40 UTC  (2+ messages)

[PATCH] spi: mtk_snor: combine mt8188 and mt8189 into mediatek,mt8186-nor
 2026-08-06 23:40 UTC 

[PATCH 0/1] Add version check for setting ForceRM
 2026-08-06 23:40 UTC  (2+ messages)
` [PATCH 1/1] usb: dwc3: gadget: add "

[PATCH v6 0/2] drm/xe/sysctrl: Add helpers to query application
 2026-08-06 23:40 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH] ACPI: battery: Fix bogus cycle count values on systems without _BIX
 2026-08-06 23:38 UTC 

[f2fs-dev] [PATCH v2] f2fs: quiesce background threads during system suspend using PM notifier
 2026-08-06 23:38 UTC  (3+ messages)

[GIT PULL] smb3 client fixes
 2026-08-06 23:36 UTC  (2+ messages)

[linux-next:master 8777/13479] mm/hugetlb.c:3095:39: warning: array subscript 4294967295 is above array bounds of 'struct list_head[1]'
 2026-08-06 23:36 UTC  (2+ messages)

[PATCH bpf-next v4 RESEND] m68k, bpf: Add initial BPF JIT compiler support
 2026-08-06 23:34 UTC  (2+ messages)
` [PATCH bpf-next v4 RESEND] m68k, bpf: Add initial BPF JIT compiler support (resend)

[PATCH v2 0/6] mm, drm: fix interaction of .pfn_mkwrite() with fixup_user_fault()
 2026-08-06 23:32 UTC  (3+ messages)
` [PATCH v2 3/6] drm/ttm, drm/vmwgfx: directly create writable PTEs when mkwrite is in use

[PATCH] ASoC: xilinx: formatter_pcm: pass aud_drv_data to irq handlers
 2026-08-06 23:32 UTC 

[PATCH v3 0/2] HID: sensor: custom: Fix fields lifetime issues
 2026-08-06 23:32 UTC  (3+ messages)

sysbot AI patches and wireless
 2026-08-06 23:30 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next v4 0/6] hardware pacing offload
 2026-08-06 23:26 UTC  (14+ messages)
`  "
` [Intel-wired-lan] [PATCH net-next v4 1/6] net: rtnetlink: add pacing_offload_horizon attribute to net_device
  `  "
` [Intel-wired-lan] [PATCH net-next v4 2/6] net_sched: sch_fq: clear past skb->tstamp if offloading pacing
  `  "
` [Intel-wired-lan] [PATCH net-next v4 3/6] idpf: support pacing offload
  `  "
` [Intel-wired-lan] [PATCH net-next v4 4/6] selftests: drv-net: refactor so_txtime errqueue handling
  `  "
` [Intel-wired-lan] [PATCH net-next v4 5/6] selftests: drv-net: in so_txtime tell apart sw from hw pacing
  `  "
` [Intel-wired-lan] [PATCH net-next v4 6/6] selftests: drv-net: extend so_txtime with hw offload
  `  "

+ tools-testing-selftests-mm-add-map_private-dev-zero-merge-tests.patch added to mm-unstable branch
 2026-08-06 23:29 UTC 

+ tools-testing-vma-add-test-to-assert-map_private-dev-zero-is-anon.patch added to mm-unstable branch
 2026-08-06 23:29 UTC 

+ mm-vma-make-map_private-mapped-dev-zero-mappings-truly-anonymous.patch added to mm-unstable branch
 2026-08-06 23:29 UTC 

+ mm-vma-only-permit-map_private-dev-zero-to-be-mapped-anonymous.patch added to mm-unstable branch
 2026-08-06 23:29 UTC 

+ tools-testing-selftests-mm-test-anonymous-page-offset-merge-behaviour.patch added to mm-unstable branch
 2026-08-06 23:29 UTC 

+ tools-testing-vma-expand-vma-merge-tests-to-assert-anon-pgoff.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-rmap-use-anon-pgoff-to-track-map_private-file-backed-anon-folios.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-migrate-calculate-large-folio-page-index-using-pfn.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-huge_memory-update-remove_migration_pmd-to-accept-a-folio.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-clean-up-vma_address_end.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-rmap-track-whether-the-page-vma-mapped-pgoff-is-anonymous.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-propagate-vma-anonymous-page-offset-on-map-remap-split-merge.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ tools-testing-vma-add-tests-for-copy_vma-self-merge.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-vma-fix-self-merge-check-in-copy_vma.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-introduce-and-use-vma_filebacked_address.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-update-print_bad_page_map-to-show-anon-index-if-appropriate.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-abstract-vma_address-and-introduce-vma_anon_address.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-introduce-linear_anon_page_index.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-provide-vma_is_cow_mapping-and-remove-is_cow_mapping.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-vma-introduce-vma-anon-page-offset-field-and-add-helpers.patch added to mm-unstable branch
 2026-08-06 23:27 UTC 

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-06 23:27 UTC  (2+ messages)

[PATCH v4] sched/fair: Preserve wake-affine CPU for non-SMT reciprocal sync wakeups
 2026-08-06 23:18 UTC  (3+ messages)

[PATCH v12 0/8] DCD Prep Series
 2026-08-06 23:27 UTC  (6+ messages)
` [PATCH v12 6/8] cxl/mem: Configure dynamic capacity interrupts

[PATCH net-next v4 0/3] dpll: add SiTime SiT9531x DPLL clock driver
 2026-08-06 23:24 UTC  (4+ messages)
` [PATCH net-next v4 1/3] dt-bindings: vendor-prefixes: add SiTime Corporation
` [PATCH net-next v4 2/3] dt-bindings: dpll: add SiTime SiT9531x clock generator
` [PATCH net-next v4 3/3] dpll: add SiTime SiT9531x DPLL clock driver


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.