linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-21 15:01:01 to 2022-10-21 16:50:50 UTC [more...]

[PATCH v14 00/14] Multi-Gen LRU Framework
 2022-10-21 16:50 UTC  (11+ messages)
` [PATCH v14 08/14] mm: multi-gen LRU: support page table walks

[PATCH v3 0/2] hwmon: (jc42) regmap conversion and resume fix
 2022-10-21 16:50 UTC  (3+ messages)
` [PATCH v3 1/2] hwmon: (jc42) Convert register access and caching to regmap/regcache
` [PATCH v3 2/2] hwmon: (jc42) Restore the min/max/critical temperatures on resume

[PATCH bpf-next v2 0/4] Add ftrace direct call for arm64
 2022-10-21 16:49 UTC  (17+ messages)

[PATCH v2] arm64: dts: rockchip: rk356x: Fix PCIe register map and ranges
 2022-10-21 16:48 UTC  (7+ messages)

[RFC][PATCH] bpf: Check xattr name/value pair from bpf_lsm_inode_init_security()
 2022-10-21 16:46 UTC 

[PATCH] s390/vfio-ap: Fix memory allocation for mdev_types array
 2022-10-21 16:46 UTC  (2+ messages)

[PATCH net-next] net: skb: move skb_pp_recycle() to skbuff.c
 2022-10-21 16:46 UTC  (4+ messages)

[PATCH v3 2/6] usb: dwc3: gadget: cancel requests instead of release after missed isoc
 2022-10-21 16:43 UTC  (11+ messages)

[RFC PATCH v2 00/47] hugetlb: introduce HugeTLB high-granularity mapping
 2022-10-21 16:37 UTC  (48+ messages)
` [RFC PATCH v2 01/47] hugetlb: don't set PageUptodate for UFFDIO_CONTINUE
` [RFC PATCH v2 02/47] hugetlb: remove mk_huge_pte; it is unused
` [RFC PATCH v2 03/47] hugetlb: remove redundant pte_mkhuge in migration path
` [RFC PATCH v2 04/47] hugetlb: only adjust address ranges when VMAs want PMD sharing
` [RFC PATCH v2 05/47] hugetlb: make hugetlb_vma_lock_alloc return its failure reason
` [RFC PATCH v2 06/47] hugetlb: extend vma lock for shared vmas
` [RFC PATCH v2 07/47] hugetlb: add CONFIG_HUGETLB_HIGH_GRANULARITY_MAPPING
` [RFC PATCH v2 08/47] hugetlb: add HGM enablement functions
` [RFC PATCH v2 09/47] hugetlb: make huge_pte_lockptr take an explicit shift argument
` [RFC PATCH v2 10/47] hugetlb: add hugetlb_pte to track HugeTLB page table entries
` [RFC PATCH v2 11/47] hugetlb: add hugetlb_pmd_alloc and hugetlb_pte_alloc
` [RFC PATCH v2 12/47] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step
` [RFC PATCH v2 13/47] hugetlb: add make_huge_pte_with_shift
` [RFC PATCH v2 14/47] hugetlb: make default arch_make_huge_pte understand small mappings
` [RFC PATCH v2 15/47] hugetlbfs: for unmapping, treat HGM-mapped pages as potentially mapped
` [RFC PATCH v2 16/47] hugetlb: make unmapping compatible with high-granularity mappings
` [RFC PATCH v2 17/47] hugetlb: make hugetlb_change_protection compatible with HGM
` [RFC PATCH v2 18/47] hugetlb: enlighten follow_hugetlb_page to support HGM
` [RFC PATCH v2 19/47] hugetlb: make hugetlb_follow_page_mask HGM-enabled
` [RFC PATCH v2 20/47] hugetlb: use struct hugetlb_pte for walk_hugetlb_range
` [RFC PATCH v2 21/47] mm: rmap: provide pte_order in page_vma_mapped_walk
` [RFC PATCH v2 22/47] mm: rmap: make page_vma_mapped_walk callers use pte_order
` [RFC PATCH v2 23/47] rmap: update hugetlb lock comment for HGM
` [RFC PATCH v2 24/47] hugetlb: update page_vma_mapped to do high-granularity walks
` [RFC PATCH v2 25/47] hugetlb: add HGM support for copy_hugetlb_page_range
` [RFC PATCH v2 26/47] hugetlb: make move_hugetlb_page_tables compatible with HGM
` [RFC PATCH v2 27/47] hugetlb: add HGM support for hugetlb_fault and hugetlb_no_page
` [RFC PATCH v2 28/47] rmap: in try_to_{migrate,unmap}_one, check head page for page flags
` [RFC PATCH v2 29/47] hugetlb: add high-granularity migration support
` [RFC PATCH v2 30/47] hugetlb: add high-granularity check for hwpoison in fault path
` [RFC PATCH v2 31/47] hugetlb: sort hstates in hugetlb_init_hstates
` [RFC PATCH v2 32/47] hugetlb: add for_each_hgm_shift
` [RFC PATCH v2 33/47] userfaultfd: add UFFD_FEATURE_MINOR_HUGETLBFS_HGM
` [RFC PATCH v2 34/47] hugetlb: userfaultfd: add support for high-granularity UFFDIO_CONTINUE
` [RFC PATCH v2 35/47] userfaultfd: require UFFD_FEATURE_EXACT_ADDRESS when using HugeTLB HGM
` [RFC PATCH v2 36/47] hugetlb: add MADV_COLLAPSE for hugetlb
` [RFC PATCH v2 37/47] hugetlb: remove huge_pte_lock and huge_pte_lockptr
` [RFC PATCH v2 38/47] hugetlb: replace make_huge_pte with make_huge_pte_with_shift
` [RFC PATCH v2 39/47] mm: smaps: add stats for HugeTLB mapping size
` [RFC PATCH v2 40/47] hugetlb: x86: enable high-granularity mapping
` [RFC PATCH v2 41/47] docs: hugetlb: update hugetlb and userfaultfd admin-guides with HGM info
` [RFC PATCH v2 42/47] docs: proc: include information about HugeTLB HGM
` [RFC PATCH v2 43/47] selftests/vm: add HugeTLB HGM to userfaultfd selftest
` [RFC PATCH v2 44/47] selftests/kvm: add HugeTLB HGM to KVM demand paging selftest
` [RFC PATCH v2 45/47] selftests/vm: add anon and shared hugetlb to migration test
` [RFC PATCH v2 46/47] selftests/vm: add hugetlb HGM test to migration selftest
` [RFC PATCH v2 47/47] selftests/vm: add HGM UFFDIO_CONTINUE and hwpoison tests

