All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-05 09:45:18 to 2023-01-05 10:42:32 UTC [more...]

[PATCH x86/nmi 1/2] x86/nmi: Accumulate NMI-progress evidence in exc_nmi()
 2023-01-05 10:40 UTC  (3+ messages)
` [PATCH x86/nmi 2/2] x86/nmi: Print reasons why backtrace NMIs are ignored

[GIT PULL] fbdev fixes for v6.2-rc3
 2023-01-05 10:39 UTC  (7+ messages)

[PATCH printk v4 0/8] printk: cleanup buffer handling
 2023-01-05 10:37 UTC  (9+ messages)
` [PATCH printk v4 1/8] printk: move size limit macros into internal.h
` [PATCH printk v4 2/8] console: Use BIT() macros for @flags values
` [PATCH printk v4 3/8] console: Document struct console
` [PATCH printk v4 4/8] printk: introduce struct printk_buffers
` [PATCH printk v4 5/8] printk: introduce printk_get_next_message() and printk_message
` [PATCH printk v4 6/8] printk: introduce console_prepend_dropped() for dropped messages
` [PATCH printk v4 7/8] printk: use printk_buffers for devkmsg
` [PATCH printk v4 8/8] printk: adjust string limit macros

[PATCH v6 0/2] KVM: x86/xen: update Xen CPUID Leaf 4
 2023-01-05 10:38 UTC  (4+ messages)
` [PATCH v6 1/2] KVM: x86/cpuid: generalize kvm_update_kvm_cpuid_base() and also capture limit

[PATCH v3 1/3] dsa: marvell: Provide per device information about max frame size
 2023-01-05 10:37 UTC  (4+ messages)

[regression, bisected, pci/iommu] Bug 216865 - Black screen when amdgpu started during 6.2-rc1 boot with AMD IOMMU enabled
 2023-01-05 10:37 UTC  (6+ messages)

[PATCH V2] locking/qspinlock: Optimize pending state waiting for unlock
 2023-01-05 10:36 UTC  (2+ messages)
` [tip: locking/core] locking/qspinlock: Micro-optimize "

[PATCH v3 0/4] Add resets for ADSP based audio clock controller driver
 2023-01-05 10:35 UTC  (3+ messages)
` [PATCH v3 3/4] clk: qcom: lpasscc-sc7280: Skip qdsp6ss clock registration

[PATCH 0/5] s390x/pv: Improve protected VM support
 2023-01-05 10:34 UTC  (4+ messages)
` [PATCH 1/5] confidential guest support: Introduce a 'check' class handler

[PATCH] [langdale] manuals: add 4.0.5 and 4.0.6 release notes
 2023-01-05 10:32 UTC 

[intel-tdx:guest-next 104/117] ld.lld: error: undefined hidden symbol: efi_is_64bit
 2023-01-05 10:31 UTC 

[android-common:upstream-f2fs-stable-linux-5.10.y 261/580] ld: warning: orphan section `.debug_rnglists' from `fs/erofs/pcpubuf.o' being placed in section `.debug_rnglists'
 2023-01-05 10:31 UTC 

[freescale-fslc:5.15-2.1.x-imx 3289/19702] versioncheck: ./drivers/input/touchscreen/focaltech_touch/focaltech_core.h: 56 linux/version.h not needed
 2023-01-05 10:32 UTC 

[PATCH v15 RESEND 0/2] Add MediaTek MT6370 PMIC support
 2023-01-05 10:25 UTC  (4+ messages)
` [PATCH v15 RESEND 2/2] leds: flash: mt6370: Add MediaTek MT6370 flashlight support

[PATCH] fbmem: prevent potential use-after-free issues with console_lock()
 2023-01-05 10:25 UTC  (6+ messages)

[PATCH v10 00/18] drm: Add Samsung MIPI DSIM bridge
 2023-01-05 10:24 UTC  (3+ messages)

[PATCH] arm: rockchip: Fix binman_init failure on RK3568
 2023-01-05 10:30 UTC  (5+ messages)

[tj-cgroup:for-next] BUILD SUCCESS 21786e5cb375a1e58a9175fee423e1d7f892d965
 2023-01-05 10:31 UTC 

[regression] Bug 216851 - btrfs write time corrupting for log tree
 2023-01-05 10:22 UTC  (7+ messages)

[meta-python][PATCH 1/3] python3-termcolor: Upgrade 2.1.1 -> 2.2.0
 2023-01-05 10:27 UTC  (3+ messages)
` [meta-python][PATCH 2/3] python3-marshmallow: Upgrade 3.18.0 -> 3.19.0
` [meta-python][PATCH 3/3] python3-cantools: Upgrade 37.2.0 -> 38.0.0

[PATCH 00/46] Based on latest mm-unstable (85b44c25cd1e)
 2023-01-05 10:18 UTC  (47+ messages)
` [PATCH 01/46] hugetlb: don't set PageUptodate for UFFDIO_CONTINUE
` [PATCH 02/46] hugetlb: remove mk_huge_pte; it is unused
` [PATCH 03/46] hugetlb: remove redundant pte_mkhuge in migration path
` [PATCH 04/46] hugetlb: only adjust address ranges when VMAs want PMD sharing
` [PATCH 05/46] hugetlb: add CONFIG_HUGETLB_HIGH_GRANULARITY_MAPPING
` [PATCH 06/46] mm: add VM_HUGETLB_HGM VMA flag
` [PATCH 07/46] hugetlb: rename __vma_shareable_flags_pmd to __vma_has_hugetlb_vma_lock
` [PATCH 08/46] hugetlb: add HugeTLB HGM enablement helpers
` [PATCH 09/46] mm: add MADV_SPLIT to enable HugeTLB HGM
` [PATCH 10/46] hugetlb: make huge_pte_lockptr take an explicit shift argument
` [PATCH 11/46] hugetlb: add hugetlb_pte to track HugeTLB page table entries
` [PATCH 12/46] hugetlb: add hugetlb_alloc_pmd and hugetlb_alloc_pte
` [PATCH 13/46] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step
` [PATCH 14/46] hugetlb: add make_huge_pte_with_shift
` [PATCH 15/46] hugetlb: make default arch_make_huge_pte understand small mappings
` [PATCH 16/46] hugetlbfs: do a full walk to check if vma maps a page
` [PATCH 17/46] hugetlb: make unmapping compatible with high-granularity mappings
` [PATCH 18/46] hugetlb: add HGM support for hugetlb_change_protection
` [PATCH 19/46] hugetlb: add HGM support for follow_hugetlb_page
` [PATCH 20/46] hugetlb: add HGM support for hugetlb_follow_page_mask
` [PATCH 21/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range
` [PATCH 22/46] mm: rmap: provide pte_order in page_vma_mapped_walk
` [PATCH 23/46] mm: rmap: make page_vma_mapped_walk callers use pte_order
` [PATCH 24/46] rmap: update hugetlb lock comment for HGM
` [PATCH 25/46] hugetlb: update page_vma_mapped to do high-granularity walks
` [PATCH 26/46] hugetlb: add HGM support for copy_hugetlb_page_range
` [PATCH 27/46] hugetlb: add HGM support for move_hugetlb_page_tables
` [PATCH 28/46] hugetlb: add HGM support for hugetlb_fault and hugetlb_no_page
` [PATCH 29/46] rmap: in try_to_{migrate,unmap}_one, check head page for page flags
` [PATCH 30/46] hugetlb: add high-granularity migration support
` [PATCH 31/46] hugetlb: sort hstates in hugetlb_init_hstates
` [PATCH 32/46] hugetlb: add for_each_hgm_shift
` [PATCH 33/46] hugetlb: userfaultfd: add support for high-granularity UFFDIO_CONTINUE
` [PATCH 34/46] hugetlb: userfaultfd: when using MADV_SPLIT, round addresses to PAGE_SIZE
` [PATCH 35/46] hugetlb: add MADV_COLLAPSE for hugetlb
` [PATCH 36/46] hugetlb: remove huge_pte_lock and huge_pte_lockptr
` [PATCH 37/46] hugetlb: replace make_huge_pte with make_huge_pte_with_shift
` [PATCH 38/46] mm: smaps: add stats for HugeTLB mapping size
` [PATCH 39/46] hugetlb: x86: enable high-granularity mapping
` [PATCH 40/46] docs: hugetlb: update hugetlb and userfaultfd admin-guides with HGM info
` [PATCH 41/46] docs: proc: include information about HugeTLB HGM
` [PATCH 42/46] selftests/vm: add HugeTLB HGM to userfaultfd selftest
` [PATCH 43/46] selftests/kvm: add HugeTLB HGM to KVM demand paging selftest
` [PATCH 44/46] selftests/vm: add anon and shared hugetlb to migration test
` [PATCH 45/46] selftests/vm: add hugetlb HGM test to migration selftest
` [PATCH 46/46] selftests/vm: add HGM UFFDIO_CONTINUE and hwpoison tests