[PATCH] soundwire: intel: Initialize clock stop timeout
 2022-10-21 16:37 UTC  (2+ messages)

[PATCH 0/9] integrity: Move hooks into LSM
 2022-10-21 15:09 UTC  (6+ messages)
` [PATCH 2/9] security: Move trivial IMA "

[PATCH] drm/amd/display: don't print messages that contain %f in dml
 2022-10-21 16:34 UTC 

[PATCH V2 0/2] mmc: block: Support Host to control FUA
 2022-10-21 16:32 UTC  (4+ messages)

[RFC PATCH] mm, hwpoison: Recover from copy-on-write machine checks
 2022-10-21 16:30 UTC  (10+ messages)
` [PATCH v2] mm, hwpoison: Try to recover from copy-on write faults

[PATCH v8 net-next 00/12] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-10-21 16:30 UTC  (9+ messages)
` [PATCH v8 net-next 10/12] net: dsa: mv88e6xxx: mac-auth/MAB implementation

[PATCH] ring-buffer: Include dropped pages in counting dirty patches
 2022-10-21 16:30 UTC 

[linux-stable-rc:queue/4.9 158/158] depmod: WARNING: could not open modules.builtin.modinfo at /tmp/kernel/x86_64-rhel-8.3-func/gcc-7/d0b86e94785e87a9aee62c654d53cf4550633b87/lib/modules/4.9.330-00158-gd0b86e94785e: No such file or directory
 2022-10-21 16:28 UTC 

[asahilinux:bits/080-wifi 21/38] drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:1087:28: sparse: sparse: incorrect type in assignment (different base types)
 2022-10-21 16:28 UTC 

[PATCH] perf test: Do not fail Intel-PT misc test w/o libpython
 2022-10-21 16:25 UTC  (3+ messages)

[PATCH v1 1/2] x86/tsc: use logical_package as a better estimation of socket numbers
 2022-10-21 16:21 UTC  (3+ messages)

[PATCH v3 0/2] cxl: Add general MSI-X/MSI irq support
 2022-10-21 15:58 UTC  (7+ messages)
` [PATCH 1/2] cxl/pci: Add generic "