[PATCH v3] Hexagon (target/hexagon) implement mutability mask for GPRs
 2023-01-05 10:23 UTC 

[intel-tdx:kvm-upstream-workaround 97/368] usr/include/asm/kvm.h:599:22: warning: field 'cpuid' with variable sized type 'struct kvm_cpuid2' not at the end of a struct or class is a GNU extension
 2023-01-05 10:21 UTC 

[RFC PATCH] netfilter: conntrack: simplify sctp state machine
 2023-01-05 10:21 UTC  (2+ messages)

[PATCH 1/2] [kirstone] docs: migration-4.0: specify variable name change for kernel inclusion in image recipe
 2023-01-05 10:21 UTC  (2+ messages)
` [PATCH 2/2] [kirkstone] docs: kernel-dev: faq: update tip on how to not include kernel in image

[Regression] Bug 216884 - NETDEV WATCHDOG: enp6s0 (r8169): transmit queue 0 timed out
 2023-01-05 10:21 UTC 

[PATCH v2] hvmloader: use memory type constants
 2023-01-05 10:21 UTC  (2+ messages)

[PATCH] drm: document better that drivers shouldn't use drm_minor directly
 2023-01-05 10:21 UTC  (2+ messages)

[PATCH v1 0/4] add i.MX93 TMU support
 2023-01-05 10:17 UTC  (5+ messages)
` [PATCH v1 1/4] dt-bindings: thermal: qoriq-thermal: Add compatible for i.MX93
` [PATCH v1 2/4] thermal: qoriq: add i.MX93 TMU support
` [PATCH v1 3/4] qoriq_thermal: No need to program site adjustment register
` [PATCH v1 4/4] arm64: dts: imx93: Add CPU thermal zone

[PATCH 0/3] x86/cpu: KVM: Make SGX and VMX depend on FEAT_CTL
 2023-01-05 10:15 UTC  (9+ messages)
` [PATCH 1/3] x86/cpu: Process all CPUID dependencies after identifying CPU info

[PATCH 1/2] ALSA: hda: cs35l41: Don't return -EINVAL from system suspend/resume
 2023-01-05 10:14 UTC  (2+ messages)

[PATCH] [kirkstone] add 4.0.5 and 4.0.6 release notes
 2023-01-05 10:14 UTC 

[PATCH v5 0/6] Add metrics for neoverse-n2
 2023-01-05 10:13 UTC  (7+ messages)
` [PATCH v5 1/6] perf vendor events arm64: Add topdown L1 "

[PATCHv3 net-next] sched: multicast sched extack messages
 2023-01-05 10:12 UTC  (3+ messages)

[PATCH 0/4] Allwinner D1 video engine support
 2023-01-05 10:11 UTC  (7+ messages)
` [PATCH 2/4] media: dt-bindings: cedrus: Make allwinner,sram optional
` [PATCH 3/4] media: cedrus: Make SRAM section claiming optional
` [PATCH 4/4] riscv: dts: allwinner: d1: Add video engine node

[intel-tdx:kvm-upstream-workaround 217/368] arch/x86/include/asm/cpu.h:74:20: error: conflicting types for 'tsx_ctrl_clear'
 2023-01-05 10:11 UTC 

[asahilinux:bits/070-audio 16/35] versioncheck: ./sound/soc/codecs/cs42l84.c: 17 linux/version.h not needed
 2023-01-05 10:11 UTC 

btrfs send and receive showing errors
 2023-01-05 10:10 UTC  (3+ messages)

[Intel-gfx] [PULL] drm-misc-fixes
 2023-01-05 10:10 UTC  (3+ messages)
`  "

[Patch net-next v7 00/13] net: dsa: microchip: add PTP support for KSZ9563/KSZ8563 and LAN937x
 2023-01-05 10:09 UTC  (3+ messages)
` [Patch net-next v7 06/13] net: ptp: add helper for one-step P2P clocks

[PATCH 0/2] kvm: x86/mmu: Skip adding write-access for spte in FNAME(sync_page) and remove shadow_host_writable_mask
 2023-01-05 10:08 UTC  (4+ messages)
` [PATCH 1/2] kvm: x86/mmu: Reduce the update to the spte in FNAME(sync_page)

[PATCH v1 0/2] add device cooling
 2023-01-05 10:07 UTC  (4+ messages)
` [PATCH v1 1/2] thermal: Add generic device cooling support