[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
 2022-10-21 16:19 UTC  (3+ messages)
` [PATCH v2 2/5] x86/cpuid: refactor setup_clear_cpu_cap()/clear_cpu_cap()

[jsarha:topic/cros-sof-v4.19 5045/6555] drivers/gpu/drm/drm_crtc.c:717: Error: unrecognized opcode `csrs sstatus,a3'
 2022-10-21 16:18 UTC 

[PATCH v2] irqchip: add TS7800v1 fpga based controller driver
 2022-10-21 16:19 UTC  (3+ messages)

[PATCH v2 0/3] Introduce the ACCES IDIO-16 GPIO library module
 2022-10-21 16:18 UTC  (3+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-21 16:18 UTC  (5+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH linux-next] kallsyms: Use strscpy() instead of strlcpy()
 2022-10-21 16:17 UTC  (4+ messages)

[PATCH v4 0/4] spi: amlogic: meson-spicc: Use pinctrl to drive CLK line when idle
 2022-10-21 16:15 UTC  (2+ messages)
` (subset) "

[PATCH v11 00/46] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-10-21 16:14 UTC  (11+ messages)
` [PATCH v11 16/46] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v11 33/46] KVM: selftests: Hyper-V PV IPI selftest

{standard input}:24403: Error: Insn slot not set in unwind record
 2022-10-21 16:13 UTC  (2+ messages)

[PATCH 1/5] compiler-gcc: be consistent with underscores use for `no_sanitize`
 2022-10-21 16:11 UTC  (10+ messages)
` [PATCH 2/5] compiler-gcc: remove attribute support check for `__no_sanitize_address__`
` [PATCH 3/5] compiler-gcc: remove attribute support check for `__no_sanitize_thread__`
` [PATCH 4/5] compiler-gcc: remove attribute support check for `__no_sanitize_undefined__`
` [PATCH 5/5] compiler-gcc: document minimum version for `__no_sanitize_coverage__`

[PATCH v3][next] skbuff: Proactively round up to kmalloc bucket size
 2022-10-21 16:10 UTC  (3+ messages)

[PATCH rcu 0/8] Miscellaneous fixes for v6.2
 2022-10-21 16:10 UTC  (8+ messages)
` [PATCH rcu 5/8] slab: Explain why SLAB_DESTROY_BY_RCU reference before locking

[RFE net-next] net: tun: 1000x speed up
 2022-10-21 16:07 UTC  (2+ messages)

[PATCH v2 00/10] drm/msm: probe deferral fixes
 2022-10-21 16:05 UTC  (4+ messages)

[PATCH v2] overflow: Introduce overflows_type() and castable_to_type()
 2022-10-21 16:06 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v4 0/7] mm: Remember a/d bits for migration entries
 2022-10-21 16:06 UTC  (3+ messages)
` [PATCH v4 4/7] mm/thp: Carry over dirty bit when thp splits on pmd
  ` dpkg fails on sparc64 (was: [PATCH v4 4/7] mm/thp: Carry over dirty bit when thp splits on pmd)

[PATCH net,v3] tcp: fix a signed-integer-overflow bug in tcp_add_backlog()
 2022-10-21 16:01 UTC  (2+ messages)

[PATCH 00/11] ARM: sa1100, mmp: drop unused board files
 2022-10-21 15:49 UTC  (12+ messages)
` [PATCH 01/11] ARM: sa1100: un-deprecate jornada720
` [PATCH 02/11] ARM: sa1100: remove unused board files
` [PATCH 03/11] ARM: sa1100: remove irda references
` [PATCH 04/11] ARM: sa1100: make cpufreq driver build standalone
` [PATCH 05/11] cpufreq: remove sa1100 driver
` [PATCH 06/11] mtd: remove lart flash driver
` [PATCH 07/11] ARM: mmp: select specific CPU implementation
` [PATCH 08/11] ARM: mmp: remove all board files
` [PATCH 09/11] ARM: mmp: remove custom sram code
` [PATCH 10/11] ARM: mmp: remove device definitions
` [PATCH 11/11] ARM: mmp: remove old PM support

[PATCH] selftests/nolibc: add 7 tests for memcmp()
 2022-10-21 15:56 UTC  (2+ messages)

kCFI && patchable-function-entry=M,N
 2022-10-21 15:56 UTC 

[Patch v8 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-10-21 15:54 UTC  (5+ messages)
` [Patch v8 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter

[PATCH] arm64: arch_timer: XGene-1 has 31 bit, not 32 bit, arch timer
 2022-10-21 15:44 UTC  (2+ messages)

[BUG] Intel Apollolake: PCIe bridge "loses" capabilities after entering D3Cold state
 2022-10-21 15:40 UTC  (4+ messages)

[PATCH 1/2] f2fs: fix to correct invalid batched_trim_sections node
 2022-10-21 15:38 UTC  (2+ messages)
` [PATCH 2/2] f2fs: remove "

[PATCH v12,0/3] Add dpi output format control for MT8186
 2022-10-21 15:39 UTC  (7+ messages)
` [PATCH v12,1/3] soc: mediatek: Add all settings to mtk_mmsys_ddp_dpi_fmt_config func
` [PATCH v12,2/3] drm: mediatek: Set dpi format in mmsys

[PATCH v12 00/46] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-10-21 15:35 UTC  (47+ messages)
` [PATCH v12 01/46] x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
` [PATCH v12 02/46] KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h
` [PATCH v12 03/46] KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
` [PATCH v12 04/46] x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
` [PATCH v12 05/46] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v12 06/46] KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
` [PATCH v12 07/46] KVM: x86: Move clearing of TLB_FLUSH_CURRENT to kvm_vcpu_flush_tlb_all()
` [PATCH v12 08/46] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v12 09/46] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v12 10/46] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v12 11/46] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v12 12/46] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v12 13/46] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v12 14/46] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v12 15/46] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v12 16/46] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v12 17/46] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v12 18/46] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v12 19/46] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v12 20/46] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v12 21/46] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v12 22/46] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v12 23/46] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v12 24/46] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v12 25/46] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v12 26/46] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v12 27/46] KVM: x86: Make kvm_hv_get_assist_page() return 0/-errno
` [PATCH v12 28/46] KVM: nSVM: hyper-v: Enable L2 TLB flush
` [PATCH v12 29/46] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v12 30/46] KVM: selftests: Better XMM read/write helpers
` [PATCH v12 31/46] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v12 32/46] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v12 33/46] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v12 34/46] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v12 35/46] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v12 36/46] KVM: selftests: Drop helpers to read/write page table entries
` [PATCH v12 37/46] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v12 38/46] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v12 39/46] KVM: selftests: Sync 'struct hv_vp_assist_page' "
` [PATCH v12 40/46] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v12 41/46] KVM: selftests: Split off load_evmcs() from load_vmcs()
` [PATCH v12 42/46] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
` [PATCH v12 43/46] KVM: selftests: Allocate Hyper-V partition assist page
` [PATCH v12 44/46] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v12 45/46] KVM: selftests: hyperv_svm_test: "
` [PATCH v12 46/46] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'