[kvm-unit-tests PATCH v1] s390x: Fix integer literal in skey.c
 2023-01-05 10:05 UTC  (2+ messages)

[PATCH] MAINTAINERS: update email of Peter Lieven
 2023-01-05  9:50 UTC 

[PATCH] locking/qspinlock: Optimize pending state waiting for unlock
 2023-01-05 10:03 UTC  (9+ messages)

[PATCH 1/2][next] nvmem: layouts: Fix spelling mistake "platforn" -> "platform"
 2023-01-05 10:03 UTC  (4+ messages)
` [PATCH 2/2][next] dt-bindings: nvmem: "

[PATCH v2] mtd: nand: Mark reserved blocks
 2023-01-05 10:04 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Reserve enough fence slot for i915_vma_unbind_async
 2023-01-05 10:03 UTC  (3+ messages)

[RFC bpf-next 0/5] Support for BPF_ST instruction in LLVM C compiler
 2023-01-05 10:06 UTC  (3+ messages)

[PATCH] kvm: x86/mmu: Don't clear write flooding for direct SP
 2023-01-05 10:03 UTC 

[PATCH] arm: stm32mp: Fix board_get_usable_ram_top() again
 2023-01-05 10:03 UTC  (2+ messages)

[PATCH] drm/amdgpu: grab extra fence reference for drm_sched_job_add_dependency
 2023-01-05 10:03 UTC  (7+ messages)

[PATCH v5 00/23] ufs: qcom: Add HS-G4 support
 2023-01-05 10:00 UTC  (5+ messages)

[PATCH] kvm: x86/mmu: Rename SPTE_TDP_AD_ENABLED_MASK to SPTE_TDP_AD_ENABLED
 2023-01-05 10:02 UTC 

[PATCH v2] sock: add tracepoint for send recv length
 2023-01-05 10:00 UTC 

[PATCH 0/6] drm/msm: add support for SM8450
 2023-01-05  9:59 UTC  (7+ messages)
` [PATCH 3/6] drm/msm/dpu: add support for SM8550

[PATCH v2] xen/arm: Add 0x prefix when printing memory size in construct_domU
 2023-01-05  9:59 UTC  (4+ messages)

kci command and new API & Pipeline
 2023-01-05 10:00 UTC 

[PATCH 1/1] efi_loader: make .data section of *_efi.so files RW
 2023-01-05  9:59 UTC  (3+ messages)

[PATCH 00/10] docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc
 2023-01-05  9:58 UTC  (4+ messages)

[PATCH 0/7] kvm: x86/mmu: Share the same code to invalidate each vTLB entry
 2023-01-05  9:58 UTC  (8+ messages)
` [PATCH 1/7] kvm: x86/mmu: Use KVM_MMU_ROOT_XXX for kvm_mmu_invalidate_gva()
` [PATCH 2/7] kvm: x86/mmu: Use kvm_mmu_invalidate_gva() in kvm_mmu_invpcid_gva()
` [PATCH 3/7] kvm: x86/mmu: Use kvm_mmu_invalidate_gva() in nested_ept_invalidate_addr()
` [PATCH 4/7] kvm: x86/mmu: Reduce the update to the spte in FNAME(sync_page)
` [PATCH 5/7] kvm: x86/mmu: Move the code out of FNAME(sync_page)'s loop body into mmu.c
` [PATCH 6/7] kvm: x86/mmu: Remove FNAME(invlpg)
` [PATCH 7/7] kvm: x86/mmu: Remove @no_dirty_log from FNAME(prefetch_gpte)

[PATCH] iio: light: max44009: Remove the unused variable max44009_of_match
 2023-01-05  9:58 UTC  (2+ messages)

[PULL 00/51] virtio,pc,pci: features, cleanups, fixes
 2023-01-05  9:56 UTC  (13+ messages)
` [PULL 08/51] hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4
` [PULL 13/51] vhost-user: Refactor the chr_closed_bh
` [PULL 14/51] vhost-user: Fix the virtio features negotiation flaw
` [PULL 16/51] virtio-pci: decouple notifier from interrupt process
` [PULL 20/51] virtio: add support for configure interrupt
` [PULL 23/51] virtio-mmio: "
` [PULL 34/51] include/hw/virtio: Break inclusion loop
` [PULL 50/51] acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block
` [PULL 51/51] vhost-scsi: fix memleak of vsc->inflight
` [PULL 33/51] include/hw/cxl: Break inclusion loop cxl_pci.h and cxl_cdat_h

[RESEND v2 0/3] Add support for XCVR on i.MX93 platform
 2023-01-05  9:55 UTC  (5+ messages)
` [RESEND v2 2/3] ASoC: fsl_xcvr: Add support for "
` [RESEND v2 3/3] ASoC: fsl_xcvr: Add constraints of period size while using eDMA

[PATCH 1/2] perf/x86/rapl: Add support for Intel Meteor Lake
 2023-01-05  9:55 UTC  (4+ messages)

[rft, PATCH v4 0/3] gpiolib: eventual of_node retirement
 2023-01-05  9:55 UTC  (4+ messages)

[PATCH 0/2] drm/panel: add support for the Visionox VTDR6130 AMOLED DSI panel
 2023-01-05  9:55 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: display: panel: document the Visionox VTDR6130 AMOLED DSI Panel bindings

[PATCH] usb: dwc3: Clear DWC3_EVENT_PENDING when count is 0
 2023-01-05  9:54 UTC  (4+ messages)

[Intel-gfx] [PATCH v3] arch: rename all internal names __xchg to __arch_xchg
 2023-01-05  9:54 UTC  (5+ messages)
` [PATCH v4] "
  ` [Intel-gfx] "

[PULL next] u-boot-at91-2023.04-a
 2023-01-05  9:54 UTC 

[PATCH v4 12/30] hw/core: Introduce proxy-pic
 2023-01-05  9:50 UTC  (4+ messages)
` [PATCH] "

[PATCH] acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block
 2023-01-05  9:51 UTC  (5+ messages)

[driver-core:debugfs_lookup_fix] [mm/damon/dbgfs] ff25f87cfc: kernel_BUG_at_lib/list_debug.c
 2023-01-05  9:53 UTC  (3+ messages)

[PATCH v1 0/3] bbdev: remove offload cost
 2023-01-05  9:53 UTC  (5+ messages)

What causes the latency of the rt_task_yield() API?
 2023-01-05  9:49 UTC  (18+ messages)

[Buildroot] [PATCH 1/1] package/{mesa3d, mesa3d-headers}: bump version to 22.3.2
 2023-01-05  9:51 UTC  (2+ messages)

[intel-tdx:kvm-upstream-workaround 366/368] arch/x86/kvm/mmu/mmu.c:721:5: warning: no previous prototype for function 'kvm_mmu_topup_memory_cache_for_split'
 2023-01-05  9:51 UTC 

[freescale-fslc:pr/619 3830/19701] /tmp/ccVJO30a.s:1316: Error: bad instruction `dc ivac,r2'
 2023-01-05  9:51 UTC 

[freescale-fslc:5.15-2.1.x-imx 3285/19702] versioncheck: ./drivers/input/touchscreen/vtl/vtl_ts.c: 20 linux/version.h not needed
 2023-01-05  9:51 UTC 

[Buildroot] [git commit] package/{mesa3d, mesa3d-headers}: bump version to 22.3.2
 2023-01-05  9:51 UTC 

[PATCH] ASoC: fsl_micfil: Correct the number of steps on SX controls
 2023-01-05  9:49 UTC  (2+ messages)

[syzbot] [erofs?] WARNING: CPU: NUM PID: NUM at mm/page_alloc.c:LINE get_page_from_freeli
 2023-01-05  9:49 UTC  (2+ messages)

[PATCH net-next v8] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2023-01-05  9:49 UTC  (3+ messages)

[PATCH 0/7] iommu: dart: Apple t8110 DART support
 2023-01-05  9:47 UTC  (13+ messages)
` [PATCH 3/7] iommu: dart: Support >64 stream IDs
` [PATCH 6/7] iommu: dart: Support different variants with different registers
` [PATCH 7/7] iommu: dart: Add t8110 DART support

bpf_probe_read_user EFAULT
 2023-01-05  9:47 UTC  (9+ messages)

[PATCH v8 00/13] binman: rockchip: Migrate from rockchip SPL_FIT_GENERATOR script
 2023-01-05  9:47 UTC  (5+ messages)
` [PATCH v8 09/13] rockchip: Use multiple-images for rk3399

[PATCH] miscbltin: ulimitcmd: actually accept -r
 2023-01-05  9:45 UTC  (2+ messages)

[PATCH v3 1/2] man: printf: reword to avoid confusion v/v Ar argument[s]/arguments
 2023-01-05  9:45 UTC  (2+ messages)


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.