[PATCH v2 0/3] ms5611 sensor value bug fix; dt-binding fix
 2022-10-21 15:32 UTC  (3+ messages)
` [PATCH v2 2/3] iio: pressure: ms5611: changed hardcoded SPI speed to value limited

[PATCH v4 0/5] spi: pxa2xx: Pass the SSP type via device property
 2022-10-21 15:31 UTC  (2+ messages)
` (subset) "

[PATCH v4 0/4] Use devm helpers for regulator get and enable
 2022-10-21 15:29 UTC  (4+ messages)
` [PATCH v4 1/4] gpu: drm: meson: Use devm_regulator_*get_enable*()

[PATCH 6/7] can: m_can: Add ECC functionality for message RAM
 2022-10-21 15:28 UTC  (2+ messages)

[PATCH v3 0/5] arm: qcom: mdm9615: second round of bindings and DT fixes
 2022-10-21 15:27 UTC  (6+ messages)
` [PATCH v3 1/5] arm: dts: qcom: mdm9615: align pinctrl subnodes with dt-schema bindings
` [PATCH v3 2/5] arm: dts: qcom: mdm9615: wp8548-mangoh-green: fix sx150xq node names and probe-reset property
` [PATCH v3 3/5] dt-bindings: regulators: convert non-smd RPM Regulators bindings to dt-schema
` [PATCH v3 4/5] dt-bindings: soc: qcom: convert non-smd RPM "
` [PATCH v3 5/5] arm: dts: qcom-msm8660: align RPM regulators node name with bindings

[git pull] IOMMU Fixes for Linux v6.1-rc1
 2022-10-21 15:25 UTC 

[PATCH 2/2] dt-bindings: pwm: mediatek: Add compatible string for MT7986
 2022-10-21 15:25 UTC 

[PATCH 1/2] pwm: mediatek: Add support for MT7986
 2022-10-21 15:24 UTC 

[PATCH v3 00/59] x86/retbleed: Call depth tracking mitigation
 2022-10-21 15:21 UTC  (5+ messages)
` [PATCH v3 48/59] x86/retbleed: Add SKL return thunk

[PATCH -next] csky: add arch support current_stack_pointer
 2022-10-21 15:19 UTC  (3+ messages)

[PATCH v7 18/43] instrumented.h: add KMSAN support
 2022-10-21 15:19 UTC  (11+ messages)

[PATCH] riscv: fix race when vmap stack overflow
 2022-10-21 15:17 UTC  (9+ messages)

[PATCHv5 0/6] arm: socfpga: use clk-phase-sd-hs
 2022-10-21 15:17 UTC  (4+ messages)
` [PATCHv5 4/6] mmc: dw_mmc-pltfm: socfpga: add method to configure clk-phase

[PATCH 0/2] watchdog: aspeed: Add pre-timeout interrupt support
 2022-10-21 15:15 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] dt-bindings: watchdog: aspeed: Document aspeed,pre-timeout-irq-us

[PATCH] drm/amd/display: Remove duplicate code for DCN314 DML calculation
 2022-10-21 15:12 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Release the pfn in handle_abnormal_pfn() error path
 2022-10-21 15:11 UTC  (2+ messages)

[PATCH 1/2] cpuidle: dt: Return the correct numbers of parsed idle states
 2022-10-21 15:10 UTC  (2+ messages)
` [PATCH 2/2] cpuidle: dt: Clarify a comment and simplify code in dt_init_idle_driver()

[PATCH] drm/bridge: ps8640: Add back the 50 ms mystery delay after HPD
 2022-10-21 15:09 UTC  (4+ messages)

[PATCH printk v2 00/38] reduce console_lock scope
 2022-10-21 15:09 UTC  (3+ messages)
` [PATCH printk v2 21/38] serial: kgdboc: use srcu console list iterator

[PATCH 0/5] iommu/s390: Further improvements
 2022-10-21 15:05 UTC  (12+ messages)
` [PATCH 3/5] iommu/s390: Use RCU to allow concurrent domain_list iteration


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).